]> granicus.if.org Git - python/commitdiff
Disable test_13183 temporarily on Windows for 3.3a3 release. v3.3.0a3
authorGeorg Brandl <georg@python.org>
Tue, 1 May 2012 07:57:34 +0000 (09:57 +0200)
committerGeorg Brandl <georg@python.org>
Tue, 1 May 2012 07:57:34 +0000 (09:57 +0200)
Lib/test/test_pdb.py

index 157087351eb3cde6cad085c82105d1f87f36c716..fc23e142e373d162bc2b13a5648878ae8e9c7c43 100644 (file)
@@ -1,5 +1,5 @@
 # A test suite for pdb; not very comprehensive at the moment.
-
+import os
 import imp
 import pdb
 import sys
@@ -631,6 +631,7 @@ 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