mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
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
2 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,6 @@ PGO_TESTS = [
|
|||
'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…
Add table
Add a link
Reference in a new issue