Skip to content

Commit

Permalink
make upgarde tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
gotcha committed Oct 19, 2023
1 parent a30ca52 commit 3e7478e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions test-4.3.x.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[buildout]
extends =
https://raw.githubusercontent.com/collective/buildout.plonetest/master/pytest-4.3.x.cfg
base.cfg

[plonesite]
recipe = collective.recipe.plonesite
upgrade-portal = true
upgrade-profiles = collective.ckeditor:default
profiles-initial = Products.CMFPlone:plone-content
plonetheme.sunburst:default
collective.ckeditor:default

[versions]
six = 1.11.0
collective.recipe.plonesite = 1.11.0
collective.upgrade = 1.5
zodbupdate = 0.5

0 comments on commit 3e7478e

Please sign in to comment.