Fix tox validate environment for Ubuntu 24.04

With python 3.12, setuptools is no longer being installed in a venv by
default, we need to make it explicit.

Change-Id: I1cf6b2967fa9e9463b11cb780e8759cb35cb9e8a
This commit is contained in:
Dr. Jens Harbott 2024-11-28 08:45:24 +01:00
parent d9b193b693
commit 5a908e9786

View File

@ -31,6 +31,7 @@ commands =
[testenv:validate]
deps =
setuptools
yamllint==1.4.1
-r{toxinidir}/requirements.txt
commands =