Skip to content

Commit 53431ca

Browse files
authored
Remove unused stubtest entries (#4225)
Rename job
1 parent f67ea20 commit 53431ca

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/stubtest-unused-whitelist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: '0 4 * * *'
66

77
jobs:
8-
find:
8+
stubtest:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
asyncio.unix_events._UnixSelectorEventLoop.create_unix_server
22
pwd.getpwnam
33
socket.NETLINK_CRYPTO
4-
site.getsitepackages
5-
site.getuserbase
6-
site.getusersitepackages
74
ssl.PROTOCOL_SSLv3
85
ssl.RAND_egd

tests/stubtest_whitelists/py3_common.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ ctypes.pointer
151151
ctypes.string_at
152152
ctypes.wstring_at
153153
dbm.error
154-
dbm.ndbm
155154
difflib.SequenceMatcher.__init__
156155
distutils.archive_util.make_archive
157156
distutils.archive_util.make_tarball

0 commit comments

Comments
 (0)