Skip to content

Commit

Permalink
Fix tox environment py27-sqlalchemy14 as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Aug 24, 2021
1 parent 752d017 commit 479e1f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ eggs = zope.sqlalchemy [test]
defaults = ['--auto-color', '-s', 'zope.sqlalchemy']

[versions:python27]
configparser = < 5
contextlib2 = < 21
importlib-metadata = < 3
zipp = < 2
configparser = 4.0.2
contextlib2 = 0.6.0.post1
importlib-metadata = 2.1.1
zipp = 1.2.0

[scripts]
recipe = zc.recipe.egg
Expand Down

0 comments on commit 479e1f0

Please sign in to comment.