21 buildPythonPackage rec {
26 disabled = pythonOlder "3.7";
28 src = fetchFromGitHub {
32 hash = "sha256-8uhCV4aJNbY273jOa9D5OlgEG1w3hXVncClKQTO9Pyk=";
35 build-system = [ hatchling ];
50 ${redis-server}/bin/redis-server &
57 __darwinAllowLocalNetworking = true;
60 # https://github.com/rq/rq/commit/fd261d5d8fc0fe604fa396ee6b9c9b7a7bb4142f
61 "test_clean_large_registry"
64 pythonImportsCheck = [ "rq" ];
67 description = "Library for creating background jobs and processing them";
68 homepage = "https://github.com/nvie/rq/";
69 changelog = "https://github.com/rq/rq/releases/tag/v${version}";
70 license = licenses.bsd2;
71 maintainers = with maintainers; [ mrmebelman ];