summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2018-01-23 10:07:28 -0600
committerMonty Taylor <mordred@inaugust.com>2018-03-18 10:41:40 -0500
commit68e02466ce13a5dbc01ada10b2704701544717dd (patch)
treea7f861da7a16996dad71e1821e159f73466075dc /test-requirements.txt
parent35732351ca2e7c35da9e9ec969fdf0873ee8c5e9 (diff)
downloadzuul-68e02466ce13a5dbc01ada10b2704701544717dd.tar.gz
Switch to stestr
stestr is actively maintained. OpenStack is migrating to stestr, go ahead and follow suit. As part of this, shift the default values for STDOUT capture into the tox.ini file. This preserves the current behavior of tox doing capture and running tests directly not capturing. Remove the depend on python-subunit... stestr takes care of that for us. Change-Id: I90ae343a5db966f74e888bb98aab0bf39dcdd2cb
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index ae033094d..98880cd77 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,8 +4,7 @@ coverage>=3.6
sphinx>=1.5.1,<1.6
sphinxcontrib-blockdiag>=1.1.0
fixtures>=0.3.14
-python-subunit
-testrepository>=0.0.17
+stestr>=1.0.0 # Apache-2.0
testtools>=0.9.32
sphinxcontrib-programoutput
sphinx-autodoc-typehints