[3.13] gh-129660: Do not use test_embed in PGO profile builds (#129662)

This commit is contained in:
neonene 2025-02-05 20:22:30 +09:00 committed by GitHub
parent b081091623
commit 19ceb342b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -19,7 +19,6 @@ PGO_TESTS = [
'test_datetime',
'test_decimal',
'test_difflib',
'test_embed',
'test_float',
'test_fstring',
'test_functools',

View file

@ -0,0 +1,2 @@
Drop ``test_embed`` from PGO training, whose contribution in recent
versions is considered to be ignorable.