summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2025-08-07 17:35:44 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2025-08-09 19:05:11 +0200
commit43871700d0d5df71ce72182c20126dcb31efebae (patch)
tree32894a9828341e88a7609b35f8bfe3666a024988
parentpython3Package.pytest_8_3: init at 8.3.5 (diff)
downloadnixpkgs-43871700d0d5df71ce72182c20126dcb31efebae.tar.gz
python3Packages.apischema: pin to pytest 8.3.x
-rw-r--r--pkgs/development/python-modules/apischema/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/apischema/default.nix b/pkgs/development/python-modules/apischema/default.nix
index e30e9de5c916..b470b3454d8c 100644
--- a/pkgs/development/python-modules/apischema/default.nix
+++ b/pkgs/development/python-modules/apischema/default.nix
@@ -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);