Skip to content

Commit 209a5dc

Browse files
authored
Fix pytest warning (#41)
1 parent c8c7a34 commit 209a5dc

File tree

1 file changed

+0
-2
lines changed
  • test_elasticsearch_serverless/test_async/test_server

1 file changed

+0
-2
lines changed

test_elasticsearch_serverless/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, elasticsearch_api_key):
31-
# 'sync_client' fixture is used for the guaranteed wipe_cluster() call.
3230

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

0 commit comments

Comments
 (0)