Commit b0ad9fab authored by Thiago Kenji Okada's avatar Thiago Kenji Okada
Browse files

python3Packages.deal-solver: disable flaky test

parent 6ec96df4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -45,6 +45,12 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "deal_solver" ];

  disabledTests = [
    # Flaky tests, sometimes it works sometimes it doesn't
    "test_expr_asserts_ok"
    "test_fuzz_math_floats"
  ];

  meta = with lib; {
    description = "Z3-powered solver (theorem prover) for deal";
    homepage = "https://github.com/life4/deal-solver";