charm-tools:master

Last commit made on 2024-04-19
Get this branch:
git clone -b master https://git.launchpad.net/charm-tools

Branch merges

Branch information

Name:
master
Repository:
lp:charm-tools

Recent commits

e0592a6... by Alex Kavanagh <email address hidden>

Merge pull request #672 from freyes/py312-support

Python 3.12 support

4988527... by Felipe Reyes

Add charmcraft-3.x specific step

240c4bc... by Felipe Reyes

Add upterm action to interactively debug failures in the CI

7ecdffc... by Felipe Reyes

Fix path to the charm snap

1e76f4c... by Felipe Reyes

Testing

bf5b9db... by Felipe Reyes

Test with charmcraft 2.x and 3.x

57b4a3e... by Felipe Reyes

setup.py: Drop upper limit in pinning of pip

7c82088... by Felipe Reyes

Drop charm-templates-openstack from deps

The package charm-templates-openstack depends on charm-tools, including
it in the list of `deps` in tox.ini creates a circular dependency, since
the `deps` list is processed before installing the local package.

ca07638... by Felipe Reyes

Install package as editable

Replace '-e {toxinidir}' with 'package = editable', this allows
adding the source code early in the process and avoid packages listed
in the deps section to pull in charm-tools from pypi.

48100c9... by Felipe Reyes

Skip pinning of deps when running python >= 3.12