Skip to content

Commit

Permalink
pythongh-115142: Skip test__xxsubinterpreters if ``_testinternalc…
Browse files Browse the repository at this point in the history
…api`` is not available (python#116507)
  • Loading branch information
Eclips4 authored and diegorusso committed Apr 17, 2024
1 parent fa98d7f commit 15cfe3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test__xxsubinterpreters.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
import threading
import unittest

import _testinternalcapi
from test import support
from test.support import import_helper
from test.support import os_helper
from test.support import script_helper


interpreters = import_helper.import_module('_xxsubinterpreters')
_testinternalcapi = import_helper.import_module('_testinternalcapi')
from _xxsubinterpreters import InterpreterNotFoundError


Expand Down

0 comments on commit 15cfe3a

Please sign in to comment.