[openstack-announce] [release][oslo] oslotest release 1.12.0 (mitaka)
davanum at gmail.com
davanum at gmail.com
Mon Oct 12 15:58:47 UTC 2015
We are thrilled to announce the release of:
oslotest 1.12.0: Oslo test framework
This release is part of the mitaka 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.12.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslotest
Changes in oslotest 1.11.0..1.12.0
----------------------------------
b5e355f Fix coverage configuration and execution
0bc2d23 Updated from global requirements
1c034de Add documentation about using oslo_debug_helper
a66b4ef add oslo.config a test requirement
748eca9 clean up readme and doc title
8040a57 clean up toctree
e265141 auto-generate API documentation
99c1404 Fix the home-page with Oslotest wikipage
4c16486 Fixup docstrings
1598b1f Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
.coveragerc | 7 ++++---
.gitignore | 4 +++-
README.rst | 6 +++---
oslotest/mockpatch.py | 20 ++++++++++---------
setup.cfg | 3 ++-
setup.py | 2 +-
test-requirements.txt | 1 +
tox.ini | 2 +-
12 files changed, 75 insertions(+), 78 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 192ca49..9b31bc8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14,0 +15 @@ oslosphinx>=2.5.0 # Apache-2.0
+oslo.config>=2.3.0 # Apache-2.0
More information about the OpenStack-announce
mailing list