Commit f0b1baf3 authored by Antoine Pitrou's avatar Antoine Pitrou

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

Patch by Jeremy Kloth.
parent 68f4247b
......@@ -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
......
......@@ -483,6 +483,7 @@ Peter van Kampen
Rafe Kaplan
Jacob Kaplan-Moss
Jan Kaliszewski
Jeremy Kloth
Arkady Koplyarov
Lou Kates
Hiroaki Kawai
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment