From a18fb08b48b9a728a52fb06600791f7f9e5d48b6 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Thu, 28 Aug 2025 10:58:52 -0700 Subject: [PATCH] Switch py39 jobs to use py3-constraints.txt Signed-off-by: Tim Burke Change-Id: I6fb806d299fc30f6ceaeba78cf3a810298e94f26 --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tox.ini b/tox.ini index b725f400e8..70a84daecc 100644 --- a/tox.ini +++ b/tox.ini @@ -48,6 +48,9 @@ deps = {[testenv:py36]deps} [testenv:py38] deps = {[testenv:py36]deps} +[testenv:py39] +deps = {[testenv:py36]deps} + [testenv:cover] setenv = VIRTUAL_ENV={envdir} @@ -61,11 +64,13 @@ commands = ./.manpages {posargs} [testenv:func] +deps = {[testenv:py36]deps} allowlist_externals = ./.functests commands = ./.functests {posargs} [testenv:func-ec] +deps = {[testenv:py36]deps} allowlist_externals = ./.functests commands = ./.functests {posargs}