-
-
Notifications
You must be signed in to change notification settings - Fork 78
Update to latest robotframework version #1002
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
4195fc6
Update to latest robotframework version
petschki 8cc6975
update requirements/constraints
petschki 2e99eaf
Update to latest robotframework/robotsuite version
petschki 1de43e3
run bin/manage versions2constraints
petschki 03ddee7
update requirements version pin
petschki 40203ec
latest robotframework/-browser/suite versions
petschki b67de28
update requirements.txt
petschki ed02d9f
Use robotsuite 3.0.0 final.
mauritsvanrees File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,7 +152,6 @@ collective.recipe.vscode = 0.1.9 | |
collective.xmltestreport = 2.0.2 | ||
icalendar = 6.3.1 | ||
Products.DateRecurringIndex = 3.0.1 | ||
robotsuite = 2.3.2 | ||
|
||
# CORE DEPENDENCIES: Zope and friends | ||
# These packages are what you get when installing Plone, | ||
|
@@ -263,21 +262,21 @@ requests-toolbelt = 1.0.0 | |
responses = 0.25.7 | ||
rfc3986 = 2.0.0 | ||
rich = 14.0.0 | ||
robotframework = 6.0.2 | ||
# robotframework >= 6.1 is only supported with robotframwork-lsp >= 1.11.0, | ||
# but https://github.com/robocorp/robotframework-lsp/issues/947 | ||
robotframework = 7.3.2 | ||
robotframework-assertion-engine = 3.0.3 | ||
robotframework-browser = 19.3.1 | ||
robotframework-browser = 19.8.0 | ||
robotframework-debuglibrary = 2.5.0 | ||
robotframework-lsp = 1.10.1 | ||
robotframework-lsp = 1.13.0 | ||
robotframework-pythonlibcore = 4.4.1 | ||
# core tests do not use selenium anymore -> remove? | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We could keep it here, but remove the pins in coredev 6.2. |
||
robotframework-selenium2library = 3.0.0 | ||
robotframework-selenium2screenshots = 0.8.1 | ||
robotframework-seleniumlibrary = 6.1.3 | ||
robotframework-seleniumlibrary = 6.7.1 | ||
robotframework-seleniumtestability = 2.1.0 | ||
robotsuite = 3.0.0 | ||
rpds-py = 0.22.3 | ||
SecretStorage = 3.3.3 | ||
seedir = 0.5.0 | ||
seedir = 0.5.1 | ||
selenium = 4.9.1 | ||
sgmllib3k = 1.0.0 | ||
simplejson = 3.20.1 | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FTR, I don't like that this is in
requirements.txt
. It ends up on dist.plone.org/release, so lots of projects that directly use therequirements.txt
will installrobotframework
needlessly.I would keep it here in 6.1, but would be in favour of removing it in coredev 6.2.
Mind you, I don't do much with robot tests, and I don't think I have the VS code extension for it installed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also do not use VSCode plugin ... @datakurre added this to requirements.txt but I'm fine with removing it again for 6.2