We are satisfied to announce the release of: mox3 0.26.0: Mock object framework for Python This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/mox3 Download the package from: https://pypi.org/project/mox3 Please report issues through launchpad: https://bugs.launchpad.net/python-mox3 For more details, please see below. Changes in mox3 0.25.0..0.26.0 ------------------------------ b0577a9 Switch to stestr 0721455 Remove the unnecessary spaces 514fd0b Update links in README 8b50ec3 fix tox python3 overrides 14ce749 set default python to python3 6dc7c79 fix a typo in documentation 652138c add lower-constraints job 9b387f5 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- .stestr.conf | 4 ++++ .testr.conf | 4 ---- .zuul.yaml | 7 +++++++ README.rst | 8 ++++---- lower-constraints.txt | 30 ++++++++++++++++++++++++++++++ test-requirements.txt | 4 ++-- tox.ini | 17 +++++++++++------ 9 files changed, 60 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index c243c75..b692c51 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0 @@ -17 +17 @@ six>=1.10.0 # MIT -sphinx!=1.6.6,<1.7.0,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD