35b3a1da4f
* Starting in mysql8, we can't expect a db user to be created with the GRANT command, we'll need to create one explicitly. * OpenStack has dropped the py2.7 and py3.5 support in ussuri cycle. From now on, refstack will test only with py3 jobs. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html * Replace the "refstack-tox-py36-func-mysql" with "refstack-tox-functional" to simplify naming and use the system default python3 version for this functional job. * replace testr unit test runner by stestr. testr runner hasn't been updated for ~ 6 years - stestr is its successor Story: 2003257 Task: 24062 Change-Id: I90ab2eca6366f0b6256f097712efac2ffe08b2c0
19 lines
372 B
Plaintext
19 lines
372 B
Plaintext
SQLAlchemy>=0.8.3
|
|
alembic
|
|
beaker
|
|
beautifulsoup4
|
|
cryptography>=1.0,!=1.3.0 # BSD/Apache-2.0
|
|
docutils>=0.11
|
|
oslo.config>=1.6.0 # Apache-2.0
|
|
oslo.db>=1.4.1 # Apache-2.0
|
|
oslo.log>=3.11.0
|
|
oslo.utils>=3.16.0 # Apache-2.0
|
|
six>=1.9.0 # MIT
|
|
pecan>=0.8.2
|
|
requests>=2.2.0,!=2.4.0
|
|
requests-cache>=0.4.9
|
|
jsonschema>=3.2.0
|
|
PyJWT>=1.0.1 # MIT
|
|
WebOb>=1.7.1 # MIT
|
|
PyMySQL>=0.6.2,!=0.6.4
|