summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-05-01 09:57:34 +0200
committerGeorg Brandl <georg@python.org>2012-05-01 09:57:34 +0200
commitc4bcffab37c7e7a3906b13e1bf79a1f5de2768d6 (patch)
treeddfec4657a5ffd765d772849df95c259edbf616a
parent6177c9f3c400e7aad57f4ffc1b8b8c216f2f9c0d (diff)
downloadcpython-c4bcffab37c7e7a3906b13e1bf79a1f5de2768d6.tar.gz
Disable test_13183 temporarily on Windows for 3.3a3 release.v3.3.0a3
-rw-r--r--Lib/test/test_pdb.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/test/test_pdb.py b/Lib/test/test_pdb.py
index 157087351e..fc23e142e3 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,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