From 940512d1ab6bdb1871214fc0f168484cad9a3fc1 Mon Sep 17 00:00:00 2001 From: David Glick Date: Sat, 14 Oct 2023 10:58:38 -0700 Subject: [PATCH] Depend on test extra of plone.app.contenttypes instead of requiring plone.app.robotframework directly --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f92118d2e4..66854ff2f2 100644 --- a/setup.py +++ b/setup.py @@ -42,8 +42,7 @@ def read(filename): TEST_REQUIRES = [ "collective.MockMailHost", "plone.app.caching", - "plone.app.contenttypes", - "plone.app.robotframework", + "plone.app.contenttypes[test]", "plone.app.testing", "plone.api", "requests",