legit: Disable tests

This commit is contained in:
Sandro Jäckel 2021-01-31 22:55:46 +01:00
parent 1674178ca1
commit e08919c891
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -16,10 +16,8 @@ python3Packages.buildPythonApplication rec {
six
];
# Prevent tests from trying to create configuration in /homeless-shelter.
preCheck = ''
export HOME=$PWD/test-home
'';
# no tests
doCheck = false;
meta = with lib; {
homepage = "https://github.com/frostming/legit";