Bring back pytest-sugar with a minimum version to support Pytest 3.4.

This commit is contained in:
Jason R. Coombs 2018-02-10 13:24:23 -05:00
parent 34ab781f87
commit 3902aabd7f

View File

@ -37,7 +37,7 @@ params = dict(
extras_require={
'testing': [
'pytest>=2.8',
# 'pytest-sugar',
'pytest-sugar>=0.9.1',
'collective.checkdocs',
],
'docs': [