CI: use py36 constraints for py38

Now that openstack/constraints has dropped support for py38, we have
to manage constraints ourselves.
Change-Id: I9046c6ea91c98f15c4c491ce3de4a5aaf682f6f5
This commit is contained in:
Tim Burke
2024年10月24日 12:33:42 -07:00
parent 7a6dc095b4
commit 0fdb93c980

View File

@@ -51,6 +51,9 @@ deps =
[testenv:py37]
deps = {[testenv:py36]deps}
[testenv:py38]
deps = {[testenv:py36]deps}
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}
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.