Unverified Commit 3cd6b7e0 authored by Ivan Mincik's avatar Ivan Mincik Committed by GitHub
Browse files

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

parents 520401b6 5d2edb7a
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 = {