Revert "Python: reduce amount of warnings when building with buildPython*"
Turns out that many packages' testsuites rely on the default warnings setup.
This reverts commit c1e003ff2f.
This commit is contained in:
@@ -24,8 +24,7 @@ buildPythonPackage rec {
|
||||
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
# Re-enable warnings because the test suite relies on it.
|
||||
PYTHONWARNINGS= $out/bin/py.test -x testing/
|
||||
$out/bin/py.test -x testing/
|
||||
runHook postCheck
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user