From 0fdb93c980651d5672d000b354410d3ca3d1cc43 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Thu, 24 Oct 2024 12:33:42 -0700 Subject: [PATCH] CI: use py36 constraints for py38 Now that openstack/constraints has dropped support for py38, we have to manage constraints ourselves. Change-Id: I9046c6ea91c98f15c4c491ce3de4a5aaf682f6f5 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index f9732fe81c..02959ccf3c 100644 --- a/tox.ini +++ b/tox.ini @@ -51,6 +51,9 @@ deps = [testenv:py37] deps = {[testenv:py36]deps} +[testenv:py38] +deps = {[testenv:py36]deps} + [testenv:cover] setenv = VIRTUAL_ENV={envdir}