pin lower-constraints to run against python 2.7

Change-Id: I5c856012a04ef8f910c28b0248ea7bcda47e4816
(cherry picked from commit 281ffab2a5)
This commit is contained in:
Thiago da Silva 2019-11-01 09:57:34 +02:00 committed by Tim Burke
parent 4e05fa832a
commit c23f4fe241
2 changed files with 3 additions and 0 deletions

View File

@ -372,6 +372,8 @@
name: swift-tox-lower-constraints
parent: openstack-tox-lower-constraints
vars:
bindep_profile: test py27
python_version: 2.7
tox_environment:
TMPDIR: '{{ ansible_env.HOME }}/xfstmp'

View File

@ -145,6 +145,7 @@ commands = sphinx-build -a -W -E -d releasenotes/build/doctrees -b html releasen
# FIXME(dhellmann): We'll want to uncomment this
# when the full test suite works with python 3.
# basepython = python3
basepython = python2.7
deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt