Skip to content

Commit 8683293

Browse files
authored
Merge pull request #6017 from blueyed/DontReadFromInput-remove-comment
Remove (rejected) comment from DontReadFromInput
2 parents bdadf12 + 995990c commit 8683293

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/_pytest/capture.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -693,13 +693,6 @@ def snap(self):
693693

694694

695695
class DontReadFromInput:
696-
"""Temporary stub class. Ideally when stdin is accessed, the
697-
capturing should be turned off, with possibly all data captured
698-
so far sent to the screen. This should be configurable, though,
699-
because in automated test runs it is better to crash than
700-
hang indefinitely.
701-
"""
702-
703696
encoding = None
704697

705698
def read(self, *args):

0 commit comments

Comments
 (0)