From a332da8588aeea4feb9359d23f58d95520899e3c Mon Sep 17 00:00:00 2001 From: Yevhen Shymotyuk Date: Mon, 24 Aug 2020 06:51:50 +0300 Subject: [PATCH] Comment disabling of tests --- pkgs/development/python-modules/userpath/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/userpath/default.nix b/pkgs/development/python-modules/userpath/default.nix index e9653a4b2a8..8366a56158d 100644 --- a/pkgs/development/python-modules/userpath/default.nix +++ b/pkgs/development/python-modules/userpath/default.nix @@ -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" ];