diff options
| author | Barry Warsaw | 2013-08-25 14:55:33 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2013-08-25 14:55:33 -0400 |
| commit | 4be0e93b771e440dd9b59f418cddc4f59f98be42 (patch) | |
| tree | 86d0fc7b8525081213a9e0d985797c5317ec3f94 /setup.py | |
| parent | 41059ed20ec668baf41cceaf539f8017171e9651 (diff) | |
| download | mailman-4be0e93b771e440dd9b59f418cddc4f59f98be42.tar.gz mailman-4be0e93b771e440dd9b59f418cddc4f59f98be42.tar.zst mailman-4be0e93b771e440dd9b59f418cddc4f59f98be42.zip | |
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -101,14 +101,14 @@ case second `m'. Any other spelling is incorrect.""", 'lazr.config', 'lazr.smtptest', 'mock', + 'nose2', 'passlib', 'restish', 'storm', - 'zc.buildout', 'zope.component', 'zope.configuration', 'zope.event', 'zope.interface', - 'zope.testing<4', ], + test_suite = 'nose2.collector.collector', ) |
