Skip to content

Commit 6f66d48

Browse files
author
Omer Katz
committed
Bump pytest and don't capture logs. Also, show which tests are skipped.
1 parent c11c1d0 commit 6f66d48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
case>=1.3.1
2-
pytest>=3.0,<3.3
2+
pytest>=3.3

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ deps=
3131
sitepackages = False
3232
recreate = False
3333
commands =
34-
unit: py.test -xv --cov=celery --cov-report=xml --cov-report term
35-
integration: py.test -xsv t/integration
34+
unit: pytest -rsx -xv --capture=no --cov=celery --cov-report=xml --cov-report term
35+
integration: pytest -rsx --capture=no -xsv t/integration
3636
setenv =
3737
WORKER_LOGLEVEL = INFO
3838
PYTHONIOENCODING = UTF-8

0 commit comments

Comments
 (0)