Skip to content

Commit

Permalink
Pip install celery==5.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopelka committed Jan 4, 2023
1 parent c2aafb0 commit 166b9bc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion files/install-deps-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- python3-alembic
- python3-prometheus_client
- python3-sqlalchemy+postgresql
- python3-celery # unfortunately, the probes don't work with this
# - python3-celery # unfortunately, the probes don't work with this
- python3-redis # celery[redis]
- python3-lazy-object-proxy
- dnf-utils
Expand All @@ -34,13 +34,21 @@
- python3-gevent # concurrency pool, see run_worker.sh
# v6 = bodhi-client, v5 = python3-bodhi{,-client}
- bodhi-client
# for pip installed celery
- python3-kombu
- python3-vine
- python3-click-didyoumean
- python3-click-plugins
- python3-click-repl
state: present
- name: Install pip deps
pip:
name:
- git+https://github.com/packit/sandcastle.git@{{ source_branch }}
- sentry-sdk
- syslog-rfc5424-formatter
# can't install celery-5.2.6 rpm because it requires billiard<4.0 and F37 has 4.1.0
- celery==5.2.6
executable: pip3
- name: Check if all pip packages have all dependencies installed
command: pip check
Expand Down

0 comments on commit 166b9bc

Please sign in to comment.