Commit 5d2edb7a authored by Augustin Trancart's avatar Augustin Trancart
Browse files

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

parent 03fc2436
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = {