Remove testrepository

This commit is a follow-up of "switch to using stestr"
which was merged already [1].
After switch to using stestr, testrepository is unnecessary
and should be removed.

[1] https://review.openstack.org/#/c/571471

Change-Id: I58c8c5e5ee9c6fded649dd83ee10d9364454ae82
This commit is contained in:
Vu Cong Tuan 2018-07-11 17:40:22 +07:00
parent 46ee18e0cf
commit ac8eb819a2
3 changed files with 0 additions and 3 deletions

1
.gitignore vendored
View File

@ -28,7 +28,6 @@ cover
cover-master
nosetests.xml
.stestr/
.testrepository
# Translations
*.mo

View File

@ -110,7 +110,6 @@ stestr==2.0.0
stevedore==1.28.0
tempest==17.1.0
tenacity==3.2.1
testrepository==0.0.18
testresources==2.0.0
testscenarios==0.4
testtools==2.2.0

View File

@ -13,6 +13,5 @@ stestr>=2.0.0
python-subunit>=1.0.0 # Apache-2.0/BSD
tempest>=17.1.0 # Apache-2.0
testresources>=2.0.0 # Apache-2.0/BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT