Switch py39 jobs to use py3-constraints.txt

Signed-off-by: Tim Burke <tim.burke@gmail.com>
Change-Id: I6fb806d299fc30f6ceaeba78cf3a810298e94f26
This commit is contained in:
Tim Burke
2025-08-28 10:58:52 -07:00
parent e10c2bafcb
commit a18fb08b48

View File

@@ -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}