From 247cdb835a404f9668022984bb688496b48e5809 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 13 Feb 2018 12:41:14 -0500 Subject: [PATCH] Remove xfail; tests now pass on macOS. Ref #985. --- testing/test_pdb.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/testing/test_pdb.py b/testing/test_pdb.py index b286d57a8..8618473bb 100644 --- a/testing/test_pdb.py +++ b/testing/test_pdb.py @@ -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