Skip to content

Commit

Permalink
Fix tests: do not import collective.volto.cookieconsent (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk authored Oct 21, 2024
1 parent a1ab1f4 commit 6f7ef3b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Changelog

- Fix a test for translations
[mamico]

- Fix tests: do not import collective.volto.cookieconsent.
[cekk]

5.0.11 (2024-09-05)
-------------------
Expand Down
6 changes: 0 additions & 6 deletions base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,4 @@ eggs = createcoverage
design.plone.policy =

[sources]
# collective.volto.dropdownmenu = git https://github.com/collective/collective.volto.dropdownmenu.git [email protected]:collective/collective.volto.dropdownmenu.git
# collective.volto.secondarymenu = git https://github.com/collective/collective.volto.secondarymenu.git [email protected]:collective/collective.volto.secondarymenu.git branch=main
# collective.volto.subsites = git https://github.com/collective/collective.volto.subsites.git [email protected]:collective/collective.volto.subsites.git branch=main
design.plone.contenttypes = git https://github.com/RedTurtle/design.plone.contenttypes.git pushurl[email protected]:RedTurtle/design.plone.contenttypes.git
# plone.restapi = git https://github.com/plone/plone.restapi.git [email protected]:plone/plone.restapi.git
# redturtle.volto = git https://github.com/RedTurtle/redturtle.volto.git [email protected]:RedTurtle/redturtle.volto.git branch=vocab_permission
# redturtle.voltoplugin.editablefooter = git https://github.com/RedTurtle/redturtle.voltoplugin.editablefooter.git [email protected]:RedTurtle/redturtle.voltoplugin.editablefooter.git branch=main
3 changes: 0 additions & 3 deletions src/design/plone/policy/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import collective.feedback
import collective.MockMailHost
import collective.taxonomy
import collective.volto.cookieconsent
import collective.volto.dropdownmenu
import collective.volto.formsupport
import collective.volto.secondarymenu
Expand Down Expand Up @@ -43,7 +42,6 @@ def setUpZope(self, app, configurationContext):
self.loadZCML(package=design.plone.policy)
self.loadZCML(package=collective.feedback)
self.loadZCML(package=collective.volto.formsupport)
self.loadZCML(package=collective.volto.cookieconsent)
self.loadZCML(package=collective.volto.dropdownmenu)
self.loadZCML(package=collective.volto.secondarymenu)
self.loadZCML(package=collective.volto.socialsettings)
Expand Down Expand Up @@ -125,7 +123,6 @@ def setUpZope(self, app, configurationContext):
self.loadZCML(package=design.plone.policy)
self.loadZCML(package=collective.feedback)
self.loadZCML(package=collective.volto.formsupport)
self.loadZCML(package=collective.volto.cookieconsent)
self.loadZCML(package=collective.volto.dropdownmenu)
self.loadZCML(package=collective.volto.secondarymenu)
self.loadZCML(package=collective.volto.socialsettings)
Expand Down

0 comments on commit 6f7ef3b

Please sign in to comment.