lol

python3Packages.deal-solver: disable flaky test

+6
+6
pkgs/development/python-modules/deal-solver/default.nix
··· 45 45 46 46 pythonImportsCheck = [ "deal_solver" ]; 47 47 48 + disabledTests = [ 49 + # Flaky tests, sometimes it works sometimes it doesn't 50 + "test_expr_asserts_ok" 51 + "test_fuzz_math_floats" 52 + ]; 53 + 48 54 meta = with lib; { 49 55 description = "Z3-powered solver (theorem prover) for deal"; 50 56 homepage = "https://github.com/life4/deal-solver";