@@ -1,2 +1,2 @@
case>=1.3.1
-pytest>=3.3
+pytest>=3.0,<3.3
@@ -31,8 +31,8 @@ deps=
sitepackages = False
recreate = False
commands =
- unit: pytest -rsx -xv --capture=no --cov=celery --cov-report=xml --cov-report term
- integration: pytest -rsx --capture=no -xsv t/integration
+ unit: pytest -rsx -xv --cov=celery --cov-report=xml --cov-report term
+ integration: pytest -rsx -xsv t/integration
setenv =
WORKER_LOGLEVEL = INFO
PYTHONIOENCODING = UTF-8