Commit fda1cde4 authored by Hanno Schlichting's avatar Hanno Schlichting

Fewer undeclared test dependencies

parent f9400ec4
...@@ -59,7 +59,7 @@ eggs = ...@@ -59,7 +59,7 @@ eggs =
zope.event zope.event
zope.exceptions zope.exceptions
zope.formlib zope.formlib
zope.i18n zope.i18n [compile]
zope.i18nmessageid zope.i18nmessageid
zope.interface zope.interface
zope.lifecycleevent zope.lifecycleevent
...@@ -83,14 +83,10 @@ eggs = ...@@ -83,14 +83,10 @@ eggs =
zope.viewlet zope.viewlet
zope.app.form zope.app.form
# Fetch undeclared ftests dependencies # Fetch undeclared ftests dependencies
zope.app.applicationcontrol
zope.app.exception
zope.app.http
zope.app.principalannotation zope.app.principalannotation
zope.app.securitypolicy zope.app.securitypolicy
zope.app.zptpage zope.app.zptpage
zope.app.zcmlfiles zope.app.zcmlfiles
python-gettext
defaults = ['--module', '!^(zope[.]app)[.]'] defaults = ['--module', '!^(zope[.]app)[.]']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment