summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-03 09:57:08 +0700
committerVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-04 08:33:49 +0700
commit7e5be7c54c02cac0262c39c621d139c2a7ee4833 (patch)
tree4d839f2fdfd31713088d2f51a0788526a9eda283 /test-requirements.txt
parent648ad56c8652d83d3b1cae745488bb8e0450febd (diff)
downloadoslo-messaging-7e5be7c54c02cac0262c39c621d139c2a7ee4833.tar.gz
Switch to stestr
According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: I89b785c91738ab62e3f42da42c431b9df8ccfd70
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 0ca1232..826723b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,14 +7,13 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0.0 # BSD
-python-subunit>=1.0.0 # Apache-2.0/BSD
-testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
oslotest>=3.2.0 # Apache-2.0
pifpaf>=0.10.0 # Apache-2.0
# for test_matchmaker_redis
redis>=2.10.0 # MIT
+stestr>=2.0.0 # Apache-2.0
# for test_impl_zmq
pyzmq>=14.3.1 # LGPL+BSD