diff options
| author | Thiago Kenji Okada <thiagokokada@gmail.com> | 2021-12-07 12:55:22 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-07 12:55:22 -0300 |
| commit | a59ec49eb0c1754a876e02b3a9965196c999dbfe (patch) | |
| tree | 8790dc21e580e6a1b19fa9817981fccb27c23077 | |
| parent | Merge pull request #149370 from NixOS/backport-149318-to-release-21.11 (diff) | |
| parent | python2Packages.jinja2: fix tests (diff) | |
| download | nixpkgs-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.nix | 2 |
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; { |
