mirror of https://github.com/python/cpython.git
gh-128690: temporarily do not use test_embed in PGO profile builds (#128771)
Temporarily do not use test_embed in PGO profile builds until the problem with test_init_pyvenv_cfg failing in some configurations is resolved.
This commit is contained in:
parent
6ecb620a0c
commit
b00e1254fc
|
@ -19,7 +19,6 @@
|
|||
'test_datetime',
|
||||
'test_decimal',
|
||||
'test_difflib',
|
||||
'test_embed',
|
||||
'test_float',
|
||||
'test_fstring',
|
||||
'test_functools',
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
Temporarily do not use test_embed in PGO profile builds until the problem
|
||||
with test_init_pyvenv_cfg failing in some configurations is resolved.
|
Loading…
Reference in New Issue