python314Packages.exceptiongroup: disable failing tests

This commit is contained in:
Martin Weinelt
2025-11-25 12:39:01 -08:00
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; {