python3Packages.aiohttp-jinja2: fix checkPhase
This commit is contained in:
parent
bfd4d4c23a
commit
42f5ab510d
@ -1,4 +1,4 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi, aiohttp, jinja2, pytest, pytest-aiohttp }:
|
{ lib, buildPythonPackage, fetchPypi, aiohttp, jinja2, pytest, pytest-aiohttp, pytestcov }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aiohttp-jinja2";
|
pname = "aiohttp-jinja2";
|
||||||
@ -11,7 +11,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ aiohttp jinja2 ];
|
propagatedBuildInputs = [ aiohttp jinja2 ];
|
||||||
|
|
||||||
checkInputs = [ pytest pytest-aiohttp ];
|
checkInputs = [ pytest pytest-aiohttp pytestcov ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
pytest -W ignore::DeprecationWarning
|
pytest -W ignore::DeprecationWarning
|
||||||
|
Loading…
x
Reference in New Issue
Block a user