diff options
| author | Robert Scott <code@humanleg.org.uk> | 2022-05-30 22:42:51 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-05-30 23:46:16 +0000 |
| commit | 0ec5b05673ac3b8bcaf324c1737def0c3de7ca36 (patch) | |
| tree | 544fdc123db9e2225791227db6badd2f10df13a3 | |
| parent | python3Packages.celery: skip hydra-failing tests on darwin (diff) | |
| download | nixpkgs-origin/backport-175528-to-release-22.05.tar.gz | |
python3Packages.celery: unmark as brokenorigin/backport-175528-to-release-22.05
mistakenly marked broken due to a spurious hydra failure
(cherry picked from commit 67dffc3000fb931058e39a2967a4d66d3cc05af4)
| -rw-r--r-- | pkgs/development/python-modules/celery/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/celery/default.nix b/pkgs/development/python-modules/celery/default.nix index 95825187b07b..77f7aa495e4b 100644 --- a/pkgs/development/python-modules/celery/default.nix +++ b/pkgs/development/python-modules/celery/default.nix @@ -90,7 +90,6 @@ buildPythonPackage rec { }; meta = with lib; { - broken = stdenv.isDarwin; description = "Distributed task queue"; homepage = "https://github.com/celery/celery/"; license = licenses.bsd3; |
