# HG changeset patch # User Thomas De Schampheleire # Date 1454703584 -3600 # Node ID b103f41a4954e2814dc547671771bdeebc1f80be # Parent a9e0ea9ecc91f9c8d87ce6551ed45911f583b80b 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. diff -r a9e0ea9ecc91 -r b103f41a4954 setup.py --- 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", ]