python3Packages.deal-solver: disable failing tests on python 3.14 (#512759)

This commit is contained in:
Ivan Mincik
2026-04-24 09:13:36 +00:00
committed by GitHub
@@ -48,6 +48,8 @@ buildPythonPackage rec {
"test_expr_asserts_ok"
"test_fuzz_math_floats"
"test_model_skip_helpers2"
# test does not pass on python314 because an error message has changed
"test_type_error__table"
];
meta = {