summaryrefslogtreecommitdiff
path: root/testing/tests/responsiveness/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tests/responsiveness/conftest.py')
-rw-r--r--testing/tests/responsiveness/conftest.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/testing/tests/responsiveness/conftest.py b/testing/tests/responsiveness/conftest.py
index 0aaaa32b..a46aea44 100644
--- a/testing/tests/responsiveness/conftest.py
+++ b/testing/tests/responsiveness/conftest.py
@@ -18,8 +18,3 @@ def watchdog(request):
deferred_fun().addCallback(lambda _: dog.stop())
return dog_d
return _run
-
-
-def pytest_configure(config):
- option = config.getoption("elasticsearch_url", elastic.ELASTICSEARCH_URL)
- elastic.ELASTICSEARCH_URL = option