mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Comment disabling of tests
This commit is contained in:
parent
4ee94fb948
commit
a332da8588
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user