Skip to content

Navigation Menu

Sign in
Sign up

macOS: Fix test_pythoninfo.GetInfoTests, stop marking as experimental - #424

Open
maurycy wants to merge 6 commits into
python:main from
maurycy:422
Open

macOS: Fix test_pythoninfo.GetInfoTests, stop marking as experimental #424
maurycy wants to merge 6 commits into
python:main from
maurycy:422

Conversation

@maurycy

@maurycy maurycy commented Oct 24, 2025
edited
Loading

Copy link
Copy Markdown
Contributor

ref #422

maurycy marked this pull request as draft October 24, 2025 22:31
"executable (sys;realpath)": os.path.realpath(sys.executable),
"base_executable": sys.executable,
"base_executable (sys)": getattr(sys, "_base_executable", None),
"base_executable": _BASE_EXECUTABLE or sys.executable,

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

base_executable = getattr(sys, "_base_executable", None)
if is_venv:
# XXX There is probably a bug related to venv, since
# sys._base_executable should be different.
if base_executable == sys.executable:
# Indicate that we don't know.
base_executable = None
elif not base_executable:
base_executable = sys.executable

maurycy marked this pull request as ready for review October 24, 2025 23:06
@maurycy maurycy changed the title (削除) macOS: Fix test_pythoninfo.GetInfoTests, stop marking Github Action as experimental (削除ここまで) (追記) macOS: Fix test_pythoninfo.GetInfoTests, stop marking as experimental (追記ここまで) Oct 26, 2025

maurycy commented Jul 26, 2026

Copy link
Copy Markdown
Contributor Author

@StanFromIreland Do you want to merge this?

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

Reviewers

@StanFromIreland StanFromIreland StanFromIreland approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

macOS failing on GitHub Actions: test_pythoninfo.GetInfoTests

AltStyle によって変換されたページ (->オリジナル) /