Skip to content

Conversation

@pablogsal
Copy link
Member

@pablogsalpablogsal commented Apr 24, 2025

@pablogsal
Copy link
MemberAuthor

We don't currently have CI so I tested this locally:

~/github/python/main fatmac* .venv ❯ file ./python.exe ./python.exe: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64] ./python.exe (for architecture x86_64): Mach-O 64-bit executable x86_64 ./python.exe (for architecture arm64): Mach-O 64-bit executable arm64 ~/github/python/main fatmac* .venv ❯ sudo -E ./python.exe -m test test_sys Using random seed: 2517780431 Raised RLIMIT_NOFILE: 256 -> 1024 0:00:00 load avg: 9.28 Run 1 test sequentially in a single process 0:00:00 load avg: 9.28 [1/1] test_sys 0:00:01 load avg: 8.70 [1/1] test_sys passed == Tests result: SUCCESS == 1 test OK. Total duration: 2.0 sec Total tests: run=91 skipped=8 Total test files: run=1/1 Result: SUCCESS 

@pablogsalpablogsal merged commit 22c9886 into python:mainApr 25, 2025
41 checks passed
@pablogsalpablogsal deleted the fatmac branch April 25, 2025 00:58
Sign up for freeto 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.

1 participant

@pablogsal