Skip to content

Remove unused stubtest entries #4225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/stubtest-unused-whitelist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 4 * * *'

jobs:
find:
stubtest:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
3 changes: 0 additions & 3 deletions tests/stubtest_whitelists/linux-py35.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
asyncio.unix_events._UnixSelectorEventLoop.create_unix_server
pwd.getpwnam
socket.NETLINK_CRYPTO
site.getsitepackages
site.getuserbase
site.getusersitepackages
ssl.PROTOCOL_SSLv3
ssl.RAND_egd
1 change: 0 additions & 1 deletion tests/stubtest_whitelists/py3_common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ ctypes.pointer
ctypes.string_at
ctypes.wstring_at
dbm.error
dbm.ndbm
difflib.SequenceMatcher.__init__
distutils.archive_util.make_archive
distutils.archive_util.make_tarball
Expand Down