-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
stdin
closed / unavailable during testing
#3185
Comments
stdin
closed during testingstdin
closed / unavailable during testing
This also broke DataDeps.jl oxinabox/DataDeps.jl#104 |
You should not forward and set wait=false. It is application dependent though if you need stdin |
Ok. So would this be better?
|
The Pkg tests are run on a worker which does not have access to |
Tests that need a TTY, should be BYO |
So is this a way forward?
|
1 similar comment
So is this a way forward?
|
bump @vtjnash |
Sure, we could move |
#3065 broke
Sixel.jl
testing (this used to work on1.6
,1.7
, so I consider this a regession).In our case, we need
stdin
opened in order to query / analyze terminal properties via control sequences.Could we set an option to keep
stdin
opened if we cannot revert the PR ?cc @johnnychen94, @IanButterworth
The text was updated successfully, but these errors were encountered: