-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
WIP/RFC: add failing test_capture_with_testdir_parseconfig [ci skip] #4331
WIP/RFC: add failing test_capture_with_testdir_parseconfig [ci skip] #4331
Conversation
9e0d08b
to
5fd5e07
Compare
@nicoddemus |
This is also a problem when trying to step over:
I guess Maybe this should use the CaptureManager in the first place here, instead of |
5fd5e07
to
255d553
Compare
255d553
to
ce0ed9c
Compare
Failure can be seen at https://travis-ci.org/pytest-dev/pytest/jobs/454881133#L539. @nicoddemus |
Fails with: > OSError: reading from stdin while output is captured Also tests pytest-dev#4330 (i.e. fails without pytest-dev#4330 earlier already).
ce0ed9c
to
11478c5
Compare
Hi @blueyed, It has been a long time since it has last seen activity, plus we have made sweeping changes on In order to clear up our queue and let us focus on the active PRs, I'm closing this PR for now. Please don't consider this a rejection of your PR, we just want to get this out of sight until you have the time to tackle this again. If you get around to work on this in the future, please don't hesitate in re-opening this! Thanks for your work, the team definitely appreciates it! |
Fails with:
Also tests #4330 (i.e. fails
without #4330 earlier already).
Closes #4329.