[stable-only] Fix gate

- Pin smmap on py2
- Use [tox]requires to pin virtualenv

Related-Change: Ibe46aecf0f4461be59eb206bfe9063cc1bfff706
Related-Change: I32a161e555179ca34d306ac37e4097611853e36b
Change-Id: I5962eefd9e3626040eec6add17d92bef9b90c47d
This commit is contained in:
Tim Burke 2023-09-22 10:43:43 -07:00
parent 6670d8869a
commit 2e5ec6e1db
2 changed files with 6 additions and 0 deletions

View File

@ -76,4 +76,5 @@ python-keystoneclient===3.22.0
dnspython===1.16.0
setuptools===44.1.1
pycadf===2.10.0
smmap===3.0.5
PasteDeploy==2.1.1

View File

@ -2,6 +2,11 @@
envlist = py37,py27,pep8
minversion = 2.3.2
skipsdist = True
requires =
# required to support py27/py36 envs
virtualenv<20.22
# project-wide requirement; see .zuul.yaml
tox<4
[testenv]
usedevelop = True