From: Martin v. Löwis Date: Wed, 2 May 2012 05:41:22 +0000 (+0200) Subject: Issue #13183: Revert 0b53b70a40a0 (reenable test on windows) X-Git-Tag: v3.3.0a4~314 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67880cc962edb12c3d5cdd063ba9664d18d39aa9;p=python Issue #13183: Revert 0b53b70a40a0 (reenable test on windows) --- diff --git a/Lib/test/test_pdb.py b/Lib/test/test_pdb.py index dd55863928..0f7a9842ad 100644 --- a/Lib/test/test_pdb.py +++ b/Lib/test/test_pdb.py @@ -1,5 +1,5 @@ # A test suite for pdb; not very comprehensive at the moment. -import os + import imp import pdb import sys @@ -631,7 +631,6 @@ class PdbTestCase(unittest.TestCase): self.assertNotIn(b'SyntaxError', stdout, "Got a syntax error running test script under PDB") - @unittest.skipIf(os.name == 'nt', "temporarily disabled on Windows") def test_issue13183(self): script = """ from bar import bar