mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Trivial cleanups following bpo-31370 (#3649)
* Trivial cleanups following bpo-31370 * Also cleanup the "importlib._bootstrap_external" module
This commit is contained in:
parent
b43c4caf81
commit
88c60c9668
16 changed files with 171 additions and 209 deletions
|
@ -40,7 +40,6 @@ class TestSundryScripts(unittest.TestCase):
|
|||
for name in self.windows_only:
|
||||
import_tool(name)
|
||||
|
||||
@unittest.skipIf(not support.threading, "test requires _thread module")
|
||||
def test_analyze_dxp_import(self):
|
||||
if hasattr(sys, 'getdxp'):
|
||||
import_tool('analyze_dxp')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue