[Testbot] Plone 5.0 - Python 2.7 - Build # 1411 - Fixed! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Mon Feb 10 15:01:56 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 1411 - Fixed!
-------------------------------------------------------------------------------

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


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

Repository: buildout.coredev
Branch: refs/heads/5.0
Date: 2014-02-10T06:15:15-08:00
Author: tisto (tisto) <tisto at plone.org>
Commit: https://github.com/plone/buildout.coredev/commit/f37a584ed1fbc52f7b7aa6a5861a4d8e6a8384af

Exlude Babel from the tests which is a dependency of plone.app.robotframework.

Files changed:
M tests.cfg

diff --git a/tests.cfg b/tests.cfg
index 960c06a..7b14f05 100644
--- a/tests.cfg
+++ b/tests.cfg
@@ -300,6 +300,7 @@ exclude-groups =
 exclude =
     AccessControl
     Acquisition
+    Babel
     Chameleon
     ClientForm
     DateTime


Repository: buildout.coredev
Branch: refs/heads/5.0
Date: 2014-02-10T06:15:36-08:00
Author: tisto (tisto) <tisto at plone.org>
Commit: https://github.com/plone/buildout.coredev/commit/af58fd2c5a452ac4b494865f8f29002adbb1a372

Merge branch '5.0' of github.com:plone/buildout.coredev into 5.0

Files changed:
M plips/plip13476-mockup-dev.cfg

diff --git a/plips/plip13476-mockup-dev.cfg b/plips/plip13476-mockup-dev.cfg
index 2b9136b..c8a25e3 100644
--- a/plips/plip13476-mockup-dev.cfg
+++ b/plips/plip13476-mockup-dev.cfg
@@ -2,3 +2,14 @@
 extends =
     plip13476-mockup.cfg
     ../mockup.cfg
+parts += robot
+
+[robot]
+recipe = zc.recipe.egg
+eggs =
+    ${test:eggs}
+    robotframework-debuglibrary
+    plone.app.robotframework
+scripts =
+    robot-server
+    robot




-------------------------------------------------------------------------------


More information about the Testbot mailing list