Comment disabling of tests
This commit is contained in:
@@ -16,6 +16,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ click distro ];
|
propagatedBuildInputs = [ click distro ];
|
||||||
|
|
||||||
|
# test suite is difficult to emulate in sandbox due to shell manipulation
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
pythonImportsCheck = [ "click" "userpath" ];
|
pythonImportsCheck = [ "click" "userpath" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user