python311Packages.deal: supppress pytest8 warnings

This commit is contained in:
Martin Weinelt
2024-03-17 19:29:52 +01:00
parent f6c764b329
commit e345ab6b65
@@ -62,6 +62,10 @@ buildPythonPackage rec {
flake8
];
pytestFlagsArray = [
"-W" "ignore::pytest.PytestRemovedIn8Warning"
];
disabledTests = [
# needs internet access
"test_smoke_has"