]> granicus.if.org Git - python/commit
bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-9831)
authorNed Deily <nad@python.org>
Sat, 13 Oct 2018 03:54:20 +0000 (23:54 -0400)
committerGitHub <noreply@github.com>
Sat, 13 Oct 2018 03:54:20 +0000 (23:54 -0400)
commitf6c29a65e2a6da5c0014c868cf963c975b74e72b
treebf6589d60c77d11b0b5d244c014c41b996ed344d
parent17775ae4633ca79468a1f72e92e13a775f1242ca
bpo-34783:  Disable test_nonexisting_script for macOS framework builds (GH-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.
Lib/test/test_cmd_line_script.py