Skip to content

Commit

Permalink
Cleanup for #225 (6575778) (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus authored Mar 4, 2024
1 parent 6575778 commit 4e4a987
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/django/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ sqlalchemy>=1.2.18
django>=2.2.1
pytest-django>=4.7.0
pytest-xdist>=3.5.0
pytest-celery[all]@git+https://github.com/Katz-Consulting-Group/pytest-celery.git@bugfix
pytest-celery[all]@git+https://github.com/celery/pytest-celery.git
2 changes: 1 addition & 1 deletion examples/myutils/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest>=7.4.4
pytest-xdist>=3.5.0
pytest-celery[all]@git+https://github.com/Katz-Consulting-Group/pytest-celery.git@bugfix
pytest-celery[all]@git+https://github.com/celery/pytest-celery.git
2 changes: 1 addition & 1 deletion examples/myworker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest>=7.4.4
pytest-xdist>=3.5.0
pytest-celery[all]@git+https://github.com/Katz-Consulting-Group/pytest-celery.git@bugfix
pytest-celery[all]@git+https://github.com/celery/pytest-celery.git
2 changes: 1 addition & 1 deletion examples/rabbitmq_management/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest>=7.4.4
pytest-xdist>=3.5.0
pytest-celery[all]@git+https://github.com/Katz-Consulting-Group/pytest-celery.git@bugfix
pytest-celery[all]@git+https://github.com/celery/pytest-celery.git
2 changes: 1 addition & 1 deletion examples/range/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest>=7.4.4
pytest-xdist>=3.5.0
pytest-subtests>=0.11.0
pytest-celery[all]@git+https://github.com/Katz-Consulting-Group/pytest-celery.git@bugfix
pytest-celery[all]@git+https://github.com/celery/pytest-celery.git
2 changes: 1 addition & 1 deletion src/pytest_celery/vendors/worker/Dockerfile
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]${WORKER_VERSION:+==$WORKER_VERSION} \
pytest-celery@git+https://github.com/Katz-Consulting-Group/pytest-celery.git@bugfix
pytest-celery@git+https://github.com/celery/pytest-celery.git

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

0 comments on commit 4e4a987

Please sign in to comment.