summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Pradet <quentin.pradet@gmail.com>2019-11-05 18:08:18 +0400
committerSeth Michael Larson <sethmichaellarson@gmail.com>2019-11-05 08:08:18 -0600
commit6996da3982eef09ed86316e8a67b8011ac9a9acb (patch)
treec75c52f18dfbe4ff1b5a893a9182874e476788c8
parent29041a282f972da7a96776d43f1043d8a6708379 (diff)
downloadurllib3-6996da3982eef09ed86316e8a67b8011ac9a9acb.tar.gz
Remove extra notPyPy2 import to fix linter (#1733)
-rw-r--r--test/with_dummyserver/test_socketlevel.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/with_dummyserver/test_socketlevel.py b/test/with_dummyserver/test_socketlevel.py
index 6b9362ca..98e2d922 100644
--- a/test/with_dummyserver/test_socketlevel.py
+++ b/test/with_dummyserver/test_socketlevel.py
@@ -45,7 +45,6 @@ import mock
import pytest
from test import (
- notPyPy2,
fails_on_travis_gce,
requires_ssl_context_keyfile_password,
SHORT_TIMEOUT,