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

Change-Id: I7b496624721173955315869b17d3f2050dc83d30
This commit is contained in:
Vu Cong Tuan 2018-07-11 17:44:35 +07:00
parent 9761aa17c6
commit 147e487bdf
3 changed files with 0 additions and 3 deletions

1
.gitignore vendored
View File

@ -12,7 +12,6 @@ build
*.log *.log
.coverage .coverage
.coverage.* .coverage.*
.testrepository/*
.tox .tox
.venv .venv
cover cover

View File

@ -149,7 +149,6 @@ suds-jurko==0.6
tempest==17.1.0 tempest==17.1.0
Tempita==0.5.2 Tempita==0.5.2
tenacity==4.4.0 tenacity==4.4.0
testrepository==0.0.18
testresources==2.0.1 testresources==2.0.1
testscenarios==0.4 testscenarios==0.4
testtools==2.2.0 testtools==2.2.0

View File

@ -11,7 +11,6 @@ stestr>=2.0.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0
requests-mock>=1.2.0 # Apache-2.0 requests-mock>=1.2.0 # Apache-2.0
testtools>=2.2.0 # MIT testtools>=2.2.0 # MIT
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD
WebTest>=2.0.27 # MIT WebTest>=2.0.27 # MIT
tempest>=17.1.0 # Apache-2.0 tempest>=17.1.0 # Apache-2.0