
Make db migration optional and Train only and update OVN service plugin entry point for Ussuri. Add tactical workaround for LP: #1864640 To allow running lint on a Python 3.8 system (Focal), unpin flake8. Clean up test-requirements.txt and mock out dependencies rather than installing them in the unit test virtualenv. Func-Test-Pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/187 Change-Id: I8d291e35b1bc52332c4666584277eb41c88ef084
13 lines
393 B
Plaintext
13 lines
393 B
Plaintext
# This file is managed centrally. If you find the need to modify this as a
|
|
# one-off, please don't. Intead, consult #openstack-charms and ask about
|
|
# requirements management in charms via bot-control. Thank you.
|
|
#
|
|
# Lint and unit test requirements
|
|
coverage>=3.6
|
|
mock>=1.2
|
|
pep8>=1.7.0
|
|
flake8>=2.2.4
|
|
os-testr>=0.4.1
|
|
|
|
git+https://github.com/openstack/charms.openstack.git#egg=charms.openstack
|