New submission from Barry A. Warsaw <[email protected]>:
test_py_compile fails on macOS Catalina beta (19A573a)
======================================================================
ERROR: test_relative_path (test.test_py_compile.PyCompileTestsWithSourceEpoch)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bwarsaw/projects/python/3.8/Lib/test/test_py_compile.py", line
30, in wrapper
return fxn(*args, **kwargs)
File "/Users/bwarsaw/projects/python/3.8/Lib/test/test_py_compile.py", line
111, in test_relative_path
py_compile.compile(os.path.relpath(self.source_path),
File "/Users/bwarsaw/projects/python/3.8/Lib/py_compile.py", line 157, in
compile
os.makedirs(dirname)
File "/Users/bwarsaw/projects/python/3.8/Lib/os.py", line 221, in makedirs
mkdir(name, mode)
FileNotFoundError: [Errno 2] No such file or directory:
'../../../../../../../var/folders/w6/w_2zrjgj7bgdgkhdjm4_r9s4000slb/T/tmpq3p6aoly'
======================================================================
ERROR: test_relative_path
(test.test_py_compile.PyCompileTestsWithoutSourceEpoch)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bwarsaw/projects/python/3.8/Lib/test/test_py_compile.py", line
20, in wrapper
return fxn(*args, **kwargs)
File "/Users/bwarsaw/projects/python/3.8/Lib/test/test_py_compile.py", line
111, in test_relative_path
py_compile.compile(os.path.relpath(self.source_path),
File "/Users/bwarsaw/projects/python/3.8/Lib/py_compile.py", line 157, in
compile
os.makedirs(dirname)
File "/Users/bwarsaw/projects/python/3.8/Lib/os.py", line 221, in makedirs
mkdir(name, mode)
FileNotFoundError: [Errno 2] No such file or directory:
'../../../../../../../var/folders/w6/w_2zrjgj7bgdgkhdjm4_r9s4000slb/T/tmpquor0q8r'
----------------------------------------------------------------------
----------
components: Tests
messages: 353381
nosy: barry, ned.deily
priority: normal
severity: normal
status: open
title: macOS Catalina test failures
versions: Python 3.6, Python 3.7, Python 3.8, Python 3.9
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue38295>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com