mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 07:29:23 +00:00
Fix GitHub Actions build (#442)
This commit is contained in:
parent
3fc23c6cbc
commit
0dd9629562
1 changed files with 3 additions and 0 deletions
3
third_party/python/Lib/test/test_ioctl.py
vendored
3
third_party/python/Lib/test/test_ioctl.py
vendored
|
@ -14,6 +14,9 @@ if __name__ == 'PYOBJ.COM':
|
|||
try:
|
||||
tty = open("/dev/tty", "rb")
|
||||
except OSError:
|
||||
# todo: gh-runners fail on skiptest cosmo issue #431
|
||||
import sys
|
||||
sys.exit()
|
||||
raise unittest.SkipTest("Unable to open /dev/tty")
|
||||
else:
|
||||
# Skip if another process is in foreground
|
||||
|
|
Loading…
Add table
Reference in a new issue