-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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 error on master branch, file compose/bundle.py #5298
Comments
garribas
added a commit
to garribas/compose
that referenced
this issue
Oct 23, 2017
Signed-off-by: Guillermo Arribas <garribas@gmail.com>
I feel like this is not the first time a Flake8 update adds new errors ; we should probably pin the version to avoid this going forward. |
@shin- the root cause of this is that the "pre-commit-hooks" doesn't pin any of its dependencies: |
shin-
pushed a commit
that referenced
this issue
Nov 1, 2017
Signed-off-by: Guillermo Arribas <garribas@gmail.com>
shin-
pushed a commit
that referenced
this issue
Dec 6, 2017
Signed-off-by: Guillermo Arribas <garribas@gmail.com>
ndeloof
pushed a commit
to ndeloof/compose
that referenced
this issue
Jan 30, 2023
I've been running the test suite (`./internal/engine` in particular) with `-count X` a lot recently to catch timing-related test failures. After running enough times, the tests start failing due to too many open files, so I did an audit and found a few places where files or readers weren't always being closed.
ndeloof
pushed a commit
to ndeloof/compose
that referenced
this issue
Jan 30, 2023
I've been running the test suite (`./internal/engine` in particular) with `-count X` a lot recently to catch timing-related test failures. After running enough times, the tests start failing due to too many open files, so I did an audit and found a few places where files or readers weren't always being closed.
ndeloof
pushed a commit
to ndeloof/compose
that referenced
this issue
Jan 31, 2023
I've been running the test suite (`./internal/engine` in particular) with `-count X` a lot recently to catch timing-related test failures. After running enough times, the tests start failing due to too many open files, so I did an audit and found a few places where files or readers weren't always being closed.
ndeloof
pushed a commit
to ndeloof/compose
that referenced
this issue
Feb 1, 2023
I've been running the test suite (`./internal/engine` in particular) with `-count X` a lot recently to catch timing-related test failures. After running enough times, the tests start failing due to too many open files, so I did an audit and found a few places where files or readers weren't always being closed.
ndeloof
pushed a commit
that referenced
this issue
Feb 2, 2023
I've been running the test suite (`./internal/engine` in particular) with `-count X` a lot recently to catch timing-related test failures. After running enough times, the tests start failing due to too many open files, so I did an audit and found a few places where files or readers weren't always being closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to run the test suite on master branch the pre-commit hook fails with an flake8 error:
The text was updated successfully, but these errors were encountered: