Skip to content

Commit

Permalink
Added dexteritytextindexer in 4.3 and 5.2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Jul 14, 2023
1 parent 5657fc4 commit 5574ca3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
3 changes: 1 addition & 2 deletions base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ eggs +=
pdbpp
# plone.reload

test-eggs +=
# ipdb
package-extras +=
pdbpp

always-checkout = force
Expand Down
13 changes: 13 additions & 0 deletions test-4.3.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ eggs +=
aws.zope2zcmldoc
collective.dexteritytextindexer

package-extras +=
collective.dexteritytextindexer

# http://<your-zope-root>/@@install-aws-zope2zcmldoc

[versions]
Expand Down Expand Up @@ -91,3 +94,13 @@ pyflakes = 2.3.1
testfixtures = 6.18.5
typing = 3.10.0.0
zipp = 1.2.0

# Required by:
# pdbpp==0.10.3
fancycompleter = 0.9.1
pathtools = 0.1.2
pyrepl = 0.9.0
wmctrl = 0.4

# Added by buildout at 2023-07-14 10:01:32.890086
pdbpp = 0.10.3
3 changes: 3 additions & 0 deletions test-5.2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ eggs +=

update-versions-file = test-5.2.cfg

package-extras +=
collective.dexteritytextindexer

[versions]
# to keep prompt-toolkit < 2
ipdb = 0.13.4
Expand Down

0 comments on commit 5574ca3

Please sign in to comment.