From ee526b14a49599ce301dc5245b9d857781ee9f1d Mon Sep 17 00:00:00 2001 From: Max Muoto Date: Tue, 23 Jul 2024 02:29:05 -0500 Subject: [PATCH] Resolve `Traversable.open` failure for 3.13 beta 4 (#12412) --- 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 73b0b35fa..1a3d31b8d 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.