Remove the unused os-testr package

for now we use stestr[1] to test, and os-testr is stale and not used
any more, it's safe to remove it

[1]: https://github.com/openstack/python-qinlingclient/blob/master/tox.ini#L19

Change-Id: I0b06a05a81328efbc41061753ffee45dd9dcb476
This commit is contained in:
zhoulinhui 2020-10-09 23:33:07 +08:00
parent 8e5fcbbca2
commit 184d70f68d
2 changed files with 0 additions and 2 deletions

View File

@ -36,7 +36,6 @@ netifaces==0.10.4
openstacksdk==0.11.2
os-client-config==1.28.0
os-service-types==1.2.0
os-testr==1.0.0
osc-lib==1.8.0
oslo.config==5.2.0
oslo.context==2.19.2

View File

@ -9,7 +9,6 @@ requests-mock>=1.5.2 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
os-testr>=1.0.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
keystoneauth1>=3.4.0 # Apache-2.0