python3Packages.aiohttp-jinja2: fix checkPhase

This commit is contained in:
Orivej Desh 2020-12-07 02:22:23 +00:00
parent bfd4d4c23a
commit 42f5ab510d

View file

@ -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