Skip to content

Commit

Permalink
Remove plone.app.robotframework 'reload' extra
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Jul 14, 2017
1 parent 9bbc940 commit 81b2391
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 81b2391

Please sign in to comment.