summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-11-12 12:29:28 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-11-12 12:29:28 -0500
commit8a08fefa8561407bee150a7e6c0c9d5117ac5e7b (patch)
tree16fb705030fb72a670181a43e0ef01f757698a02
parent166b43e1429fa1b9b467da82109151222719cc20 (diff)
downloadpytest-runner-8a08fefa8561407bee150a7e6c0c9d5117ac5e7b.tar.gz
Remove workaround for pytest-sugar 159, now fixed.
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 78cc7f9..41e20a3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,6 @@ minversion = 2.4
[testenv]
deps =
setuptools>=31.0.1
- pytest-sugar-bugfix159
commands =
pytest {posargs}
python setup.py checkdocs