Skip to content

Commit

Permalink
Add collective.dexteritytextindexer on auto-checkout to fix py3 tests…
Browse files Browse the repository at this point in the history
… because version 2.2.2 is unreleased now
  • Loading branch information
bsuttor committed Aug 27, 2019
1 parent 980e04b commit 171a9ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions buildout.cfg
Expand Up @@ -2,6 +2,8 @@
extends =
https://raw.githubusercontent.com/collective/buildout.plonetest/master/test-5.x.cfg
https://raw.githubusercontent.com/collective/buildout.plonetest/master/qa.cfg

extensions = mr.developer
package-name = collective.taxonomy
package-extras = [test]
package-min-coverage = 67
Expand All @@ -13,6 +15,12 @@ parts +=
eggs +=
Products.PDBDebugMode

auto-checkout =
collective.dexteritytextindexer

[sources]
collective.dexteritytextindexer = git https://github.com/collective/collective.dexteritytextindexer.git

[createcoverage]
recipe = zc.recipe.egg
eggs = createcoverage
Expand Down

0 comments on commit 171a9ee

Please sign in to comment.