* update: - charmcraft.yaml for v3 - tox.ini to use py3.12 by default - test-requirements.in to use zaza for juju3 - update test bundles to work with charmcraft v3 * generate: - merged-requirements-py312.txt - test-requirements-py312.txt * add: - update-requirements env to tox.ini and src/tox.ini Change-Id: Ic90520908b7ea5b979881c75136271af6614a94c Signed-off-by: Munir Siddiqui <munir.siddiqui@canonical.com>
12 lines
522 B
Plaintext
12 lines
522 B
Plaintext
# This file is managed centrally by release-tools and should not be modified
|
|
# within individual charm repos. See the 'global' dir contents for available
|
|
# choices of *requirements.txt files for OpenStack Charms:
|
|
# https://github.com/openstack-charmers/release-tools
|
|
#
|
|
|
|
# Functional Test Requirements (let Zaza's dependencies solve all dependencies here!)
|
|
zaza==2024.*
|
|
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack
|
|
setuptools<82.0.0
|
|
git+https://github.com/juju/charm-tools.git
|