diff options
| author | Masayuki Igawa <masayuki@igawa.io> | 2017-12-27 16:16:23 +0900 |
|---|---|---|
| committer | Masayuki Igawa <masayuki@igawa.io> | 2017-12-27 16:18:49 +0900 |
| commit | bafe5357c2ad8cf9f87bf726db9cd8a3a1825123 (patch) | |
| tree | 1a1f31fac1e6d8dfb70bc7259f416ccd1eb53b99 /test-requirements.txt | |
| parent | 8c5f7555698491c3a0b44fe6c3fee50d0189f2d6 (diff) | |
| download | python-openstackclient-bafe5357c2ad8cf9f87bf726db9cd8a3a1825123.tar.gz | |
Switch to use stestr directly
This commit makes to use stestr instead of ostestr
directly. ostestr>1.0.0 has started to use stestr instead of
testrepository. So there is no reason to use ostestr anymore.
Change-Id: I6327d50c9f6dd19f1de24b9b51532104fb3e916e
Diffstat (limited to 'test-requirements.txt')
| -rw-r--r-- | test-requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index fcd7bc78..0c64e906 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,8 +15,7 @@ requests-mock>=1.1.0 # Apache-2.0 sphinx>=1.6.2 # BSD stevedore>=1.20.0 # Apache-2.0 os-client-config>=1.28.0 # Apache-2.0 -os-testr>=1.0.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=1.0.0 # Apache-2.0 testtools>=2.2.0 # MIT tempest>=17.1.0 # Apache-2.0 osprofiler>=1.4.0 # Apache-2.0 |
