Issue #15334: skip test_dynamic_key when run in non-interactive mode.

Patch by Jeremy Kloth.
This commit is contained in:
Antoine Pitrou 2012-07-13 21:10:17 +02:00
commit b9c7c8260d
1 changed files with 1 additions and 0 deletions

View File

@ -289,6 +289,7 @@ class LocalWinregTests(BaseWinregTests):
DeleteKey(HKEY_CURRENT_USER, '\\'.join((test_key_name, name)))
DeleteKey(HKEY_CURRENT_USER, test_key_name)
@unittest.skipUnless('PROMPT' in os.environ, "Requires interactive session")
def test_dynamic_key(self):
# Issue2810, when the value is dynamically generated, these
# throw "WindowsError: More data is available" in 2.6 and 3.1