Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-135101: When choosing the default simulator device, don't usesimctl --set testing#135102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
freakboy3742 merged 1 commit intopython:mainfromjoerick:patch-1
Jun 4, 2025

Conversation

joerick
Copy link
Contributor

@joerickjoerick commentedJun 3, 2025
edited by bedevere-appbot
Loading

This is a fix for the error seen inpypa/cibuildwheel#2443 .

I don't know what--set testing is doing, but the previous default deviceiPhone SE (3rd edition) was not listed there either, and omitting the flag seems to list all the devices that the SDK knows about, rather than ones previously used for testing.

cc@freakboy3742

@python-cla-bot
Copy link

python-cla-botbot commentedJun 3, 2025
edited
Loading

All commit authors signed the Contributor License Agreement.

CLA signed

@bedevere-app
Copy link

Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply theskip news label instead.

@freakboy3742
Copy link
Contributor

!buildbot iOS

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by@freakboy3742 for commitd07659e 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F135102%2Fmerge

The command will test the builders whose names match following regular expression:iOS

The builders matched are:

  • iOS ARM64 Simulator PR

Copy link
Contributor

@freakboy3742freakboy3742 left a comment

Choose a reason for hiding this comment

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

My testing suggests this will work as intended; thanks for the report and fix!

joerick reacted with hooray emoji
@@ -127,7 +127,7 @@ async def async_check_output(*args, **kwargs):
async def select_simulator_device():
# List the testing simulators, in JSON format
Copy link
Contributor

@freakboy3742freakboy3742Jun 3, 2025
edited
Loading

Choose a reason for hiding this comment

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

Suggested change
# List the testing simulators, in JSON format
# List the testing simulators, in JSON format. Use the full list, not just
# the testing set; on a fresh install (or in CI), the testing set may be empty.

Copy link
Contributor

Choose a reason for hiding this comment

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

Dangit... forgot to merge this suggestion. I've got some other cleanups I need to make in the general area; I'll add it in then.

@freakboy3742freakboy3742 merged commitdba9de7 intopython:mainJun 4, 2025
51 checks passed
@miss-islington-app
Copy link

Thanks@joerick for the PR, and@freakboy3742 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestJun 4, 2025
…e `simctl --set testing` (pythonGH-135102)On a fresh Xcode install (including some CI provider configurations), there isno pre-existing testing set that can be used to identify simulator models. Usethe default device set to detect available models instead. Live testingsimulators are still created in the testing set.(cherry picked from commitdba9de7)Co-authored-by: Joe Rickerby <joerick@mac.com>
@bedevere-app
Copy link

GH-135113 is a backport of this pull request to the3.14 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.14bugs and security fixes labelJun 4, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestJun 4, 2025
…e `simctl --set testing` (pythonGH-135102)On a fresh Xcode install (including some CI provider configurations), there isno pre-existing testing set that can be used to identify simulator models. Usethe default device set to detect available models instead. Live testingsimulators are still created in the testing set.(cherry picked from commitdba9de7)Co-authored-by: Joe Rickerby <joerick@mac.com>
@bedevere-app
Copy link

GH-135114 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelJun 4, 2025
freakboy3742 pushed a commit that referenced this pull requestJun 4, 2025
…se `simctl --set testing` (GH-135102) (#135114)On a fresh Xcode install (including some CI provider configurations), there isno pre-existing testing set that can be used to identify simulator models. Usethe default device set to detect available models instead. Live testingsimulators are still created in the testing set.(cherry picked from commitdba9de7)Co-authored-by: Joe Rickerby <joerick@mac.com>
freakboy3742 pushed a commit that referenced this pull requestJun 4, 2025
…se `simctl --set testing` (GH-135102) (#135113)On a fresh Xcode install (including some CI provider configurations), there isno pre-existing testing set that can be used to identify simulator models. Usethe default device set to detect available models instead. Live testingsimulators are still created in the testing set.(cherry picked from commitdba9de7)Co-authored-by: Joe Rickerby <joerick@mac.com>
freakboy3742 pushed a commit to freakboy3742/cpython that referenced this pull requestJun 4, 2025
…on't use `simctl --set testing` (pythonGH-135102) (python#135113)On a fresh Xcode install (including some CI provider configurations), there isno pre-existing testing set that can be used to identify simulator models. Usethe default device set to detect available models instead. Live testingsimulators are still created in the testing set.(cherry picked from commitdba9de7)Co-authored-by: Joe Rickerby <joerick@mac.com>
freakboy3742 pushed a commit to freakboy3742/cpython that referenced this pull requestJun 4, 2025
…on't use `simctl --set testing` (pythonGH-135102) (python#135114)On a fresh Xcode install (including some CI provider configurations), there isno pre-existing testing set that can be used to identify simulator models. Usethe default device set to detect available models instead. Live testingsimulators are still created in the testing set.(cherry picked from commitdba9de7)Co-authored-by: Joe Rickerby <joerick@mac.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@freakboy3742freakboy3742freakboy3742 approved these changes

Assignees
No one assigned
Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@joerick@freakboy3742@bedevere-bot

[8]ページ先頭

©2009-2025 Movatter.jp