From 1f787f659f44c9b9f805c3fca0ab3d0be4ef17cc Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Wed, 20 Nov 2024 18:12:03 +0100 Subject: [PATCH] python312Packages.hypothesis: disable flaky test --- pkgs/development/python-modules/hypothesis/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/hypothesis/default.nix b/pkgs/development/python-modules/hypothesis/default.nix index efada0d391d0..e5a1bc9e443f 100644 --- a/pkgs/development/python-modules/hypothesis/default.nix +++ b/pkgs/development/python-modules/hypothesis/default.nix @@ -77,6 +77,8 @@ buildPythonPackage rec { # racy, fails to find a file sometimes "test_recreate_charmap" "test_uses_cached_charmap" + # fails if builder is too slow + "test_can_run_with_no_db" ] ++ lib.optionals (pythonOlder "3.10") [ # not sure why these tests fail with only 3.9