python3Packages.apischema: pin to pytest 8.3.x

Changed files
+2 -2
pkgs
development
python-modules
apischema
+2 -2
pkgs/development/python-modules/apischema/default.nix
···
fetchFromGitHub,
graphql-core,
pytest-asyncio,
-
pytestCheckHook,
pythonOlder,
setuptools,
}:
···
nativeCheckInputs = [
pytest-asyncio
-
pytestCheckHook
]
++ lib.flatten (builtins.attrValues optional-dependencies);
···
fetchFromGitHub,
graphql-core,
pytest-asyncio,
+
pytest8_3CheckHook,
pythonOlder,
setuptools,
}:
···
nativeCheckInputs = [
pytest-asyncio
+
pytest8_3CheckHook
]
++ lib.flatten (builtins.attrValues optional-dependencies);