Skip to content

Commit

Permalink
Remove unused plone.restapi & fix some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laulaz committed Jul 13, 2022
1 parent e933f35 commit b6a66cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions src/collective/taxonomy/profiles/examples/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<metadata>
<dependencies>
<dependency>profile-plone.app.contenttypes:default</dependency>
<dependency>profile-plone.app.querystring:default</dependency>
<dependency>profile-collective.taxonomy:default</dependency>
</dependencies>
</metadata>
4 changes: 0 additions & 4 deletions src/collective/taxonomy/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ def setUpZope(self, app, configurationContext):

self.loadZCML(package=plone.app.dexterity)

import plone.restapi

self.loadZCML(package=plone.restapi)

self.loadZCML(package=collective.taxonomy)
self.loadZCML("testing.zcml", package=collective.taxonomy)

Expand Down

0 comments on commit b6a66cb

Please sign in to comment.