Skip to content

Commit

Permalink
patch_settings try scope="session"
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Nov 14, 2024
1 parent 1759443 commit 5c8ad61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cp2k/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
_FAKE_RUN_CP2K_KWARGS = {}


@pytest.fixture(autouse=True)
@pytest.fixture(autouse=True, scope="session")
def patch_settings(monkeypatch, test_dir):
settings = {
"PMG_CP2K_DATA_DIR": f"{test_dir}/cp2k/data",
Expand Down

0 comments on commit 5c8ad61

Please sign in to comment.