Skip to content

Commit a332da8

Browse files
Yevhen ShymotyukJon
authored andcommitted
Comment disabling of tests
1 parent 4ee94fb commit a332da8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/development/python-modules/userpath/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ buildPythonPackage rec {
1616

1717
propagatedBuildInputs = [ click distro ];
1818

19+
# test suite is difficult to emulate in sandbox due to shell manipulation
1920
doCheck = false;
2021

2122
pythonImportsCheck = [ "click" "userpath" ];

0 commit comments

Comments
 (0)