python3Packages.apischema: pin to pytest 8.3.x

This commit is contained in:
Martin Weinelt
2025-08-09 19:05:11 +02:00
parent 74fa880ad5
commit 43871700d0
@@ -4,7 +4,7 @@
fetchFromGitHub,
graphql-core,
pytest-asyncio,
pytestCheckHook,
pytest8_3CheckHook,
pythonOlder,
setuptools,
}:
@@ -37,7 +37,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytest-asyncio
pytestCheckHook
pytest8_3CheckHook
]
++ lib.flatten (builtins.attrValues optional-dependencies);