91b86cb9eb
And enable Python 3.8 tox target. Uncap flake8, tidy any essential lint. Change-Id: I5f0c57dbf0e11a7d2746f289f60cbf8cd1df44e6
13 lines
511 B
Plaintext
13 lines
511 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
charm-tools>=2.4.4
|
|
coverage>=3.6
|
|
mock>=1.2
|
|
flake8>=2.2.4
|
|
stestr
|
|
requests>=2.18.4
|
|
pyudev # for ceph-* charm unit tests (not mocked?)
|
|
git+https://github.com/openstack-charmers/zaza.git#egg=zaza;python_version>='3.0'
|
|
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack
|