Merge pull request #86210 from marsam/fix-vdirsyncer

vdirsyncer: fix build
This commit is contained in:
Mario Rodas 2020-05-01 07:45:37 -05:00 committed by GitHub
commit a8e8f23dad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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