Skip to content

Commit

Permalink
Hotfix: Added gevent extra to built in worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Apr 11, 2024
1 parent 5fffb62 commit 90ba486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytest_celery/vendors/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ EXPOSE 5678
# Install Python dependencies
RUN pip install --no-cache-dir --upgrade \
pip \
celery[redis,pymemcache]${WORKER_VERSION:+==$WORKER_VERSION} \
celery[redis,pymemcache,gevent]${WORKER_VERSION:+==$WORKER_VERSION} \
pytest-celery@git+https://github.com/celery/pytest-celery.git

# The workdir must be /app
Expand Down

0 comments on commit 90ba486

Please sign in to comment.