diff --git a/.zuul.yaml b/.zuul.yaml index dfb3b581..5f81a915 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -56,10 +56,7 @@ - octavia dependencies: - tripleo-ci-centos-9-content-provider - # temporarily marked to n-v, there is already a fix for this: - # https://review.opendev.org/c/openinfra/python-tempestconf/+/870548 - - opendev-tox-docs: - voting: false + - opendev-tox-docs gate: jobs: - openstack-tox-py39 @@ -83,7 +80,7 @@ # vars: *standalone # dependencies: # - tripleo-ci-centos-9-content-provider - # - opendev-tox-docs + - opendev-tox-docs promote: jobs: - opendev-promote-docs diff --git a/tox.ini b/tox.ini index 4131998d..4e0fccc0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,6 @@ [tox] minversion = 3.18.0 envlist = py38,py37,py36,pypy,pep8 -skipsdist = True # this allows tox to infer the base python from the environment name # and override any basepython configured in this file ignore_basepython_conflict = true