]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[tests] fix test_fcntl issue when run in a ChromeOS linux runtime (GH-133053)
authorGregory P. Smith <greg@krypto.org>
Sun, 27 Apr 2025 20:28:23 +0000 (13:28 -0700)
committerGitHub <noreply@github.com>
Sun, 27 Apr 2025 20:28:23 +0000 (13:28 -0700)
commit355ee1a429e68602696d5a4a9966c1448af1c8d1
tree3ddc67b419bd6cae4f445d4789cc8c8e5632da8e
parent276252565ccfcbc6408abcbcbe6af7c56eea1e10
[tests] fix test_fcntl issue when run in a ChromeOS linux runtime (GH-133053)

* [tests] test_fcntl fails when run in a ChromeOS linux runtime container.

It doesn't appear to support F_NOTIFY? Detect the lack of that and skip the test.
Lib/test/test_fcntl.py