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

Commit

Permalink
Pin zc.buildout and zc.recipe.testrunner to pre-2.0 versions.
Browse files Browse the repository at this point in the history
(I'm not sure it's necessary to pin the test runner.)
  • Loading branch information
mgedmin committed Feb 14, 2013
1 parent a8e3a7d commit 883fcb0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[buildout]
parts = test checker coverage-test coverage-report
parts = py test checker coverage-test coverage-report
develop = .
versions = versions

[py]
recipe = zc.recipe.egg
eggs = z3c.recipe.paster [test]
interpreter = py

[test]
recipe = zc.recipe.testrunner
Expand All @@ -20,3 +26,8 @@ recipe = zc.recipe.egg
eggs = z3c.coverage
scripts = coverage=coverage-report
arguments = ('coverage', 'coverage/report')

[versions]
# z3c.recipe.paster hasn't been updated to work with zc.buildout 2.0.0 yet
zc.buildout = <2.0.0a1
zc.recipe.testrunner = <2.0.0a1

0 comments on commit 883fcb0

Please sign in to comment.