]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-154441: Skip the scheduler tests if the API requires privileges (GH-154442...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Jul 2026 08:39:13 +0000 (10:39 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 08:39:13 +0000 (08:39 +0000)
commitf6eadb51147a3e11cc62c1cd540197e1249ab1fd
treec85e0cfb9a1049373b22bd760a98ca8dbb5168db
parentd1466cc00eb96320cdcd0b144ee5df76295bd4c1
[3.13] gh-154441: Skip the scheduler tests if the API requires privileges (GH-154442) (GH-154449)

DragonFly BSD requires privileges to use the scheduler API, even for
the calling process.
(cherry picked from commit cbd15390e474e254ad2590c57de7e3bf657c0a09)

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