summaryrefslogtreecommitdiff
path: root/tests/http/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/http/conftest.py')
-rw-r--r--tests/http/conftest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/http/conftest.py b/tests/http/conftest.py
index bd97baa8b..09e52e63a 100644
--- a/tests/http/conftest.py
+++ b/tests/http/conftest.py
@@ -46,6 +46,8 @@ def env(pytestconfig) -> Env:
pytest.skip(env.incomplete_reason())
env.setup()
+ if not env.make_clients():
+ pytest.exit(1)
return env
@pytest.fixture(scope="package", autouse=True)