Skip to content

Commit

Permalink
We still need robot for the p.a.contenttypes dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Oct 14, 2023
1 parent 3c305da commit ff8d2c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions plone-6.0.x.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ zodb-temporary-storage = off
[versions]
black = 22.3.0
pygments = 2.14.0
robotframework-browser = 17.5.2
grpcio-tools = 1.59.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def read(filename):
TEST_REQUIRES = [
"collective.MockMailHost",
"plone.app.caching",
"plone.app.contenttypes",
"plone.app.contenttypes[test]",
"plone.app.testing",
"plone.api",
"requests",
Expand Down Expand Up @@ -70,6 +70,7 @@ def read(filename):
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Libraries :: Python Modules",
],
Expand Down

0 comments on commit ff8d2c5

Please sign in to comment.