Skip to content

Commit

Permalink
Removed test dependency on plone.app.robotframework.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Dec 12, 2022
1 parent 680dfba commit 39ccc92
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
11 changes: 0 additions & 11 deletions Products/CMFPlacefulWorkflow/testing.py
@@ -1,5 +1,4 @@
from plone.app.contenttypes.testing import PLONE_APP_CONTENTTYPES_FIXTURE
from plone.app.robotframework.testing import REMOTE_LIBRARY_BUNDLE_FIXTURE
from plone.app.testing import applyProfile
from plone.app.testing import FunctionalTesting
from plone.app.testing import IntegrationTesting
Expand Down Expand Up @@ -54,13 +53,3 @@ def setUpPloneSite(self, portal):
bases=(PRODUCTS_CMFPLACEFULWORKFLOW_FIXTURE,),
name="ProductsCmfplacefulworkflowLayer:FunctionalTesting",
)


PRODUCTS_CMFPLACEFULWORKFLOW_ACCEPTANCE_TESTING = FunctionalTesting(
bases=(
PRODUCTS_CMFPLACEFULWORKFLOW_FIXTURE,
REMOTE_LIBRARY_BUNDLE_FIXTURE,
z2.ZSERVER_FIXTURE,
),
name="ProductsCmfplacefulworkflowLayer:AcceptanceTesting",
)
1 change: 1 addition & 0 deletions news/44.bugfix
@@ -0,0 +1 @@
Cleanup: remove six, use plone.base, zpretty. [maurits]
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -33,7 +33,7 @@
include_package_data=True,
zip_safe=False,
extras_require=dict(
test=["plone.app.testing", "zope.testing", "plone.app.robotframework"],
test=["plone.app.testing", "zope.testing"],
),
install_requires=[
"plone.base",
Expand Down

0 comments on commit 39ccc92

Please sign in to comment.