vdirsyncer: fix build on darwin

This commit is contained in:
Mario Rodas 2020-04-28 04:20:00 -05:00
parent 75a0f04912
commit 8d6ba1e423
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

@ -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; {