Skip to content

Commit

Permalink
Removed test dependency on zope.app.zcmlfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
janjaapdriessen committed Oct 18, 2010
1 parent 0d9e1c6 commit 0afaf9f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CHANGES
1.2 (unreleased)
================

- Nothing changed yet.
* Removed test dependency on zope.app.zcmlfiles.


1.1 (2010-10-02)
Expand All @@ -30,4 +30,4 @@ CHANGES
1.0b1 (2007-08-22)
==================

* Initial public release.
* Initial public release.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ def read(*path_elements):
install_requires = ['setuptools',
'ZODB3',
'zope.interface',
'zope.component',
'zope.session',
'zope.security'],
'zope.schema',
'zope.session'],
extras_require=dict(test=[
'zope.app.zcmlfiles',
'zope.testing',
])
'zope.publisher',
'zope.component',
'zope.security',
'zope.app.wsgi'])
)
6 changes: 3 additions & 3 deletions src/z3c/flashmessage/ftesting.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
i18n_domain="zope"
>

<!-- This file is the equivalent of site.zcml and it is -->
<!-- used for functional testing setup -->
<include package="zope.app.zcmlfiles" />
<include package="zope.component" file="meta.zcml" />
<include package="zope.security" file="meta.zcml" />
<include package="zope.security" />
<include package="zope.session" />

<utility
Expand Down

0 comments on commit 0afaf9f

Please sign in to comment.