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 1f786a5 commit 76b0d8fCopy full SHA for 76b0d8f
win32ctypes/tests/test_win32cred.py
@@ -64,7 +64,6 @@ def _demo_credentials(self, UserName=u'jone', multiple=False):
64
@unittest.skipIf(
65
pywin32_build == '223' and sys.version_info[:2] == (3, 7),
66
'pywin32 version 223 bug with CredRead (mhammond/pywin32#1232)')
67
-
68
def test_write_to_pywin32(self):
69
# given
70
target = u'jone@doe'
0 commit comments