-
Notifications
You must be signed in to change notification settings - Fork 38
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
Flake8 tests fail on CircleCI #1696
Comments
well spotted @schlunma - see here tholo/pytest-flake8#87 - looks like we'll have to pin |
interestingly enough this issue was closed PyCQA/flake8#1652 almost as soon as it was open |
so here's an interesting one: the GA tests that install from source (Test and Install from source eg https://github.com/ESMValGroup/ESMValCore/runs/7856342612?check_suite_focus=true incrementally downgrade flake8 to 4.0.1 that works fine - and the same thing happens when installing manually on my laptop too - gotta figure out what's the fuss in the Circle CI test (and that expkains why I didb't notice the fail until you saw it since I'm looking only at GA tests every day) |
OK I found out - |
talking about being open and explaining things in a public GH project repo NOT 😆 |
I agree that |
totally! I can do it right now, man |
BTW, I think what the flake8 dev means when he talks about "pytest-flake8 accesses private implementation detail" is that |
yeah I was suspecting that'd be the case - still - it's something that is more than related to them (since the issue is piped from flake8 haha), and a bit of a nicer way of commenting goes a long way, but heyho maybe he's on his last day on the job 😁 |
Since ~16 days,
test_installation_from_source_test_mode
keeps failing on CircleCI with the error:It looks like the reason is that the
pytest-flake8
plugin is incompatible withflake8 >= 5.0.0
(tholo/pytest-flake8#87). At the moment no one really seems to tackle this issue, so it might be good to pinflake8 < 5.0.0
as other projects did (e.g., https://github.com/audeering/audformat/pull/257/files).Opinions, @ESMValGroup/esmvaltool-coreteam?
The text was updated successfully, but these errors were encountered: