1edba34f3e
This change introduces a place to keep the constraints needed to build testing environments. It will be global to all charms under the Charmed OpenStack umbrella, they will be enforced by zosci at the gate. These constraints are not meant to be used to build charms, for that the tooling that should be used is pip-compile.
10 lines
311 B
Plaintext
10 lines
311 B
Plaintext
# NOTE: this constraints file can be (and will be) consumed by downstream.
|
|
#
|
|
# Known consumers:
|
|
# * zosci-config: job definitions that declare what juju version (snap channel)
|
|
# is used in tandem with this constraints file to lockdown python-libjuju
|
|
# version.
|
|
# * zaza-openstack-tests
|
|
#
|
|
juju>=3.1.0,<3.2.0
|