New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:

$ ./python -m test -v -m ServerProxyTestCase test_xmlrpc
...
======================================================================
ERROR: test_close (test.test_xmlrpc.ServerProxyTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/test_xmlrpc.py", line 1181, in 
test_close
    p = xmlrpclib.ServerProxy(self.url)
  File "/home/serhiy/py/cpython/Lib/xmlrpc/client.py", line 1416, in __init__
    type, uri = urllib.parse._splittype(uri)
  File "/home/serhiy/py/cpython/Lib/urllib/parse.py", line 967, in _splittype
    match = _typeprog.match(url)
TypeError: expected string or bytes-like object

======================================================================
ERROR: test_transport (test.test_xmlrpc.ServerProxyTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/test_xmlrpc.py", line 1186, in 
test_transport
    p = xmlrpclib.ServerProxy(self.url, transport=t)
  File "/home/serhiy/py/cpython/Lib/xmlrpc/client.py", line 1416, in __init__
    type, uri = urllib.parse._splittype(uri)
  File "/home/serhiy/py/cpython/Lib/urllib/parse.py", line 967, in _splittype
    match = _typeprog.match(url)
TypeError: expected string or bytes-like object

----------------------------------------------------------------------

----------
components: Tests
messages: 318565
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Failed separate ServerProxyTestCase tests in test_xmlrpc
type: behavior
versions: Python 2.7, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33759>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to