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