Remove xfail_if_pdbpp_installed from test_pdb.py
--HG-- branch : remove_pdbpp_xfail
This commit is contained in:
		
							parent
							
								
									e19f3c260f
								
							
						
					
					
						commit
						777bde7c60
					
				|  | @ -2,7 +2,6 @@ | ||||||
| import py | import py | ||||||
| import sys | import sys | ||||||
| 
 | 
 | ||||||
| from test_doctest import xfail_if_pdbpp_installed |  | ||||||
| 
 | 
 | ||||||
| class TestPDB: | class TestPDB: | ||||||
|     def pytest_funcarg__pdblist(self, request): |     def pytest_funcarg__pdblist(self, request): | ||||||
|  | @ -187,7 +186,6 @@ class TestPDB: | ||||||
|         if child.isalive(): |         if child.isalive(): | ||||||
|             child.wait() |             child.wait() | ||||||
| 
 | 
 | ||||||
|     @xfail_if_pdbpp_installed |  | ||||||
|     def test_pdb_interaction_doctest(self, testdir): |     def test_pdb_interaction_doctest(self, testdir): | ||||||
|         p1 = testdir.makepyfile(""" |         p1 = testdir.makepyfile(""" | ||||||
|             import pytest |             import pytest | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue