Comment disabling of tests

This commit is contained in:
Yevhen Shymotyuk 2020-08-24 06:51:50 +03:00 committed by Jon
parent 4ee94fb948
commit a332da8588

View file

@ -16,6 +16,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ click distro ];
# test suite is difficult to emulate in sandbox due to shell manipulation
doCheck = false;
pythonImportsCheck = [ "click" "userpath" ];