[release][oslo] oslotest release 1.10.0 (liberty)
We are excited to announce the release of: oslotest 1.10.0: Oslo test framework This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack/oslotest With package available at: https://pypi.python.org/pypi/oslotest For more details, please see the git log history below and: http://launchpad.net/oslotest/+milestone/1.10.0 Please report issues through launchpad: http://bugs.launchpad.net/oslotest Changes in oslotest 1.9.0..1.10.0 --------------------------------- 358f5b3 Allow TRACE and integer logging levels for 'OS_DEBUG' 294e392 Updated from global requirements 717727e Updated from global requirements 68dfb7c Updated from global requirements 37b41fd Updated from global requirements Diffstat (except docs and test files) ------------------------------------- oslotest/log.py | 23 +++++++++++++++++++---- requirements.txt | 3 +-- setup.py | 2 +- 4 files changed, 47 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3b6428c..c06114f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,2 +11 @@ testtools>=1.4.0 -mock>=1.1;python_version!='2.6' -mock==1.0.1;python_version=='2.6' +mock>=1.2
participants (1)
-
davanum@gmail.com