Thanks to visit codestin.com Credit goes to github.com
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 f67ea20 commit 53431caCopy full SHA for 53431ca
3 files changed
.github/workflows/stubtest-unused-whitelist.yml
@@ -5,7 +5,7 @@ on:
5
- cron: '0 4 * * *'
6
7
jobs:
8
- find:
+ stubtest:
9
runs-on: ${{ matrix.os }}
10
strategy:
11
matrix:
tests/stubtest_whitelists/linux-py35.txt
@@ -1,8 +1,5 @@
1
asyncio.unix_events._UnixSelectorEventLoop.create_unix_server
2
pwd.getpwnam
3
socket.NETLINK_CRYPTO
4
-site.getsitepackages
-site.getuserbase
-site.getusersitepackages
ssl.PROTOCOL_SSLv3
ssl.RAND_egd
tests/stubtest_whitelists/py3_common.txt
@@ -151,7 +151,6 @@ ctypes.pointer
151
ctypes.string_at
152
ctypes.wstring_at
153
dbm.error
154
-dbm.ndbm
155
difflib.SequenceMatcher.__init__
156
distutils.archive_util.make_archive
157
distutils.archive_util.make_tarball
0 commit comments