From 47ba143e6ae53a4ca97b64e467f7260e9a326b93 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Sat, 30 Oct 2021 00:12:26 +0200 Subject: [PATCH] bpo-10572: Fixup Lib/test/libregrtest/pgo.py --- Lib/test/libregrtest/pgo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/libregrtest/pgo.py b/Lib/test/libregrtest/pgo.py index 582e812e284cc9..42ce5fba7a97c3 100644 --- a/Lib/test/libregrtest/pgo.py +++ b/Lib/test/libregrtest/pgo.py @@ -40,7 +40,7 @@ 'test_pprint', 'test_re', 'test_set', - 'test_sqlite', + 'test_sqlite3', 'test_statistics', 'test_struct', 'test_tabnanny',