From a1b4087e87d0cb3009a72d26099188d142f20042 Mon Sep 17 00:00:00 2001 From: Maxwell Muoto <41130755+max-muoto@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:20:46 -0500 Subject: [PATCH] Fix for beta 4 --- stdlib/@tests/stubtest_allowlists/py313.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/stdlib/@tests/stubtest_allowlists/py313.txt b/stdlib/@tests/stubtest_allowlists/py313.txt index 73b0b35fa5e4..1a3d31b8dabb 100644 --- a/stdlib/@tests/stubtest_allowlists/py313.txt +++ b/stdlib/@tests/stubtest_allowlists/py313.txt @@ -166,6 +166,7 @@ unittest.TestCase.__init_subclass__ unittest.case.TestCase.__init_subclass__ # Problematic protocol signature at runtime, see source code comments. +importlib.abc.Traversable.open importlib.resources.abc.Traversable.open # Deprecation wrapper classes; their methods are just pass-through, so we can ignore them.