Conversation
0a30bf7 to
748d5db
Compare
can't seem to release without zipping
|
Now I am getting a different error on the Windows binary built locally: |
|
Just built locally on the Mac, and the binary opens fine. Should I try Windows again? |
Do you mind investigating the failing tests on mac with Python 3.10? |
Will do both. |
|
Good news: Build works on my Windows 🎉. |
|
Actually, I don't think there is a way to run GitHub's Mac image using docker, so I would need to use my own environment to run the actions, and, as I said, I get no error when running the test with Python 3.10 on my Mac. Taking a look at the logs, it seems that Ubuntu fails in a similar way with Python 3.10. Have you tried debugging that? It seems the very first test already fails, but I don't see the traceback, which could be very useful for this case. Maybe we could use the |
apparently needs to be a list of strings python/cpython#90149
They will timeout and be marked as error. No hanging tests at the moment, but this would hopefully allow the rest of the tests to continue should one get stuck.
Seems like some kind of a known regression problem that appears in some places. But fixed for now! |
Incoming patches for broken bits in the compiled app
closes #408