
- Make tox.ini compatible with tox>=4.0 - Update constraints url - Pin setuptools<71.0.0 Related-PR: https://github.com/pypa/setuptools/issues/4483 Change-Id: Iabccec77607b9981617bd4339ef459b308d1b780
18 lines
337 B
INI
18 lines
337 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 =
|
|
{toxinidir}/tools/lxd_build.sh
|
|
|
|
[testenv:snap]
|
|
deps = -r{toxinidir}/requirements.txt
|
|
commands =
|
|
{toxinidir}/tools/lxd_build.sh
|