Mock Version: 1.4.21 Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python3-urllib3.spec'], chrootPath='/var/lib/mock/epel7-build-19382104-1358259/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python3-urllib3.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python3-urllib3-1.25.6-1.el7.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python3-urllib3.spec'], chrootPath='/var/lib/mock/epel7-build-19382104-1358259/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python3-urllib3.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.X5NV4h + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf urllib3-1.25.6 + /usr/bin/gzip -dc /builddir/build/SOURCES/urllib3-1.25.6.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd urllib3-1.25.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/python3-urllib3-unbundle.patch + /usr/bin/patch -p1 -s + rm -r src/urllib3/packages/six.py + find -name '*.py' + xargs sed -i -e '/six/ s/from \(urllib3\|\.\)\?\.packages //' -e '/six/ s/from \(urllib3\|\.\)\?\.packages\./from /' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ItDXv9 + umask 022 + cd /builddir/build/BUILD + cd urllib3-1.25.6 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + LDFLAGS='-Wl,-z,relro ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/urllib3 copying src/urllib3/__init__.py -> build/lib/urllib3 copying src/urllib3/poolmanager.py -> build/lib/urllib3 copying src/urllib3/_collections.py -> build/lib/urllib3 copying src/urllib3/exceptions.py -> build/lib/urllib3 copying src/urllib3/fields.py -> build/lib/urllib3 copying src/urllib3/request.py -> build/lib/urllib3 copying src/urllib3/connectionpool.py -> build/lib/urllib3 copying src/urllib3/response.py -> build/lib/urllib3 copying src/urllib3/connection.py -> build/lib/urllib3 copying src/urllib3/filepost.py -> build/lib/urllib3 creating build/lib/urllib3/packages copying src/urllib3/packages/__init__.py -> build/lib/urllib3/packages creating build/lib/urllib3/packages/ssl_match_hostname copying src/urllib3/packages/ssl_match_hostname/__init__.py -> build/lib/urllib3/packages/ssl_match_hostname copying src/urllib3/packages/ssl_match_hostname/_implementation.py -> build/lib/urllib3/packages/ssl_match_hostname creating build/lib/urllib3/packages/backports copying src/urllib3/packages/backports/__init__.py -> build/lib/urllib3/packages/backports copying src/urllib3/packages/backports/makefile.py -> build/lib/urllib3/packages/backports creating build/lib/urllib3/contrib copying src/urllib3/contrib/__init__.py -> build/lib/urllib3/contrib copying src/urllib3/contrib/socks.py -> build/lib/urllib3/contrib copying src/urllib3/contrib/securetransport.py -> build/lib/urllib3/contrib copying src/urllib3/contrib/_appengine_environ.py -> build/lib/urllib3/contrib copying src/urllib3/contrib/pyopenssl.py -> build/lib/urllib3/contrib copying src/urllib3/contrib/ntlmpool.py -> build/lib/urllib3/contrib copying src/urllib3/contrib/appengine.py -> build/lib/urllib3/contrib creating build/lib/urllib3/contrib/_securetransport copying src/urllib3/contrib/_securetransport/__init__.py -> build/lib/urllib3/contrib/_securetransport copying src/urllib3/contrib/_securetransport/low_level.py -> build/lib/urllib3/contrib/_securetransport copying src/urllib3/contrib/_securetransport/bindings.py -> build/lib/urllib3/contrib/_securetransport creating build/lib/urllib3/util copying src/urllib3/util/__init__.py -> build/lib/urllib3/util copying src/urllib3/util/url.py -> build/lib/urllib3/util copying src/urllib3/util/queue.py -> build/lib/urllib3/util copying src/urllib3/util/ssl_.py -> build/lib/urllib3/util copying src/urllib3/util/timeout.py -> build/lib/urllib3/util copying src/urllib3/util/request.py -> build/lib/urllib3/util copying src/urllib3/util/wait.py -> build/lib/urllib3/util copying src/urllib3/util/retry.py -> build/lib/urllib3/util copying src/urllib3/util/response.py -> build/lib/urllib3/util copying src/urllib3/util/connection.py -> build/lib/urllib3/util + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python3.4 setup.py build '--executable=/usr/bin/python3.4 -s' running build running build_py + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kw7vb7 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch + cd urllib3-1.25.6 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + LDFLAGS='-Wl,-z,relro ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3 copying build/lib/urllib3/__init__.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3 copying build/lib/urllib3/poolmanager.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3 creating /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/packages copying build/lib/urllib3/packages/__init__.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/packages creating /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/packages/ssl_match_hostname copying build/lib/urllib3/packages/ssl_match_hostname/__init__.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/packages/ssl_match_hostname copying build/lib/urllib3/packages/ssl_match_hostname/_implementation.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/packages/ssl_match_hostname creating /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/packages/backports copying build/lib/urllib3/packages/backports/__init__.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/packages/backports copying build/lib/urllib3/packages/backports/makefile.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/packages/backports copying build/lib/urllib3/_collections.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3 copying build/lib/urllib3/exceptions.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3 copying build/lib/urllib3/fields.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3 copying build/lib/urllib3/request.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3 copying build/lib/urllib3/connectionpool.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3 copying build/lib/urllib3/response.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3 copying build/lib/urllib3/connection.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3 creating /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/util copying build/lib/urllib3/util/__init__.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/util copying build/lib/urllib3/util/url.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/util copying build/lib/urllib3/util/queue.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/util copying build/lib/urllib3/util/ssl_.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/util copying build/lib/urllib3/util/timeout.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/util copying build/lib/urllib3/util/request.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/util copying build/lib/urllib3/util/wait.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/util copying build/lib/urllib3/util/retry.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/util copying build/lib/urllib3/util/response.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/util copying build/lib/urllib3/util/connection.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/util creating /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/__init__.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/socks.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/contrib creating /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/contrib/_securetransport copying build/lib/urllib3/contrib/_securetransport/__init__.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/contrib/_securetransport copying build/lib/urllib3/contrib/_securetransport/low_level.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/contrib/_securetransport copying build/lib/urllib3/contrib/_securetransport/bindings.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/contrib/_securetransport copying build/lib/urllib3/contrib/securetransport.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/_appengine_environ.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/pyopenssl.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/ntlmpool.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/appengine.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/contrib copying build/lib/urllib3/filepost.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3 byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/poolmanager.py to poolmanager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/packages/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/packages/ssl_match_hostname/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/packages/ssl_match_hostname/_implementation.py to _implementation.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/packages/backports/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/packages/backports/makefile.py to makefile.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/_collections.py to _collections.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/fields.py to fields.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/request.py to request.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/connectionpool.py to connectionpool.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/response.py to response.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/connection.py to connection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/util/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/util/url.py to url.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/util/queue.py to queue.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/util/ssl_.py to ssl_.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/util/timeout.py to timeout.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/util/request.py to request.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/util/wait.py to wait.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/util/retry.py to retry.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/util/response.py to response.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/util/connection.py to connection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/contrib/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/contrib/socks.py to socks.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/contrib/_securetransport/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/contrib/_securetransport/low_level.py to low_level.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/contrib/_securetransport/bindings.py to bindings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/contrib/securetransport.py to securetransport.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/contrib/_appengine_environ.py to _appengine_environ.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py to pyopenssl.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/contrib/ntlmpool.py to ntlmpool.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/contrib/appengine.py to appengine.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3/filepost.py to filepost.cpython-36.pyc writing byte-compilation script '/tmp/tmp6b7cozfc.py' /usr/bin/python3 /tmp/tmp6b7cozfc.py removing /tmp/tmp6b7cozfc.py running install_egg_info running egg_info writing src/urllib3.egg-info/PKG-INFO writing dependency_links to src/urllib3.egg-info/dependency_links.txt writing requirements to src/urllib3.egg-info/requires.txt writing top-level names to src/urllib3.egg-info/top_level.txt reading manifest file 'src/urllib3.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'Makefile' warning: no previously-included files matching '*' found under directory 'docs/_build' writing manifest file 'src/urllib3.egg-info/SOURCES.txt' Copying src/urllib3.egg-info to /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages/urllib3-1.25.6-py3.6.egg-info running install_scripts + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python3.4 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4 creating /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages creating /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3 copying build/lib/urllib3/__init__.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3 copying build/lib/urllib3/poolmanager.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3 creating /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/packages copying build/lib/urllib3/packages/__init__.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/packages creating /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/packages/ssl_match_hostname copying build/lib/urllib3/packages/ssl_match_hostname/__init__.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/packages/ssl_match_hostname copying build/lib/urllib3/packages/ssl_match_hostname/_implementation.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/packages/ssl_match_hostname creating /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/packages/backports copying build/lib/urllib3/packages/backports/__init__.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/packages/backports copying build/lib/urllib3/packages/backports/makefile.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/packages/backports copying build/lib/urllib3/_collections.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3 copying build/lib/urllib3/exceptions.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3 copying build/lib/urllib3/fields.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3 copying build/lib/urllib3/request.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3 copying build/lib/urllib3/connectionpool.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3 copying build/lib/urllib3/response.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3 copying build/lib/urllib3/connection.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3 creating /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/util copying build/lib/urllib3/util/__init__.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/util copying build/lib/urllib3/util/url.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/util copying build/lib/urllib3/util/queue.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/util copying build/lib/urllib3/util/ssl_.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/util copying build/lib/urllib3/util/timeout.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/util copying build/lib/urllib3/util/request.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/util copying build/lib/urllib3/util/wait.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/util copying build/lib/urllib3/util/retry.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/util copying build/lib/urllib3/util/response.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/util copying build/lib/urllib3/util/connection.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/util creating /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/__init__.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/socks.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/contrib creating /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/contrib/_securetransport copying build/lib/urllib3/contrib/_securetransport/__init__.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/contrib/_securetransport copying build/lib/urllib3/contrib/_securetransport/low_level.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/contrib/_securetransport copying build/lib/urllib3/contrib/_securetransport/bindings.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/contrib/_securetransport copying build/lib/urllib3/contrib/securetransport.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/_appengine_environ.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/pyopenssl.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/ntlmpool.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/appengine.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/contrib copying build/lib/urllib3/filepost.py -> /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3 byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/poolmanager.py to poolmanager.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/packages/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/packages/ssl_match_hostname/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/packages/ssl_match_hostname/_implementation.py to _implementation.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/packages/backports/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/packages/backports/makefile.py to makefile.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/_collections.py to _collections.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/exceptions.py to exceptions.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/fields.py to fields.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/request.py to request.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/connectionpool.py to connectionpool.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/response.py to response.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/connection.py to connection.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/util/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/util/url.py to url.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/util/queue.py to queue.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/util/ssl_.py to ssl_.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/util/timeout.py to timeout.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/util/request.py to request.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/util/wait.py to wait.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/util/retry.py to retry.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/util/response.py to response.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/util/connection.py to connection.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/contrib/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/contrib/socks.py to socks.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/contrib/_securetransport/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/contrib/_securetransport/low_level.py to low_level.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/contrib/_securetransport/bindings.py to bindings.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/contrib/securetransport.py to securetransport.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/contrib/_appengine_environ.py to _appengine_environ.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/contrib/pyopenssl.py to pyopenssl.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/contrib/ntlmpool.py to ntlmpool.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/contrib/appengine.py to appengine.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3/filepost.py to filepost.cpython-34.pyc writing byte-compilation script '/tmp/tmpth_req70.py' /usr/bin/python3.4 -O /tmp/tmpth_req70.py removing /tmp/tmpth_req70.py running install_egg_info running egg_info writing requirements to src/urllib3.egg-info/requires.txt writing src/urllib3.egg-info/PKG-INFO writing top-level names to src/urllib3.egg-info/top_level.txt writing dependency_links to src/urllib3.egg-info/dependency_links.txt reading manifest file 'src/urllib3.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'Makefile' warning: no previously-included files matching '*' found under directory 'docs/_build' writing manifest file 'src/urllib3.egg-info/SOURCES.txt' Copying src/urllib3.egg-info to /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4/site-packages/urllib3-1.25.6-py3.4.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/urllib3-1.25.6 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6 using /usr/bin/python3.6 Bytecompiling .py files below /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.4 using /usr/bin/python3.4 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.p7sWF9 + umask 022 + cd /builddir/build/BUILD ~/build/BUILD/urllib3-1.25.6/test ~/build/BUILD/urllib3-1.25.6 + cd urllib3-1.25.6 + pushd test + rm -f test_util.py + PYTHONPATH=/builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/lib/python3.6/site-packages:/usr/lib/python3.6/site-packages + /usr/bin/python3 -m pytest -v -k 'not test_wait and not test_io and not test_same_host_custom_protocol and not test_recent_date and not test_source_address_error' ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-2.9.2, py-1.4.32, pluggy-0.3.1 -- /usr/bin/python3 cachedir: ../.cache rootdir: /builddir/build/BUILD/urllib3-1.25.6, inifile: collecting ... collected 1061 items test_collections.py::TestLRUContainer::test_maxsize PASSED test_collections.py::TestLRUContainer::test_expire PASSED test_collections.py::TestLRUContainer::test_same_key PASSED test_collections.py::TestLRUContainer::test_access_ordering PASSED test_collections.py::TestLRUContainer::test_delete PASSED test_collections.py::TestLRUContainer::test_get PASSED test_collections.py::TestLRUContainer::test_disposal PASSED test_collections.py::TestLRUContainer::test_iter PASSED test_collections.py::TestHTTPHeaderDict::test_create_from_kwargs PASSED test_collections.py::TestHTTPHeaderDict::test_create_from_dict PASSED test_collections.py::TestHTTPHeaderDict::test_create_from_iterator PASSED test_collections.py::TestHTTPHeaderDict::test_create_from_list PASSED test_collections.py::TestHTTPHeaderDict::test_create_from_headerdict PASSED test_collections.py::TestHTTPHeaderDict::test_setitem PASSED test_collections.py::TestHTTPHeaderDict::test_update PASSED test_collections.py::TestHTTPHeaderDict::test_delitem PASSED test_collections.py::TestHTTPHeaderDict::test_add_well_known_multiheader PASSED test_collections.py::TestHTTPHeaderDict::test_add_comma_separated_multiheader PASSED test_collections.py::TestHTTPHeaderDict::test_extend_from_list PASSED test_collections.py::TestHTTPHeaderDict::test_extend_from_dict PASSED test_collections.py::TestHTTPHeaderDict::test_extend_from_container PASSED test_collections.py::TestHTTPHeaderDict::test_extend_from_headerdict PASSED test_collections.py::TestHTTPHeaderDict::test_extend_with_wrong_number_of_args_is_typeerror[args0] PASSED test_collections.py::TestHTTPHeaderDict::test_extend_with_wrong_number_of_args_is_typeerror[args1] PASSED test_collections.py::TestHTTPHeaderDict::test_copy PASSED test_collections.py::TestHTTPHeaderDict::test_getlist PASSED test_collections.py::TestHTTPHeaderDict::test_getlist_after_copy PASSED test_collections.py::TestHTTPHeaderDict::test_equal PASSED test_collections.py::TestHTTPHeaderDict::test_not_equal PASSED test_collections.py::TestHTTPHeaderDict::test_pop PASSED test_collections.py::TestHTTPHeaderDict::test_discard PASSED test_collections.py::TestHTTPHeaderDict::test_len PASSED test_collections.py::TestHTTPHeaderDict::test_repr PASSED test_collections.py::TestHTTPHeaderDict::test_items PASSED test_collections.py::TestHTTPHeaderDict::test_dict_conversion PASSED test_collections.py::TestHTTPHeaderDict::test_string_enforcement PASSED test_collections.py::TestHTTPHeaderDict::test_from_httplib_py2 SKIPPED test_compatibility.py::TestVersionCompatibility::test_connection_strict PASSED test_compatibility.py::TestVersionCompatibility::test_connection_source_address PASSED test_compatibility.py::TestCookiejar::test_extract PASSED test_connection.py::TestConnection::test_match_hostname_no_cert PASSED test_connection.py::TestConnection::test_match_hostname_empty_cert PASSED test_connection.py::TestConnection::test_match_hostname_match PASSED test_connection.py::TestConnection::test_match_hostname_mismatch PASSED test_connectionpool.py::TestConnectionPool::test_same_host[http:/google.com/-/] PASSED test_connectionpool.py::TestConnectionPool::test_same_host[http:/google.com/-http:/google.com/] PASSED test_connectionpool.py::TestConnectionPool::test_same_host[http:/google.com/-http:/google.com] PASSED test_connectionpool.py::TestConnectionPool::test_same_host[http:/google.com/-http:/google.com/abra/cadabra] PASSED test_connectionpool.py::TestConnectionPool::test_same_host[http:/google.com:42/-http:/google.com:42/abracadabra] PASSED test_connectionpool.py::TestConnectionPool::test_same_host[http:/google.com:80/-http:/google.com/abracadabra] PASSED test_connectionpool.py::TestConnectionPool::test_same_host[http:/google.com/-http:/google.com:80/abracadabra] PASSED test_connectionpool.py::TestConnectionPool::test_same_host[https:/google.com:443/-https:/google.com/abracadabra] PASSED test_connectionpool.py::TestConnectionPool::test_same_host[https:/google.com/-https:/google.com:443/abracadabra] PASSED test_connectionpool.py::TestConnectionPool::test_same_host[http:/[2607:f8b0:4005:805::200e%25eth0]/-http:/[2607:f8b0:4005:805::200e%eth0]/] PASSED test_connectionpool.py::TestConnectionPool::test_same_host[https:/[2607:f8b0:4005:805::200e%25eth0]:443/-https:/[2607:f8b0:4005:805::200e%eth0]:443/] PASSED test_connectionpool.py::TestConnectionPool::test_same_host[http:/[::1]/-http:/[::1]] PASSED test_connectionpool.py::TestConnectionPool::test_same_host[http:/[2001:558:fc00:200:f816:3eff:fef9:b954%lo]/-http:/[2001:558:fc00:200:f816:3eff:fef9:b954%25lo]] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host[https:/google.com/-http:/google.com/] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host[http:/google.com/-https:/google.com/] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host[http:/yahoo.com/-http:/google.com/] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host[http:/google.com:42-https:/google.com/abracadabra] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host[http:/google.com-https:/google.net/] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host[http:/google.com:42-http:/google.com] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host[https:/google.com:42-https:/google.com] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host[http:/google.com:443-http:/google.com] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host[https:/google.com:80-https:/google.com] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host[http:/google.com:443-https:/google.com] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host[https:/google.com:80-http:/google.com] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host[https:/google.com:443-http:/google.com] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host[http:/google.com:80-https:/google.com] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host[http:/[dead::beef]-https:/[dead::beef%en5]/] PASSED test_connectionpool.py::TestConnectionPool::test_same_host_no_port_http[google.com-/] PASSED test_connectionpool.py::TestConnectionPool::test_same_host_no_port_http[google.com-http:/google.com/] PASSED test_connectionpool.py::TestConnectionPool::test_same_host_no_port_http[google.com-http:/google.com] PASSED test_connectionpool.py::TestConnectionPool::test_same_host_no_port_http[google.com-http:/google.com/abra/cadabra] PASSED test_connectionpool.py::TestConnectionPool::test_same_host_no_port_http[google.com-http:/google.com:80/abracadabra] PASSED test_connectionpool.py::TestConnectionPool::test_same_host_no_port_https[google.com-/] PASSED test_connectionpool.py::TestConnectionPool::test_same_host_no_port_https[google.com-https:/google.com/] PASSED test_connectionpool.py::TestConnectionPool::test_same_host_no_port_https[google.com-https:/google.com] PASSED test_connectionpool.py::TestConnectionPool::test_same_host_no_port_https[google.com-https:/google.com/abra/cadabra] PASSED test_connectionpool.py::TestConnectionPool::test_same_host_no_port_https[google.com-https:/google.com:443/abracadabra] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_http[google.com-https:/google.com/] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_http[yahoo.com-http:/google.com/] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_http[google.com-https:/google.net/] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_http[google.com-http:/google.com./] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_https[google.com-http:/google.com/] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_https[yahoo.com-https:/google.com/] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_https[google.com-https:/google.net/] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_https[google.com-https:/google.com./] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host_custom_protocol[%2Ftmp%2Ftest.sock-http+unix:/%2Ftmp%2FTEST.sock] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host_custom_protocol[%2Ftmp%2Ftest.sock-http+unix:/%2Ftmp%2FTEST.sock/] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host_custom_protocol[%2Ftmp%2Ftest.sock-http+unix:/%2Ftmp%2FTEST.sock/abracadabra] PASSED test_connectionpool.py::TestConnectionPool::test_not_same_host_custom_protocol[%2Fvar%2Frun%2Fdocker.sock-http+unix:/%2Ftmp%2FTEST.sock] PASSED test_connectionpool.py::TestConnectionPool::test_max_connections PASSED test_connectionpool.py::TestConnectionPool::test_pool_edgecases PASSED test_connectionpool.py::TestConnectionPool::test_exception_str PASSED test_connectionpool.py::TestConnectionPool::test_retry_exception_str PASSED test_connectionpool.py::TestConnectionPool::test_pool_size PASSED test_connectionpool.py::TestConnectionPool::test_assert_same_host PASSED test_connectionpool.py::TestConnectionPool::test_pool_close PASSED test_connectionpool.py::TestConnectionPool::test_pool_close_twice PASSED test_connectionpool.py::TestConnectionPool::test_pool_timeouts PASSED test_connectionpool.py::TestConnectionPool::test_no_host PASSED test_connectionpool.py::TestConnectionPool::test_contextmanager PASSED test_connectionpool.py::TestConnectionPool::test_absolute_url PASSED test_connectionpool.py::TestConnectionPool::test_ca_certs_default_cert_required PASSED test_connectionpool.py::TestConnectionPool::test_cleanup_on_extreme_connection_error PASSED test_connectionpool.py::TestConnectionPool::test_release_conn_param_is_respected_after_http_error_retry PASSED test_connectionpool.py::TestConnectionPool::test_custom_http_response_class PASSED test_exceptions.py::TestPickle::test_exceptions[exception0] PASSED test_exceptions.py::TestPickle::test_exceptions[exception1] PASSED test_exceptions.py::TestPickle::test_exceptions[exception2] PASSED test_exceptions.py::TestPickle::test_exceptions[exception3] PASSED test_exceptions.py::TestPickle::test_exceptions[exception4] PASSED test_exceptions.py::TestPickle::test_exceptions[exception5] PASSED test_exceptions.py::TestPickle::test_exceptions[exception6] PASSED test_exceptions.py::TestPickle::test_exceptions[exception7] PASSED test_exceptions.py::TestPickle::test_exceptions[exception8] PASSED test_exceptions.py::TestPickle::test_exceptions[exception9] PASSED test_exceptions.py::TestPickle::test_exceptions[exception10] PASSED test_exceptions.py::TestPickle::test_exceptions[exception11] PASSED test_exceptions.py::TestFormat::test_header_parsing_errors PASSED test_fields.py::TestRequestField::test_guess_content_type[image.jpg-content_types0] PASSED test_fields.py::TestRequestField::test_guess_content_type[notsure-content_types1] PASSED test_fields.py::TestRequestField::test_guess_content_type[None-content_types2] PASSED test_fields.py::TestRequestField::test_create PASSED test_fields.py::TestRequestField::test_make_multipart PASSED test_fields.py::TestRequestField::test_make_multipart_empty_filename PASSED test_fields.py::TestRequestField::test_render_parts PASSED test_fields.py::TestRequestField::test_render_part_rfc2231_unicode PASSED test_fields.py::TestRequestField::test_render_part_rfc2231_ascii PASSED test_fields.py::TestRequestField::test_render_part_html5_unicode PASSED test_fields.py::TestRequestField::test_render_part_html5_ascii PASSED test_fields.py::TestRequestField::test_render_part_html5_unicode_escape PASSED test_fields.py::TestRequestField::test_render_part_html5_unicode_with_control_character PASSED test_fields.py::TestRequestField::test_from_tuples_rfc2231 PASSED test_fields.py::TestRequestField::test_from_tuples_html5 PASSED test_filepost.py::TestIterfields::test_dict PASSED test_filepost.py::TestIterfields::test_tuple_list PASSED test_filepost.py::TestMultipartEncoding::test_input_datastructures[fields0] PASSED test_filepost.py::TestMultipartEncoding::test_input_datastructures[fields1] PASSED test_filepost.py::TestMultipartEncoding::test_field_encoding[fields0] PASSED test_filepost.py::TestMultipartEncoding::test_field_encoding[fields1] PASSED test_filepost.py::TestMultipartEncoding::test_field_encoding[fields2] PASSED test_filepost.py::TestMultipartEncoding::test_filename PASSED test_filepost.py::TestMultipartEncoding::test_textplain PASSED test_filepost.py::TestMultipartEncoding::test_explicit PASSED test_filepost.py::TestMultipartEncoding::test_request_fields PASSED test_no_ssl.py::TestImportWithoutSSL::test_cannot_import_ssl PASSED test_no_ssl.py::TestImportWithoutSSL::test_import_urllib3 PASSED test_poolmanager.py::TestPoolManager::test_same_url PASSED test_poolmanager.py::TestPoolManager::test_many_urls PASSED test_poolmanager.py::TestPoolManager::test_manager_clear PASSED test_poolmanager.py::TestPoolManager::test_nohost[http:/@] PASSED test_poolmanager.py::TestPoolManager::test_nohost[None] PASSED test_poolmanager.py::TestPoolManager::test_contextmanager PASSED test_poolmanager.py::TestPoolManager::test_http_pool_key_fields PASSED test_poolmanager.py::TestPoolManager::test_https_pool_key_fields PASSED test_poolmanager.py::TestPoolManager::test_default_pool_key_funcs_copy PASSED test_poolmanager.py::TestPoolManager::test_pools_keyed_with_from_host PASSED test_poolmanager.py::TestPoolManager::test_https_connection_from_url_case_insensitive PASSED test_poolmanager.py::TestPoolManager::test_https_connection_from_host_case_insensitive PASSED test_poolmanager.py::TestPoolManager::test_https_connection_from_context_case_insensitive PASSED test_poolmanager.py::TestPoolManager::test_http_connection_from_url_case_insensitive PASSED test_poolmanager.py::TestPoolManager::test_http_connection_from_host_case_insensitive PASSED test_poolmanager.py::TestPoolManager::test_assert_hostname_and_fingerprint_flag PASSED test_poolmanager.py::TestPoolManager::test_http_connection_from_context_case_insensitive PASSED test_poolmanager.py::TestPoolManager::test_custom_pool_key PASSED test_poolmanager.py::TestPoolManager::test_override_pool_kwargs_url PASSED test_poolmanager.py::TestPoolManager::test_override_pool_kwargs_host PASSED test_poolmanager.py::TestPoolManager::test_pool_kwargs_socket_options PASSED test_poolmanager.py::TestPoolManager::test_merge_pool_kwargs PASSED test_poolmanager.py::TestPoolManager::test_merge_pool_kwargs_none PASSED test_poolmanager.py::TestPoolManager::test_merge_pool_kwargs_remove_key PASSED test_poolmanager.py::TestPoolManager::test_merge_pool_kwargs_invalid_key PASSED test_proxymanager.py::TestProxyManager::test_proxy_headers PASSED test_proxymanager.py::TestProxyManager::test_default_port PASSED test_proxymanager.py::TestProxyManager::test_invalid_scheme PASSED test_queue_monkeypatch.py::TestMonkeypatchResistance::test_queue_monkeypatching PASSED test_response.py::TestLegacyResponse::test_getheaders PASSED test_response.py::TestLegacyResponse::test_getheader PASSED test_response.py::TestResponse::test_cache_content PASSED test_response.py::TestResponse::test_default PASSED test_response.py::TestResponse::test_none PASSED test_response.py::TestResponse::test_preload PASSED test_response.py::TestResponse::test_no_preload PASSED test_response.py::TestResponse::test_decode_bad_data PASSED test_response.py::TestResponse::test_reference_read PASSED test_response.py::TestResponse::test_decode_deflate PASSED test_response.py::TestResponse::test_decode_deflate_case_insensitve PASSED test_response.py::TestResponse::test_chunked_decoding_deflate PASSED test_response.py::TestResponse::test_chunked_decoding_deflate2 PASSED test_response.py::TestResponse::test_chunked_decoding_gzip PASSED test_response.py::TestResponse::test_decode_gzip_multi_member PASSED test_response.py::TestResponse::test_decode_gzip_error PASSED test_response.py::TestResponse::test_decode_gzip_swallow_garbage PASSED test_response.py::TestResponse::test_chunked_decoding_gzip_swallow_garbage PASSED test_response.py::TestResponse::test_decode_brotli SKIPPED test_response.py::TestResponse::test_chunked_decoding_brotli SKIPPED test_response.py::TestResponse::test_decode_brotli_error SKIPPED test_response.py::TestResponse::test_multi_decoding_deflate_deflate PASSED test_response.py::TestResponse::test_multi_decoding_deflate_gzip PASSED test_response.py::TestResponse::test_multi_decoding_gzip_gzip PASSED test_response.py::TestResponse::test_body_blob PASSED test_response.py::TestResponse::test_streaming PASSED test_response.py::TestResponse::test_streaming_tell PASSED test_response.py::TestResponse::test_gzipped_streaming PASSED test_response.py::TestResponse::test_gzipped_streaming_tell PASSED test_response.py::TestResponse::test_deflate_streaming_tell_intermediate_point PASSED test_response.py::TestResponse::test_deflate_streaming PASSED test_response.py::TestResponse::test_deflate2_streaming PASSED test_response.py::TestResponse::test_empty_stream PASSED test_response.py::TestResponse::test_length_no_header PASSED test_response.py::TestResponse::test_length_w_valid_header PASSED test_response.py::TestResponse::test_length_w_bad_header PASSED test_response.py::TestResponse::test_length_when_chunked PASSED test_response.py::TestResponse::test_length_with_multiple_content_lengths PASSED test_response.py::TestResponse::test_length_after_read PASSED test_response.py::TestResponse::test_mock_httpresponse_stream PASSED test_response.py::TestResponse::test_mock_transfer_encoding_chunked PASSED test_response.py::TestResponse::test_mock_gzipped_transfer_encoding_chunked_decoded PASSED test_response.py::TestResponse::test_mock_transfer_encoding_chunked_custom_read PASSED test_response.py::TestResponse::test_mock_transfer_encoding_chunked_unlmtd_read PASSED test_response.py::TestResponse::test_read_not_chunked_response_as_chunks PASSED test_response.py::TestResponse::test_invalid_chunks PASSED test_response.py::TestResponse::test_chunked_response_without_crlf_on_end PASSED test_response.py::TestResponse::test_chunked_response_with_extensions PASSED test_response.py::TestResponse::test_chunked_head_response PASSED test_response.py::TestResponse::test_get_case_insensitive_headers PASSED test_response.py::TestResponse::test_retries PASSED test_response.py::TestResponse::test_geturl PASSED test_response.py::TestResponse::test_geturl_retries PASSED test_response.py::TestResponse::test__iter__[-expected_stream0] PASSED test_response.py::TestResponse::test__iter__[\n-expected_stream1] PASSED test_response.py::TestResponse::test__iter__[abc\ndef-expected_stream2] PASSED test_response.py::TestResponse::test__iter__[Hello\nworld\n\n\n!-expected_stream3] PASSED test_response.py::TestResponse::test__iter__decode_content PASSED test_retry.py::TestRetry::test_string PASSED test_retry.py::TestRetry::test_retry_both_specified PASSED test_retry.py::TestRetry::test_retry_higher_total_loses PASSED test_retry.py::TestRetry::test_retry_higher_total_loses_vs_read PASSED test_retry.py::TestRetry::test_retry_total_none PASSED test_retry.py::TestRetry::test_retry_default PASSED test_retry.py::TestRetry::test_retry_read_zero PASSED test_retry.py::TestRetry::test_status_counter PASSED test_retry.py::TestRetry::test_backoff PASSED test_retry.py::TestRetry::test_zero_backoff PASSED test_retry.py::TestRetry::test_backoff_reset_after_redirect PASSED test_retry.py::TestRetry::test_sleep PASSED test_retry.py::TestRetry::test_status_forcelist PASSED test_retry.py::TestRetry::test_method_whitelist_with_status_forcelist PASSED test_retry.py::TestRetry::test_exhausted PASSED test_retry.py::TestRetry::test_disabled[-1] PASSED test_retry.py::TestRetry::test_disabled[0] PASSED test_retry.py::TestRetry::test_error_message PASSED test_retry.py::TestRetry::test_history PASSED test_retry.py::TestRetry::test_retry_method_not_in_whitelist PASSED test_retry.py::TestRetry::test_retry_default_remove_headers_on_redirect PASSED test_retry.py::TestRetry::test_retry_set_remove_headers_on_redirect PASSED test_retry.py::TestRetry::test_parse_retry_after_invalid[-1] PASSED test_retry.py::TestRetry::test_parse_retry_after_invalid[+1] PASSED test_retry.py::TestRetry::test_parse_retry_after_invalid[1.0] PASSED test_retry.py::TestRetry::test_parse_retry_after_invalid[\xb2] PASSED test_retry.py::TestRetry::test_parse_retry_after[0-0] PASSED test_retry.py::TestRetry::test_parse_retry_after[1000-1000] PASSED test_retry.py::TestRetry::test_parse_retry_after[ 42 -42] PASSED test_retry.py::TestRetry::test_respect_retry_after_header_propagated[True] PASSED test_retry.py::TestRetry::test_respect_retry_after_header_propagated[False] PASSED test_retry.py::TestRetry::test_respect_retry_after_header_sleep[3600-True-3600] PASSED test_retry.py::TestRetry::test_respect_retry_after_header_sleep[3600-False-None] PASSED test_retry.py::TestRetry::test_respect_retry_after_header_sleep[Mon, 3 Jun 2019 12:00:00 UTC-True-3600] PASSED test_retry.py::TestRetry::test_respect_retry_after_header_sleep[Mon, 3 Jun 2019 12:00:00 UTC-False-None] PASSED test_retry.py::TestRetry::test_respect_retry_after_header_sleep[Mon, 3 Jun 2019 11:00:00 UTC-True-None] PASSED test_retry.py::TestRetry::test_respect_retry_after_header_sleep[Mon, 3 Jun 2019 11:00:00 UTC-False-None] PASSED test_ssl.py::test_is_ipaddress_true[0::1] PASSED test_ssl.py::test_is_ipaddress_true[1::] PASSED test_ssl.py::test_is_ipaddress_true[2FE80::8939:7684:D84b:a5A4%251] PASSED test_ssl.py::test_is_ipaddress_true[3127.0.0.1] PASSED test_ssl.py::test_is_ipaddress_true[48.8.8.8] PASSED test_ssl.py::test_is_ipaddress_true[5127.0.0.1] PASSED test_ssl.py::test_is_ipaddress_true[6FE80::8939:7684:D84b:a5A4%251] PASSED test_ssl.py::test_is_ipaddress_true[7FE80::8939:7684:D84b:a5A4%251] PASSED test_ssl.py::test_is_ipaddress_true[8FE80::8939:7684:D84b:a5A4%19] PASSED test_ssl.py::test_is_ipaddress_true[9FE80::8939:7684:D84b:a5A4%19] PASSED test_ssl.py::test_is_ipaddress_false[0www.python.org] PASSED test_ssl.py::test_is_ipaddress_false[1www.python.org] PASSED test_ssl.py::test_is_ipaddress_false[2v2.sg.media-imdb.com] PASSED test_ssl.py::test_is_ipaddress_false[3v2.sg.media-imdb.com] PASSED test_ssl.py::test_context_sni_with_ip_address[True-127.0.0.1-False] PASSED test_ssl.py::test_context_sni_with_ip_address[False-www.python.org-False] PASSED test_ssl.py::test_context_sni_with_ip_address[False-0.0.0.0-False] PASSED test_ssl.py::test_context_sni_with_ip_address[True-www.google.com-True] PASSED test_ssl.py::test_context_sni_with_ip_address[True-None-False] PASSED test_ssl.py::test_context_sni_with_ip_address[False-None-False] PASSED test_ssl.py::test_sni_missing_warning_with_ip_addresses[True-www.google.com-False] PASSED test_ssl.py::test_sni_missing_warning_with_ip_addresses[True-127.0.0.1-False] PASSED test_ssl.py::test_sni_missing_warning_with_ip_addresses[False-127.0.0.1-False] PASSED test_ssl.py::test_sni_missing_warning_with_ip_addresses[False-www.google.com-True] PASSED test_ssl.py::test_sni_missing_warning_with_ip_addresses[True-None-False] PASSED test_ssl.py::test_sni_missing_warning_with_ip_addresses[False-None-False] PASSED test_ssl.py::test_create_urllib3_context_set_ciphers[None-ECDHE+AESGCM:ECDHE+CHACHA20:DHE+AESGCM:DHE+CHACHA20:ECDH+AESGCM:DH+AESGCM:ECDH+AES:DH+AES:RSA+AESGCM:RSA+AES:!aNULL:!eNULL:!MD5:!DSS] PASSED test_ssl.py::test_create_urllib3_context_set_ciphers[ECDH+AESGCM:ECDH+CHACHA20-ECDH+AESGCM:ECDH+CHACHA20] PASSED test_ssl.py::test_wrap_socket_given_context_no_load_default_certs PASSED test_ssl.py::test_wrap_socket_given_ca_certs_no_load_default_certs PASSED test_ssl.py::test_wrap_socket_default_loads_default_certs PASSED test_ssl.py::test_create_urllib3_context_pha[None-None] PASSED test_ssl.py::test_create_urllib3_context_pha[False-True] PASSED test_ssl.py::test_create_urllib3_context_pha[True-True] PASSED contrib/test_pyopenssl.py::TestPyOpenSSLHelpers::test_dnsname_to_stdlib_simple SKIPPED contrib/test_pyopenssl.py::TestPyOpenSSLHelpers::test_dnsname_to_stdlib_leading_period SKIPPED contrib/test_pyopenssl.py::TestPyOpenSSLHelpers::test_dnsname_to_stdlib_leading_splat SKIPPED contrib/test_pyopenssl.py::TestPyOpenSSLHelpers::test_get_subj_alt_name SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_simple <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_dotted_fqdn <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_client_intermediate <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_client_no_intermediate <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_client_key_password <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_client_encrypted_key_requires_password <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_verified <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_verified_with_context <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_context_combines_with_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_ca_dir_verified <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_invalid_common_name <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_verified_with_bad_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_verified_without_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_no_ssl <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_unverified_ssl <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_ssl_unverified_with_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_assert_hostname_false <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_assert_specific_hostname <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_server_hostname <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_assert_fingerprint_md5 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_assert_fingerprint_sha1 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_assert_fingerprint_sha256 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_assert_invalid_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_verify_none_and_bad_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_verify_none_and_good_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_good_fingerprint_and_hostname_mismatch <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_https_timeout <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_tunnel <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_enhanced_timeout <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_enhanced_ssl_connection <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_ssl_correct_system_time <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_ssl_wrong_system_time <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_set_ssl_version_to_tls_version <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_set_cert_default_cert_required <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS::test_tls_protocol_name_of_socket <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_simple <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_dotted_fqdn <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_client_intermediate <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_client_no_intermediate <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_client_key_password <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_client_encrypted_key_requires_password <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_verified <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_verified_with_context <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_context_combines_with_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_ca_dir_verified <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_invalid_common_name <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_verified_with_bad_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_verified_without_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_no_ssl <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_unverified_ssl <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_ssl_unverified_with_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_assert_hostname_false <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_assert_specific_hostname <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_server_hostname <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_assert_fingerprint_md5 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_assert_fingerprint_sha1 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_assert_fingerprint_sha256 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_assert_invalid_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_verify_none_and_bad_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_verify_none_and_good_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_good_fingerprint_and_hostname_mismatch <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_https_timeout <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_tunnel <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_enhanced_timeout <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_enhanced_ssl_connection <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_ssl_correct_system_time <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_ssl_wrong_system_time <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_set_ssl_version_to_tls_version <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_set_cert_default_cert_required <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_tls_protocol_name_of_socket <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_simple <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_dotted_fqdn <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_client_intermediate <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_client_no_intermediate <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_client_key_password <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_client_encrypted_key_requires_password <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_verified <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_verified_with_context <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_context_combines_with_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_ca_dir_verified <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_invalid_common_name <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_verified_with_bad_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_verified_without_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_no_ssl <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_unverified_ssl <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_ssl_unverified_with_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_assert_hostname_false <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_assert_specific_hostname <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_server_hostname <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_assert_fingerprint_md5 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_assert_fingerprint_sha1 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_assert_fingerprint_sha256 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_assert_invalid_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_verify_none_and_bad_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_verify_none_and_good_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_good_fingerprint_and_hostname_mismatch <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_https_timeout <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_tunnel <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_enhanced_timeout <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_enhanced_ssl_connection <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_ssl_correct_system_time <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_ssl_wrong_system_time <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_set_ssl_version_to_tls_version <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_set_cert_default_cert_required <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_tls_protocol_name_of_socket <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_simple <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_dotted_fqdn <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_client_intermediate <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_client_no_intermediate <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_client_key_password <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_client_encrypted_key_requires_password <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_verified <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_verified_with_context <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_context_combines_with_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_ca_dir_verified <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_invalid_common_name <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_verified_with_bad_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_verified_without_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_no_ssl <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_unverified_ssl <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_ssl_unverified_with_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_assert_hostname_false <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_assert_specific_hostname <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_server_hostname <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_assert_fingerprint_md5 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_assert_fingerprint_sha1 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_assert_fingerprint_sha256 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_assert_invalid_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_verify_none_and_bad_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_verify_none_and_good_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_good_fingerprint_and_hostname_mismatch <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_https_timeout <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_tunnel <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_enhanced_timeout <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_enhanced_ssl_connection <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_ssl_correct_system_time <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_ssl_wrong_system_time <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_set_ssl_version_to_tls_version <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_set_cert_default_cert_required <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_tls_protocol_name_of_socket <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_simple <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_dotted_fqdn <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_client_intermediate <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_client_no_intermediate <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_client_key_password <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_client_encrypted_key_requires_password <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_verified <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_verified_with_context <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_context_combines_with_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_ca_dir_verified <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_invalid_common_name <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_verified_with_bad_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_verified_without_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_no_ssl <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_unverified_ssl <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_ssl_unverified_with_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_assert_hostname_false <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_assert_specific_hostname <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_server_hostname <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_assert_fingerprint_md5 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_assert_fingerprint_sha1 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_assert_fingerprint_sha256 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_assert_invalid_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_verify_none_and_bad_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_verify_none_and_good_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_good_fingerprint_and_hostname_mismatch <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_https_timeout <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_tunnel <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_enhanced_timeout <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_enhanced_ssl_connection <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_ssl_correct_system_time <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_ssl_wrong_system_time <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_set_ssl_version_to_tls_version <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_set_cert_default_cert_required <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_tls_protocol_name_of_socket <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_NoSAN::test_warning_for_certs_without_a_san <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_IPSAN::test_can_validate_ip_san <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_IPv6Addr::test_strip_square_brackets_before_validating <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestHTTPS_IPV6SAN::test_can_validate_ipv6_san <- test/with_dummyserver/test_https.py SKIPPED contrib/test_pyopenssl.py::TestSNI::test_hostname_in_first_request_packet <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_pyopenssl.py::TestClientCerts::test_client_certs_two_files <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_pyopenssl.py::TestClientCerts::test_client_certs_one_file <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_pyopenssl.py::TestClientCerts::test_missing_client_certs_raises_error <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_pyopenssl.py::TestClientCerts::test_client_cert_with_string_password <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_pyopenssl.py::TestClientCerts::test_client_cert_with_bytes_password <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_pyopenssl.py::TestClientCerts::test_load_keyfile_with_invalid_password <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_pyopenssl.py::TestSocketClosing::test_recovery_when_server_closes_connection <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_pyopenssl.py::TestSocketClosing::test_connection_refused <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_pyopenssl.py::TestSocketClosing::test_connection_read_timeout <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_pyopenssl.py::TestSocketClosing::test_read_timeout_dont_retry_method_not_in_whitelist <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_pyopenssl.py::TestSocketClosing::test_https_connection_read_timeout <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_pyopenssl.py::TestSocketClosing::test_timeout_errors_cause_retries <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_pyopenssl.py::TestSocketClosing::test_delayed_body_read_timeout <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_pyopenssl.py::TestSocketClosing::test_delayed_body_read_timeout_with_preload <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_pyopenssl.py::TestSocketClosing::test_incomplete_response <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_pyopenssl.py::TestSocketClosing::test_retry_weird_http_version <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_pyopenssl.py::TestSocketClosing::test_connection_cleanup_on_read_timeout <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_pyopenssl.py::TestSocketClosing::test_connection_cleanup_on_protocol_error_during_read <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_pyopenssl.py::TestSocketClosing::test_connection_closed_on_read_timeout_preload_false <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_pyopenssl.py::TestSocketClosing::test_closing_response_actually_closes_connection <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_pyopenssl.py::TestSocketClosing::test_release_conn_param_is_respected_after_timeout_retry <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_pyopenssl_dependencies.py::TestPyOpenSSLInjection::test_inject_validate_fail_cryptography SKIPPED contrib/test_pyopenssl_dependencies.py::TestPyOpenSSLInjection::test_inject_validate_fail_pyopenssl SKIPPED contrib/test_securetransport.py::test_no_crash_with_empty_trust_bundle SKIPPED contrib/test_securetransport.py::TestHTTPS::test_simple <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_dotted_fqdn <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_client_intermediate <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_client_no_intermediate <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_client_key_password <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_client_encrypted_key_requires_password <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_verified <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_verified_with_context <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_context_combines_with_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_ca_dir_verified <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_invalid_common_name <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_verified_with_bad_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_verified_without_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_no_ssl <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_unverified_ssl <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_ssl_unverified_with_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_assert_hostname_false <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_assert_specific_hostname <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_server_hostname <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_assert_fingerprint_md5 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_assert_fingerprint_sha1 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_assert_fingerprint_sha256 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_assert_invalid_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_verify_none_and_bad_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_verify_none_and_good_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_good_fingerprint_and_hostname_mismatch <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_https_timeout <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_tunnel <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_enhanced_timeout <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_enhanced_ssl_connection <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_ssl_correct_system_time <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_ssl_wrong_system_time <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_set_ssl_version_to_tls_version <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_set_cert_default_cert_required <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS::test_tls_protocol_name_of_socket <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_simple <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_dotted_fqdn <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_client_intermediate <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_client_no_intermediate <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_client_key_password <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_client_encrypted_key_requires_password <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_verified <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_verified_with_context <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_context_combines_with_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_ca_dir_verified <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_invalid_common_name <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_verified_with_bad_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_verified_without_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_no_ssl <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_unverified_ssl <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_ssl_unverified_with_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_assert_hostname_false <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_assert_specific_hostname <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_server_hostname <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_assert_fingerprint_md5 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_assert_fingerprint_sha1 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_assert_fingerprint_sha256 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_assert_invalid_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_verify_none_and_bad_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_verify_none_and_good_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_good_fingerprint_and_hostname_mismatch <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_https_timeout <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_tunnel <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_enhanced_timeout <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_enhanced_ssl_connection <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_ssl_correct_system_time <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_ssl_wrong_system_time <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_set_ssl_version_to_tls_version <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_set_cert_default_cert_required <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1::test_tls_protocol_name_of_socket <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_simple <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_dotted_fqdn <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_client_intermediate <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_client_no_intermediate <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_client_key_password <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_client_encrypted_key_requires_password <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_verified <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_verified_with_context <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_context_combines_with_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_ca_dir_verified <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_invalid_common_name <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_verified_with_bad_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_verified_without_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_no_ssl <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_unverified_ssl <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_ssl_unverified_with_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_assert_hostname_false <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_assert_specific_hostname <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_server_hostname <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_assert_fingerprint_md5 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_assert_fingerprint_sha1 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_assert_fingerprint_sha256 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_assert_invalid_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_verify_none_and_bad_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_verify_none_and_good_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_good_fingerprint_and_hostname_mismatch <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_https_timeout <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_tunnel <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_enhanced_timeout <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_enhanced_ssl_connection <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_ssl_correct_system_time <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_ssl_wrong_system_time <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_set_ssl_version_to_tls_version <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_set_cert_default_cert_required <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_1::test_tls_protocol_name_of_socket <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_simple <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_dotted_fqdn <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_client_intermediate <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_client_no_intermediate <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_client_key_password <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_client_encrypted_key_requires_password <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_verified <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_verified_with_context <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_context_combines_with_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_ca_dir_verified <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_invalid_common_name <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_verified_with_bad_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_verified_without_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_no_ssl <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_unverified_ssl <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_ssl_unverified_with_ca_certs <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_assert_hostname_false <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_assert_specific_hostname <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_server_hostname <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_assert_fingerprint_md5 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_assert_fingerprint_sha1 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_assert_fingerprint_sha256 <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_assert_invalid_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_verify_none_and_bad_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_verify_none_and_good_fingerprint <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_good_fingerprint_and_hostname_mismatch <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_https_timeout <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_tunnel <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_enhanced_timeout <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_enhanced_ssl_connection <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_ssl_correct_system_time <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_ssl_wrong_system_time <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_set_ssl_version_to_tls_version <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_set_cert_default_cert_required <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestHTTPS_TLSv1_2::test_tls_protocol_name_of_socket <- test/with_dummyserver/test_https.py SKIPPED contrib/test_securetransport.py::TestSNI::test_hostname_in_first_request_packet <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_securetransport.py::TestClientCerts::test_client_certs_two_files <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_securetransport.py::TestClientCerts::test_client_certs_one_file <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_securetransport.py::TestClientCerts::test_missing_client_certs_raises_error <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_securetransport.py::TestClientCerts::test_client_cert_with_string_password <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_securetransport.py::TestClientCerts::test_client_cert_with_bytes_password <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_securetransport.py::TestClientCerts::test_load_keyfile_with_invalid_password <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_securetransport.py::TestSocketClosing::test_recovery_when_server_closes_connection <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_securetransport.py::TestSocketClosing::test_connection_refused <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_securetransport.py::TestSocketClosing::test_connection_read_timeout <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_securetransport.py::TestSocketClosing::test_read_timeout_dont_retry_method_not_in_whitelist <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_securetransport.py::TestSocketClosing::test_https_connection_read_timeout <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_securetransport.py::TestSocketClosing::test_timeout_errors_cause_retries <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_securetransport.py::TestSocketClosing::test_delayed_body_read_timeout <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_securetransport.py::TestSocketClosing::test_delayed_body_read_timeout_with_preload <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_securetransport.py::TestSocketClosing::test_incomplete_response <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_securetransport.py::TestSocketClosing::test_retry_weird_http_version <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_securetransport.py::TestSocketClosing::test_connection_cleanup_on_read_timeout <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_securetransport.py::TestSocketClosing::test_connection_cleanup_on_protocol_error_during_read <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_securetransport.py::TestSocketClosing::test_connection_closed_on_read_timeout_preload_false <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_securetransport.py::TestSocketClosing::test_closing_response_actually_closes_connection <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_securetransport.py::TestSocketClosing::test_release_conn_param_is_respected_after_timeout_retry <- test/with_dummyserver/test_socketlevel.py SKIPPED contrib/test_socks.py::TestSOCKSProxyManager::test_invalid_socks_version_is_valueerror PASSED contrib/test_socks.py::TestSocks5Proxy::test_basic_request PASSED contrib/test_socks.py::TestSocks5Proxy::test_local_dns PASSED contrib/test_socks.py::TestSocks5Proxy::test_correct_header_line PASSED contrib/test_socks.py::TestSocks5Proxy::test_connection_timeouts PASSED contrib/test_socks.py::TestSocks5Proxy::test_connection_failure PASSED contrib/test_socks.py::TestSocks5Proxy::test_proxy_rejection PASSED contrib/test_socks.py::TestSocks5Proxy::test_socks_with_password PASSED contrib/test_socks.py::TestSocks5Proxy::test_socks_with_auth_in_url PASSED contrib/test_socks.py::TestSocks5Proxy::test_socks_with_invalid_password PASSED contrib/test_socks.py::TestSocks5Proxy::test_source_address_works PASSED contrib/test_socks.py::TestSOCKS4Proxy::test_basic_request PASSED contrib/test_socks.py::TestSOCKS4Proxy::test_local_dns PASSED contrib/test_socks.py::TestSOCKS4Proxy::test_correct_header_line PASSED contrib/test_socks.py::TestSOCKS4Proxy::test_proxy_rejection PASSED contrib/test_socks.py::TestSOCKS4Proxy::test_socks4_with_username PASSED contrib/test_socks.py::TestSOCKS4Proxy::test_socks_with_invalid_username PASSED contrib/test_socks.py::TestSOCKSWithTLS::test_basic_request PASSED with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_chunks PASSED with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_bytestring_body PASSED with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_unicode_body PASSED with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_empty_body PASSED with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_empty_string_body PASSED with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_empty_iterable_body PASSED with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_removes_duplicate_host_header PASSED with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_provides_default_host_header PASSED with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_timeout_float PASSED with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_conn_closed PASSED with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_timeout PASSED with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_connect_timeout PASSED with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_total_applies_connect PASSED with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_total_timeout PASSED with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_create_connection_timeout PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_get PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_post_url PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_urlopen_put PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_wrong_specific_method PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_upload PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_one_name_multiple_values PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_request_method_body PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_unicode_upload PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_nagle PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_options PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_disable_default_socket_options PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_defaults_are_applied PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_connection_error_retries PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_timeout_success PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_tunnel PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_redirect PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_bad_connect PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_keepalive PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_keepalive_close PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_post_with_urlencode PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_post_with_multipart PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_post_with_multipart__iter__ PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_check_gzip PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_check_deflate PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_bad_decode PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_connection_count PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_connection_count_bigpool PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_partial_response PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_lazy_load_twice PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_for_double_release PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_release_conn_parameter PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_dns_error PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_percent_encode_invalid_target_chars PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_source_address PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_stream_keepalive PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_read_chunked_short_circuit PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_read_chunked_on_closed_response PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_chunked_gzip PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_cleanup_on_connection_error PASSED with_dummyserver/test_connectionpool.py::TestConnectionPool::test_mixed_case_hostname PASSED with_dummyserver/test_connectionpool.py::TestRetry::test_max_retry PASSED with_dummyserver/test_connectionpool.py::TestRetry::test_disabled_retry PASSED with_dummyserver/test_connectionpool.py::TestRetry::test_read_retries PASSED with_dummyserver/test_connectionpool.py::TestRetry::test_read_total_retries PASSED with_dummyserver/test_connectionpool.py::TestRetry::test_retries_wrong_whitelist PASSED with_dummyserver/test_connectionpool.py::TestRetry::test_default_method_whitelist_retried PASSED with_dummyserver/test_connectionpool.py::TestRetry::test_retries_wrong_method_list PASSED with_dummyserver/test_connectionpool.py::TestRetry::test_read_retries_unsuccessful PASSED with_dummyserver/test_connectionpool.py::TestRetry::test_retry_reuse_safe PASSED with_dummyserver/test_connectionpool.py::TestRetry::test_retry_return_in_response PASSED with_dummyserver/test_connectionpool.py::TestRetry::test_retry_redirect_history PASSED with_dummyserver/test_connectionpool.py::TestRetry::test_multi_redirect_history PASSED with_dummyserver/test_connectionpool.py::TestRetryAfter::test_retry_after PASSED with_dummyserver/test_connectionpool.py::TestRetryAfter::test_redirect_after PASSED with_dummyserver/test_connectionpool.py::TestFileBodiesOnRetryOrRedirect::test_retries_put_filehandle PASSED with_dummyserver/test_connectionpool.py::TestFileBodiesOnRetryOrRedirect::test_redirect_put_file PASSED with_dummyserver/test_connectionpool.py::TestFileBodiesOnRetryOrRedirect::test_redirect_with_failed_tell PASSED with_dummyserver/test_connectionpool.py::TestRetryPoolSize::test_pool_size_retry PASSED with_dummyserver/test_connectionpool.py::TestRedirectPoolSize::test_pool_size_redirect PASSED with_dummyserver/test_https.py::TestHTTPS::test_simple SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_dotted_fqdn SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_client_intermediate SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_client_no_intermediate SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_client_key_password SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_client_encrypted_key_requires_password SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_verified SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_verified_with_context SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_context_combines_with_ca_certs SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_ca_dir_verified SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_invalid_common_name SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_verified_with_bad_ca_certs SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_verified_without_ca_certs SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_no_ssl SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_unverified_ssl SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_ssl_unverified_with_ca_certs SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_assert_hostname_false SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_assert_specific_hostname SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_server_hostname SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_assert_fingerprint_md5 SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_assert_fingerprint_sha1 SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_assert_fingerprint_sha256 SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_assert_invalid_fingerprint SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_verify_none_and_bad_fingerprint SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_verify_none_and_good_fingerprint SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_good_fingerprint_and_hostname_mismatch SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_https_timeout SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_tunnel SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_enhanced_timeout SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_enhanced_ssl_connection SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_ssl_correct_system_time SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_ssl_wrong_system_time SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_set_ssl_version_to_tls_version SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_set_cert_default_cert_required SKIPPED with_dummyserver/test_https.py::TestHTTPS::test_tls_protocol_name_of_socket SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_simple SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_dotted_fqdn SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_client_intermediate SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_client_no_intermediate SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_client_key_password SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_client_encrypted_key_requires_password SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_verified SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_verified_with_context SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_context_combines_with_ca_certs SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_ca_dir_verified SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_invalid_common_name SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_verified_with_bad_ca_certs SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_verified_without_ca_certs SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_no_ssl SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_unverified_ssl SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_ssl_unverified_with_ca_certs SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_assert_hostname_false SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_assert_specific_hostname SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_server_hostname SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_assert_fingerprint_md5 SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_assert_fingerprint_sha1 SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_assert_fingerprint_sha256 SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_assert_invalid_fingerprint SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_verify_none_and_bad_fingerprint SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_verify_none_and_good_fingerprint SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_good_fingerprint_and_hostname_mismatch SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_https_timeout SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_tunnel SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_enhanced_timeout SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_enhanced_ssl_connection SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_ssl_correct_system_time SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_ssl_wrong_system_time SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_set_ssl_version_to_tls_version SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_set_cert_default_cert_required SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_tls_protocol_name_of_socket SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_simple SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_dotted_fqdn SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_client_intermediate SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_client_no_intermediate SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_client_key_password SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_client_encrypted_key_requires_password SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_verified SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_verified_with_context SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_context_combines_with_ca_certs SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_ca_dir_verified SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_invalid_common_name SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_verified_with_bad_ca_certs SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_verified_without_ca_certs SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_no_ssl SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_unverified_ssl SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_ssl_unverified_with_ca_certs SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_assert_hostname_false SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_assert_specific_hostname SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_server_hostname SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_assert_fingerprint_md5 SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_assert_fingerprint_sha1 SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_assert_fingerprint_sha256 SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_assert_invalid_fingerprint SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_verify_none_and_bad_fingerprint SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_verify_none_and_good_fingerprint SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_good_fingerprint_and_hostname_mismatch SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_https_timeout SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_tunnel SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_enhanced_timeout SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_enhanced_ssl_connection SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_ssl_correct_system_time SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_ssl_wrong_system_time SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_set_ssl_version_to_tls_version SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_set_cert_default_cert_required SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_tls_protocol_name_of_socket SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_simple SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_dotted_fqdn SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_client_intermediate SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_client_no_intermediate SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_client_key_password SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_client_encrypted_key_requires_password SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_verified SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_verified_with_context SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_context_combines_with_ca_certs SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_ca_dir_verified SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_invalid_common_name SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_verified_with_bad_ca_certs SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_verified_without_ca_certs SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_no_ssl SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_unverified_ssl SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_ssl_unverified_with_ca_certs SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_assert_hostname_false SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_assert_specific_hostname SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_server_hostname SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_assert_fingerprint_md5 SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_assert_fingerprint_sha1 SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_assert_fingerprint_sha256 SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_assert_invalid_fingerprint SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_verify_none_and_bad_fingerprint SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_verify_none_and_good_fingerprint SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_good_fingerprint_and_hostname_mismatch SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_https_timeout SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_tunnel SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_enhanced_timeout SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_enhanced_ssl_connection SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_ssl_correct_system_time SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_ssl_wrong_system_time SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_set_ssl_version_to_tls_version SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_set_cert_default_cert_required SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_tls_protocol_name_of_socket SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_simple SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_dotted_fqdn SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_client_intermediate SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_client_no_intermediate SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_client_key_password SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_client_encrypted_key_requires_password SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_verified SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_verified_with_context SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_context_combines_with_ca_certs SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_ca_dir_verified SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_invalid_common_name SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_verified_with_bad_ca_certs SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_verified_without_ca_certs SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_no_ssl SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_unverified_ssl SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_ssl_unverified_with_ca_certs SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_assert_hostname_false SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_assert_specific_hostname SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_server_hostname SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_assert_fingerprint_md5 SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_assert_fingerprint_sha1 SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_assert_fingerprint_sha256 SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_assert_invalid_fingerprint SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_verify_none_and_bad_fingerprint SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_verify_none_and_good_fingerprint SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_good_fingerprint_and_hostname_mismatch SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_https_timeout SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_tunnel SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_enhanced_timeout SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_enhanced_ssl_connection SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_ssl_correct_system_time SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_ssl_wrong_system_time SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_set_ssl_version_to_tls_version SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_set_cert_default_cert_required SKIPPED with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_tls_protocol_name_of_socket SKIPPED with_dummyserver/test_https.py::TestHTTPS_NoSAN::test_warning_for_certs_without_a_san PASSED with_dummyserver/test_https.py::TestHTTPS_IPSAN::test_can_validate_ip_san PASSED with_dummyserver/test_https.py::TestHTTPS_IPv6Addr::test_strip_square_brackets_before_validating PASSED with_dummyserver/test_https.py::TestHTTPS_IPV6SAN::test_can_validate_ipv6_san PASSED with_dummyserver/test_no_ssl.py::TestHTTPWithoutSSL::test_simple PASSED with_dummyserver/test_no_ssl.py::TestHTTPSWithoutSSL::test_simple PASSED with_dummyserver/test_poolmanager.py::TestPoolManager::test_redirect PASSED with_dummyserver/test_poolmanager.py::TestPoolManager::test_redirect_twice PASSED with_dummyserver/test_poolmanager.py::TestPoolManager::test_redirect_to_relative_url PASSED with_dummyserver/test_poolmanager.py::TestPoolManager::test_cross_host_redirect PASSED with_dummyserver/test_poolmanager.py::TestPoolManager::test_too_many_redirects PASSED with_dummyserver/test_poolmanager.py::TestPoolManager::test_redirect_cross_host_remove_headers PASSED with_dummyserver/test_poolmanager.py::TestPoolManager::test_redirect_cross_host_no_remove_headers PASSED with_dummyserver/test_poolmanager.py::TestPoolManager::test_redirect_cross_host_set_removed_headers PASSED with_dummyserver/test_poolmanager.py::TestPoolManager::test_raise_on_redirect PASSED with_dummyserver/test_poolmanager.py::TestPoolManager::test_raise_on_status PASSED with_dummyserver/test_poolmanager.py::TestPoolManager::test_missing_port PASSED with_dummyserver/test_poolmanager.py::TestPoolManager::test_headers PASSED with_dummyserver/test_poolmanager.py::TestPoolManager::test_http_with_ssl_keywords PASSED with_dummyserver/test_poolmanager.py::TestPoolManager::test_http_with_ca_cert_dir PASSED with_dummyserver/test_poolmanager.py::TestIPv6PoolManager::test_ipv6 PASSED with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_basic_proxy PASSED with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_nagle_proxy PASSED with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_conn_fail PASSED with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_oldapi PASSED with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_verified PASSED with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_redirect PASSED with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_cross_host_redirect PASSED with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_cross_protocol_redirect PASSED with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_headers PASSED with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_headerdict PASSED with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_pooling PASSED with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_pooling_ext PASSED with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_timeout PASSED with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_pool_timeout PASSED with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_scheme_host_case_insensitive PASSED with_dummyserver/test_proxy_poolmanager.py::TestIPv6HTTPProxyManager::test_basic_ipv6_proxy PASSED with_dummyserver/test_socketlevel.py::TestCookies::test_multi_setcookie PASSED with_dummyserver/test_socketlevel.py::TestSNI::test_hostname_in_first_request_packet PASSED with_dummyserver/test_socketlevel.py::TestClientCerts::test_client_certs_two_files PASSED with_dummyserver/test_socketlevel.py::TestClientCerts::test_client_certs_one_file PASSED with_dummyserver/test_socketlevel.py::TestClientCerts::test_missing_client_certs_raises_error PASSED with_dummyserver/test_socketlevel.py::TestClientCerts::test_client_cert_with_string_password PASSED with_dummyserver/test_socketlevel.py::TestClientCerts::test_client_cert_with_bytes_password PASSED with_dummyserver/test_socketlevel.py::TestClientCerts::test_load_keyfile_with_invalid_password PASSED with_dummyserver/test_socketlevel.py::TestSocketClosing::test_recovery_when_server_closes_connection PASSED with_dummyserver/test_socketlevel.py::TestSocketClosing::test_connection_refused PASSED with_dummyserver/test_socketlevel.py::TestSocketClosing::test_connection_read_timeout PASSED with_dummyserver/test_socketlevel.py::TestSocketClosing::test_read_timeout_dont_retry_method_not_in_whitelist PASSED with_dummyserver/test_socketlevel.py::TestSocketClosing::test_https_connection_read_timeout PASSED with_dummyserver/test_socketlevel.py::TestSocketClosing::test_timeout_errors_cause_retries PASSED with_dummyserver/test_socketlevel.py::TestSocketClosing::test_delayed_body_read_timeout PASSED with_dummyserver/test_socketlevel.py::TestSocketClosing::test_delayed_body_read_timeout_with_preload PASSED with_dummyserver/test_socketlevel.py::TestSocketClosing::test_incomplete_response PASSED with_dummyserver/test_socketlevel.py::TestSocketClosing::test_retry_weird_http_version PASSED with_dummyserver/test_socketlevel.py::TestSocketClosing::test_connection_cleanup_on_read_timeout PASSED with_dummyserver/test_socketlevel.py::TestSocketClosing::test_connection_cleanup_on_protocol_error_during_read PASSED with_dummyserver/test_socketlevel.py::TestSocketClosing::test_connection_closed_on_read_timeout_preload_false PASSED with_dummyserver/test_socketlevel.py::TestSocketClosing::test_closing_response_actually_closes_connection PASSED with_dummyserver/test_socketlevel.py::TestSocketClosing::test_release_conn_param_is_respected_after_timeout_retry PASSED with_dummyserver/test_socketlevel.py::TestProxyManager::test_simple PASSED with_dummyserver/test_socketlevel.py::TestProxyManager::test_headers PASSED with_dummyserver/test_socketlevel.py::TestProxyManager::test_retries PASSED with_dummyserver/test_socketlevel.py::TestProxyManager::test_connect_reconn PASSED with_dummyserver/test_socketlevel.py::TestProxyManager::test_connect_ipv6_addr PASSED with_dummyserver/test_socketlevel.py::TestSSL::test_ssl_failure_midway_through_conn PASSED with_dummyserver/test_socketlevel.py::TestSSL::test_ssl_read_timeout PASSED with_dummyserver/test_socketlevel.py::TestSSL::test_ssl_failed_fingerprint_verification PASSED with_dummyserver/test_socketlevel.py::TestSSL::test_retry_ssl_error PASSED with_dummyserver/test_socketlevel.py::TestSSL::test_ssl_load_default_certs_when_empty PASSED with_dummyserver/test_socketlevel.py::TestSSL::test_ssl_dont_load_default_certs_when_given PASSED with_dummyserver/test_socketlevel.py::TestErrorWrapping::test_bad_statusline PASSED with_dummyserver/test_socketlevel.py::TestErrorWrapping::test_unknown_protocol PASSED with_dummyserver/test_socketlevel.py::TestHeaders::test_httplib_headers_case_insensitive PASSED with_dummyserver/test_socketlevel.py::TestHeaders::test_headers_are_sent_with_the_original_case PASSED with_dummyserver/test_socketlevel.py::TestHeaders::test_request_headers_are_sent_in_the_original_order PASSED with_dummyserver/test_socketlevel.py::TestHeaders::test_request_host_header_ignores_fqdn_dot PASSED with_dummyserver/test_socketlevel.py::TestHeaders::test_response_headers_are_returned_in_the_original_order PASSED with_dummyserver/test_socketlevel.py::TestBrokenHeaders::test_header_without_name PASSED with_dummyserver/test_socketlevel.py::TestBrokenHeaders::test_header_without_name_or_value PASSED with_dummyserver/test_socketlevel.py::TestBrokenHeaders::test_header_without_colon_or_value PASSED with_dummyserver/test_socketlevel.py::TestHeaderParsingContentType::test_header_text_plain PASSED with_dummyserver/test_socketlevel.py::TestHeaderParsingContentType::test_header_message_rfc822 PASSED with_dummyserver/test_socketlevel.py::TestHEAD::test_chunked_head_response_does_not_hang PASSED with_dummyserver/test_socketlevel.py::TestHEAD::test_empty_head_response_does_not_hang PASSED with_dummyserver/test_socketlevel.py::TestStream::test_stream_none_unchunked_response_does_not_hang PASSED with_dummyserver/test_socketlevel.py::TestBadContentLength::test_enforce_content_length_get PASSED with_dummyserver/test_socketlevel.py::TestBadContentLength::test_enforce_content_length_no_body PASSED with_dummyserver/test_socketlevel.py::TestRetryPoolSizeDrainFail::test_pool_size_retry_drain_fail PASSED 27 tests deselected by '-knot test_wait and not test_io and not test_same_host_custom_protocol and not test_recent_date and not test_source_address_error' =========== 485 passed, 549 skipped, 27 deselected in 10.24 seconds ============ + popd ~/build/BUILD/urllib3-1.25.6 + exit 0 Processing files: python36-urllib3-1.25.6-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.W0MvzC + umask 022 + cd /builddir/build/BUILD + cd urllib3-1.25.6 + DOCDIR=/builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/share/doc/python36-urllib3-1.25.6 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/share/doc/python36-urllib3-1.25.6 + cp -pr CHANGES.rst /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/share/doc/python36-urllib3-1.25.6 + cp -pr README.rst /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/share/doc/python36-urllib3-1.25.6 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.H1jou5 + umask 022 + cd /builddir/build/BUILD + cd urllib3-1.25.6 + LICENSEDIR=/builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/share/licenses/python36-urllib3-1.25.6 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/share/licenses/python36-urllib3-1.25.6 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/share/licenses/python36-urllib3-1.25.6 + exit 0 Provides: bundled(python36-ssl_match_hostname) python3-urllib3 = 1.25.6-1.el7 python3.6dist(urllib3) = 1.25.6 python36-urllib3 = 1.25.6-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Processing files: python34-urllib3-1.25.6-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.OFz2MB + umask 022 + cd /builddir/build/BUILD + cd urllib3-1.25.6 + DOCDIR=/builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/share/doc/python34-urllib3-1.25.6 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/share/doc/python34-urllib3-1.25.6 + cp -pr CHANGES.rst /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/share/doc/python34-urllib3-1.25.6 + cp -pr README.rst /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/share/doc/python34-urllib3-1.25.6 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.OXy867 + umask 022 + cd /builddir/build/BUILD + cd urllib3-1.25.6 + LICENSEDIR=/builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/share/licenses/python34-urllib3-1.25.6 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/share/licenses/python34-urllib3-1.25.6 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch/usr/share/licenses/python34-urllib3-1.25.6 + exit 0 Provides: bundled(python34-ssl_match_hostname) python3.4dist(urllib3) = 1.25.6 python34-urllib3 = 1.25.6-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.4 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch Wrote: /builddir/build/RPMS/python36-urllib3-1.25.6-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python34-urllib3-1.25.6-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.LQxsFR + umask 022 + cd /builddir/build/BUILD + cd urllib3-1.25.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python3-urllib3-1.25.6-1.el7.noarch + exit 0 Child return code was: 0