Skip to content

Commit

Permalink
fix test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed May 21, 2024
1 parent 4649dbb commit b73f153
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,22 @@
install_requires=[
"setuptools",
"Products.CMFPlone",
"plone.app.contenttypes",
"plone.app.dexterity",
"plone.autoform",
"plone.behavior",
"plone.dexterity",
"plone.namedfile",
"plone.restapi",
"plone.supermodel",
],
extras_require={
"test": [
"zest.releaser[recommended]",
"zestreleaser.towncrier",
"plone.app.contenttypes[test]",
"plone.app.testing",
"plone.restapi[test]",
"pytest",
"pytest-cov",
"pytest-plone>=0.2.0",
"plone.app.contenttypes",
],
},
entry_points="""
Expand Down
3 changes: 0 additions & 3 deletions src/kitconcept/seo/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ def setUpZope(self, app, configurationContext):
# Load any other ZCML that is required for your tests.
# The z3c.autoinclude feature is disabled in the Plone fixture base
# layer.
import plone.restapi

self.loadZCML(package=plone.restapi)
self.loadZCML(package=kitconcept.seo)

def setUpPloneSite(self, portal):
Expand Down

0 comments on commit b73f153

Please sign in to comment.