Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil authored Oct 17, 2023
1 parent fff538c commit 32580f4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ async def get_all(self, **kwargs: Any) -> List[Any]:
return ["awesome_data"]


@pytest.fixture
def no_trio_support(anyio_backend_name): # pragma: no cover
if anyio_backend_name == "trio":
pytest.skip("Trio not supported (yet!)")


@pytest.fixture
def test_client_factory(anyio_backend_name, anyio_backend_options):
# anyio_backend_name defined by:
Expand Down

0 comments on commit 32580f4

Please sign in to comment.