From c783dda71b254ab2b1633add0603d4d166c3a29b Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Tue, 19 Jul 2022 19:15:20 -0700 Subject: [PATCH] Allowlist useless modules (#8340) 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 | 2 ++ stubs/tzlocal/@tests/stubtest_allowlist.txt | 2 ++ stubs/xxhash/@tests/stubtest_allowlist.txt | 1 + 4 files changed, 8 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 000000000..0e4e3d2ea --- /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 000000000..9a2ba7626 --- /dev/null +++ b/stubs/stdlib-list/@tests/stubtest_allowlist.txt @@ -0,0 +1,2 @@ +# looks like developer tooling that's not part of the public API +stdlib_list.fetch diff --git a/stubs/tzlocal/@tests/stubtest_allowlist.txt b/stubs/tzlocal/@tests/stubtest_allowlist.txt new file mode 100644 index 000000000..1850fb564 --- /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 000000000..fcb981c2f --- /dev/null +++ b/stubs/xxhash/@tests/stubtest_allowlist.txt @@ -0,0 +1 @@ +xxhash._xxhash