r13325 - MoreFieldsAndWidgets/archetypes.querywidget/trunk

"Ross Patterson" <[email protected]>
Newsgroups gmane.comp.web.zope.plone.archetypes.cvs
Message-ID <[email protected]>
Author: rossp
Date: Tue Dec  7 03:34:12 2010
New Revision: 13325

Modified:
   MoreFieldsAndWidgets/archetypes.querywidget/trunk/setup.py
Log:
Properly specify tests_require in setup.py.


Modified: MoreFieldsAndWidgets/archetypes.querywidget/trunk/setup.py
==============================================================================
--- MoreFieldsAndWidgets/archetypes.querywidget/trunk/setup.py	(original)
+++ MoreFieldsAndWidgets/archetypes.querywidget/trunk/setup.py	Tue Dec  7 03:34:12 2010
@@ -3,6 +3,9 @@
 
 version = '0.1'
 
+tests_require = ['plone.app.collection',
+                 'plone.app.testing']
+
 setup(name='archetypes.querywidget',
       version=version,
       description="",
@@ -24,13 +27,10 @@
       zip_safe=False,
       install_requires=[
           'setuptools',
-          'collective.testcaselayer',
           'plone.app.querystring',
       ],
-      extras_require={
-          'test': [
-            'plone.app.collection',
-            'plone.app.testing', ]},
+      tests_require=tests_require,
+      extras_require={'test': tests_require},
       entry_points="""
       # -*- Entry points: -*-
       """,

------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.