Skip to content

Commit

Permalink
Comment disabling of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhen Shymotyuk authored and Jon committed Aug 24, 2020
1 parent 4ee94fb commit a332da8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/python-modules/userpath/default.nix
Expand Up @@ -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" ];
Expand Down

0 comments on commit a332da8

Please sign in to comment.