python2Packages.jinja2: fix tests

Fixes:
```
INTERNALERROR> _OptionError: unknown warning category: 'ResourceWarning'
```
This commit is contained in:
Ryan Burns 2021-11-26 13:45:37 -08:00
parent 2d083acf66
commit 23188a5f00

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; {