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}