diff options
author | Vu Cong Tuan <tuanvc@vn.fujitsu.com> | 2018-07-03 13:41:51 +0700 |
---|---|---|
committer | Vu Cong Tuan <tuanvc@vn.fujitsu.com> | 2018-07-04 08:28:15 +0700 |
commit | 0812f94a2367cf16d8379a6432f1a60a46c89616 (patch) | |
tree | d5d91b9e94a200d78447f47958b159eb343f46e1 /test-requirements.txt | |
parent | 70fce414141bf2b18ff6b707c002b0948ddd2ef3 (diff) | |
download | oslo-utils-0812f94a2367cf16d8379a6432f1a60a46c89616.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: Ica0262653e8c18681d049acca6d5920ac38f97e6
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 4fff918..22f7e39 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,11 +5,11 @@ 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 testscenarios>=0.4 # Apache-2.0/BSD testtools>=2.2.0 # MIT oslotest>=3.2.0 # Apache-2.0 ddt>=1.0.1 # MIT +stestr>=2.0.0 # Apache-2.0 # when we can require tox>= 1.4, this can go into tox.ini: # [testenv:cover] |