python314Packages.exceptiongroup: disable failing tests
This commit is contained in:
committed by
Robert Schütz
parent
a1a55880a8
commit
2cfaed45cf
@@ -31,6 +31,12 @@ buildPythonPackage rec {
|
||||
|
||||
doCheck = pythonAtLeast "3.11"; # infinite recursion with pytest
|
||||
|
||||
disabledTests = lib.optionals (pythonAtLeast "3.14") [
|
||||
# RecursionError not raised
|
||||
"test_deep_split"
|
||||
"test_deep_subgroup"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "exceptiongroup" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user