]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154441: Skip the scheduler tests if the API requires privileges (GH-154442)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 Jul 2026 08:15:22 +0000 (11:15 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 08:15:22 +0000 (08:15 +0000)
commitcbd15390e474e254ad2590c57de7e3bf657c0a09
tree79b015643381b0f72c6fb767eb137ff2ef8369cd
parent0eac28e3637d0ee15f4e8737b5d1a311623e46f9
gh-154441: Skip the scheduler tests if the API requires privileges (GH-154442)

DragonFly BSD requires privileges to use the scheduler API, even for
the calling process.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Lib/test/test_os/test_posix.py