diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-03-29 14:40:02 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-03-29 14:40:02 -0400 |
commit | b9bcd869482ea0ff636c8848896a94e24a6fbfca (patch) | |
tree | 7aef9a4dd493ef2da3f829d4a497bc943d394176 /tests | |
parent | 049284c6c440217c4f686b61c0980b5e0100626b (diff) | |
download | pytest-runner-b9bcd869482ea0ff636c8848896a94e24a6fbfca.tar.gz |
Include pytest-sugar for nicer test output.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/requirements.txt | 1 |
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" |