Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-127085: Add a test skip if multiprocessing isn't available #128019

Merged

Conversation

freakboy3742
Copy link
Contributor

@freakboy3742 freakboy3742 commented Dec 17, 2024

#127412 added a test that requires the existence of multiprocessing. This test fails on iOS and Android because those platforms have threads, but don't have a multiprocessing module (because they don't support processes).

This PR skips the test on those platforms, so that the buildbots are no longer broken. There may be a better fix that involves re-writing the test to avoid the use of SharedMemoryManager.

/cc @LindaSummer @kumaraditya303 @ZeroIntensity @mhsmith

@freakboy3742
Copy link
Contributor Author

!buildbot iOS|Android

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @freakboy3742 for commit 031e3b3 🤖

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

The builders matched are:

  • iOS ARM64 Simulator PR
  • aarch64 Android PR
  • AMD64 Android PR

Copy link
Contributor

@kumaraditya303 kumaraditya303 left a comment

Choose a reason for hiding this comment

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

Thanks!

@freakboy3742 freakboy3742 enabled auto-merge (squash) December 17, 2024 08:09
@freakboy3742 freakboy3742 merged commit b9a492b into python:main Dec 17, 2024
52 of 53 checks passed
srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants