about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiohttp-jinja2
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2020-08-05 22:50:56 +0200
committerJon <jonringer@users.noreply.github.com>2020-08-09 16:16:44 -0700
commit342ce061c2ccfb7a7be037d624665bbed36a896c (patch)
treeae792882b121477d02ecfa67500da5d8c8a4b634 /pkgs/development/python-modules/aiohttp-jinja2
parent15e5ad6c7c0c3b5a0a8c3b61de6dca9a7f731618 (diff)
python3Packages.aiohttp-jinja2: ignore DeprecationWarnings
Diffstat (limited to 'pkgs/development/python-modules/aiohttp-jinja2')
-rw-r--r--pkgs/development/python-modules/aiohttp-jinja2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/aiohttp-jinja2/default.nix b/pkgs/development/python-modules/aiohttp-jinja2/default.nix
index 24804464faeb9..84195d5545e0d 100644
--- a/pkgs/development/python-modules/aiohttp-jinja2/default.nix
+++ b/pkgs/development/python-modules/aiohttp-jinja2/default.nix
@@ -14,7 +14,7 @@ buildPythonPackage rec {
   checkInputs = [ pytest pytest-aiohttp ];
 
   checkPhase = ''
-    py.test
+    pytest -W ignore::DeprecationWarning
   '';
 
   meta = with lib; {