diff --git a/tests/conftest.py b/tests/conftest.py index cb6d89c..779a3ed 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -3,6 +3,7 @@ Individual test modules MUST NOT import fixtures from `tests.fixtures`, as this can have strange side effects. """ + pytest_plugins = [ "tests.fixtures", ]