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

Change-Id: I1766a01c5b23db5a9237a0d9197b5cfefc336c0d
This commit is contained in:
Vu Cong Tuan 2018-07-11 17:47:52 +07:00
parent 6e3bccf41a
commit 9f0d3f324c
2 changed files with 0 additions and 2 deletions

1
.gitignore vendored
View File

@ -4,6 +4,5 @@ etc/
.tox/*
.idea/*
kolla_cli.egg-info/*
.testrepository
.mypy_cache/*
.stestr

View File

@ -16,6 +16,5 @@ stestr>=1.0.0 # Apache-2.0
pexpect>=4.0.1
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
sphinxcontrib-pecanwsme>=0.8
testrepository>=0.0.18
testtools>=0.9.36,!=1.2.0
typing>=3.6; python_version>'2.7'