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

View File

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