diff --git a/setup.py b/setup.py index 8d83da7..9bd9f6a 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ "z3c.jbot", "plone.api>=1.8.4", "plone.app.dexterity", - "collective.volto.formsupport", + "collective.volto.formsupport>=3.2.0.dev0", ], extras_require={ "test": [ diff --git a/src/collective/formsupport/counter/restapi/services/form_data/csv.py b/src/collective/formsupport/counter/restapi/services/form_data/csv.py index 8f6011f..7365d7d 100644 --- a/src/collective/formsupport/counter/restapi/services/form_data/csv.py +++ b/src/collective/formsupport/counter/restapi/services/form_data/csv.py @@ -1,7 +1,9 @@ from collective.formsupport.counter import _ from collective.formsupport.counter.config import COUNTER_BLOCKS_FIELD_ID from collective.formsupport.counter.config import COUNTER_ENABLED_FORM_FLAG_NAME -from collective.volto.formsupport.restapi.services.form_data.csv import FormDataExportGet +from collective.volto.formsupport.restapi.services.form_data.csv import ( + FormDataExportGet, +) from collective.volto.formsupport.restapi.services.form_data.csv import SKIP_ATTRS from zope.i18n import translate diff --git a/tox.ini b/tox.ini index 31c542b..34f5cd8 100644 --- a/tox.ini +++ b/tox.ini @@ -82,7 +82,7 @@ commands = coverage report -[lint] +[testenv:lint] skip_install = true deps =