Tests: reconfigure pytest test folder after moving it into clan_cli

This commit is contained in:
Johannes Kirschbauer
2025-03-08 16:10:55 +09:00
parent 5273304915
commit e9846d6cb9
3 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@
# this disables dynamic dependency loading in clan-cli
export CLAN_NO_DYNAMIC_DEPS=1
nix develop "$ROOT#clan-cli" -c bash -c "TMPDIR=/tmp python -m pytest -m impure ./tests $@"
nix develop "$ROOT#clan-cli" -c bash -c "TMPDIR=/tmp python -m pytest -m impure ./clan_cli/tests $@"
'';
};
}