We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850a357 commit 15cb9a8Copy full SHA for 15cb9a8
Lib/test/test_getpass.py
@@ -168,6 +168,7 @@ def test_falls_back_to_stdin(self):
168
except ImportError:
169
msvcrt_available = False
170
171
+@unittest.skipUnless(sys.platform.startswith("win"), "requires Windows")
172
@unittest.skipUnless(msvcrt_available, 'tests require system with msvcrt (Windows)')
173
class WinGetpassTest(unittest.TestCase):
174
0 commit comments