Skip to content

Commit

Permalink
remove anyio from pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeliza committed Aug 31, 2023
1 parent 2f092f9 commit 989b3ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_pprox.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
# -*- mode: python -*-
import pytest
import logging
import numpy as np
import pandas as pd
Expand Down Expand Up @@ -260,7 +259,7 @@ def test_split_trial():
)


def test_split_trial_empty(anyio_backend):
def test_split_trial_empty():
split = pprox.split_trial(empty_trial, split_fun)
stim = empty_trial["stimulus"]["name"]
split_spikes = split.apply(lambda x: x.events + x.offset, axis=1).dropna().explode()
Expand Down

0 comments on commit 989b3ec

Please sign in to comment.