From b6ba92464e5fa2ea31cb09afa4fbd7291ef12af8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 12 Aug 2025 08:21:10 +0200 Subject: [PATCH] python313Packages.dramatiq: disable failing test --- pkgs/development/python-modules/dramatiq/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/dramatiq/default.nix b/pkgs/development/python-modules/dramatiq/default.nix index e16d7d4d2a85..12535c9813b8 100644 --- a/pkgs/development/python-modules/dramatiq/default.nix +++ b/pkgs/development/python-modules/dramatiq/default.nix @@ -89,6 +89,9 @@ buildPythonPackage rec { "test_rabbitmq_process_100k_messages_with_cli" "test_rabbitmq_process_10k_fib_with_cli" "test_rabbitmq_process_1k_latency_with_cli" + # AssertionError + "test_cli_scrubs_stale_pid_files" + "test_message_contains_requeue_time_after_retry" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Takes too long for darwin ofborg