legit: Disable tests

This commit is contained in:
Sandro Jäckel
2021-02-02 14:46:08 +01:00
parent 1674178ca1
commit e08919c891
@@ -16,10 +16,8 @@ python3Packages.buildPythonApplication rec {
six six
]; ];
# Prevent tests from trying to create configuration in /homeless-shelter. # no tests
preCheck = '' doCheck = false;
export HOME=$PWD/test-home
'';
meta = with lib; { meta = with lib; {
homepage = "https://github.com/frostming/legit"; homepage = "https://github.com/frostming/legit";