File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
src/pytest_celery/vendors/worker Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ sqlalchemy>=1.2.18
22django >= 2.2.1
33pytest-django >= 4.7.0
44pytest-xdist >= 3.5.0
5- pytest-celery[all]@git+https://github.com/Katz-Consulting-Group /pytest-celery.git@bugfix
5+ pytest-celery[all]@git+https://github.com/celery /pytest-celery.git
Original file line number Diff line number Diff line change 11pytest >= 7.4.4
22pytest-xdist >= 3.5.0
3- pytest-celery[all]@git+https://github.com/Katz-Consulting-Group /pytest-celery.git@bugfix
3+ pytest-celery[all]@git+https://github.com/celery /pytest-celery.git
Original file line number Diff line number Diff line change 11pytest >= 7.4.4
22pytest-xdist >= 3.5.0
3- pytest-celery[all]@git+https://github.com/Katz-Consulting-Group /pytest-celery.git@bugfix
3+ pytest-celery[all]@git+https://github.com/celery /pytest-celery.git
Original file line number Diff line number Diff line change 11pytest >= 7.4.4
22pytest-xdist >= 3.5.0
3- pytest-celery[all]@git+https://github.com/Katz-Consulting-Group /pytest-celery.git@bugfix
3+ pytest-celery[all]@git+https://github.com/celery /pytest-celery.git
Original file line number Diff line number Diff line change 11pytest >= 7.4.4
22pytest-xdist >= 3.5.0
33pytest-subtests >= 0.11.0
4- pytest-celery[all]@git+https://github.com/Katz-Consulting-Group /pytest-celery.git@bugfix
4+ pytest-celery[all]@git+https://github.com/celery /pytest-celery.git
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ENV PYTHONDONTWRITEBYTECODE=1
2323RUN pip install --no-cache-dir --upgrade \
2424 pip \
2525 celery[redis,pymemcache]${WORKER_VERSION:+==$WORKER_VERSION} \
26- pytest-celery@git+https://github.com/Katz-Consulting-Group /pytest-celery.git@bugfix
26+ pytest-celery@git+https://github.com/celery /pytest-celery.git
2727
2828# The workdir must be /app
2929WORKDIR /app
You can’t perform that action at this time.
0 commit comments