diff options
author | Vu Cong Tuan <tuanvc@vn.fujitsu.com> | 2018-07-03 11:27:05 +0700 |
---|---|---|
committer | Vu Cong Tuan <tuanvc@vn.fujitsu.com> | 2018-07-04 08:20:45 +0700 |
commit | 48ec101f159f2345bdadb688fe2d35b08a038686 (patch) | |
tree | d206c82b5cc870973bbf3761c3088a593f121fe2 /test-requirements.txt | |
parent | 8c7fa5bb105cdfd15376c6b1f42ef1383b7cb3eb (diff) | |
download | oslo-middleware-48ec101f159f2345bdadb688fe2d35b08a038686.tar.gz |
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: I9b230222866d41a12713f321cee88da896ba76a1
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 5e89e88..9e062a9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,3 +11,4 @@ coverage!=4.4,>=4.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 # Bandit security code scanner bandit>=1.1.0 # Apache-2.0 +stestr>=2.0.0 # Apache-2.0 |