mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Issue #13183: Revert 0b53b70a40a0 (reenable test on windows)
This commit is contained in:
parent
bf6c19598a
commit
67880cc962
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# A test suite for pdb; not very comprehensive at the moment.
|
# A test suite for pdb; not very comprehensive at the moment.
|
||||||
import os
|
|
||||||
import imp
|
import imp
|
||||||
import pdb
|
import pdb
|
||||||
import sys
|
import sys
|
||||||
|
|
@ -631,7 +631,6 @@ class PdbTestCase(unittest.TestCase):
|
||||||
self.assertNotIn(b'SyntaxError', stdout,
|
self.assertNotIn(b'SyntaxError', stdout,
|
||||||
"Got a syntax error running test script under PDB")
|
"Got a syntax error running test script under PDB")
|
||||||
|
|
||||||
@unittest.skipIf(os.name == 'nt', "temporarily disabled on Windows")
|
|
||||||
def test_issue13183(self):
|
def test_issue13183(self):
|
||||||
script = """
|
script = """
|
||||||
from bar import bar
|
from bar import bar
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue