Skip to content

Run unit tests on three operating systems #285

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

Merged
merged 4 commits into from
Apr 13, 2025
Merged

Run unit tests on three operating systems #285

merged 4 commits into from
Apr 13, 2025

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Apr 13, 2025

After removing sed in #272, we should now support Windows in addition to Linux and macOS?

Let's test them to avoid regressions.

@AA-Turner
Copy link
Member

This doesn't exercise the sed code. If we want to test on multiple OSes then perhaps prefer adding it to the integration test?

A

@hugovk
Copy link
Member Author

hugovk commented Apr 13, 2025

Yeah, the integration test was failing when I opened the PR and fixed a couple of minutes later :) Updated, also added 3.14.

There is also value running the unit tests on the other operating systems, we're able to break code there too, whether it's exercises the sed code or not.

hugovk and others added 2 commits April 13, 2025 16:06
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
@hugovk
Copy link
Member Author

hugovk commented Apr 13, 2025

Integration tests were silently passing even when really failing -- that was fixed in #286 and so they do properly fail when failing now.

And the integration tests were really failing here on Windows ("FileNotFoundError: [WinError 2] The system cannot find the file specified") and macOS ("rsync: --delete-delay: unknown option") and 3.14 ("ERROR: Failed building wheel for pillow"), so for now let's keep this PR just for unit tests after all.

@hugovk hugovk merged commit 1e856ea into python:main Apr 13, 2025
10 checks passed
@hugovk hugovk deleted the ci-os branch April 13, 2025 16:08
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.

5 participants