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

Remove unused bufsize argument from integration test setup #1815

Merged
merged 2 commits into from
Dec 18, 2020

Conversation

kclowes
Copy link
Collaborator

@kclowes kclowes commented Dec 18, 2020

What was wrong?

On our integration test setup, there was a runtime warning: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used self.stdin = io.open(p2cwrite, 'wb', bufsize)

How was it fixed?

Removed the bufsize argument since it wasn't being used anyway. You can verify this fix by looking at the integration tests on master and noting that they have the RuntimeWarnings at the end, and then looking at the integration tests on this PR and noting that there are no warnings.

Todo:

Cute Animal Picture

image

@kclowes kclowes changed the title [WIP] Remove unused bufsize argument from integration test setup Remove unused bufsize argument from integration test setup Dec 18, 2020
@kclowes kclowes merged commit e426001 into ethereum:master Dec 18, 2020
@kclowes kclowes deleted the remove-subprocess-warnings branch December 18, 2020 22:30
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 this pull request may close these issues.

2 participants