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}
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.