-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
plugin: capturerelated to the capture builtin pluginrelated to the capture builtin plugintype: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch
Description
Lines 692 to 693 in 13a9d87
| def read(self, *args): | |
| raise IOError("reading from stdin while output is captured") |
via #4996 (comment)
It should probably still contain the old string, and maybe even just emit another message before it, since this appears to be tested against at least with pytest itself.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
plugin: capturerelated to the capture builtin pluginrelated to the capture builtin plugintype: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch