mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 06:31:15 +00:00
python3Packages.rpy2-robjects: pin to pytest 9.0.x
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user