Skip to content

Commit b8aaa1f

Browse files
committed
Remove useless anyio fixture
1 parent e3cbd6c commit b8aaa1f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test_elasticsearch/test_async/test_transport.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -582,10 +582,7 @@ async def test_sniffing_disabled_on_elastic_cloud(self, kwargs):
582582
== "Sniffing should not be enabled when connecting to Elastic Cloud"
583583
)
584584

585-
async def test_sniff_on_start_close_unlocks_async_calls(self, anyio_backend):
586-
if anyio_backend == "trio":
587-
pytest.skip("trio does not support sniffing")
588-
585+
async def test_sniff_on_start_close_unlocks_async_calls(self):
589586
client = AsyncElasticsearch( # noqa: F821
590587
[
591588
NodeConfig(

0 commit comments

Comments
 (0)