summaryrefslogtreecommitdiff
path: root/.meta.toml
diff options
context:
space:
mode:
authorMichael Howitz <icemac@gmx.net>2023-02-07 11:36:18 +0100
committerGitHub <noreply@github.com>2023-02-07 11:36:18 +0100
commitf7b94db50380db535bad8bd7783f72470eda257c (patch)
tree4153ef2c4a2ff4ac709338d55baa51a967ebd4c0 /.meta.toml
parent8f8ed8f7b603792b48401a64b51e900e86b88a82 (diff)
downloadzope-pagetemplate-f7b94db50380db535bad8bd7783f72470eda257c.tar.gz
Add support for ``zope.untrustedpython`` on Python 3. (#29)
With it, Python expressions are now protected by RestrictedPython.
Diffstat (limited to '.meta.toml')
-rw-r--r--.meta.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.meta.toml b/.meta.toml
index f0ea76b..6392b54 100644
--- a/.meta.toml
+++ b/.meta.toml
@@ -14,6 +14,9 @@ with-macos = false
[tox]
use-flake8 = true
+testenv-additional-extras = [
+ "untrusted",
+ ]
[coverage]
fail-under = 97