Skip to content

Commit f0c4dbe

Browse files
authored
Fix pytest warning (#2577)
1 parent 783273d commit f0c4dbe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test_elasticsearch/test_async/test_server/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626

2727

2828
@pytest_asyncio.fixture(scope="function")
29-
@pytest.mark.usefixtures("sync_client")
3029
async def async_client(elasticsearch_url):
31-
# 'sync_client' fixture is used for the guaranteed wipe_cluster() call.
3230

3331
if not hasattr(elasticsearch, "AsyncElasticsearch"):
3432
pytest.skip("test requires 'AsyncElasticsearch' and aiohttp to be installed")

0 commit comments

Comments
 (0)