diff options
author | James E. Blair <jeblair@redhat.com> | 2018-03-21 07:49:15 -0700 |
---|---|---|
committer | James E. Blair <jeblair@redhat.com> | 2018-03-21 07:50:08 -0700 |
commit | e56801f2e8a04f08813125b05a4ff8c983beddbd (patch) | |
tree | 0151611f4ecd52ae88ae04fe375cf5d2e65a7382 /test-requirements.txt | |
parent | 883223fdb84c2e0bcb867f2210ff34a300bbc343 (diff) | |
download | zuul-e56801f2e8a04f08813125b05a4ff8c983beddbd.tar.gz |
Revert "Switch to stestr"
There are several differences between this and testr which we
need to discuss. Let's wait until after the v3 release so we
don't delay it further.
This reverts commit 68e02466ce13a5dbc01ada10b2704701544717dd.
Change-Id: I873145c15fd88fe752cb987d0892c146c35041d8
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 98880cd77..ae033094d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,8 @@ coverage>=3.6 sphinx>=1.5.1,<1.6 sphinxcontrib-blockdiag>=1.1.0 fixtures>=0.3.14 -stestr>=1.0.0 # Apache-2.0 +python-subunit +testrepository>=0.0.17 testtools>=0.9.32 sphinxcontrib-programoutput sphinx-autodoc-typehints |