From a2d5f72e8a28df9a181fde6cbcf262b01a7effb4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 22:25:19 -0700 Subject: [PATCH] Remove unused stubtest whitelist entries (#5418) Co-authored-by: hauntsaninja --- tests/stubtest_whitelists/darwin.txt | 4 ---- tests/stubtest_whitelists/linux-py310.txt | 1 - 2 files changed, 5 deletions(-) diff --git a/tests/stubtest_whitelists/darwin.txt b/tests/stubtest_whitelists/darwin.txt index ea52f29ca..7c3b08847 100644 --- a/tests/stubtest_whitelists/darwin.txt +++ b/tests/stubtest_whitelists/darwin.txt @@ -1,6 +1,5 @@ _posixsubprocess.cloexec_pipe _?curses.ACS_.* # ACS codes are initialized only after initscr call. -_?curses.A_ITALIC # System dependent curses.COLORS # Initialized after start_color curses.COLOR_PAIRS # Initialized after start_color curses.COLS # Initialized only after initscr call. @@ -21,9 +20,6 @@ readline.append_history_file # not defined in macos select.KQ_FILTER_NETDEV # system dependent select.kqueue.__init__ # default C signature is wrong select.POLLMSG # system dependent -selectors.KqueueSelector # Depends on system -signal.SIGEMT # Depends on system -signal.SIGINFO # Depends on system socket.socketpair time.CLOCK_HIGHRES diff --git a/tests/stubtest_whitelists/linux-py310.txt b/tests/stubtest_whitelists/linux-py310.txt index 7ffd7e408..bc01c95f9 100644 --- a/tests/stubtest_whitelists/linux-py310.txt +++ b/tests/stubtest_whitelists/linux-py310.txt @@ -1,6 +1,5 @@ _curses.color_pair curses.color_pair -os.initgroups os.pipe2 os.posix_fadvise os.posix_fallocate