forked from pool/python-email-validator
10 lines
354 B
Diff
10 lines
354 B
Diff
|
Index: python-email-validator-1.2.1/setup.cfg
|
||
|
===================================================================
|
||
|
--- python-email-validator-1.2.1.orig/setup.cfg
|
||
|
+++ python-email-validator-1.2.1/setup.cfg
|
||
|
@@ -43,3 +43,4 @@ max-line-length = 120
|
||
|
testpaths = tests
|
||
|
filterwarnings =
|
||
|
error
|
||
|
+ ignore:.*urllib3.contrib.pyopenssl.*:DeprecationWarning
|