plone.app.contenttypes/issue-2066-raw-mimetype-master: Merge pull request #416 from plone/gforcada-remove-reload-ex
GitHub <jenkins-z4DKO/[email protected]> Tue, 01 Aug 2017 13:57:58 -0700 (PDT)
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: plone.app.contenttypes Branch: refs/heads/issue-2066-raw-mimetype-master Date: 2017-07-17T10:21:05+02:00 Author: Philip Bauer (pbauer) <[email protected]> Commit: https://github.com/plone/plone.app.contenttypes/commit/b2dbc6e0d196218b64164cea0c9e0eb93e9e7aab Merge pull request #416 from plone/gforcada-remove-reload-extra Remove plone.app.robotframework 'reload' extra Files changed: M CHANGES.rst M setup.py diff --git a/CHANGES.rst b/CHANGES.rst index c37b028b..23cb51f9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -24,6 +24,9 @@ Bug fixes: - Actually migrate all migratable types when passing 'all' to at-dx migration. [pbauer] +- Remove plone.app.robotframework 'reload' extra. + This allows to remove quite some other external dependencies that are not Python 3 compatible. + [gforcada] 1.4.1 (2017-07-03) ------------------ diff --git a/setup.py b/setup.py index d855088b..eee13ef2 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ def read(*rnames): 'test': [ 'archetypes.schemaextender', 'lxml', - 'plone.app.robotframework [debug, reload] > 0.9.8', # create image and file content for Image, File and News Item if not given. # noqa + 'plone.app.robotframework [debug] > 0.9.8', # create image and file content for Image, File and News Item if not given. # noqa 'plone.app.testing [robot] >= 4.2.4', # we need ROBOT_TEST_LEVEL # 'plone.dexterity >= 2.3.0', # fixes setting default values # NOT RELEASED YET. # noqa 'Products.ATContentTypes', ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot