[Python-checkins] bpo-10572: Fixup Lib/test/libregrtest/pgo.py (GH-29327)

pablogsal webhook-mailer at python.org
Mon Nov 1 05:58:02 EDT 2021


https://github.com/python/cpython/commit/762a4dc9361f9563e158e373ba8d767b4449f23d
commit: 762a4dc9361f9563e158e373ba8d767b4449f23d
branch: main
author: Erlend Egeberg Aasland <erlend.aasland at innova.no>
committer: pablogsal <Pablogsal at gmail.com>
date: 2021-11-01T09:57:28Z
summary:

bpo-10572: Fixup Lib/test/libregrtest/pgo.py (GH-29327)

files:
M Lib/test/libregrtest/pgo.py

diff --git a/Lib/test/libregrtest/pgo.py b/Lib/test/libregrtest/pgo.py
index 582e812e284cc..42ce5fba7a97c 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',



More information about the Python-checkins mailing list