Merge "Add non-voting dnspython latest release unit test"

This commit is contained in:
Zuul 2022-02-04 02:37:33 +00:00 committed by Gerrit Code Review
commit 8966e65dd4
2 changed files with 15 additions and 0 deletions

View File

@ -162,6 +162,14 @@
- ^etc/.*$
- ^releasenotes/.*$
- job:
name: designate-tox-dnspython-latest
parent: openstack-tox
description: |
Run the Designate unit tests with the latest release of dnspython.
vars:
tox_envlist: dnspython-latest
- project-template:
name: designate-devstack-jobs
check:
@ -200,6 +208,8 @@
check:
jobs:
- neutron-tempest-plugin-designate-scenario
- designate-tox-dnspython-latest:
voting: false
gate:
queue: designate
jobs:

View File

@ -189,3 +189,8 @@ deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
[testenv:dnspython-latest]
commands =
python -m pip install -U dnspython --pre
{[testenv]commands}