python311Packages.rpy2: disable segfaulting tests as we wait for upstream
This commit is contained in:
@@ -89,6 +89,13 @@ buildPythonPackage rec {
|
||||
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
# https://github.com/rpy2/rpy2/issues/1111
|
||||
disabledTests = [
|
||||
"test_parse_incomplete_error"
|
||||
"test_parse_error"
|
||||
"test_parse_error_when_evaluting"
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user