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 783273d commit f0c4dbeCopy full SHA for f0c4dbe
test_elasticsearch/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):
31
- # 'sync_client' fixture is used for the guaranteed wipe_cluster() call.
32
33
if not hasattr(elasticsearch, "AsyncElasticsearch"):
34
pytest.skip("test requires 'AsyncElasticsearch' and aiohttp to be installed")
0 commit comments