Remove xfail; tests now pass on macOS. Ref #985.

This commit is contained in:
Jason R. Coombs 2018-02-13 12:41:14 -05:00
parent ce1872e7e8
commit 247cdb835a
1 changed files with 0 additions and 4 deletions

View File

@ -267,10 +267,6 @@ class TestPDB(object):
child.read()
self.flush(child)
# For some reason the interaction between doctest's and pytest's output
# capturing mechanisms are messing up the stdout on mac. (See #985).
# Should be solvable, but skipping until we have a chance to investigate.
@pytest.mark.xfail("sys.platform == 'darwin'", reason='See issue #985', run=False)
def test_pdb_interaction_doctest(self, testdir):
p1 = testdir.makepyfile("""
import pytest