Skip to content

Commit

Permalink
do not enable celery.contrib.pytest by default
Browse files Browse the repository at this point in the history
Fixes #6280
  • Loading branch information
graingert authored and auvipy committed Aug 5, 2020
1 parent 0df06a8 commit 9a6c292
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions requirements/extras/pytest.txt
@@ -0,0 +1 @@
pytest-celery
1 change: 1 addition & 0 deletions requirements/test.txt
@@ -1,6 +1,7 @@
case>=1.3.1
pytest~=4.6; python_version < '3.0'
pytest~=6.0; python_version >= '3.0'
pytest-celery
pytest-timeout~=1.4.2
boto3>=1.9.178
python-dateutil<2.8.1,>=2.1; python_version < '3.0'
Expand Down
5 changes: 1 addition & 4 deletions setup.py
Expand Up @@ -213,10 +213,7 @@ def run_tests(self):
entry_points={
'console_scripts': [
'celery = celery.__main__:main',
],
'pytest11': [
'celery = celery.contrib.pytest',
],
]
},
project_urls={
"Documentation": "http://docs.celeryproject.org/en/latest/index.html",
Expand Down

0 comments on commit 9a6c292

Please sign in to comment.