[New-bugs-announce] [issue25694] test.libregrtest not installed
Arfrever Frehtes Taifersar Arahesis
report at bugs.python.org
Sun Nov 22 03:49:09 EST 2015
New submission from Arfrever Frehtes Taifersar Arahesis:
test.libregrtest is not installed, which breaks running of test suite from installed Python.
Probably LIBSUBDIRS in Makefile.pre.in should be updated.
$ python3.5 -m test test_int
[1/1] test_int
1 test OK.
$ python3.6 -m test test_int
Traceback (most recent call last):
File "/usr/lib64/python3.6/runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/lib64/python3.6/test/__main__.py", line 1, in <module>
from test import regrtest
File "/usr/lib64/python3.6/test/regrtest.py", line 14, in <module>
from test.libregrtest import main, main_in_temp_cwd
ImportError: No module named 'test.libregrtest'
----------
assignee: haypo
components: Tests
messages: 255087
nosy: Arfrever, haypo
priority: normal
severity: normal
status: open
title: test.libregrtest not installed
versions: Python 3.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25694>
_______________________________________
More information about the New-bugs-announce
mailing list