diff options
author | Vu Cong Tuan <tuanvc@vn.fujitsu.com> | 2018-07-10 13:38:09 +0700 |
---|---|---|
committer | Vu Cong Tuan <tuanvc@vn.fujitsu.com> | 2018-07-11 09:59:08 +0700 |
commit | e29067486a2cffc02fbb6cbc19f1f8e0534603bc (patch) | |
tree | bad9ae7d58b8b6bf164144919fc57c6f8a7a2747 /test-requirements.txt | |
parent | 234ea50d5dfa3c6b71c15d32223a2ddf84c1aa1e (diff) | |
download | python-keystoneclient-e29067486a2cffc02fbb6cbc19f1f8e0534603bc.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: I6484b605b1a7b8bcc4589170d2645f7cb0ca66f6
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 bad9c18..92ffcf6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,7 +14,7 @@ oauthlib>=0.6.2 # BSD oslotest>=3.2.0 # Apache-2.0 requests-mock>=1.2.0 # Apache-2.0 tempest>=17.1.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0 testresources>=2.0.0 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=2.2.0 # MIT |