From 5588bb4babf84b8dbb5025326bf077f836845b3d Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Thu, 10 Jul 2025 16:23:17 +0200 Subject: [PATCH] gh-127146: Skip test_open_undecodable_uri on Emscripten PR #136326 removed the Emscripten skip for this file but it is still broken. --- Lib/test/test_sqlite3/test_dbapi.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lib/test/test_sqlite3/test_dbapi.py b/Lib/test/test_sqlite3/test_dbapi.py index 3602726437d8cf..4592f3cda0066b 100644 --- a/Lib/test/test_sqlite3/test_dbapi.py +++ b/Lib/test/test_sqlite3/test_dbapi.py @@ -31,7 +31,7 @@ import warnings from test.support import ( - SHORT_TIMEOUT, check_disallow_instantiation, requires_subprocess + SHORT_TIMEOUT, check_disallow_instantiation, requires_subprocess, is_emscripten ) from test.support import gc_collect from test.support import threading_helper, import_helper @@ -694,6 +694,7 @@ def test_open_uri_readonly(self): cx.execute(self._sql) @unittest.skipIf(sys.platform == "win32", "skipped on Windows") + @unittest.skipIf(is_emscripten, "not supported on Emscripten") def test_open_undecodable_uri(self): path = self.get_undecodable_path() self.addCleanup(unlink, path) pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy