Skip to content

Commit

Permalink
Cleanup robot tests (#1720)
Browse files Browse the repository at this point in the history
* cleanup: remove unused p.a.robotframework

* Add news entry

* Depend on test extra of plone.app.contenttypes instead of requiring plone.app.robotframework directly

---------

Co-authored-by: David Glick <david@glicksoftware.com>
  • Loading branch information
gforcada and davisagli committed Oct 14, 2023
1 parent 063e4e0 commit 5298c35
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 53 deletions.
2 changes: 2 additions & 0 deletions news/1720.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Drop, already unused plone.app.robotframework test.
[gforcada]
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ def read(filename):
TEST_REQUIRES = [
"collective.MockMailHost",
"plone.app.caching",
"plone.app.contenttypes",
"plone.app.robotframework",
"plone.app.testing [robot] >= 4.2.2", # ROBOT_TEST_LEVEL added
"plone.app.contenttypes[test]",
"plone.app.testing",
"plone.api",
"requests",
"mock",
Expand Down
22 changes: 0 additions & 22 deletions src/plone/restapi/tests/robot/test.robot

This file was deleted.

28 changes: 0 additions & 28 deletions src/plone/restapi/tests/test_robot.py.txt

This file was deleted.

0 comments on commit 5298c35

Please sign in to comment.