mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Disable test_13183 temporarily on Windows for 3.3a3 release.
This commit is contained in:
parent
ab0ef20663
commit
b613a3d458
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue