Merge "Fix building OVS after python2 removal"

This commit is contained in:
Zuul 2019-10-04 11:44:08 +00:00 committed by Gerrit Code Review
commit 92627f4de9
2 changed files with 1 additions and 8 deletions

View File

@ -58,6 +58,7 @@ basepython = python3
commands = oslo_debug_helper {posargs}
[testenv:functional]
basepython = python3
setenv = {[testenv]setenv}
OS_TEST_PATH=./ovsdbapp/tests/functional
OVS_SRCDIR={envdir}/src/ovs
@ -67,12 +68,6 @@ commands =
{toxinidir}/tools/setup-ovs.sh
{[testenv]commands}
[testenv:functional-py36]
basepython = python3.6
setenv = {[testenv:functional]setenv}
passenv = {[testenv:functional]passenv}
commands = {[testenv:functional]commands}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.

View File

@ -8,10 +8,8 @@
check:
jobs:
- openstack-tox-functional
- openstack-tox-functional-py36
- ovsdbapp-tempest-dsvm-networking-ovn-ovs-release
gate:
jobs:
- openstack-tox-functional
- openstack-tox-functional-py36
- ovsdbapp-tempest-dsvm-networking-ovn-ovs-release