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:
parent
46ee18e0cf
commit
ac8eb819a2
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,7 +28,6 @@ cover
|
||||
cover-master
|
||||
nosetests.xml
|
||||
.stestr/
|
||||
.testrepository
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user