From 3415ada052141bc63a2d9f3125f335a042f27e7e Mon Sep 17 00:00:00 2001 From: Philip Bauer Date: Sat, 20 Oct 2018 07:53:12 +0200 Subject: [PATCH] use fix for __repr__ in persistent (https://github.com/plone/Products.CMFPlone/issues/2547) --- checkouts.cfg | 1 + sources.cfg | 2 ++ 2 files changed, 3 insertions(+) diff --git a/checkouts.cfg b/checkouts.cfg index 42ebd7d170..59dce57253 100644 --- a/checkouts.cfg +++ b/checkouts.cfg @@ -117,3 +117,4 @@ auto-checkout = Products.validation ZODB transaction + persistent diff --git a/sources.cfg b/sources.cfg index d24fa0870d..3fffd825fa 100644 --- a/sources.cfg +++ b/sources.cfg @@ -209,6 +209,8 @@ z3c.jbot = git ${remotes:zope}/z3c.jbot.git # fixes for https://github.com/zopefoundation/ZODB/issues/208 transaction = git ${remotes:zope}/transaction.git pushurl=${remotes:zope_push}/transaction.git branch=wrapped-thread-local-208 ZODB = git ${remotes:zope}/ZODB.git pushurl=${remotes:zope_push}/ZODB.git branch=sunew-failing-test-for-208 +# fixes for https://github.com/plone/Products.CMFPlone/issues/2547 +persistent = git ${remotes:zope}/persistent.git pushurl=${remotes:zope_push}/persistent.git branch=issue97 [precompiler] recipe = plone.recipe.precompiler