Revert "check-plugins job: switch to python3"

This reverts commit 44f9cc01cd.

Change-Id: Ie9692634ae0bcc814fa345a8054a2e6e7685b6b3
This commit is contained in:
Dean Troyer 2019-09-11 13:22:06 +00:00
parent 44f9cc01cd
commit a110206709
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ def _check_command_overlap(valid_cmds):
namespace.
"""
overlap_cmds = {}
for ep_name, ep_mods in valid_cmds.items():
for ep_name, ep_mods in valid_cmds.iteritems():
# Skip openstack.cli.base client entry points
for ep_mod in ep_mods:
for ep_name_search in valid_cmds.keys():

View File

@ -23,7 +23,7 @@ commands =
sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html
[testenv:osc_plugins]
basepython = python3
basepython = python2.7
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/requirements.txt