python3Packages.dramatiq: 2.0.1 -> 2.1.0 (#524033)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user