From 752d01752b8a9c36bc1cd4d597af0452b6b393fc Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Tue, 24 Aug 2021 08:25:02 +0200 Subject: [PATCH] Fix py27 tox environment. --- buildout.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/buildout.cfg b/buildout.cfg index 425fe6c..564a0a3 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -7,6 +7,12 @@ recipe = zc.recipe.testrunner eggs = zope.sqlalchemy [test] defaults = ['--auto-color', '-s', 'zope.sqlalchemy'] +[versions:python27] +configparser = < 5 +contextlib2 = < 21 +importlib-metadata = < 3 +zipp = < 2 + [scripts] recipe = zc.recipe.egg eggs =