aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-twisted/fix-test-suite-python38.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-11 14:54:46 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-11 16:30:49 -0300
commit68128458cf1446c8d3effa32af19c88537dce4ef (patch)
tree7e298e15d3e026229449753304a9bb0ba8ea98fc /community/py3-twisted/fix-test-suite-python38.patch
parent24d3a13e8867f14f1f85e5abd6a16777757792fb (diff)
downloadaports-68128458cf1446c8d3effa32af19c88537dce4ef.tar.bz2
aports-68128458cf1446c8d3effa32af19c88537dce4ef.tar.xz
community/py3-twisted: upgrade to 19.10.0
Diffstat (limited to 'community/py3-twisted/fix-test-suite-python38.patch')
-rw-r--r--community/py3-twisted/fix-test-suite-python38.patch13
1 files changed, 6 insertions, 7 deletions
diff --git a/community/py3-twisted/fix-test-suite-python38.patch b/community/py3-twisted/fix-test-suite-python38.patch
index 89faa9640b..8d096278f6 100644
--- a/community/py3-twisted/fix-test-suite-python38.patch
+++ b/community/py3-twisted/fix-test-suite-python38.patch
@@ -74,15 +74,14 @@ diff --git a/src/twisted/web/test/test_http.py b/src/twisted/web/test/test_http.
index 6527e799c7..0c9d9b82ba 100644
--- a/src/twisted/web/test/test_http.py
+++ b/src/twisted/web/test/test_http.py
-@@ -7,7 +7,7 @@ Test HTTP support.
+@@ -11,6 +11,7 @@ import base64
+ import calendar
+ import cgi
+ import random
++import urllib.parse
- from __future__ import absolute_import, division
+ import hamcrest
--import random, cgi, base64, calendar
-+import random, cgi, urllib.parse, base64, calendar
-
- try:
- from urlparse import urlparse, urlunsplit, clear_cache
@@ -2081,15 +2081,15 @@ Hello,
class QueryArgumentsTests(unittest.TestCase):
def testParseqs(self):