python311Packages.rpy2: disable segfaulting tests as we wait for upstream

This commit is contained in:
Mauricio Collares
2024-06-17 09:44:25 +02:00
parent 1525660ab9
commit 714ee4a636
@@ -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 = {