python311Packages.favicon: suppress pytest8 warnings
This commit is contained in:
@@ -34,6 +34,10 @@ buildPythonPackage rec {
|
||||
requests-mock
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"-W" "ignore::pytest.PytestRemovedIn8Warning"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"favicon"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user