summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-03-29 14:40:02 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-03-29 14:40:02 -0400
commitb9bcd869482ea0ff636c8848896a94e24a6fbfca (patch)
tree7aef9a4dd493ef2da3f829d4a497bc943d394176
parent049284c6c440217c4f686b61c0980b5e0100626b (diff)
downloadpytest-runner-b9bcd869482ea0ff636c8848896a94e24a6fbfca.tar.gz
Include pytest-sugar for nicer test output.
-rw-r--r--tests/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt
index ab48405..6d65b37 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -1,2 +1,3 @@
pytest >= 2.8
+pytest-sugar
subprocess32; python_version=="2.6"