pin lower-constraints to run against python 2.7
Change-Id: I5c856012a04ef8f910c28b0248ea7bcda47e4816
This commit is contained in:
parent
af373a9cbc
commit
281ffab2a5
@ -372,6 +372,8 @@
|
|||||||
name: swift-tox-lower-constraints
|
name: swift-tox-lower-constraints
|
||||||
parent: openstack-tox-lower-constraints
|
parent: openstack-tox-lower-constraints
|
||||||
vars:
|
vars:
|
||||||
|
bindep_profile: test py27
|
||||||
|
python_version: 2.7
|
||||||
tox_environment:
|
tox_environment:
|
||||||
TMPDIR: '{{ ansible_env.HOME }}/xfstmp'
|
TMPDIR: '{{ ansible_env.HOME }}/xfstmp'
|
||||||
|
|
||||||
|
1
tox.ini
1
tox.ini
@ -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
|
# FIXME(dhellmann): We'll want to uncomment this
|
||||||
# when the full test suite works with python 3.
|
# when the full test suite works with python 3.
|
||||||
# basepython = python3
|
# basepython = python3
|
||||||
|
basepython = python2.7
|
||||||
deps =
|
deps =
|
||||||
-c{toxinidir}/lower-constraints.txt
|
-c{toxinidir}/lower-constraints.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user