From 4edd6965970ef9eb62cdfa1cba221e0e937e4445 Mon Sep 17 00:00:00 2001 From: Lisa Scheers Date: Mon, 25 May 2026 11:33:11 +0200 Subject: [PATCH] python3Packages.dramatiq: 2.0.1 -> 2.1.0 Changelog: https://github.com/Bogdanp/dramatiq/releases/tag/v2.1.0 Assisted-by: Codex (GPT-5) --- pkgs/development/python-modules/dramatiq/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dramatiq/default.nix b/pkgs/development/python-modules/dramatiq/default.nix index 3600b0aa51fb..65245ca72ab2 100644 --- a/pkgs/development/python-modules/dramatiq/default.nix +++ b/pkgs/development/python-modules/dramatiq/default.nix @@ -18,14 +18,14 @@ buildPythonPackage rec { pname = "dramatiq"; - version = "2.0.1"; + version = "2.1.0"; pyproject = true; src = fetchFromGitHub { owner = "Bogdanp"; repo = "dramatiq"; tag = "v${version}"; - hash = "sha256-VqMHSn2mdkO140t7IpZt32OHoEU0nEXiRWJ0w6Km0o8="; + hash = "sha256-wUE3R/lFafP7P9tjKjFC+jwCc3jkvGeXunC8AhkBLbM="; }; build-system = [ setuptools ]; @@ -87,6 +87,8 @@ buildPythonPackage rec { # AssertionError "test_cli_scrubs_stale_pid_files" "test_message_contains_requeue_time_after_retry" + # Timing-sensitive under load on the aarch64-linux builder. + "test_actor_messages_can_be_assigned_time_limits" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Takes too long for darwin ofborg