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

Appearance settings

Fix pytest.skip for MacOS in test_tutorials.py#2547

Merged
einarf merged 1 commit into
pythonarcade:developmentpythonarcade/arcade:developmentfrom
cdeil:test-tutorials-darwincdeil/arcade:test-tutorials-darwinCopy head branch name to clipboard
Feb 2, 2025
Merged

Fix pytest.skip for MacOS in test_tutorials.py#2547
einarf merged 1 commit into
pythonarcade:developmentpythonarcade/arcade:developmentfrom
cdeil:test-tutorials-darwincdeil/arcade:test-tutorials-darwinCopy head branch name to clipboard

Conversation

@cdeil

@cdeil cdeil commented Feb 2, 2025

Copy link
Copy Markdown
Contributor

Follow-up to #2542 to address #2534

@einarf - I changed to check sys.platform since it's consistently used in the Arcade package and tests.

You were using platform.system() which is recommended here
https://stackoverflow.com/questions/1854/how-to-identify-which-os-python-is-running-on
but it wasn't working on my Mac because it requires "Darwin" with capital "D" and you had used the lower-case "darwin" that sys.platform uses.

This should be OK now.

@einarf einarf merged commit 39501b8 into pythonarcade:development Feb 2, 2025
pushfoo pushed a commit to pushfoo/arcade that referenced this pull request Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.