Skip to content

Commit

Permalink
re-enable functional tests, with zodb 3.8 we now have a test that fails
Browse files Browse the repository at this point in the history
  • Loading branch information
dobe committed May 29, 2007
1 parent 9f2aaf5 commit 0b5c2f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildout.cfg
Expand Up @@ -4,7 +4,9 @@ parts = test

[test]
recipe = zc.recipe.testrunner
eggs = z3c.testing
defaults = ['--tests-pattern', '^f?tests$']
eggs = z3c.testing [test]




2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -14,6 +14,8 @@
include_package_data=True,
package_dir = {'':'src'},
namespace_packages=['z3c',],
extras_require=dict(test=['zope.app.zcmlfiles',
]),
install_requires = ['setuptools',
'ZODB3',
'zope.app.appsetup',
Expand Down

0 comments on commit 0b5c2f0

Please sign in to comment.