diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-12-17 01:26:11 -0800 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2019-12-17 04:26:11 -0500 |
commit | 5a9b69732ec19b04de459af890bcc26b83d979c5 (patch) | |
tree | 55f8ad09136a95b88dd51e3d08fbfca2b5f9c040 /Misc/NEWS.d/next | |
parent | bpo-39035: travis: Update image to xenial (GH-17622) (diff) | |
download | cpython-5a9b69732ec19b04de459af890bcc26b83d979c5.tar.gz cpython-5a9b69732ec19b04de459af890bcc26b83d979c5.tar.bz2 cpython-5a9b69732ec19b04de459af890bcc26b83d979c5.zip |
bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Catalina (GH-17636) (GH-17638)
(cherry picked from commit bf3aa1060a29a05813abbe877193af16e3e7131e)
Co-authored-by: Ned Deily <nad@python.org>
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/macOS/2019-12-17-03-43-04.bpo-38295.hgDvlB.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2019-12-17-03-43-04.bpo-38295.hgDvlB.rst b/Misc/NEWS.d/next/macOS/2019-12-17-03-43-04.bpo-38295.hgDvlB.rst new file mode 100644 index 00000000000..cc9ceb4cc50 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2019-12-17-03-43-04.bpo-38295.hgDvlB.rst @@ -0,0 +1 @@ +Prevent failure of test_relative_path in test_py_compile on macOS Catalina. |