Skip to content

Commit

Permalink
Updated test set up, to run with newer zope.testing version which…
Browse files Browse the repository at this point in the history
… no longer includes testrunner.
  • Loading branch information
Michael Howitz committed Aug 25, 2010
1 parent 0953622 commit 9742c9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.txt
Expand Up @@ -5,7 +5,8 @@ CHANGES
0.13 (unreleased)
=================

- Nothing changed yet.
- Updated test set up, to run with newer ``zope.testing`` version which no
longer includes testrunner.


0.12.2 (2010-02-24)
Expand Down
1 change: 1 addition & 0 deletions src/z3c/recipe/compattest/testing.py
Expand Up @@ -25,6 +25,7 @@ def setUp(test):
zc.buildout.testing.install('zc.recipe.testrunner', test)
zc.buildout.testing.install('zc.recipe.egg', test)
zc.buildout.testing.install('zope.testing', test)
zc.buildout.testing.install('zope.testrunner', test)
zc.buildout.testing.install('zope.interface', test)
zc.buildout.testing.install('zope.exceptions', test)
zc.buildout.testing.install('zope.dottedname', test)
Expand Down

0 comments on commit 9742c9e

Please sign in to comment.