Merge "CI: Use [tox]requires to pin virtualenv"
This commit is contained in:
@@ -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
|
||||||
|
5
tox.ini
5
tox.ini
@@ -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
|
||||||
|
Reference in New Issue
Block a user