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
1 changed files with 2 additions and 3 deletions

View File

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