-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
test_tempfile.test_flags() fails on FreeBSD: Operation not supported #108962
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
Labels
Comments
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Sep 5, 2023
Skip test_tempfile.test_flags() if chflags() fails with "OSError: [Errno 45] Operation not supported" (ex: on FreeBSD 13).
vstinner
added a commit
that referenced
this issue
Sep 5, 2023
Skip test_tempfile.test_flags() if chflags() fails with "OSError: [Errno 45] Operation not supported" (ex: on FreeBSD 13).
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 5, 2023
…thonGH-108964) Skip test_tempfile.test_flags() if chflags() fails with "OSError: [Errno 45] Operation not supported" (ex: on FreeBSD 13). (cherry picked from commit cd2ef21) Co-authored-by: Victor Stinner <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 5, 2023
…thonGH-108964) Skip test_tempfile.test_flags() if chflags() fails with "OSError: [Errno 45] Operation not supported" (ex: on FreeBSD 13). (cherry picked from commit cd2ef21) Co-authored-by: Victor Stinner <[email protected]>
vstinner
added a commit
that referenced
this issue
Sep 8, 2023
…H-108964) (#108968) gh-108962: Skip test_tempfile.test_flags() if not supported (GH-108964) Skip test_tempfile.test_flags() if chflags() fails with "OSError: [Errno 45] Operation not supported" (ex: on FreeBSD 13). (cherry picked from commit cd2ef21) Co-authored-by: Victor Stinner <[email protected]>
Yhg1s
pushed a commit
that referenced
this issue
Sep 8, 2023
…H-108964) (#108967) gh-108962: Skip test_tempfile.test_flags() if not supported (GH-108964) Skip test_tempfile.test_flags() if chflags() fails with "OSError: [Errno 45] Operation not supported" (ex: on FreeBSD 13). (cherry picked from commit cd2ef21) Co-authored-by: Victor Stinner <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
On FreeBSD 13.2-RELEASE:
logs: https://buildbot.python.org/all/#/builders/1223/builds/1
I'm working on a fix.
See also issue #108948.
Linked PRs
The text was updated successfully, but these errors were encountered: