summaryrefslogtreecommitdiff
path: root/tests/patcher_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/patcher_test.py')
-rw-r--r--tests/patcher_test.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/patcher_test.py b/tests/patcher_test.py
index 5aae0ac..a3a3cd5 100644
--- a/tests/patcher_test.py
+++ b/tests/patcher_test.py
@@ -528,3 +528,8 @@ def test_socketserver_selectors():
def test_blocking_select_methods_are_deleted():
tests.run_isolated('patcher_blocking_select_methods_are_deleted.py')
+
+
+if six.PY3:
+ def test_http_client_regression():
+ tests.run_isolated('patcher_python3_http_client_regression.py')