Skip to content

[3.7] bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-9831)#9832

Merged
ned-deily merged 1 commit into
python:3.7from
miss-islington:backport-f6c29a6-3.7
Oct 13, 2018
Merged

[3.7] bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-9831)#9832
ned-deily merged 1 commit into
python:3.7from
miss-islington:backport-f6c29a6-3.7

Conversation

@miss-islington

@miss-islington miss-islington commented Oct 13, 2018

Copy link
Copy Markdown
Contributor

With macOS framework builds, test case test_nonexisting_script in
test_nonexisting_script fails because the test case assumes that
the file name in sys.executable will appear in the error message.
For macOS framework builds, sys.executable is the file name of the
stub launcher and its file name bears no relationship to the file
name of the actual python executable. For now, skip the test in
this case.
(cherry picked from commit f6c29a6)

Co-authored-by: Ned Deily nad@python.org

https://bugs.python.org/issue34783

…pythonGH-9831)

With macOS framework builds, test case test_nonexisting_script in
test_nonexisting_script fails because the test case assumes that
the file name in sys.executable will appear in the error message.
For macOS framework builds, sys.executable is the file name of the
stub launcher and its file name bears no relationship to the file
name of the actual python executable.  For now, skip the test in
this case.
(cherry picked from commit f6c29a6)

Co-authored-by: Ned Deily <nad@python.org>
@ned-deily ned-deily merged commit 5d8ef8b into python:3.7 Oct 13, 2018
@miss-islington miss-islington deleted the backport-f6c29a6-3.7 branch October 13, 2018 04:07
@miss-islington

Copy link
Copy Markdown
Contributor Author

@ned-deily: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants