diff --git a/conftest.py b/conftest.py new file mode 100644 --- /dev/null +++ b/conftest.py @@ -0,0 +1 @@ +pytest_plugins = ["swh.auth.pytest_plugin"] diff --git a/swh/web/tests/conftest.py b/swh/web/tests/conftest.py --- a/swh/web/tests/conftest.py +++ b/swh/web/tests/conftest.py @@ -25,8 +25,6 @@ from swh.web.config import get_config from swh.web.tests.data import get_tests_data, override_storages -pytest_plugins = ["swh.auth.pytest_plugin"] - # Used to skip some tests ctags_json_missing = ( shutil.which("ctags") is None