From 995990c61b1eaa5830d01a1a14608ec981eaf8b9 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 21 Oct 2019 02:24:59 +0200 Subject: [PATCH] Remove (rejected) comment from DontReadFromInput Ref: https://github.com/pytest-dev/pytest/pull/4996#issuecomment-479686487 --- src/_pytest/capture.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/_pytest/capture.py b/src/_pytest/capture.py index e4e58b32c..c4099e6b0 100644 --- a/src/_pytest/capture.py +++ b/src/_pytest/capture.py @@ -693,13 +693,6 @@ class SysCaptureBinary(SysCapture): class DontReadFromInput: - """Temporary stub class. Ideally when stdin is accessed, the - capturing should be turned off, with possibly all data captured - so far sent to the screen. This should be configurable, though, - because in automated test runs it is better to crash than - hang indefinitely. - """ - encoding = None def read(self, *args):