designate-tempest-plugin 0.7.0 (train)
We joyfully announce the release of: designate-tempest-plugin 0.7.0: OpenStack DNS As A Service (Designate) Functional Tests This release is part of the train release series. The source is available from: https://opendev.org/openstack/designate-tempest-plugin Download the package from: https://tarballs.openstack.org/designate-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/designate/+bugs For more details, please see below. Changes in designate-tempest-plugin 0.6.0..0.7.0 ------------------------------------------------ 1096ab9 Fixing query_client failing with IPv6 e57bcbb Sync Sphinx requirement 2166776 Replace git.openstack.org URLs with opendev.org URLs 4dc4721 OpenDev Migration Patch 8ed3b51 Fix quota tests for static credentials 28b850f Bump hacking version to tempest one Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .../services/dns/query/query_client.py | 4 +-- test-requirements.txt | 7 +++-- tox.ini | 2 +- 6 files changed, 40 insertions(+), 16 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index f6c0a00..bbf8861 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,2 +5,2 @@ -# Hacking already pins down pep8, pyflakes and flake8 -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +# Hacking already pins down pep8/pycodestyle pyflakes and flake8 +hacking>=1.1.0,<1.2.0 # Apache-2.0 @@ -8 +8,2 @@ openstackdocstheme>=1.18.1 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
participants (1)
-
no-reply@openstack.org