We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c7a34 commit 209a5dcCopy full SHA for 209a5dc
test_elasticsearch_serverless/test_async/test_server/conftest.py
@@ -26,9 +26,7 @@
26
27
28
@pytest_asyncio.fixture(scope="function")
29
-@pytest.mark.usefixtures("sync_client")
30
async def async_client(elasticsearch_url, elasticsearch_api_key):
31
- # 'sync_client' fixture is used for the guaranteed wipe_cluster() call.
32
33
if not hasattr(elasticsearch_serverless, "AsyncElasticsearch"):
34
pytest.skip("test requires 'AsyncElasticsearch' and aiohttp to be installed")
0 commit comments