We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fffb62 commit 9bd9022Copy full SHA for 9bd9022
src/pytest_celery/vendors/worker/Dockerfile
@@ -37,7 +37,7 @@ EXPOSE 5678
37
# Install Python dependencies
38
RUN pip install --no-cache-dir --upgrade \
39
pip \
40
- celery[redis,pymemcache]${WORKER_VERSION:+==$WORKER_VERSION} \
+ celery[redis,pymemcache,gevent]${WORKER_VERSION:+==$WORKER_VERSION} \
41
pytest-celery@git+https://github.com/celery/pytest-celery.git
42
43
# The workdir must be /app
0 commit comments