Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Remove unneeded test dependencies on zope.app.authentication and …
Browse files Browse the repository at this point in the history
…``zope.app.securitypolicy``.
  • Loading branch information
menesis committed Jul 29, 2011
1 parent fcd430d commit ca2fbbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGES.txt
Expand Up @@ -5,7 +5,8 @@ CHANGES
1.3.3 (unreleased)
------------------

No changes yet.
- Remove unneeded test dependencies on ``zope.app.authentication`` and
``zope.app.securitypolicy``.

1.3.2 (2010-08-16)
------------------
Expand All @@ -17,7 +18,7 @@ No changes yet.
This makes directives that simply declare dependencies on other
libraries work again.

- Add missing depedency on zope.app.pagetemplate, clean up unused
- Add missing depedency on ``zope.app.pagetemplate``, clean up unused
imports and whitespace.

1.3.1 (2010-03-24)
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Expand Up @@ -50,9 +50,7 @@ def read(*rnames):
package_dir = {'': 'src'},
namespace_packages=['zc'],
extras_require=dict(
test=['zope.app.authentication',
'zope.app.securitypolicy',
'zope.app.testing',
test=['zope.app.testing',
'zope.app.zcmlfiles',
'zope.pagetemplate',
'zope.securitypolicy',
Expand Down
1 change: 0 additions & 1 deletion src/zc/resourcelibrary/tests/ftesting.zcml
Expand Up @@ -8,7 +8,6 @@
<!-- set up enough of Zope to run the tests -->

<include package="zope.app.zcmlfiles" />
<include package="zope.app.authentication" />

<!-- principals -->

Expand Down

0 comments on commit ca2fbbf

Please sign in to comment.