Merge "Clean up test requirements"
This commit is contained in:
commit
64b9fa6f2c
@ -71,7 +71,7 @@ oslo.cache==1.29.0
|
|||||||
oslo.concurrency==3.26.0
|
oslo.concurrency==3.26.0
|
||||||
oslo.config==5.2.0
|
oslo.config==5.2.0
|
||||||
oslo.context==2.19.2
|
oslo.context==2.19.2
|
||||||
oslo.db==4.27.0
|
oslo.db==4.35.0
|
||||||
oslo.i18n==3.15.3
|
oslo.i18n==3.15.3
|
||||||
oslo.log==3.36.0
|
oslo.log==3.36.0
|
||||||
oslo.messaging==6.4.0
|
oslo.messaging==6.4.0
|
||||||
@ -146,12 +146,9 @@ stevedore==1.20.0
|
|||||||
suds-jurko==0.6
|
suds-jurko==0.6
|
||||||
tabulate==0.8.5
|
tabulate==0.8.5
|
||||||
taskflow==3.2.0
|
taskflow==3.2.0
|
||||||
tempest==17.1.0
|
|
||||||
Tempita==0.5.2
|
Tempita==0.5.2
|
||||||
tenacity==4.9.0
|
tenacity==4.9.0
|
||||||
testrepository==0.0.20
|
testrepository==0.0.20
|
||||||
testresources==2.0.0
|
|
||||||
testscenarios==0.4
|
|
||||||
testtools==2.2.0
|
testtools==2.2.0
|
||||||
tooz==1.58.0
|
tooz==1.58.0
|
||||||
traceback2==1.4.0
|
traceback2==1.4.0
|
||||||
|
@ -17,7 +17,7 @@ oauth2client!=4.0.0,>=1.5.0 # Apache-2.0
|
|||||||
oslo.config>=5.2.0 # Apache-2.0
|
oslo.config>=5.2.0 # Apache-2.0
|
||||||
oslo.concurrency>=3.26.0 # Apache-2.0
|
oslo.concurrency>=3.26.0 # Apache-2.0
|
||||||
oslo.context>=2.19.2 # Apache-2.0
|
oslo.context>=2.19.2 # Apache-2.0
|
||||||
oslo.db>=4.27.0 # Apache-2.0
|
oslo.db>=4.35.0 # Apache-2.0
|
||||||
oslo.log>=3.36.0 # Apache-2.0
|
oslo.log>=3.36.0 # Apache-2.0
|
||||||
oslo.messaging>=6.4.0 # Apache-2.0
|
oslo.messaging>=6.4.0 # Apache-2.0
|
||||||
oslo.middleware>=3.31.0 # Apache-2.0
|
oslo.middleware>=3.31.0 # Apache-2.0
|
||||||
|
@ -6,22 +6,21 @@
|
|||||||
hacking>=2.0.0 # Apache-2.0
|
hacking>=2.0.0 # Apache-2.0
|
||||||
flake8-import-order # LGPLv3
|
flake8-import-order # LGPLv3
|
||||||
|
|
||||||
|
stestr>=2.2.0 # Apache-2.0
|
||||||
coverage!=4.4,>=4.0 # Apache-2.0
|
coverage!=4.4,>=4.0 # Apache-2.0
|
||||||
ddt>=1.2.1 # MIT
|
ddt>=1.2.1 # MIT
|
||||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||||
os-api-ref>=1.4.0 # Apache-2.0
|
|
||||||
oslotest>=3.2.0 # Apache-2.0
|
oslotest>=3.2.0 # Apache-2.0
|
||||||
pycodestyle==2.5.0 # MIT License
|
pycodestyle==2.5.0 # MIT License
|
||||||
PyMySQL>=0.7.6 # MIT License
|
PyMySQL>=0.7.6 # MIT License
|
||||||
psycopg2>=2.7 # LGPL/ZPL
|
psycopg2>=2.7 # LGPL/ZPL
|
||||||
SQLAlchemy-Utils>=0.36.1 # BSD License
|
SQLAlchemy-Utils>=0.36.1 # BSD License
|
||||||
testtools>=2.2.0 # MIT
|
testtools>=2.2.0 # MIT
|
||||||
testresources>=2.0.0 # Apache-2.0/BSD
|
|
||||||
testscenarios>=0.4 # Apache-2.0/BSD
|
|
||||||
oslo.versionedobjects[fixtures]>=1.31.2 # Apache-2.0
|
oslo.versionedobjects[fixtures]>=1.31.2 # Apache-2.0
|
||||||
tempest>=17.1.0 # Apache-2.0
|
|
||||||
# bandit is not included in upper-constraints,
|
# bandit is not included in upper-constraints,
|
||||||
# so we need to pin it here to a known working version
|
# so we need to pin it here to a known working version
|
||||||
bandit==1.6.0 # Apache-2.0
|
bandit==1.6.0 # Apache-2.0
|
||||||
doc8>=0.6.0 # Apache-2.0
|
doc8>=0.6.0 # Apache-2.0
|
||||||
reno>=2.5.0 # Apache-2.0
|
reno>=2.5.0 # Apache-2.0
|
||||||
|
Pygments>=2.2.0 # BSD license
|
||||||
|
Loading…
Reference in New Issue
Block a user