diff --git a/cibuildwheel/docker_container.py b/cibuildwheel/docker_container.py index 3855c733..fd0166e4 100644 --- a/cibuildwheel/docker_container.py +++ b/cibuildwheel/docker_container.py @@ -54,8 +54,6 @@ class DockerContainer: encoding='utf8', stdin=subprocess.PIPE, stdout=subprocess.PIPE, - # make the input buffer large enough to carry a lot of environment - # variables. We choose 256kB. bufsize=262144, ) assert self.process.stdin and self.process.stdout