Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
gh-108962: Skip test_tempfile.test_flags() if not supported#108964
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Skip test_tempfile.test_flags() if chflags() fails with "OSError:[Errno 45] Operation not supported" (ex: on FreeBSD 13).
vstinner commentedSep 5, 2023
miss-islington commentedSep 5, 2023
Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
miss-islington commentedSep 5, 2023
Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
…thonGH-108964)Skip test_tempfile.test_flags() if chflags() fails with "OSError:[Errno 45] Operation not supported" (ex: on FreeBSD 13).(cherry picked from commitcd2ef21)Co-authored-by: Victor Stinner <vstinner@python.org>
…thonGH-108964)Skip test_tempfile.test_flags() if chflags() fails with "OSError:[Errno 45] Operation not supported" (ex: on FreeBSD 13).(cherry picked from commitcd2ef21)Co-authored-by: Victor Stinner <vstinner@python.org>
bedevere-bot commentedSep 5, 2023
GH-108967 is a backport of this pull request to the3.12 branch. |
bedevere-bot commentedSep 5, 2023
GH-108968 is a backport of this pull request to the3.11 branch. |
bedevere-bot commentedSep 8, 2023
|
Uh oh!
There was an error while loading.Please reload this page.
Skip test_tempfile.test_flags() if chflags() fails with "OSError: [Errno 45] Operation not supported" (ex: on FreeBSD 13).