diff options
author | Slawek Kaplonski <skaplons@redhat.com> | 2018-05-22 09:37:55 -0700 |
---|---|---|
committer | Slawek Kaplonski <skaplons@redhat.com> | 2018-06-02 13:03:33 +0200 |
commit | ec537c49e9c599127e29dce0702b28fd0fa0a577 (patch) | |
tree | cff96f37c19f04c9ab90ea99f43219c0d40cf00e /test-requirements.txt | |
parent | fab6bcbdcdf655b5f1eb0c804ed82e09403159a3 (diff) | |
download | neutron-ec537c49e9c599127e29dce0702b28fd0fa0a577.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 it then.
[1] https://etherpad.openstack.org/p/YVR-python-pti
Change-Id: If3383707c9baf69e03bcccc50970da748a834141
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 08adabd091..1308568d6b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,7 +14,7 @@ testresources>=2.0.0 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD WebTest>=2.0.27 # MIT oslotest>=3.2.0 # Apache-2.0 -os-testr>=1.0.0 # Apache-2.0 +stestr>=1.0.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0 ddt>=1.0.1 # MIT pylint==1.4.5 # GPLv2 |