From: Alex Waygood Date: Tue, 3 Oct 2023 12:54:21 +0000 (+0100) Subject: gh-110276: Run `test_str`, not `test_unicode`, as part of the PGO build (#110277) X-Git-Tag: v3.13.0a1~169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dddc757303c6512915ef79b9029213415f1c6f1b;p=thirdparty%2FPython%2Fcpython.git gh-110276: Run `test_str`, not `test_unicode`, as part of the PGO build (#110277) `test_unicode` does not exist --- diff --git a/Lib/test/libregrtest/pgo.py b/Lib/test/libregrtest/pgo.py index cabbba73d5ef..e3a6927be5db 100644 --- a/Lib/test/libregrtest/pgo.py +++ b/Lib/test/libregrtest/pgo.py @@ -42,10 +42,10 @@ PGO_TESTS = [ 'test_set', 'test_sqlite3', 'test_statistics', + 'test_str', 'test_struct', 'test_tabnanny', 'test_time', - 'test_unicode', 'test_xml_etree', 'test_xml_etree_c', ]