Browse Source

Don't bump pytest. Even without caputre our tests fail.

Omer Katz 6 years ago
parent
commit
30f60c2e8d
2 changed files with 3 additions and 3 deletions
  1. 1 1
      requirements/test.txt
  2. 2 2
      tox.ini

+ 1 - 1
requirements/test.txt

@@ -1,2 +1,2 @@
 case>=1.3.1
-pytest>=3.3
+pytest>=3.0,<3.3

+ 2 - 2
tox.ini

@@ -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