Merge "CI: Use [tox]requires to pin virtualenv"

This commit is contained in:
Zuul
2023-04-26 22:37:23 +00:00
committed by Gerrit Code Review
2 changed files with 6 additions and 1 deletions

View File

@@ -527,7 +527,7 @@
name: swift-tox-lower-constraints name: swift-tox-lower-constraints
parent: openstack-tox-lower-constraints parent: openstack-tox-lower-constraints
# This seems defensible for a l-c job # This seems defensible for a l-c job
nodeset: ubuntu-bionic nodeset: ubuntu-jammy
vars: vars:
bindep_profile: test py27 bindep_profile: test py27
python_version: 2.7 python_version: 2.7

View File

@@ -1,6 +1,11 @@
[tox] [tox]
envlist = py37,py27,pep8 envlist = py37,py27,pep8
minversion = 3.18.0 minversion = 3.18.0
requires =
# required to support py27/py36 envs
virtualenv<20.22
# project-wide requirement; see .zuul.yaml
tox<4
[pytest] [pytest]
addopts = --verbose addopts = --verbose