mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
Some versions of Python (for instance: the mingw-w64 version which can be installed on MSYS2) do include a pty module and claim to be posix-like (os.name == 'posix'), yet the select.select call used in run-tests.py hangs forever. To be on the safe side just exclude anything which might be running on windows.
34 KiB
Executable File
34 KiB
Executable File