We are chuffed to announce the release of: rally 4.1.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 4.0.0..4.1.0 ----------------------------- 094f0188f Propose 4.1.0 release 943f8a42b Remove redundant db ignore warnings cd78ec4b1 Use unittest.TestCase instead of testtools.TestCase e5d9fc8e6 Add support for SQLAlchemy 2.0 96345af0c Revert "Remove usage of LegacyEngineFacade" 7ad868bb9 Update u-c file 01018c1b1 Remove usage of LegacyEngineFacade Diffstat (except docs and test files) ------------------------------------- .zuul.d/python-jobs.yaml | 12 ++ .zuul.d/zuul.yaml | 6 +- CHANGELOG.rst | 14 ++ DOCKER_README.md | 10 +- rally/common/cfg.py | 1 - rally/common/db/api.py | 54 +++-- rally/common/db/migrations/env.py | 2 +- ..._09_046a38742e89_port_configs_to_new_formats.py | 4 +- ...10_4394bdc32cfd_fill_missed_workload_info_r3.py | 5 +- ...018_02_bc908ac9a1fc_move_deployment_to_env_2.py | 4 +- rally/common/db/models.py | 3 +- rally/plugins/task/runners/rps.py | 27 +-- requirements.txt | 2 +- setup.cfg | 2 +- test-requirements.txt | 10 +- tox.ini | 25 +-- upper-constraints.txt | 131 +++++------- 40 files changed, 413 insertions(+), 425 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b74bae4af..72ec22aef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22 +22 @@ requests!=2.20.0,!=2.24.0 # Apache License, Version -SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,<2.0.0 # MIT +SQLAlchemy>=1.4.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 8245a381e..d4dce7205 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.0 # Apache Software License +hacking>=4.0 # Apache Software License @@ -6,0 +7 @@ hacking>=3.0 # Apache Software License +fixtures # Apache Software License/BSD License @@ -11 +12 @@ pytest-cov # MIT -pytest-html # Mozilla Public License 2.0 (MPL 2.0) +pytest-html # MIT @@ -16 +16,0 @@ ddt # MIT -testtools # MIT @@ -18,3 +18 @@ testtools # MIT -testresources # UNKNOWN - -docutils<0.18 # public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt) +docutils # BSD License/GNU General Public License (GPL)/Python Software Foundation License
participants (1)
-
no-reply@openstack.org