summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
authorAlbertas Agejevas <alga@pov.lt>2013-02-22 16:26:24 +0000
committerAlbertas Agejevas <alga@pov.lt>2013-02-22 16:26:24 +0000
commit06c4132348e3daae1150c4e066604446aac4e949 (patch)
tree5b364fe65d2d48a7a21e5f293654415d43855572 /buildout.cfg
parent53cef712e18d1cd0eb43c3229ad394211f929f3d (diff)
downloadzope-pagetemplate-06c4132348e3daae1150c4e066604446aac4e949.tar.gz
Switch to zope.untrustedpython, make it an extra.
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildout.cfg b/buildout.cfg
index 45873e5..83873d2 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -4,11 +4,11 @@ parts = py test testcompat coverage-test coverage-report
[test]
recipe = zc.recipe.testrunner
-eggs = zope.pagetemplate [test]
+eggs = zope.pagetemplate [test, untrusted]
[testcompat]
recipe = zc.recipe.testrunner
-eggs = zope.pagetemplate [test]
+eggs = zope.pagetemplate [test, untrusted]
z3c.pt
z3c.ptcompat
Chameleon
@@ -20,7 +20,7 @@ interpreter = py
[coverage-test]
recipe = zc.recipe.testrunner
-eggs = zope.pagetemplate [test]
+eggs = zope.pagetemplate [test, untrusted]
defaults = ['--coverage', '../../coverage']
[coverage-report]