python3Packages.deal-solver: disable failing tests on python 3.14

This commit is contained in:
Augustin Trancart
2026-04-23 14:32:49 +02:00
parent 03fc2436d5
commit 5d2edb7af9
@@ -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 = {