mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
python3Packages.celery: add nixosTests.sourcehut as passthru test
sourcehut uses celery internally
This commit is contained in:
parent
71c7509733
commit
507ab17531
@ -19,6 +19,7 @@
|
||||
, pythonOlder
|
||||
, pytz
|
||||
, vine
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -78,6 +79,10 @@ buildPythonPackage rec {
|
||||
"celery"
|
||||
];
|
||||
|
||||
passthru.tests = {
|
||||
inherit (nixosTests) sourcehut;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Distributed task queue";
|
||||
homepage = "https://github.com/celery/celery/";
|
||||
|
Loading…
Reference in New Issue
Block a user