We are happy to announce the release of: sahara-tests 0.11.0: Sahara tests This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/sahara-tests Download the package from: https://tarballs.openstack.org/sahara-tests/ Please report issues through: https://storyboard.openstack.org/#!/project/940 For more details, please see below. Changes in sahara-tests 0.10.0..0.11.0 -------------------------------------- 8c3c00c [goal] Migrate sahara tempest plugin jobs to focal a98a644 Revert "Revert "Temporarily disable ceilometer (currently broken)"" afa2701 Revert "Temporarily disable ceilometer (currently broken)" dc388e1 Temporarily disable ceilometer (currently broken) 1eb866f Fix URL of Maven Central Repository 8dd47f3 scenario tests: use py2 on <=train branches 21c5b0b zuul: use the correct syntax for a jinja test (non filter) ff53c44 Use unittest.mock instead of mock f119332 Switch to newer openstackdocstheme and reno versions b31e536 Add support for python 3.8 d9695cd Remove .testr.conf 7d33a65 Fix hacking min version to 3.0.1 Diffstat (except docs and test files) ------------------------------------- .testr.conf | 8 -------- .zuul.yaml | 21 +++++++++++++++++---- releasenotes/source/conf.py | 9 ++++----- requirements.txt | 2 +- roles/setup-sahara-scenario-env/tasks/main.yaml | 4 ++-- .../defaults/edp-examples/edp-spark/README.rst | 2 +- setup.cfg | 3 ++- setup.py | 8 -------- test-requirements.txt | 3 +-- tox.ini | 2 +- 16 files changed, 40 insertions(+), 54 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b5a7778..0c89a28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ fixtures>=3.0.0 # Apache-2.0/BSD -jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT +jsonschema>=3.2.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 412b233..b590895 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -11 +10,0 @@ doc8 # Apache-2.0 -mock>=1.2 # BSD
participants (1)
-
no-reply@openstack.org