Skip to content

Commit

Permalink
pin lower-constraints to run against python 2.7
Browse files Browse the repository at this point in the history
Change-Id: I5c856012a04ef8f910c28b0248ea7bcda47e4816
  • Loading branch information
thiagodasilva committed Nov 1, 2019
1 parent af373a9 commit 281ffab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 281ffab

Please sign in to comment.