Skip to content

Commit

Permalink
Upgrade from pytest-celery v1.0.0b1 -> v1.0.0b2 (#8843)
Browse files Browse the repository at this point in the history
* Upgrade from pytest-celery v1.0.0b1 -> v1.0.0b2

* Fixed docker/docs/Dockerfile
  • Loading branch information
Nusnus committed Feb 13, 2024
1 parent 372c689 commit 0078d67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docker/docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ COPY /requirements /requirements
# All imports needed for autodoc.
RUN pip install -r /requirements/docs.txt -r /requirements/default.txt

COPY . /celery

RUN pip install /celery

COPY docker/docs/start /start-docs
RUN sed -i 's/\r$//g' /start-docs
RUN chmod +x /start-docs
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==7.4.4
pytest-celery==1.0.0b1
pytest-celery==1.0.0b2
pytest-rerunfailures==13.0.0
pytest-subtests==0.11.0
pytest-timeout==2.2.0
Expand Down

0 comments on commit 0078d67

Please sign in to comment.