From 676ec20ebbca6bf07cfac1119dfa788de80515f8 Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Tue, 19 Jul 2022 18:10:27 -0700 Subject: [PATCH 1/2] Allowlist useless modules These are the ones I chose not to add from #8321 Fixes most of #8339 --- stubs/retry/@tests/stubtest_allowlist.txt | 3 +++ stubs/stdlib-list/@tests/stubtest_allowlist.txt | 1 + stubs/tzlocal/@tests/stubtest_allowlist.txt | 2 ++ stubs/xxhash/@tests/stubtest_allowlist.txt | 1 + 4 files changed, 7 insertions(+) create mode 100644 stubs/retry/@tests/stubtest_allowlist.txt create mode 100644 stubs/stdlib-list/@tests/stubtest_allowlist.txt create mode 100644 stubs/tzlocal/@tests/stubtest_allowlist.txt create mode 100644 stubs/xxhash/@tests/stubtest_allowlist.txt diff --git a/stubs/retry/@tests/stubtest_allowlist.txt b/stubs/retry/@tests/stubtest_allowlist.txt new file mode 100644 index 000000000000..0e4e3d2ea1ed --- /dev/null +++ b/stubs/retry/@tests/stubtest_allowlist.txt @@ -0,0 +1,3 @@ +retry.compat +retry.tests +retry.tests.test_retry diff --git a/stubs/stdlib-list/@tests/stubtest_allowlist.txt b/stubs/stdlib-list/@tests/stubtest_allowlist.txt new file mode 100644 index 000000000000..a14402f63ace --- /dev/null +++ b/stubs/stdlib-list/@tests/stubtest_allowlist.txt @@ -0,0 +1 @@ +stdlib_list.fetch diff --git a/stubs/tzlocal/@tests/stubtest_allowlist.txt b/stubs/tzlocal/@tests/stubtest_allowlist.txt new file mode 100644 index 000000000000..1850fb5644d4 --- /dev/null +++ b/stubs/tzlocal/@tests/stubtest_allowlist.txt @@ -0,0 +1,2 @@ +tzlocal.unix +tzlocal.win32 diff --git a/stubs/xxhash/@tests/stubtest_allowlist.txt b/stubs/xxhash/@tests/stubtest_allowlist.txt new file mode 100644 index 000000000000..fcb981c2f4ea --- /dev/null +++ b/stubs/xxhash/@tests/stubtest_allowlist.txt @@ -0,0 +1 @@ +xxhash._xxhash From e74d8f651e68cc3696818f2af78efe0769d019ac Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Tue, 19 Jul 2022 18:12:56 -0700 Subject: [PATCH 2/2] Update stubs/stdlib-list/@tests/stubtest_allowlist.txt --- stubs/stdlib-list/@tests/stubtest_allowlist.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/stdlib-list/@tests/stubtest_allowlist.txt b/stubs/stdlib-list/@tests/stubtest_allowlist.txt index a14402f63ace..9a2ba76266ef 100644 --- a/stubs/stdlib-list/@tests/stubtest_allowlist.txt +++ b/stubs/stdlib-list/@tests/stubtest_allowlist.txt @@ -1 +1,2 @@ +# looks like developer tooling that's not part of the public API stdlib_list.fetch