-
Notifications
You must be signed in to change notification settings - Fork 231
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
Bump Robotframework support to <8.0.0 #1147
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Luca Giorgi <[email protected]>
Signed-off-by: Luca Giorgi <[email protected]>
Signed-off-by: Luca Giorgi <[email protected]>
E0015: Unrecognized option found: no-space-check (unrecognized-option) (removed in pylint 2.6.0) 'bad-continuation' was removed from pylint, see pylint-dev/pylint#3571. (useless-option-value) 'no-self-use' was moved to an optional extension, see https://pylint.readthedocs.io/en/latest/whatsnew/2/2.14/summary.html#removed-checkers. (useless-option-value)
Pylint fixes for rf7
Do we have any ETA for this Change to be available. |
Bump |
@lugi0 is it possible to merge this PR please ? |
@lucasvannoort I am not a maintainer for this repo, it's not up to me. |
This PR simply allows rpaframework to run alongside Robot Framework 7, but it has not been tested for compatibility with it.
There's also a version bump to pylint (which was roughly 2 years out of date) in order to resolve a dependency failure caused by the
wrapt
library not working correctly with Python 3.11 until version 1.14.0