python311Packages.favicon: test with pytest 7

This commit is contained in:
Martin Weinelt 2024-03-24 23:27:34 +01:00
parent f32a6a6d7c
commit 51df12a53b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 6 deletions

View File

@ -2,7 +2,7 @@
, beautifulsoup4
, buildPythonPackage
, fetchPypi
, pytestCheckHook
, pytest7CheckHook
, pythonOlder
, requests
, requests-mock
@ -30,14 +30,10 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytestCheckHook
pytest7CheckHook
requests-mock
];
pytestFlagsArray = [
"-W" "ignore::pytest.PytestRemovedIn8Warning"
];
pythonImportsCheck = [
"favicon"
];