-
Notifications
You must be signed in to change notification settings - Fork 48
rflint does not work with Robot Framework 3.2.0 #73
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
Comments
For sure, our builds are also failing, quick fix up is constraining with previous release of robot-framework==3.1.2 |
Shall be fixed by #74 |
Please fix this issue |
I'm also impacted by the same issue |
would be nice to have fixed |
Working with Robot Framework 3.2.0 and the error in rflint is blocking our CI pipeline. Can this be fixed, please? |
Also looking for a fix on this |
looking forward for this fix as well |
hope it will be resolved soon, the fix is really needed ( |
It would be great if its fixed |
hopefully to be resolved |
Also need this fixed |
Also needing a fix |
rflint doesn't work with robotframework >= 3.2.0 and fails with "ImportError: No module named txtreader" exception. Until fix is available, downgrade robotframework to the previous working version (3.1.2) Workaround for boakley/robotframework-lint#73 Fix #1404
When trying to run rflint with Robot Framework 3.2.0 inside a
tox
environment I get the following error.ModuleNotFoundError: No module named 'robot.parsing.txtreader'
Pinning the
robotframework
version to older than 3.2.0 removes the error.I checked that Robot Framework no longer has the
robot.parsing.txtreader
module and the whole parser module has gone through quite a big rearrangement / rewriting.The text was updated successfully, but these errors were encountered: