From 777bde7c604ad5ae70dfb25632fe621255b40b84 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Thu, 19 Feb 2015 03:22:05 -0800 Subject: [PATCH] Remove xfail_if_pdbpp_installed from test_pdb.py --HG-- branch : remove_pdbpp_xfail --- testing/test_pdb.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/testing/test_pdb.py b/testing/test_pdb.py index cc1f1e10e..f0cf2b333 100644 --- a/testing/test_pdb.py +++ b/testing/test_pdb.py @@ -2,7 +2,6 @@ import py import sys -from test_doctest import xfail_if_pdbpp_installed class TestPDB: def pytest_funcarg__pdblist(self, request): @@ -187,7 +186,6 @@ class TestPDB: if child.isalive(): child.wait() - @xfail_if_pdbpp_installed def test_pdb_interaction_doctest(self, testdir): p1 = testdir.makepyfile(""" import pytest