This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Compiling relative paths test fails (install via pyenv)
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.8, Python 3.7, Python 3.6, Python 2.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder: test_relative_path of test_py_compile fails on macOS 10.15 Catalina
View: 38295
Assigned To: Nosy List: John94, ned.deily
Priority: normal Keywords:

Created on 2019-12-11 06:33 by John94, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg358250 - (view) Author: (John94) Date: 2019-12-11 06:33
Installed the below versions using pyenv on macOS 10.15.2, once installed I ran tests on all versions and they all failed on the "test_py_compile" test.

2.7.17 - https://pastebin.com/iFCA7FZb
3.6.9  - https://pastebin.com/UYfUqK9p
3.7.5  - https://pastebin.com/dzKeYVZD
3.8.0  - https://pastebin.com/sT7DT1WQ
msg358251 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2019-12-11 06:36
Thanks for the report.  This problem is being tracked in Issue38295.
History
Date User Action Args
2022-04-11 14:59:24adminsetgithub: 83205
2019-12-11 06:36:54ned.deilysetstatus: open -> closed

superseder: test_relative_path of test_py_compile fails on macOS 10.15 Catalina

nosy: + ned.deily
messages: + msg358251
resolution: duplicate
stage: resolved
2019-12-11 06:33:30John94setfiles: - 2_7_17.txt
2019-12-11 06:33:05John94create