Skip to content

Commit 336039c

Browse files
authored
Remove SCHED_DEADLINE
1 parent ae8ec01 commit 336039c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_posix.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1994,8 +1994,7 @@ def test_setscheduler_only_param(self):
19941994
@unittest.skipIf(platform.libc_ver()[0] == 'glibc' and
19951995
os.sched_getscheduler(0) in [
19961996
os.SCHED_BATCH,
1997-
os.SCHED_IDLE,
1998-
os.SCHED_DEADLINE],
1997+
os.SCHED_IDLE],
19991998
"Skip test due to glibc posix_spawn policy")
20001999
def test_setscheduler_with_policy(self):
20012000
policy = os.sched_getscheduler(0)

0 commit comments

Comments
 (0)