diff options
author | Vu Cong Tuan <tuanvc@vn.fujitsu.com> | 2018-07-12 14:27:07 +0700 |
---|---|---|
committer | Vu Cong Tuan <tuanvc@vn.fujitsu.com> | 2018-07-13 10:18:54 +0700 |
commit | 944fe4b6c11abc06386eec670f10784277455b49 (patch) | |
tree | 6c252e8cdbb4cd34a81dc4cc59d03ae3121f4383 /test-requirements.txt | |
parent | dff11337f55b7a9a28d7c30658df51b7b0b443eb (diff) | |
download | oslo-db-944fe4b6c11abc06386eec670f10784277455b49.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: Ifd51e726de277d33ff61db47110bf8b5563fcda7
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 3b06eec..0f5306d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,7 +9,7 @@ mock>=2.0.0 # BSD python-subunit>=1.0.0 # Apache-2.0/BSD oslotest>=3.2.0 # Apache-2.0 oslo.context>=2.19.2 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0 testtools>=2.2.0 # MIT os-testr>=1.0.0 # Apache-2.0 bandit>=1.1.0 # Apache-2.0 |