[openstack-announce] [release][oslo] oslotest release 1.9.0 (liberty)
doug at doughellmann.com
doug at doughellmann.com
Sun Jul 12 18:58:41 UTC 2015
We are delighted to announce the release of:
oslotest 1.9.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.9.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslotest
Changes in oslotest 1.8.0..1.9.0
--------------------------------
2c02e3a Fix use of mock
cc8622f Add documentation for cross-project unit testing
9d0d522 Updated from global requirements
db19dfa Fix build break with Fixtures 1.3
d954b1b Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
requirements.txt | 7 +--
6 files changed, 115 insertions(+), 10 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 31ba94a..3b6428c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-fixtures>=0.3.14
+fixtures>=1.3.1
@@ -11 +11,2 @@ testtools>=1.4.0
-mock>=1.0
+mock>=1.1;python_version!='2.6'
+mock==1.0.1;python_version=='2.6'
@@ -13 +14 @@ mox3>=0.7.0
-os-client-config>=1.2.0
+os-client-config>=1.4.0
More information about the OpenStack-announce
mailing list