python3Packages.rpy2-robjects: pin to pytest 9.0.x

This commit is contained in:
Martin Weinelt
2026-07-14 14:09:07 +02:00
parent d6bac7c36a
commit bab6dfd65b

View File

@@ -12,7 +12,7 @@
pandas,
setuptools,
tzlocal,
pytestCheckHook,
pytest9_0CheckHook,
}:
buildPythonPackage rec {
@@ -53,7 +53,7 @@ buildPythonPackage rec {
tzlocal
];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [ pytest9_0CheckHook ];
pytestFlags = [
# https://github.com/rpy2/rpy2/issues/1218