Add in a constraints file for flake8.#677
Conversation
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
|
This is an alternative to #675 , that just adds in a constraint to flake8, rather than trying to pin it. This should be the minimum we need to keep flake8 to an earlier version for now. |
Blast545
left a comment
There was a problem hiding this comment.
LGTM with green CI.
Context for extra reviewers: https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-c.
|
There are still a few regressions (particularly in the Windows jobs), but there are none in flake8. So I think this is doing what we want to do; I'm going to go ahead and merge it ahead of the nightlies. |
|
In the future, please print out files like the Also, it's out of sync with our Windows source instructions:
|
|
I was going to open a pr to print out the file, but @clalancette do you remember if there was a reason for the file versus the inline constraints? Maybe it's not possible to do the |
I don't remember. I didn't actually know that you could do constraints on the command-line. I think a PR to print out the contents of |
Signed-off-by: Chris Lalancette clalancette@openrobotics.org