Skip to content

Commit

Permalink
Cleanup: pytest-celery[all]==1.0.0b4 -> pytest-celery[all]==1.0.0 (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus authored Jun 25, 2024
1 parent ea08e36 commit 4534b43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/userguide/examples/hybrid_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ These files are taken from the :ref:`test_gevent_pool` example with one simple c

.. code-block:: python
RUN pip install "celery[gevent]" "pytest-celery[all]==1.0.0b4"
RUN pip install "celery[gevent]" "pytest-celery[all]==1.0.0"
The Dockerfile doesn't use the requirements file, but instead installs the packages directly.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV WORKER_QUEUE=$CELERY_WORKER_QUEUE

# Install packages
RUN pip install --no-cache-dir --upgrade pip
RUN pip install "celery[gevent]" "pytest-celery[all]==1.0.0b4"
RUN pip install "celery[gevent]" "pytest-celery[all]==1.0.0"

# The workdir must be /app
WORKDIR /app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV WORKER_QUEUE=$CELERY_WORKER_QUEUE

# Install packages
RUN pip install --no-cache-dir --upgrade pip
RUN pip install celery==4.4.7 "pytest-celery[all]==1.0.0b4"
RUN pip install celery==4.4.7 "pytest-celery[all]==1.0.0"

# The workdir must be /app
WORKDIR /app
Expand Down

0 comments on commit 4534b43

Please sign in to comment.