vdirsyncerStable: fix build
This commit is contained in:
parent
0162890ce0
commit
75a0f04912
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue