Terry J. Reedy <[email protected]> added the comment:
For me now, test site fails on installed 3.6.6 and 3.7.0 and passes on
repository builds. Serial or parallel, no difference.
When I ran as part of the suite, I got --slaveargs message.
py -3.7 -m test test_tools
says cannot import test tools.
py -3.7 -m test.test_tools
says the following for each file in the directory
Testing C:\Programs\Python37\Lib\test\<file>
and ends with
ERROR: test_sundry (test.test_tools.test_sundry.TestSundryScripts)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Programs\Python37\lib\test\test_tools\test_sundry.py", line 36, in
test_sundry
import_tool(name)
File "C:\Programs\Python37\lib\test\test_tools\__init__.py", line 21, in
import_tool
return importlib.import_module(toolname)
File "C:\Programs\Python37\lib\importlib\__init__.py", line 127, in
import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 728, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "C:\Programs\Python37\Tools\scripts\2to3.py", line 5, in <module>
sys.exit(main("lib2to3.fixes"))
SystemExit: 2
----------
versions: +Python 3.6, Python 3.7 -Python 3.4, Python 3.5
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue25094>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com