From c046ea6e17a44a0ccb952d5c78621c8e8977ac80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 26 Nov 2024 14:33:21 +0100 Subject: [PATCH] run tests less verbose in CI --- checks/impure/flake-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/impure/flake-module.nix b/checks/impure/flake-module.nix index 83183266f..71a3446a3 100644 --- a/checks/impure/flake-module.nix +++ b/checks/impure/flake-module.nix @@ -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 -s -m impure ./tests $@" + nix develop "$ROOT#clan-cli" -c bash -c "TMPDIR=/tmp python -m pytest -m impure ./tests $@" ''; }; }