Remove interlude from test dependencies.

This commit is contained in:
Timo Stollenwerk 2013-08-30 10:00:21 +02:00
parent 9049368cba
commit 0463b20f78
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ setup(name='plone.app.discussion',
extras_require={
'test': [
'plone.app.testing',
'interlude',
'plone.app.contenttypes',
]
},