Skip to content

Commit

Permalink
Fixed pip deprecation warning (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus authored Jan 22, 2024
1 parent b5e23ad commit 9813a7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sqlalchemy>=1.2.18
django>=2.2.1
pytest-django>=4.7.0
git+https://github.com/celery/pytest-celery.git#egg=pytest-celery[celery]
pytest-celery[celery]@git+https://github.com/celery/pytest-celery.git
pytest-xdist>=3.5.0
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
git+https://github.com/celery/pytest-celery.git#egg=pytest-celery[celery]
pytest-celery[celery]@git+https://github.com/celery/pytest-celery.git
pytest-xdist>=3.5.0
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
git+https://github.com/celery/pytest-celery.git#egg=pytest-celery[celery]
pytest-celery[celery]@git+https://github.com/celery/pytest-celery.git
pytest-xdist>=3.5.0
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
git+https://github.com/celery/pytest-celery.git#egg=pytest-celery[celery]
pytest-celery[celery]@git+https://github.com/celery/pytest-celery.git
pytest-xdist>=3.5.0
pytest-subtests>=0.11.0

0 comments on commit 9813a7e

Please sign in to comment.