Skip to content

Commit

Permalink
Bump pytest-celery to 1.0.0rc1 (#8918)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Mar 20, 2024
1 parent bfbdcba commit 47f89e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/extras/pytest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest-celery[all]==1.0.0b4
pytest-celery[all]==1.0.0rc1
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==8.1.1
pytest-celery[all]==1.0.0b4
pytest-celery[all]==1.0.0rc1
pytest-rerunfailures==14.0
pytest-subtests==0.12.1
pytest-timeout==2.3.1
Expand Down
2 changes: 1 addition & 1 deletion t/smoke/workers/docker/dev
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY --chown=test_user:test_user . /celery
RUN pip install --no-cache-dir --upgrade \
pip \
-e /celery[redis,pymemcache] \
pytest-celery==1.0.0b4
pytest-celery==1.0.0rc1

# The workdir must be /app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion t/smoke/workers/docker/pypi
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV PYTHONDONTWRITEBYTECODE=1
RUN pip install --no-cache-dir --upgrade \
pip \
celery[redis,pymemcache]${CELERY_VERSION:+==$CELERY_VERSION} \
pytest-celery==1.0.0b4
pytest-celery==1.0.0rc1

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

0 comments on commit 47f89e7

Please sign in to comment.