summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2021-12-07 12:55:22 -0300
committerGitHub <noreply@github.com>2021-12-07 12:55:22 -0300
commita59ec49eb0c1754a876e02b3a9965196c999dbfe (patch)
tree8790dc21e580e6a1b19fa9817981fccb27c23077
parentMerge pull request #149370 from NixOS/backport-149318-to-release-21.11 (diff)
parentpython2Packages.jinja2: fix tests (diff)
downloadnixpkgs-a59ec49eb0c1754a876e02b3a9965196c999dbfe.tar.gz
Merge pull request #149332 from NixOS/backport-147537-to-release-21.11
[Backport release-21.11] python2Packages.jinja2: fix tests
-rw-r--r--pkgs/development/python-modules/jinja2/2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/jinja2/2.nix b/pkgs/development/python-modules/jinja2/2.nix
index 153aebcc818e..3cdf83a74db9 100644
--- a/pkgs/development/python-modules/jinja2/2.nix
+++ b/pkgs/development/python-modules/jinja2/2.nix
@@ -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; {