diff --git a/integration/conftest.py b/integration/conftest.py index fb3a29fa9..4e0fe06aa 100644 --- a/integration/conftest.py +++ b/integration/conftest.py @@ -316,7 +316,7 @@ def chutney(reactor, temp_dir: str) -> FilePath: missing = [exe for exe in ["tor", "tor-gencert"] if not which(exe)] if missing: - pytest.skip(f"Some command-line tools not found: {missing}") + pytest.fail(f"Some command-line tools not found: {missing}") # The directory with all of the network definitions. return FilePath(chutney.__file__).parent().child("data")