changeset 5874:b103f41a4954

setup.py: enable pytest-sugar plugin pytest-sugar enables a nice visual representation of test progress and results. Minimum version is set to 0.7.0 as it fixes a problem where skipped tests would not be shown in the test summary. The upper version 1.0.0 is arbitrarily chosen and could be increased as seen fit.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Fri, 05 Feb 2016 21:19:44 +0100
parents a9e0ea9ecc91
children abc1ada59076
files setup.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Fri Feb 26 18:59:34 2016 +0100
+++ b/setup.py	Fri Feb 05 21:19:44 2016 +0100
@@ -55,6 +55,7 @@
     "URLObject==2.3.4",
     "Routes==1.13",
     "pytest>=2.7.0,<3.0",
+    "pytest-sugar>=0.7.0,<1.0.0",
     "dulwich>=0.9.9,<=0.9.9",
     "mercurial>=2.9,<3.8",
 ]