1
0
forked from clan/clan-core

drop clan flake monkeypatch

This commit is contained in:
Jörg Thalheim 2023-09-06 16:04:00 +02:00
parent 0108d84fe3
commit 4ac91ccdcb
2 changed files with 0 additions and 2 deletions

View File

@ -48,6 +48,4 @@ def machine_flake(monkeymodule: pytest.MonkeyPatch) -> Generator[Path, None, Non
)
# check that an empty config is returned if no json file exists
monkeymodule.chdir(flake)
# monkeypatch get_clan_flake_toplevel to return the flake
monkeymodule.setattr("clan_cli.dirs.get_clan_flake_toplevel", lambda: flake)
yield flake