From: Erlend Egeberg Aasland Date: Mon, 1 Nov 2021 09:57:28 +0000 (+0100) Subject: bpo-10572: Fixup Lib/test/libregrtest/pgo.py (GH-29327) X-Git-Tag: v3.11.0a2~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=762a4dc9361f9563e158e373ba8d767b4449f23d;p=thirdparty%2FPython%2Fcpython.git bpo-10572: Fixup Lib/test/libregrtest/pgo.py (GH-29327) --- diff --git a/Lib/test/libregrtest/pgo.py b/Lib/test/libregrtest/pgo.py index 582e812e284c..42ce5fba7a97 100644 --- a/Lib/test/libregrtest/pgo.py +++ b/Lib/test/libregrtest/pgo.py @@ -40,7 +40,7 @@ PGO_TESTS = [ 'test_pprint', 'test_re', 'test_set', - 'test_sqlite', + 'test_sqlite3', 'test_statistics', 'test_struct', 'test_tabnanny',