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/578515

Change-Id: I79855f50754d0e33d779c0762220019cb8649ba3
This commit is contained in:
Vu Cong Tuan 2018-07-11 18:21:07 +07:00
parent 76775a4c6b
commit b0785c6630
3 changed files with 0 additions and 3 deletions

1
.gitignore vendored
View File

@ -28,7 +28,6 @@ cover/
.tox
nosetests.xml
.stestr
.testrepository
.venv
# Translations

View File

@ -110,7 +110,6 @@ stevedore==1.20.0
taskflow==2.16.0
Tempita==0.5.2
tenacity==4.9.0
testrepository==0.0.18
testresources==2.0.0
testscenarios==0.4
testtools==2.2.0

View File

@ -16,7 +16,6 @@ oslosphinx>=4.7.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
requests-mock>=1.2.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testresources>=2.0.0 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT