plone.api/fix_tests: cleanup test setup
Alexander Loechel <jenkins-z4DKO/[email protected]> Wed, 26 Jul 2017 16:52:16 -0700 (PDT)
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: plone.api Branch: refs/heads/fix_tests Date: 2017-07-27T01:51:57+02:00 Author: Alexander Loechel (loechel) <[email protected]> Commit: https://github.com/plone/plone.api/commit/4ed5980861c3dadbde93a8092ce99d257cc190c6 cleanup test setup Files changed: M buildout.cfg M setup.py diff --git a/buildout.cfg b/buildout.cfg index 9b8b365..039a3f9 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -1,10 +1,11 @@ [buildout] package-name = plone.api -package-extras = [develop, test] +package-extras = [test] test-eggs = - Pillow - plone.app.contenttypes + plone.api +# Pillow +# plone.app.contenttypes parts += omelette diff --git a/setup.py b/setup.py index e11ba43..7fb30d9 100644 --- a/setup.py +++ b/setup.py @@ -41,14 +41,6 @@ def read(*rnames): 'zope.globalrequest', ], extras_require={ - 'develop': [ - 'Sphinx', - 'coverage', - 'flake8', - 'jarn.mkrelease', - 'manuel', - 'zest.releaser', - ], 'test': [ 'Products.CMFPlone', 'manuel', ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot