about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-04-28 04:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-04-28 04:20:00 -0500
commit75a0f049122bfaab6ed30a22267b9d0b071ce7d4 (patch)
tree3c4f027153f4b6ad440d039e3f84456a5e269e25 /pkgs/tools
parent0162890ce0641f48a57bc0f0f62b24fe0ccb7e94 (diff)
downloadnixlib-75a0f049122bfaab6ed30a22267b9d0b071ce7d4.tar
nixlib-75a0f049122bfaab6ed30a22267b9d0b071ce7d4.tar.gz
nixlib-75a0f049122bfaab6ed30a22267b9d0b071ce7d4.tar.bz2
nixlib-75a0f049122bfaab6ed30a22267b9d0b071ce7d4.tar.lz
nixlib-75a0f049122bfaab6ed30a22267b9d0b071ce7d4.tar.xz
nixlib-75a0f049122bfaab6ed30a22267b9d0b071ce7d4.tar.zst
nixlib-75a0f049122bfaab6ed30a22267b9d0b071ce7d4.zip
vdirsyncerStable: fix build
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/vdirsyncer/stable.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/vdirsyncer/stable.nix b/pkgs/tools/misc/vdirsyncer/stable.nix
index d3fe47001d16..ada70678e34f 100644
--- a/pkgs/tools/misc/vdirsyncer/stable.nix
+++ b/pkgs/tools/misc/vdirsyncer/stable.nix
@@ -40,7 +40,7 @@ python3Packages.buildPythonApplication rec {
   '';
 
   checkPhase = ''
-    make DETERMINISTIC_TESTS=true test
+    make DETERMINISTIC_TESTS=true PYTEST_ARGS="--deselect=tests/system/cli/test_sync.py::test_verbosity" test
   '';
 
   meta = with lib; {