commit
cbe0b2e2c5
|
@ -22,7 +22,14 @@ buildPythonApplication rec {
|
||||||
watchdog
|
watchdog
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [ mock freezegun coverage green pylint ];
|
checkInputs = [ mock freezegun pylint ];
|
||||||
|
|
||||||
|
# Skip test that has been reported multiple times upstream without result:
|
||||||
|
# bram85/topydo#271, bram85/topydo#274.
|
||||||
|
checkPhase = ''
|
||||||
|
substituteInPlace test/test_revert_command.py --replace 'test_revert_ls' 'dont_test_revert_ls'
|
||||||
|
python -m unittest discover
|
||||||
|
'';
|
||||||
|
|
||||||
LC_ALL="en_US.UTF-8";
|
LC_ALL="en_US.UTF-8";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue