From 93893fb737049e6c2a0c77a94008eefcaa5491d9 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Wed, 4 Mar 2026 11:27:04 +0200 Subject: [PATCH] python3.pkgs.pyrate-limiter: disable flaky test --- pkgs/development/python-modules/pyrate-limiter/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/pyrate-limiter/default.nix b/pkgs/development/python-modules/pyrate-limiter/default.nix index 0e72fcf27736..ebcfc85cdd5d 100644 --- a/pkgs/development/python-modules/pyrate-limiter/default.nix +++ b/pkgs/development/python-modules/pyrate-limiter/default.nix @@ -78,6 +78,7 @@ buildPythonPackage rec { "tests/test_limiter.py" "tests/test_multiprocessing.py" "tests/test_postgres_concurrent.py" + "tests/test_multi_bucket.py" ]; # For redisTestHook