Disable pytest-sugar until Frozenball/pytest-sugar#133 is addressed.

master
Jason R. Coombs 6 years ago
parent b9aba822c7
commit 34ab781f87
  1. 2
      setup.py

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

Loading…
Cancel
Save