Skip to content

Commit

Permalink
robotframework version not in 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Feb 21, 2022
1 parent e237998 commit 6d161c1
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
13 changes: 12 additions & 1 deletion test-5.0.x.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,15 @@ plone.jsonserializer = 0.9.6

plone.formwidget.geolocation = < 2.2.2 # Introduced a dep on CMFPlone 5.2

six = 1.16.0
six = 1.16.0

plone.app.robotframework = 1.5.4
robotframework = 3.1.2
robotframework-python3 = 2.9
robotframework-debuglibrary = 1.2.1
robotframework-ride = 1.7.4.1
robotframework-seleniumlibrary = 3.3.1
robotframework-selenium2library = 3.0.0
robotframework-selenium2screenshots = 0.8.1
robotsuite = 2.2.1
selenium = 3.141.0
13 changes: 12 additions & 1 deletion test-5.1.x.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,15 @@ configparser = 3.8.1

plone.formwidget.geolocation = < 2.2.2 # Introduced a dep on CMFPlone 5.2

six = 1.16.0
six = 1.16.0

plone.app.robotframework = 1.5.4
robotframework = 3.1.2
robotframework-python3 = 2.9
robotframework-debuglibrary = 1.2.1
robotframework-ride = 1.7.4.1
robotframework-seleniumlibrary = 3.3.1
robotframework-selenium2library = 3.0.0
robotframework-selenium2screenshots = 0.8.1
robotsuite = 2.2.1
selenium = 3.141.0
12 changes: 12 additions & 0 deletions test-5.2.x.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,17 @@ test-eggs =
extensions +=
flake8-black

[versions]
plone.app.robotframework = 1.5.4
robotframework = 3.1.2
robotframework-python3 = 2.9
robotframework-debuglibrary = 1.2.1
robotframework-ride = 1.7.4.1
robotframework-seleniumlibrary = 3.3.1
robotframework-selenium2library = 3.0.0
robotframework-selenium2screenshots = 0.8.1
robotsuite = 2.2.1
selenium = 3.141.0

[versions:python3]
coverage = >=3.7

0 comments on commit 6d161c1

Please sign in to comment.