python311Packages.graphene: test with pytest 7

This commit is contained in:
Martin Weinelt 2024-03-24 23:00:56 +01:00
parent db6c2bcf1a
commit 3bef83ba57
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -8,7 +8,7 @@
, pytest-asyncio , pytest-asyncio
, pytest-benchmark , pytest-benchmark
, pytest-mock , pytest-mock
, pytestCheckHook , pytest7CheckHook
, pythonOlder , pythonOlder
, pytz , pytz
, snapshottest , snapshottest
@ -39,7 +39,7 @@ buildPythonPackage rec {
]; ];
nativeCheckInputs = [ nativeCheckInputs = [
pytestCheckHook pytest7CheckHook
pytest-asyncio pytest-asyncio
pytest-benchmark pytest-benchmark
pytest-mock pytest-mock
@ -49,7 +49,6 @@ buildPythonPackage rec {
pytestFlagsArray = [ pytestFlagsArray = [
"--benchmark-disable" "--benchmark-disable"
"-W ignore::pytest.PytestRemovedIn8Warning"
]; ];
pythonImportsCheck = [ pythonImportsCheck = [