python311Packages.graphene: suppress pytest8 warnings

This commit is contained in:
natsukium 2024-03-11 23:48:19 +09:00 committed by Martin Weinelt
parent 1637cd92e8
commit 21f56b624b

View File

@ -49,6 +49,7 @@ buildPythonPackage rec {
pytestFlagsArray = [
"--benchmark-disable"
"-W ignore::pytest.PytestRemovedIn8Warning"
];
pythonImportsCheck = [