summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-03 13:32:27 +0700
committerVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-03 16:00:44 +0700
commitde7e0f0df2acf2e2827d98387417dc0c2ea263aa (patch)
tree985ccd403367e7925faa0461c8aef27266f7e033 /test-requirements.txt
parent99f6383e97f59c110211bdbc60894befc3fdc4e9 (diff)
downloadoslo-rootwrap-de7e0f0df2acf2e2827d98387417dc0c2ea263aa.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: Ibee9bd5c371f6f94131cccf093ec2100e258f411
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 08248d0..ed60fb1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,8 +5,8 @@
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
-testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
+stestr>=2.0.0 # Apache-2.0
# this is required for the docs build jobs
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD