python3Packages.aiohttp-jinja2: ignore DeprecationWarnings
This commit is contained in:
parent
15e5ad6c7c
commit
342ce061c2
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
|||||||
checkInputs = [ pytest pytest-aiohttp ];
|
checkInputs = [ pytest pytest-aiohttp ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test
|
pytest -W ignore::DeprecationWarning
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user