Skip to content

Commit ff9d25d

Browse files
committed
test: Swap pytest-celery for celery.contrib.pytest
Signed-off-by: Ferenc Géczi <[email protected]>
1 parent 6cb7905 commit ff9d25d

File tree

5 files changed

+1
-4
lines changed

5 files changed

+1
-4
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import os
55
import sys
66
import pytest
7+
pytest_plugins = ("celery.contrib.pytest", )
78

89
# Set our testing flags
910
os.environ["INSTANA_TEST"] = "true"

tests/requirements-307.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ protobuf<4.0.0
3737
pymongo>=3.11.4
3838
pyramid>=2.0.1
3939
pytest>=6.2.4
40-
pytest-celery
4140
redis>=3.5.3
4241
requests-mock
4342
responses<=0.17.0

tests/requirements-310.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ protobuf<4.0.0
2929
pymongo>=3.11.4
3030
pyramid>=2.0.1
3131
pytest>=6.2.4
32-
pytest-celery
3332
redis>=3.5.3
3433
requests-mock
3534
responses<=0.17.0

tests/requirements-312.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ protobuf<4.0.0
3131
pymongo>=3.11.4
3232
pyramid>=2.0.1
3333
pytest>=6.2.4
34-
pytest-celery
3534
redis>=3.5.3
3635
requests-mock
3736
responses<=0.17.0

tests/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ protobuf<4.0.0
2828
pymongo>=3.11.4
2929
pyramid>=2.0.1
3030
pytest>=6.2.4
31-
pytest-celery
3231
redis>=3.5.3
3332
requests-mock
3433
responses<=0.17.0

0 commit comments

Comments
 (0)