buildPythonPackage: fix more borken packages

This commit is contained in:
Domen Kožar
2014-02-21 14:29:32 +01:00
parent 567e67f05f
commit f1db57f1fe
5 changed files with 18 additions and 18 deletions

View File

@@ -72,8 +72,7 @@ python.stdenv.mkDerivation (attrs // {
checkPhase = attrs.checkPhase or ''
runHook preCheck
# reduce output to only dots, if a test fails error output will include verbose info
${python}/bin/${python.executable} setup.py test -q
${python}/bin/${python.executable} setup.py test
runHook postCheck
'';