diff options
Diffstat (limited to 'tests/conftest.py')
-rw-r--r-- | tests/conftest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index 3e43f6d3..e1a2292a 100644 --- a/tests/conftest.py +++ b/tests/conftest.py | |||
@@ -21,5 +21,5 @@ import repo_trace | |||
21 | 21 | ||
22 | @pytest.fixture(autouse=True) | 22 | @pytest.fixture(autouse=True) |
23 | def disable_repo_trace(tmp_path): | 23 | def disable_repo_trace(tmp_path): |
24 | """Set an environment marker to relax certain strict checks for test code.""" | 24 | """Set an environment marker to relax certain strict checks for test code.""" # noqa: E501 |
25 | repo_trace._TRACE_FILE = str(tmp_path / 'TRACE_FILE_from_test') | 25 | repo_trace._TRACE_FILE = str(tmp_path / "TRACE_FILE_from_test") |