Merge "Zuul runs tests in py36 only"

This commit is contained in:
Zuul 2021-04-13 18:33:47 +00:00 committed by Gerrit Code Review
commit caa9fc2c96
2 changed files with 3 additions and 1 deletions

View File

@ -27,9 +27,9 @@
- project:
templates:
- check-requirements
- openstack-python3-victoria-jobs
check:
jobs:
- openstack-tox-py36
- openstack-tox-linters
- openstack-tox-cover
- tripleo-ci-centos-8-content-provider:
@ -48,6 +48,7 @@
- validations-libs-functional
gate:
jobs:
- openstack-tox-py36
- openstack-tox-linters
- openstack-tox-docs: *tripleo-docs
- validations-libs-functional

View File

@ -64,6 +64,7 @@ deps =
-r {toxinidir}/requirements.txt
-r {toxinidir}/test-requirements.txt
commands =
{[testenv:pep8]commands}
{[testenv:whitespace]commands}
{[testenv:shebangs]commands}