From f66c49c47063e9a2f4911e3388e6d90c6fa70cb9 Mon Sep 17 00:00:00 2001 From: Mikel Larreategi Date: Wed, 22 Mar 2017 14:53:57 +0100 Subject: [PATCH] require five.intid >= 1.1.2 in Plone 5 --- plone-5.0.x.cfg | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/plone-5.0.x.cfg b/plone-5.0.x.cfg index 63cb4201b9..1ec6582351 100644 --- a/plone-5.0.x.cfg +++ b/plone-5.0.x.cfg @@ -3,3 +3,11 @@ extends = base.cfg http://dist.plone.org/release/5.0.6/versions.cfg versions.cfg + +[versions] +# We need five.intid >= 1.1.2 in Plone 5 because otherwise a NotYet +# error is raised during the test setup, and that NotYet error is fixed +# in five.intid 1.1.2 but it's not in the Plone 5.0.6 KGS we are using +# for testing +# See https://github.com/plone/five.intid/pull/4 for reference +five.intid = 1.1.2 diff --git a/setup.py b/setup.py index bf8ca62a20..2bbea38678 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ 'PyJWT', 'five.intid', 'plone.api', - 'z3c.relationfield', + 'z3c.relationfield', ], extras_require={'test': [ 'Products.Archetypes',