summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-03 13:49:16 +0700
committerVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-04 07:54:50 +0700
commitd1cfde2b6de415a076e5b712588a8b0612631671 (patch)
treec46dc2af54b6a257b2b69299caca8ceea8cacea5 /test-requirements.txt
parent9ef646629441b5992ca346a9f419446b5a4b9177 (diff)
downloadoslo-vmware-d1cfde2b6de415a076e5b712588a8b0612631671.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: Iea425a8583f7396cc4e9d6964f3efa9875dc59ac
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 3c7e4d2..6bd3fc0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,8 +7,8 @@ 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
-testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
+stestr>=2.0.0 # Apache-2.0
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]