diff --git a/certbot-apache/tests/conftest.py b/certbot-apache/tests/conftest.py index 85bfe96f8..0c84927cf 100644 --- a/certbot-apache/tests/conftest.py +++ b/certbot-apache/tests/conftest.py @@ -1,6 +1,6 @@ import sys -def pytest_ignore_collect(path, config): +def pytest_ignore_collect(path, config): # pragma: no cover # Do not run any test for certbot-apache on Windows. if sys.platform == 'win32': return True