python3Packages.celery: add nixosTests.sourcehut as passthru test
sourcehut uses celery internally
This commit is contained in:
parent
71c7509733
commit
507ab17531
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue