summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2018-04-03 08:58:40 -0300
committerGitHub <noreply@github.com>2018-04-03 08:58:40 -0300
commit0762666bd116d92b55f746cde8e25e965ea2912b (patch)
tree2fffafd00aef7f9c8f16a6265eaed0469b9cdca6 /testing
parent4d847593b323d041c11df15c8158a330caf07a79 (diff)
downloadpytest-0762666bd116d92b55f746cde8e25e965ea2912b.tar.gz
Remove unused pytestPDB import
Diffstat (limited to 'testing')
-rw-r--r--testing/test_pdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_pdb.py b/testing/test_pdb.py
index d96c460c3..0f5196751 100644
--- a/testing/test_pdb.py
+++ b/testing/test_pdb.py
@@ -4,7 +4,7 @@ import platform
import os
import _pytest._code
-from _pytest.debugging import SUPPORTS_BREAKPOINT_BUILTIN, pytestPDB
+from _pytest.debugging import SUPPORTS_BREAKPOINT_BUILTIN
import pytest