af690f28af
Due to a build problem with the reactive plugin, this change falls back on overriding the steps and doing a manual build, but it also ensures the CI system builds the charm using charmcraft. Changes: - add a build-requirements.txt - modify charmcraft.yaml - modify osci.yaml -> indicate build with charmcraft - modify tox.ini -> tox -e build does charmcraft build/rename -> tox -e build-reactive does the reactive build - modify bundles to use the <charm>.charm artifact in tests. and fix deprecation warning re: prefix - tox inception to enable tox -e func-test in the CI func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/708 Change-Id: I4652834f5a4dd681563488cd340dac27dbf70075 Co-authored-by: Aurelien Lourot <aurelien.lourot@canonical.com>
8 lines
359 B
Plaintext
8 lines
359 B
Plaintext
# NOTES(lourot):
|
|
# * We don't install charmcraft via pip anymore because it anyway spins up a
|
|
# container and scp the system's charmcraft snap inside it. So the charmcraft
|
|
# snap is necessary on the system anyway.
|
|
# * `tox -e build` successfully validated with charmcraft 1.2.1
|
|
|
|
cffi==1.14.6; python_version < '3.6' # cffi 1.15.0 drops support for py35.
|