skip the other test suite too

This commit is contained in:
Jean-Paul Calderone 2021-01-11 12:58:27 -05:00
parent 6de392fd23
commit f5bcd272b8

View File

@ -172,6 +172,7 @@ class GetArgvTests(SyncTestCase):
)
@skipUnless(platform.isWindows(), "intended for Windows-only codepaths")
class UnicodeOutputTests(SyncTestCase):
"""
Tests for writing unicode to stdout and stderr.