We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8ec01 commit 336039cCopy full SHA for 336039c
Lib/test/test_posix.py
@@ -1994,8 +1994,7 @@ def test_setscheduler_only_param(self):
1994
@unittest.skipIf(platform.libc_ver()[0] == 'glibc' and
1995
os.sched_getscheduler(0) in [
1996
os.SCHED_BATCH,
1997
- os.SCHED_IDLE,
1998
- os.SCHED_DEADLINE],
+ os.SCHED_IDLE],
1999
"Skip test due to glibc posix_spawn policy")
2000
def test_setscheduler_with_policy(self):
2001
policy = os.sched_getscheduler(0)
0 commit comments