Skip to content

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

Closed
hanninen opened this issue Apr 28, 2020 · 13 comments · Fixed by #74
Closed

rflint does not work with Robot Framework 3.2.0 #73

hanninen opened this issue Apr 28, 2020 · 13 comments · Fixed by #74

Comments

@hanninen
Copy link

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.

@ailjushkin
Copy link

ailjushkin commented Apr 28, 2020

For sure, our builds are also failing, quick fix up is constraining with previous release of robot-framework==3.1.2

@bollenn
Copy link
Contributor

bollenn commented Apr 29, 2020

Shall be fixed by #74

@axxyhtrx
Copy link

Please fix this issue

@freddebacker
Copy link

I'm also impacted by the same issue

@tgoncuoglu
Copy link

would be nice to have fixed

@MM2020ops
Copy link

Working with Robot Framework 3.2.0 and the error in rflint is blocking our CI pipeline. Can this be fixed, please?

@tvanwese
Copy link

Also looking for a fix on this

@rmilad
Copy link

rmilad commented May 18, 2020

looking forward for this fix as well

@biochester
Copy link

hope it will be resolved soon, the fix is really needed (

@moatazsameh
Copy link

It would be great if its fixed

@assy94
Copy link

assy94 commented May 18, 2020

hopefully to be resolved

@oakyurek
Copy link

Also need this fixed

@nick-grout
Copy link

Also needing a fix

php-coder added a commit to php-coder/mystamps that referenced this issue Jun 1, 2020
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.