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/578522 Change-Id: I94f4883aa52e5a5623ebd0ce9145951f422ae51a
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -24,7 +24,6 @@ develop-eggs
|
|||||||
# Other
|
# Other
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
.stestr
|
.stestr
|
||||||
.testrepository
|
|
||||||
.tox
|
.tox
|
||||||
.venv
|
.venv
|
||||||
.*.swp
|
.*.swp
|
||||||
|
|||||||
@@ -67,7 +67,6 @@ Sphinx==1.6.2
|
|||||||
sphinxcontrib-websupport==1.0.1
|
sphinxcontrib-websupport==1.0.1
|
||||||
stestr==1.0.0
|
stestr==1.0.0
|
||||||
stevedore==1.20.0
|
stevedore==1.20.0
|
||||||
testrepository==0.0.18
|
|
||||||
testscenarios==0.4
|
testscenarios==0.4
|
||||||
testtools==2.2.0
|
testtools==2.2.0
|
||||||
traceback2==1.4.0
|
traceback2==1.4.0
|
||||||
|
|||||||
Reference in New Issue
Block a user