diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 72df9518..1605ba69 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -56,7 +56,7 @@ jobs: working-directory: examples run: | python -m pip install --upgrade pip pytest-cov - pip install -U "pytest-celery[all]@git+https://github.com/celery/pytest-celery.git" + pip install -e "..[all]" - name: Run tests working-directory: examples diff --git a/examples/django/requirements.txt b/examples/django/requirements.txt index b5c1b713..a685a3b5 100644 --- a/examples/django/requirements.txt +++ b/examples/django/requirements.txt @@ -3,4 +3,4 @@ django>=2.2.1 pytest-django>=4.7.0 pytest-xdist>=3.5.0 pytest-rerunfailures>=14.0 -pytest-celery[all]@git+https://github.com/celery/pytest-celery.git +-e "../..[all]" diff --git a/examples/hybrid_setup/requirements.txt b/examples/hybrid_setup/requirements.txt index a5118b6a..3662c350 100644 --- a/examples/hybrid_setup/requirements.txt +++ b/examples/hybrid_setup/requirements.txt @@ -3,4 +3,4 @@ pytest-xdist>=3.5.0 pytest-subtests>=0.11.0 pytest-rerunfailures>=14.0 celery[gevent] -pytest-celery[all]@git+https://github.com/celery/pytest-celery.git +-e "../..[all]" diff --git a/examples/myutils/requirements.txt b/examples/myutils/requirements.txt index f31534b7..df54107d 100644 --- a/examples/myutils/requirements.txt +++ b/examples/myutils/requirements.txt @@ -1,4 +1,4 @@ pytest>=7.4.4 pytest-xdist>=3.5.0 pytest-rerunfailures>=14.0 -pytest-celery[all]@git+https://github.com/celery/pytest-celery.git +-e "../..[all]" diff --git a/examples/myworker/requirements.txt b/examples/myworker/requirements.txt index f31534b7..df54107d 100644 --- a/examples/myworker/requirements.txt +++ b/examples/myworker/requirements.txt @@ -1,4 +1,4 @@ pytest>=7.4.4 pytest-xdist>=3.5.0 pytest-rerunfailures>=14.0 -pytest-celery[all]@git+https://github.com/celery/pytest-celery.git +-e "../..[all]" diff --git a/examples/rabbitmq_management/requirements.txt b/examples/rabbitmq_management/requirements.txt index f31534b7..df54107d 100644 --- a/examples/rabbitmq_management/requirements.txt +++ b/examples/rabbitmq_management/requirements.txt @@ -1,4 +1,4 @@ pytest>=7.4.4 pytest-xdist>=3.5.0 pytest-rerunfailures>=14.0 -pytest-celery[all]@git+https://github.com/celery/pytest-celery.git +-e "../..[all]" diff --git a/examples/range/requirements.txt b/examples/range/requirements.txt index 4e1b78fa..27d39f4b 100644 --- a/examples/range/requirements.txt +++ b/examples/range/requirements.txt @@ -2,4 +2,4 @@ pytest>=7.4.4 pytest-xdist>=3.5.0 pytest-subtests>=0.11.0 pytest-rerunfailures>=14.0 -pytest-celery[all]@git+https://github.com/celery/pytest-celery.git +-e "../..[all]" diff --git a/examples/vhost/requirements.txt b/examples/vhost/requirements.txt index f31534b7..df54107d 100644 --- a/examples/vhost/requirements.txt +++ b/examples/vhost/requirements.txt @@ -1,4 +1,4 @@ pytest>=7.4.4 pytest-xdist>=3.5.0 pytest-rerunfailures>=14.0 -pytest-celery[all]@git+https://github.com/celery/pytest-celery.git +-e "../..[all]" diff --git a/examples/worker_pool/requirements.txt b/examples/worker_pool/requirements.txt index a5118b6a..3662c350 100644 --- a/examples/worker_pool/requirements.txt +++ b/examples/worker_pool/requirements.txt @@ -3,4 +3,4 @@ pytest-xdist>=3.5.0 pytest-subtests>=0.11.0 pytest-rerunfailures>=14.0 celery[gevent] -pytest-celery[all]@git+https://github.com/celery/pytest-celery.git +-e "../..[all]"