aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2020-12-07 02:22:23 +0000
committerOrivej Desh <orivej@gmx.fr>2020-12-07 02:24:10 +0000
commit42f5ab510d585417208d7b7286604d5957c417d7 (patch)
tree6f27c9e5b8c7f2cae80d45d2fa3f9c71376821da
parentbfd4d4c23aa81b871ecab34f41d8ff980c85be64 (diff)
python3Packages.aiohttp-jinja2: fix checkPhase
-rw-r--r--pkgs/development/python-modules/aiohttp-jinja2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiohttp-jinja2/default.nix b/pkgs/development/python-modules/aiohttp-jinja2/default.nix
index 4bc41cf32f38..0a939dfb0097 100644
--- a/pkgs/development/python-modules/aiohttp-jinja2/default.nix
+++ b/pkgs/development/python-modules/aiohttp-jinja2/default.nix
@@ -1,4 +1,4 @@
-{ lib, buildPythonPackage, fetchPypi, aiohttp, jinja2, pytest, pytest-aiohttp }:
+{ lib, buildPythonPackage, fetchPypi, aiohttp, jinja2, pytest, pytest-aiohttp, pytestcov }:
buildPythonPackage rec {
pname = "aiohttp-jinja2";
@@ -11,7 +11,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ aiohttp jinja2 ];
- checkInputs = [ pytest pytest-aiohttp ];
+ checkInputs = [ pytest pytest-aiohttp pytestcov ];
checkPhase = ''
pytest -W ignore::DeprecationWarning