[Testbot] Plone 5.0 - Python 2.7 - Build # 3333 - Still failing! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Fri Oct 10 14:19:37 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 3333 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/3333/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plone.app.robotframework
Branch: refs/heads/master
Date: 2014-10-10T11:09:00-03:00
Author: hvelarde (hvelarde) <hector.velarde at gmail.com>
Commit: https://github.com/plone/plone.app.robotframework/commit/a520e9cdeb1daaa9d25955c1e7c211d8c1a602fb

Remove needless dependency on unittest2

Files changed:
M src/plone/app/robotframework/tests/test_content.py

diff --git a/src/plone/app/robotframework/tests/test_content.py b/src/plone/app/robotframework/tests/test_content.py
index 140977c..832cb6b 100644
--- a/src/plone/app/robotframework/tests/test_content.py
+++ b/src/plone/app/robotframework/tests/test_content.py
@@ -4,7 +4,7 @@
 from plone.app.robotframework.testing import \
     PLONE_ROBOT_INTEGRATION_TESTING
 
-import unittest2 as unittest
+import unittest
 
 
 class TestCreateContent(unittest.TestCase):


Repository: plone.app.robotframework
Branch: refs/heads/master
Date: 2014-10-10T11:14:34-03:00
Author: hvelarde (hvelarde) <hector.velarde at gmail.com>
Commit: https://github.com/plone/plone.app.robotframework/commit/b41ae2c11b59c4ae2266bf2f1903782f5db4d5f5

Fix package dependencies

Files changed:
M CHANGES.txt
M setup.py

diff --git a/CHANGES.txt b/CHANGES.txt
index 88ada40..6ab47b8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,9 @@ Changelog
 0.9.6 (unreleased)
 ------------------
 
+- Fix package dependencies.
+  [hvelarde]
+
 - z3c.relationfield is not necessary there if plone.dexterity is present,
   so move the import inside the code where we use RelationValue.
   [vincentfretin]
diff --git a/setup.py b/setup.py
index 8ad600d..48a61e3 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,6 @@
     'plone.app.testing',
     'five.globalrequest',
     # Functional Robot testing dependencies:
-    'robotsuite',
     'robotframework',
     'robotframework-selenium2library',
     # Implicit Robot Framework dependencies:
@@ -48,6 +47,7 @@
     # XXX: dexterity dependencies should be conditional
     'plone.uuid',
     'Products.CMFCore',
+    'z3c.relationfield',
     'zope.component',
     'zope.i18n',
     'zope.schema',
@@ -59,8 +59,8 @@
     'plone.app.textfield',
     'plone.dexterity',
     'plone.namedfile [blobs]',
+    'robotsuite',
     'z3c.form',
-    'z3c.relationfield',
 ]
 
 debug_requires = [




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 2266 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20141010/39de26fa/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 812844 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20141010/39de26fa/attachment-0003.obj>


More information about the Testbot mailing list