trivial: Drop references to os-testr

os-testr is dead. Long live stestr.

Change-Id: I8e5688e2a1ecc5fde96b059150cad6d9221fcd36
This commit is contained in:
gugug 2020-07-18 00:50:51 +08:00
parent 13530356a8
commit 7afd6c7e3f
2 changed files with 2 additions and 3 deletions

View File

@ -28,7 +28,7 @@ Running the tests
-----------------
There are a number of ways to run unit tests currently, and there's a
combination of frameworks used depending on what commands you use. The
preferred method is to use tox, which calls ostestr via the tox.ini file.
preferred method is to use tox, which calls stestr via the tox.ini file.
To run all tests simply run::
tox
@ -52,4 +52,4 @@ Or all tests in the test_node.py file::
tox -epy27 senlinclient.tests.unit.v1.test_node
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>`_.

View File

@ -39,7 +39,6 @@ netifaces==0.10.4
openstacksdk==0.24.0
os-client-config==1.28.0
os-service-types==1.2.0
os-testr==1.0.0
osc-lib==1.11.0
oslo.concurrency==3.25.0
oslo.config==5.2.0