Skip to content
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

ImportError: No module named 'flake8.engine' #7

Closed
jaraco opened this issue Jul 19, 2016 · 1 comment
Closed

ImportError: No module named 'flake8.engine' #7

jaraco opened this issue Jul 19, 2016 · 1 comment

Comments

@jaraco
Copy link

jaraco commented Jul 19, 2016

Running pytest-flake8 against the latest flake8 (3.0.0b2), it fails with the error in the title. It appears that flake8 has moved the flake8.engine module.

When using easy_install to install pytest-flake8, it doesn't protect against pre-releases, so the requirements on pytest-flake8 pick up the incompatible beta release. Perhaps pytest-flake8 should depend on flake8>=2.5,<3dev until compatibility code can be added for flake8 3.0 support.

@santagada
Copy link

Now flake8 3.0.0 has been released so pytest-flake8 is broken

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

No branches or pull requests

2 participants