Merge pull request #147537 from r-burns/python2-jinja2

This commit is contained in:
Martin Weinelt 2021-11-29 23:06:26 +01:00 committed by GitHub
commit 42d4221495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ buildPythonPackage rec {
doCheck = !stdenv.is32bit || isPy3k;
checkPhase = ''
pytest -v tests -W ignore::ResourceWarning -W ignore::DeprecationWarning
pytest -v tests -W ignore::DeprecationWarning
'';
meta = with lib; {