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:
parent
9761aa17c6
commit
147e487bdf
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,7 +12,6 @@ build
|
|||||||
*.log
|
*.log
|
||||||
.coverage
|
.coverage
|
||||||
.coverage.*
|
.coverage.*
|
||||||
.testrepository/*
|
|
||||||
.tox
|
.tox
|
||||||
.venv
|
.venv
|
||||||
cover
|
cover
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user