summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2018-05-01 19:08:29 -0300
committerGitHub <noreply@github.com>2018-05-01 19:08:29 -0300
commit1a880be85b4aaa42f38c9a4922a9ad8338dd7552 (patch)
tree39e6cac5766e0b00bf09074849a9e864946f89fb /testing
parentc258fe1459638437ba4d2ecd77862091369183e6 (diff)
downloadpytest-1a880be85b4aaa42f38c9a4922a9ad8338dd7552.tar.gz
Remove unused import to fix linting
Diffstat (limited to 'testing')
-rw-r--r--testing/test_pdb.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/test_pdb.py b/testing/test_pdb.py
index 29277caf1..575c97418 100644
--- a/testing/test_pdb.py
+++ b/testing/test_pdb.py
@@ -2,7 +2,6 @@ from __future__ import absolute_import, division, print_function
import sys
import platform
import os
-import signal
import _pytest._code
from _pytest.debugging import SUPPORTS_BREAKPOINT_BUILTIN