From 2842e2321a3e2eb6f56880e95be9054012978cbf Mon Sep 17 00:00:00 2001 From: James Page Date: Fri, 15 Nov 2024 12:09:42 +0000 Subject: [PATCH] Sync/rebuild for Dalmatian/Epoxy updates Refresh and rebuild charm for awareness of Dalmatian and Epoxy Cloud Archive releases. Change-Id: I2c2f62df089ffb6f78b2d235183cab2a23ba528e --- rebuild | 6 +----- tox.ini | 3 +-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/rebuild b/rebuild index b57e353..6db8db9 100644 --- a/rebuild +++ b/rebuild @@ -1,5 +1 @@ -# This file is used to trigger rebuilds -# when dependencies of the charm change, -# but nothing in the charm needs to. -# simply change the uuid to something new -8ec7d976-6d82-4ca6-83fa-86cd3ede7580 +3e9698e4-c008-42df-879f-ab242c3aaa08 diff --git a/tox.ini b/tox.ini index 350dde1..ccb19f4 100644 --- a/tox.ini +++ b/tox.ini @@ -92,8 +92,7 @@ commands = flake8 {posargs} src unit_tests basepython = python3 deps = -c {env:TEST_CONSTRAINTS_FILE:https://raw.githubusercontent.com/openstack-charmers/zaza-openstack-tests/master/constraints/constraints-noble.txt} - -r{toxinidir}/requirements.txt - -r{toxinidir}/test-requirements.txt + -r{toxinidir}/test-requirements.txt setenv = {[testenv]setenv} PYTHON=coverage run