gh-111929: Fix regrtest --pgo: test_str => test_unicode (#111938)

test_unicode was renamed to test_str in Python 3.13, but Python 3.12
still uses test_unicode name.
This commit is contained in:
Victor Stinner 2023-11-10 10:32:06 +01:00 committed by GitHub
parent 95141aa715
commit 5f42a2bc40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,10 +42,10 @@ PGO_TESTS = [
'test_set', 'test_set',
'test_sqlite3', 'test_sqlite3',
'test_statistics', 'test_statistics',
'test_str',
'test_struct', 'test_struct',
'test_tabnanny', 'test_tabnanny',
'test_time', 'test_time',
'test_unicode',
'test_xml_etree', 'test_xml_etree',
'test_xml_etree_c', 'test_xml_etree_c',
] ]