Skip to content

Commit

Permalink
Bring back pytest-sugar with a minimum version to support Pytest 3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 10, 2018
1 parent de77d1e commit d51baf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
extras_require={
'testing': [
'pytest>=2.8',
# 'pytest-sugar',
'pytest-sugar>=0.9.1',
'collective.checkdocs',
],
'docs': [
Expand Down

0 comments on commit d51baf1

Please sign in to comment.