From db6f2b225d1657ef9dd7d67521365c0e776b71e0 Mon Sep 17 00:00:00 2001 From: Semyon Moroz Date: Thu, 19 Jun 2025 12:26:36 +0000 Subject: [PATCH] Unblock daily CI (#14304) --- stdlib/@tests/stubtest_allowlists/darwin-py314.txt | 7 ------- stdlib/@tests/stubtest_allowlists/linux-py314.txt | 5 ----- stdlib/@tests/stubtest_allowlists/py314.txt | 4 ++++ 3 files changed, 4 insertions(+), 12 deletions(-) delete mode 100644 stdlib/@tests/stubtest_allowlists/linux-py314.txt diff --git a/stdlib/@tests/stubtest_allowlists/darwin-py314.txt b/stdlib/@tests/stubtest_allowlists/darwin-py314.txt index 6db5ea944..bb7f4bba4 100644 --- a/stdlib/@tests/stubtest_allowlists/darwin-py314.txt +++ b/stdlib/@tests/stubtest_allowlists/darwin-py314.txt @@ -1,10 +1,3 @@ -# ==================================================================== -# TODO: New errors in Python 3.14 that need to be fixed or moved below -# ==================================================================== - -asyncio.tools - - # ======= # >= 3.13 # ======= diff --git a/stdlib/@tests/stubtest_allowlists/linux-py314.txt b/stdlib/@tests/stubtest_allowlists/linux-py314.txt deleted file mode 100644 index d2f10ffdc..000000000 --- a/stdlib/@tests/stubtest_allowlists/linux-py314.txt +++ /dev/null @@ -1,5 +0,0 @@ -# ==================================================================== -# TODO: New errors in Python 3.14 that need to be fixed or moved below -# ==================================================================== - -asyncio.tools diff --git a/stdlib/@tests/stubtest_allowlists/py314.txt b/stdlib/@tests/stubtest_allowlists/py314.txt index 788b34694..be516362a 100644 --- a/stdlib/@tests/stubtest_allowlists/py314.txt +++ b/stdlib/@tests/stubtest_allowlists/py314.txt @@ -2,6 +2,10 @@ # TODO: New errors in Python 3.14 that need to be fixed or moved below # ==================================================================== +_zstd.ZstdCompressor.set_pledged_input_size +asyncio.tools +compression.zstd.ZstdCompressor.set_pledged_input_size +concurrent.interpreters multiprocessing.managers.BaseListProxy.clear multiprocessing.managers.BaseListProxy.copy multiprocessing.managers.DictProxy.__ior__