Skip to content

Commit

Permalink
vdirsyncer: fix build on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Apr 28, 2020
1 parent 75a0f04 commit 8d6ba1e
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 8d6ba1e

Please sign in to comment.