<div dir="ltr">Hi All, <div><br></div><div>this oslotest release break oslo.messaging gate - unittest fails with ImportError, on import mox from six.moves - [0].</div><div>It caused by commit [1], which removed adding mox to six moves.<br></div><div><br></div><div>There is a fix for oslo.messaging - [2] - please, help to merge it. </div><div><br></div><div>[0] - <a href="http://paste.openstack.org/show/281091/">http://paste.openstack.org/show/281091/</a></div><div>[1] - <a href="https://github.com/openstack/oslotest/commit/9e0c8ad2c251274128499a7fcfb591c488d27d2b">https://github.com/openstack/oslotest/commit/9e0c8ad2c251274128499a7fcfb591c488d27d2b</a><br></div><div>[2] - <a href="https://review.openstack.org/190136">https://review.openstack.org/190136</a></div><div><br></div><div>Thanks,</div><div>Victor</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 9, 2015 at 6:14 PM,  <span dir="ltr"><<a href="mailto:doug@doughellmann.com" target="_blank">doug@doughellmann.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">We are content to announce the release of:<br>
<br>
oslotest 1.7.0: Oslo test framework<br>
<br>
This release is part of the liberty release series.<br>
<br>
With source available at:<br>
<br>
    <a href="http://git.openstack.org/cgit/openstack/oslotest" target="_blank">http://git.openstack.org/cgit/openstack/oslotest</a><br>
<br>
For more details, please see the git log history below and:<br>
<br>
    <a href="http://launchpad.net/oslotest/+milestone/1.7.0" target="_blank">http://launchpad.net/oslotest/+milestone/1.7.0</a><br>
<br>
Please report issues through launchpad:<br>
<br>
    <a href="http://bugs.launchpad.net/oslotest" target="_blank">http://bugs.launchpad.net/oslotest</a><br>
<br>
Changes in oslotest 1.6.0..1.7.0<br>
--------------------------------<br>
<br>
5bd9b31 Updated from global requirements<br>
ff9b38e Fix argument handling in oslo_run_cross_tests<br>
960e444 Add class to deal with clouds.yaml support<br>
1c0863f Remove unneeded runtime pbr dep<br>
5f2e635 Updated from global requirements<br>
f8a5a3c Advertise support for Python3.4 / Remove support for Python 3.3<br>
a063f25 Do not sync run_cross_tests.sh<br>
0782ab7 Remove unused discover dependency<br>
9e0c8ad Remove six.moves call<br>
<br>
Diffstat (except docs and test files)<br>
-------------------------------------<br>
<br>
openstack-common.conf      |  7 ------<br>
oslotest/__init__.py       |  1 -<br>
oslotest/functional.py     | 59 ++++++++++++++++++++++++++++++++++++++++++++++<br>
oslotest/moxstubout.py     |  2 +-<br>
requirements.txt           |  3 +--<br>
setup.cfg                  |  6 +----<br>
tox.ini                    |  3 +--<br>
8 files changed, 83 insertions(+), 30 deletions(-)<br>
<br>
<br>
Requirements updates<br>
--------------------<br>
<br>
diff --git a/requirements.txt b/requirements.txt<br>
index 674130c..1486ede 100644<br>
--- a/requirements.txt<br>
+++ b/requirements.txt<br>
@@ -5,2 +4,0 @@<br>
-pbr>=0.6,!=0.7,<1.0<br>
-discover<br>
@@ -14,0 +13 @@ mox3>=0.7.0<br>
+os-client-config>=1.2.0<br>
<br>
<br>
<br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</blockquote></div><br></div>