Skip to content

Commit

Permalink
Merge pull request #86210 from marsam/fix-vdirsyncer
Browse files Browse the repository at this point in the history
vdirsyncer: fix build
  • Loading branch information
marsam committed May 1, 2020
2 parents d92d0c3 + 8d6ba1e commit a8e8f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/tools/misc/vdirsyncer/default.nix
Expand Up @@ -65,7 +65,7 @@ python3Packages.buildPythonApplication rec {

checkPhase = ''
rm -rf vdirsyncer
make DETERMINISTIC_TESTS=true test
make DETERMINISTIC_TESTS=true PYTEST_ARGS="--deselect=tests/unit/utils/test_vobject.py::test_replace_uid --deselect=tests/unit/sync/test_sync.py::TestSyncMachine" test
'';

meta = with stdenv.lib; {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/misc/vdirsyncer/stable.nix
Expand Up @@ -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; {
Expand Down

0 comments on commit a8e8f23

Please sign in to comment.