python2Packages.jinja2: disable tests, pytest no longer filters warnings
This commit is contained in:
@@ -21,7 +21,8 @@ buildPythonPackage rec {
|
||||
|
||||
# Multiple tests run out of stack space on 32bit systems with python2.
|
||||
# See https://github.com/pallets/jinja/issues/1158
|
||||
doCheck = !stdenv.is32bit || isPy3k;
|
||||
# warnings are no longer being filtered correctly for python2
|
||||
doCheck = !stdenv.is32bit && isPy3k;
|
||||
|
||||
checkPhase = ''
|
||||
pytest -v tests -W ignore::DeprecationWarning
|
||||
|
||||
Reference in New Issue
Block a user