diff options
Diffstat (limited to 'tests/conftest.py')
| -rw-r--r-- | tests/conftest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index c4e58897..1cdb74d2 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -2,6 +2,7 @@ import pytest import lib.utils.settings + @pytest.fixture(scope="session", autouse=True) def disable_cache(): # We disable the cache because Nix executes our tests with a non-writable HOME directory. |
