Skip to content

Commit 9bd9022

Browse files
authored
Hotfix: Added gevent extra to built in worker (#278)
1 parent 5fffb62 commit 9bd9022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_celery/vendors/worker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ EXPOSE 5678
3737
# Install Python dependencies
3838
RUN pip install --no-cache-dir --upgrade \
3939
pip \
40-
celery[redis,pymemcache]${WORKER_VERSION:+==$WORKER_VERSION} \
40+
celery[redis,pymemcache,gevent]${WORKER_VERSION:+==$WORKER_VERSION} \
4141
pytest-celery@git+https://github.com/celery/pytest-celery.git
4242

4343
# The workdir must be /app

0 commit comments

Comments
 (0)