Skip to content

Commit

Permalink
Bump pytest-celery to v1.0.0 (#8962)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Apr 12, 2024
1 parent 2acc150 commit 8ad421c
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.0rc3
pytest-celery[all]>=1.0.0
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.0rc3
pytest-celery[all]>=1.0.0
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 @@ -39,7 +39,7 @@ COPY --chown=test_user:test_user . /celery
RUN pip install --no-cache-dir --upgrade \
pip \
-e /celery[redis,pymemcache] \
pytest-celery==1.0.0rc3
pytest-celery>=1.0.0

# 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 @@ -38,7 +38,7 @@ EXPOSE 5678
RUN pip install --no-cache-dir --upgrade \
pip \
celery[redis,pymemcache]${CELERY_VERSION:+==$CELERY_VERSION} \
pytest-celery==1.0.0rc3
pytest-celery>=1.0.0

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

0 comments on commit 8ad421c

Please sign in to comment.