diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-07-01 05:49:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-01 06:49:30 +0300 |
| commit | 4a08f503bd9897d9446fcdaa300b216083b470ee (patch) | |
| tree | 38cbd5335f2749119bb4c1682daa5a1f013d85d6 /tests/conftest.py | |
| parent | 81e48c151b5d55703049163c441538c041e31ff5 (diff) | |
fix style (#3838)
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. |
