Use pytest-sugar for output.

This commit is contained in:
Omer Katz 2018-05-20 11:02:41 +03:00
parent 629879b422
commit c1351f59df
No known key found for this signature in database
GPG Key ID: 12A53B890119D176
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
pytz>dev
case>=1.5.2
pytest
pytest-sugar

View File

@ -25,7 +25,7 @@ deps=
flake8,flakeplus,pydocstyle: -r{toxinidir}/requirements/pkgutils.txt
commands = pip install -U -r{toxinidir}/requirements/dev.txt
py.test -xv --cov=kombu --cov-report=xml --no-cov-on-fail {posargs}
pytest -xv --cov=kombu --cov-report=xml --no-cov-on-fail {posargs}
basepython =
2.7,flakeplus,flake8,apicheck,linkcheck,cov,pydocstyle: python2.7