summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-11-12 12:31:25 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-11-12 12:31:25 -0500
commit6de738440c6333e0f5e7b2447d2b5c05785481db (patch)
tree8861108aaba58b378858344c3e9465e76a7245d0
parent8a08fefa8561407bee150a7e6c0c9d5117ac5e7b (diff)
downloadpytest-runner-6de738440c6333e0f5e7b2447d2b5c05785481db.tar.gz
Remove pytest-sugar plugin from standard pipelines as recommended in Frozenball/pytest-sugar#159.
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index adaed86..2ea2224 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,7 +30,6 @@ setup_requires = setuptools_scm >= 1.15.0
testing =
# upstream
pytest >= 3.5, !=3.7.3
- pytest-sugar >= 0.9.1
collective.checkdocs
pytest-flake8