diff options
Diffstat (limited to 'community/py3-twisted/fix-test-suite-python38.patch')
-rw-r--r-- | community/py3-twisted/fix-test-suite-python38.patch | 13 |
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): |