-
Notifications
You must be signed in to change notification settings - Fork 232
stdout width inconsistent #1208
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
Comments
This is a necessary details Xdist replaces stdio with io pipes for its protocol |
Is there a way to reconfigure those have the same terminal width as is used in subcommands?
|
Id recommend to impose expected widths with monkeypatching |
Would it be possible/a good idea to add a note about this in the docs somewhere? Or did I miss something? That's not behavior I'd instinctively expect from changing the test driver, even if there may be good reasons for the limitation. |
I vaguely recall that there are some notes on the dtdio behavior Perhaps additional keywords are needed |
When running the tests of Fandango, specifically
test_cli.test_help
, I'm getting a weird error. The test looks as follows:Now, if I run
pytest -k test_help
, the test succeeds. If I however specify-n {1,auto}
, I get the following error:Seems like the stdout width is different between the two implementations? I assume this is a bug?
The text was updated successfully, but these errors were encountered: