python311Packages.deal: supppress pytest8 warnings
This commit is contained in:
@@ -62,6 +62,10 @@ buildPythonPackage rec {
|
||||
flake8
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"-W" "ignore::pytest.PytestRemovedIn8Warning"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# needs internet access
|
||||
"test_smoke_has"
|
||||
|
||||
Reference in New Issue
Block a user