8000 Allowlist useless modules by hauntsaninja · Pull Request #8340 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

Allowlist useless modules #8340

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 2 commits into from
Jul 20, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Allowlist useless modules
These are the ones I chose not to add from #8321

Fixes most of #8339
  • Loading branch information
hauntsaninja committed Jul 20, 2022
commit 676ec20ebbca6bf07cfac1119dfa788de80515f8
3 changes: 3 additions & 0 deletions stubs/retry/@tests/stubtest_allowlist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
retry.compat
retry.tests
retry.tests.test_retry
1 change: 1 addition & 0 deletions stubs/stdlib-list/@tests/stubtest_allowlist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
stdlib_list.fetch
2 changes: 2 additions & 0 deletions stubs/tzlocal/@tests/stubtest_allowlist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tzlocal.unix
tzlocal.win32
1 change: 1 addition & 0 deletions stubs/xxhash/@tests/stubtest_allowlist.txt
3D42
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
xxhash._xxhash
0