diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2020-07-09 11:21:44 +0100 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2020-07-09 11:22:06 +0100 |
| commit | 8ecbbcd7a19bb4784bef6dfa98b7b8c980580843 (patch) | |
| tree | 385ef7de56598e35134ccf5d0c10dfec8c54806c | |
| parent | b6b308ed23b5b3d9ddd8aa946a31edec6b35cbe4 (diff) | |
| download | python-cinderclient-8ecbbcd7a19bb4784bef6dfa98b7b8c980580843.tar.gz | |
trivial: Drop references to os-testr
os-testr is dead. Long live stestr.
Change-Id: Ie37f00e2f5ef2230adcff0d662e2d0b214b8c74c
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
| -rw-r--r-- | doc/source/contributor/functional_tests.rst | 2 | ||||
| -rw-r--r-- | doc/source/contributor/unit_tests.rst | 2 | ||||
| -rw-r--r-- | lower-constraints.txt | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/doc/source/contributor/functional_tests.rst b/doc/source/contributor/functional_tests.rst index 9eea42d..5f60a48 100644 --- a/doc/source/contributor/functional_tests.rst +++ b/doc/source/contributor/functional_tests.rst @@ -35,7 +35,7 @@ Or all tests in the test_readonly_clitest_readonly_cli.py file:: tox -e functional -- -n cinderclient.tests.functional.test_readonly_cli For more information on these options and how to run tests, please see the -`ostestr documentation <https://docs.openstack.org/os-testr/latest/>`_. +`stestr documentation <https://stestr.readthedocs.io/en/latest/index.html>`_. Gotchas ------- diff --git a/doc/source/contributor/unit_tests.rst b/doc/source/contributor/unit_tests.rst index 07247aa..c86891f 100644 --- a/doc/source/contributor/unit_tests.rst +++ b/doc/source/contributor/unit_tests.rst @@ -36,7 +36,7 @@ Or all tests in the test_volumes.py file:: tox -epy27 -- -n cinderclient.tests.unit.v2.test_volumes For more information on these options and how to run tests, please see the -`ostestr documentation <https://docs.openstack.org/os-testr/latest/>`_. +`stestr documentation <https://stestr.readthedocs.io/en/latest/index.html>`_. Gotchas ------- diff --git a/lower-constraints.txt b/lower-constraints.txt index 11e6cd7..db75ae4 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -20,7 +20,6 @@ monotonic==0.6 msgpack-python==0.4.0 netaddr==0.7.18 netifaces==0.10.4 -os-testr==1.0.0 oslo.concurrency==3.25.0 oslo.config==5.2.0 oslo.context==2.19.2 |
