We joyfully announce the release of: rally 3.3.0: Generic Testing Framework & Tool that unifies all types of testing. The source is available from: https://opendev.org/openstack/rally Download the package from: https://pypi.org/project/rally For more details, please see below. Changes in rally 3.2.0..3.3.0 ----------------------------- 1d9c1e82f Fix contribute page e67de5770 Prepare for a new release 3.3.0 927980931 Update installation guide 848123595 Update requirements e15d4aa8d Change base image 8414fd260 [community goal] Update contributor documentation 8a1c32613 Keep using bionic for tox jobs except with Python 3.8 eeeb08dfc setup.cfg: Replace dashes with underscores ee09cab54 Get rid of decorator lib a72a6e1ce Let verify command return different return codes depending on results. 412680357 Remove __unicode__() from RallyCliError 68d035d0a Fix different issues to ublock CI Diffstat (except docs and test files) ------------------------------------- .zuul.d/python-jobs.yaml | 3 + CHANGELOG.rst | 17 ++ CONTRIBUTING.rst | 20 +- DOCKER_README.md | 14 +- Dockerfile | 2 +- rally/cli/commands/task.py | 17 +- rally/cli/commands/verify.py | 7 + rally/cli/envutils.py | 32 ++-- rally/plugins/__init__.py | 13 +- rally/ui/utils.py | 3 +- requirements.txt | 6 +- setup.cfg | 6 +- tox.ini | 3 +- upper-constraints.txt | 78 ++++---- 24 files changed, 247 insertions(+), 491 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 540034c26..8fc8ac54e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,2 +6 @@ -alembic!=1.2.0 # MIT -decorator # new BSD License +alembic!=1.2.0,!=1.6.3 # MIT @@ -9,0 +9 @@ jsonschema # MIT +markupsafe # BSD-3-Clause @@ -17 +17 @@ pbr!=2.1.0 # Apache Software License -PrettyTable<0.8 # BSD (3 clause) +PrettyTable # BSD (3 clause)