summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-02-01 09:28:53 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-02-01 09:28:53 -0500
commit34ab781f8768ab5101f087cfffe7e38b94048a7f (patch)
tree5dd4b9afe6eb0a95da2499e3e4ae6ca685d5eb48
parentb9aba822c7e154d1ad185585fe7642947b3c5265 (diff)
downloadpytest-runner-34ab781f8768ab5101f087cfffe7e38b94048a7f.tar.gz
Disable pytest-sugar until Frozenball/pytest-sugar#133 is addressed.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 75f2371..e07ba77 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ params = dict(
extras_require={
'testing': [
'pytest>=2.8',
- 'pytest-sugar',
+ # 'pytest-sugar',
'collective.checkdocs',
],
'docs': [