We are delighted to announce the release of: rally 2.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 2.0.0..2.1.0 ----------------------------- cebecc512 Release rally 2.1.0 c7d1fabb9 Fixes : https://bugs.launchpad.net/rally/+bug/1844884 38d543af6 Fix post run message , generate junit example: --type junit -> --type junit-xml Diffstat (except docs and test files) ------------------------------------- CHANGELOG.rst | 22 +++++ ...g_up_env_and_running_benchmark_from_samples.rst | 3 +- etc/docker/README.md | 8 +- rally/api.py | 4 +- rally/cli/commands/task.py | 2 +- rally/common/db/schema.py | 2 +- rally/common/plugin/info.py | 4 +- rally/plugins/common/verification/reporters.py | 2 +- requirements.txt | 10 +-- test-requirements.txt | 8 +- upper-constraints.txt | 93 +++++----------------- 13 files changed, 66 insertions(+), 96 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 340bfcafb..3abfe2580 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ -alembic # MIT +alembic!=1.2.0 # MIT @@ -8 +8 @@ decorator # new BSD License -Jinja2 # BSD +Jinja2 # BSD-3-Clause @@ -10 +9,0 @@ jsonschema # MIT -netaddr # BSD @@ -22 +21,2 @@ python-subunit -requests # Apache License, Version 2.0 +requests<2.20.0;python_version=='3.4' # Apache License, Version 2.0 +requests!=2.20.0;python_version!='3.4' # Apache License, Version 2.0 @@ -25 +25 @@ six # MIT -virtualenv # MIT +virtualenv!=16.3.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 090c0e349..fda0a0ac5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7,2 @@ hacking>=0.12.0,!=0.13.0 # Apache Software License -pytest>=2.7 # MIT +pytest>=2.7,<5.0.0;python_version<='3.4' # MIT +pytest>=2.7;python_version>'3.4' # MIT @@ -16 +17 @@ ddt # MIT -mock # UNKNOWN +mock # OSI Approved :: BSD License @@ -20,2 +21 @@ testtools # UNKNOWN -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 +sphinx!=1.6.6,!=1.6.7,!=2.1.0 # BSD
participants (1)
-
no-reply@openstack.org