python311Packages.graphene: suppress pytest8 warnings

This commit is contained in:
natsukium
2024-03-12 18:25:11 +01:00
committed by Martin Weinelt
parent 1637cd92e8
commit 21f56b624b
@@ -49,6 +49,7 @@ buildPythonPackage rec {
pytestFlagsArray = [
"--benchmark-disable"
"-W ignore::pytest.PytestRemovedIn8Warning"
];
pythonImportsCheck = [