Merge "Remove skip_missing_interpreters"

This commit is contained in:
Zuul 2021-07-13 03:13:31 +00:00 committed by Gerrit Code Review
commit b60c79a10f
2 changed files with 5 additions and 2 deletions

View File

@ -48,13 +48,17 @@
- job:
name: brick-cinderclient-dsvm-functional-py36
parent: brick-cinderclient-dsvm-functional-base
# need to specify a platform that has python 3.6 available
nodeset: devstack-single-node-centos-8-stream
vars:
python_version: 3.6
tox_envlist: functional-py36
- job:
name: brick-cinderclient-dsvm-functional-py38
parent: brick-cinderclient-dsvm-functional-base
vars:
python_version: 3.8
tox_envlist: functional-py38
- project:

View File

@ -1,9 +1,8 @@
[tox]
minversion = 3.1.0
skipsdist = True
skip_missing_interpreters = true
# python runtimes: https://governance.openstack.org/tc/reference/project-testing-interface.html#tested-runtimes
envlist = py38,py36,pep8
envlist = py3,pep8
# this allows tox to infer the base python from the environment name
# and override any basepython configured in this file
ignore_basepython_conflict=true