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

Commit

Permalink
* Updated tests to newer Grok version (1.1).
Browse files Browse the repository at this point in the history
* Run tests against lxml 2.2.6.

* Added test extra to declare test dependency on ``zope.app.testing``.
  • Loading branch information
Michael Howitz committed Oct 19, 2010
1 parent 5ad484a commit f8f18d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ CHANGES
1.1 (unreleased)
================

* ...
* Updated tests to newer Grok version.

* Run tests against lxml 2.2.6.

* Added test extra to declare test dependency on ``zope.app.testing``.


1.0 (2008-12-05)
================
Expand Down
7 changes: 3 additions & 4 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
[buildout]
develop = .
parts = test devpython
extends = http://grok.zope.org/releaseinfo/grok-0.14.cfg
extends = http://grok.zope.org/releaseinfo/grok-1.1.cfg
versions = versions

[versions]
lxml = 2.0.9
zope.testing = 3.6.0
lxml = 2.2.6

[test]
recipe = zc.recipe.testrunner
eggs = z3c.schema2xml
eggs = z3c.schema2xml [test]

# installs bin/devpython to do simple interpreter tests
[devpython]
Expand Down
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ def read(*rnames):
'grokcore.component',
'zc.sourcefactory',
],
extras_require=dict(
test=[
'zope.app.testing',
]),
entry_points="""
# -*- Entry points: -*-
""",
Expand Down

0 comments on commit f8f18d2

Please sign in to comment.