Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Pin deps in buildout to Zope 2.13-compatible ranges.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jun 19, 2015
1 parent ec73427 commit 20ea4bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[buildout]
develop = .
parts = interpreter test
versions = versions

[interpreter]
recipe = zc.recipe.egg
Expand All @@ -10,3 +11,9 @@ eggs = nt_svcutils
[test]
recipe = zc.recipe.testrunner
eggs = nt_svcutils

[versions]
# Zope 2.13.x-compatible versions
zope.exceptions = < 3.7.dev
zope.interface = < 3.7.dev
zc.recipe.testrunner = < 1.3.dev

0 comments on commit 20ea4bc

Please sign in to comment.