Guillaume Boutry f81b8cbe5b
Upgrade to 2024.1
Upgrade base from core22 to core24.
Upgrade to 2024.1.

Change-Id: I4345613aad77a3e8598a2875ec0e220de6583412
Signed-off-by: Guillaume Boutry <guillaume.boutry@canonical.com>
2025-02-13 09:53:34 +01:00

20 lines
369 B
INI

[tox]
envlist = snap
skipsdist = True
[testenv]
basepython = python3
install_command = pip install {opts} {packages}
setenv =
PATH = /snap/bin:{env:PATH}
passenv = HOME,TERM
allowlist_externals =
sudo
/snap/bin/snapcraft
{toxinidir}/tools/lxd_build.sh
[testenv:snap]
deps = -r{toxinidir}/requirements.txt
commands =
{toxinidir}/tools/lxd_build.sh