mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Adds test.support.PGO and skips tests that are not useful for PGO.
This commit is contained in:
parent
a571120410
commit
22d0698d3b
11 changed files with 39 additions and 5 deletions
|
@ -11,6 +11,9 @@ import struct
|
|||
from test import support
|
||||
from io import BytesIO
|
||||
|
||||
if support.PGO:
|
||||
raise unittest.SkipTest("test is not helpful for PGO")
|
||||
|
||||
try:
|
||||
import threading
|
||||
except ImportError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue