From f8ad011a327c4fd08019f889f0933ab37e2f5ee6 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 12 Oct 2015 19:05:59 +0200 Subject: [PATCH] tox: Update pytest-sugar to 0.5.1. - Colour progressbar correctly for low number of tests - Fix error case when deactivating pytest-sugar using --lf together with --nosugar - --nosugar deprecated, use -p no:sugar --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 37e9a1dc7..dec1263ba 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,7 @@ deps = pytest-mock==0.8.1 pytest-html==1.6 pytest-faulthandler==1.0.1 - pytest-sugar==0.4.0 + pytest-sugar==0.5.1 xvfbwrapper==0.2.5 hypothesis==1.11.4 coverage==4.0.0