pytest: Removed -s flag for CI

This commit is contained in:
Qubasa
2023-12-26 18:20:41 +01:00
parent ca265b0c59
commit cb06353451
5 changed files with 6 additions and 12 deletions

View File

@@ -13,7 +13,7 @@
]}"
ROOT=$(git rev-parse --show-toplevel)
cd "$ROOT/pkgs/clan-cli"
nix develop "$ROOT#clan-cli" -c bash -c "TMPDIR=/tmp python -m pytest -m impure -s ./tests $@"
nix develop "$ROOT#clan-cli" -c bash -c "TMPDIR=/tmp python -m pytest -m impure ./tests $@"
'';
runMockApi = pkgs.writeShellScriptBin "run-mock-api" ''