From 75a0f049122bfaab6ed30a22267b9d0b071ce7d4 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Tue, 28 Apr 2020 04:20:00 -0500 Subject: vdirsyncerStable: fix build --- pkgs/tools/misc/vdirsyncer/stable.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools') 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; { -- cgit 1.4.1