From f1adf82de83deec5db11972b177275b8feb761d2 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 3 Apr 2020 17:09:27 +0200 Subject: [PATCH] Use checkout of RestrictedPython. This hopefully fixed Python 3.9. --- buildout.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/buildout.cfg b/buildout.cfg index b15b928025..cad711a597 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -18,6 +18,7 @@ parts = requirements sources-dir = develop auto-checkout = + RestrictedPython [testenv] PYTHONHASHSEED = random