Skip to content

Commit

Permalink
Fixes missing test req (#1784)
Browse files Browse the repository at this point in the history
* fixes #1783
* fixes #1782
  • Loading branch information
jensens committed May 16, 2024
1 parent 9bbb1d7 commit 5b33ccd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions news/1782.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix require plone.app.iterate on test extras #1782 [@jensens]
1 change: 1 addition & 0 deletions news/1783.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix require plone.app.upgrade on test extras #1783 [@jensens]
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ def read(filename):
"collective.MockMailHost",
"plone.app.caching",
"plone.app.contenttypes[test]",
"plone.app.iterate",
"plone.app.testing",
"plone.app.upgrade",
"plone.api",
"requests",
"mock",
Expand Down

0 comments on commit 5b33ccd

Please sign in to comment.