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:
5
tox.ini
5
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}
|
||||
|
Reference in New Issue
Block a user