Merge pull request #86210 from marsam/fix-vdirsyncer
vdirsyncer: fix build
This commit is contained in:
commit
a8e8f23dad
@ -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; {
|
||||
|
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user