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
14 lines
268 B
Plaintext
14 lines
268 B
Plaintext
coverage>=3.6
|
|
pep8==1.5.7
|
|
pyflakes==0.8.1
|
|
flake8==2.2.4
|
|
docutils>=0.11 # OSI-Approved Open Source, Public Domain
|
|
httmock>=1.2.4
|
|
mock
|
|
oslotest>=1.2.0 # Apache-2.0
|
|
python-subunit>=0.0.18
|
|
stestr>=1.1.0 # Apache-2.0
|
|
testtools>=0.9.34
|
|
pep257>=0.5.0
|
|
PyMySQL>=0.6.2,!=0.6.4
|