Skip to content

Commit 3902aab

Browse files
committed
Bring back pytest-sugar with a minimum version to support Pytest 3.4.
1 parent 34ab781 commit 3902aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
extras_require={
3838
'testing': [
3939
'pytest>=2.8',
40-
# 'pytest-sugar',
40+
'pytest-sugar>=0.9.1',
4141
'collective.checkdocs',
4242
],
4343
'docs': [

0 commit comments

Comments
 (0)