From 2ae5fb27239cbf75cee83c1396809d7acc6bbd8d Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Tue, 6 Sep 2016 22:01:17 +0300 Subject: [PATCH] pythonPackages.keystoneclient: Disable tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ```` run_tests.sh: interpreter directive changed from "/bin/bash" to "/nix/store/nyj6xd7s1n1w8c0xdwk5ddhi7bjcyi9x-bash-4.3-p46/bin/bash" No virtual environment found...create one? (Y/n) builder for ‘/nix/store/qcrhq2f7llvzyc37ili94ff50z7vlgn3-python2.7-keystoneclient-1.8.1.drv’ failed with exit code 1 error: build of ‘/nix/store/qcrhq2f7llvzyc37ili94ff50z7vlgn3-python2.7-keystoneclient-1.8.1.drv’ failed ```` --- pkgs/top-level/python-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 34302b1f5225..350843e3df79 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -23750,7 +23750,7 @@ in modules // { sed -i 's@python@${python.interpreter}@' .testr.conf ''; - doCheck = true; + doCheck = false; # The checkPhase below is broken checkPhase = '' patchShebangs run_tests.sh