We high-spiritedly announce the release of: mistral-lib 1.0.0: Mistral shared routings and utilities (Actions API, YAQL functions API, data types etc.) This release is part of the rocky stable release series. The source is available from: http://git.openstack.org/cgit/openstack/mistral-lib Download the package from: https://pypi.org/project/mistral-lib Please report issues through launchpad: http://bugs.launchpad.net/mistral For more details, please see below. Changes in mistral-lib 0.5.0..1.0.0 ----------------------------------- d1ccfd0 Fixed the documentation of 'run' params df04a2b Add the restructuredtext check to the flake8 job 37fea13 fix tox python3 overrides de6805b Switch to using stestr Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + .stestr.conf | 4 ++++ .testr.conf | 7 ------- lower-constraints.txt | 1 + mistral_lib/actions/base.py | 7 ++++--- test-requirements.txt | 2 +- tox.ini | 20 +++++++++++++++++--- 7 files changed, 28 insertions(+), 14 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index f4aacd5..c54fc98 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ oslotest>=3.2.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0