]> git.pld-linux.org Git - packages/python-urllib3.git/blobdiff - python-urllib3-mock.patch
- updated to 1.26.8
[packages/python-urllib3.git] / python-urllib3-mock.patch
index 6d99afb5676bbb010f993bbe153951b74d12b847..3df5f618323d3b9f8c0fb2e2362e28f2f05845a6 100644 (file)
  import pytest
  import six
  
---- urllib3-1.25.9/test/with_dummyserver/test_https.py.orig    2020-04-16 14:42:30.000000000 +0200
-+++ urllib3-1.25.9/test/with_dummyserver/test_https.py 2020-06-07 22:18:03.172522789 +0200
-@@ -8,7 +8,10 @@
- import tempfile
- import warnings
+--- urllib3-1.26.8/test/with_dummyserver/test_https.py.orig    2022-03-10 06:29:38.588432315 +0100
++++ urllib3-1.26.8/test/with_dummyserver/test_https.py 2022-03-10 06:30:20.714870763 +0100
+@@ -19,7 +19,10 @@ from test import (
+     resolvesLocalhostFQDN,
+ )
  
 -import mock
 +try:
This page took 0.135791 seconds and 4 git commands to generate.