We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11c1d0 commit 6f66d48Copy full SHA for 6f66d48
requirements/test.txt
@@ -1,2 +1,2 @@
1
case>=1.3.1
2
-pytest>=3.0,<3.3
+pytest>=3.3
tox.ini
@@ -31,8 +31,8 @@ deps=
31
sitepackages = False
32
recreate = False
33
commands =
34
- unit: py.test -xv --cov=celery --cov-report=xml --cov-report term
35
- integration: py.test -xsv t/integration
+ unit: pytest -rsx -xv --capture=no --cov=celery --cov-report=xml --cov-report term
+ integration: pytest -rsx --capture=no -xsv t/integration
36
setenv =
37
WORKER_LOGLEVEL = INFO
38
PYTHONIOENCODING = UTF-8
0 commit comments