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
gh-100005: Skip test_script_as_dev_fd() on FreeBSD #100006
Conversation
On FreeBSD, skip test_script_as_dev_fd() of test_cmd_line_script if fdescfs is not mounted (at /dev/fd).
With this PR, the test is now skipped on FreeBSD:
If I mount manually /dev/fd, it works as expected:
By the way, the test emits a warning because of this Lib/subprocess.py code:
|
Thanks @vstinner for the PR |
Thanks @vstinner for the PR |
Sorry, @vstinner, I could not cleanly backport this to |
GH-100007 is a backport of this pull request to the 3.11 branch. |
Ah, test_script_as_dev_fd() was not backported to Python 3.10. |
On FreeBSD, skip test_script_as_dev_fd() of test_cmd_line_script if fdescfs is not mounted (at /dev/fd).