running install running build running build_py running egg_info writing pytest_httpbin.egg-info/PKG-INFO writing dependency_links to pytest_httpbin.egg-info/dependency_links.txt writing entry points to pytest_httpbin.egg-info/entry_points.txt writing requirements to pytest_httpbin.egg-info/requires.txt writing top-level names to pytest_httpbin.egg-info/top_level.txt reading manifest file 'pytest_httpbin.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pytest_httpbin.egg-info/SOURCES.txt' running install_lib creating /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0/tmp_install creating /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0/tmp_install/usr creating /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0/tmp_install/usr/lib creating /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0/tmp_install/usr/lib/python3.10 creating /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0/tmp_install/usr/lib/python3.10/site-packages creating /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0/tmp_install/usr/lib/python3.10/site-packages/pytest_httpbin creating /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0/tmp_install/usr/lib/python3.10/site-packages/pytest_httpbin/certs copying build/lib/pytest_httpbin/certs/key.pem -> /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0/tmp_install/usr/lib/python3.10/site-packages/pytest_httpbin/certs copying build/lib/pytest_httpbin/certs/cert.pem -> /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0/tmp_install/usr/lib/python3.10/site-packages/pytest_httpbin/certs copying build/lib/pytest_httpbin/certs/cacert.pem -> /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0/tmp_install/usr/lib/python3.10/site-packages/pytest_httpbin/certs copying build/lib/pytest_httpbin/__init__.py -> /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0/tmp_install/usr/lib/python3.10/site-packages/pytest_httpbin copying build/lib/pytest_httpbin/certs.py -> /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0/tmp_install/usr/lib/python3.10/site-packages/pytest_httpbin copying build/lib/pytest_httpbin/plugin.py -> /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0/tmp_install/usr/lib/python3.10/site-packages/pytest_httpbin copying build/lib/pytest_httpbin/serve.py -> /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0/tmp_install/usr/lib/python3.10/site-packages/pytest_httpbin copying build/lib/pytest_httpbin/version.py -> /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0/tmp_install/usr/lib/python3.10/site-packages/pytest_httpbin byte-compiling /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0/tmp_install/usr/lib/python3.10/site-packages/pytest_httpbin/__init__.py to __init__.cpython-310.pyc byte-compiling /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0/tmp_install/usr/lib/python3.10/site-packages/pytest_httpbin/certs.py to certs.cpython-310.pyc byte-compiling /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0/tmp_install/usr/lib/python3.10/site-packages/pytest_httpbin/plugin.py to plugin.cpython-310.pyc byte-compiling /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0/tmp_install/usr/lib/python3.10/site-packages/pytest_httpbin/serve.py to serve.cpython-310.pyc byte-compiling /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0/tmp_install/usr/lib/python3.10/site-packages/pytest_httpbin/version.py to version.cpython-310.pyc writing byte-compilation script '/tmp/tmp9caf3_ha.py' /usr/bin/python -Wignore:The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives:DeprecationWarning /tmp/tmp9caf3_ha.py removing /tmp/tmp9caf3_ha.py running install_egg_info Copying pytest_httpbin.egg-info to /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0/tmp_install/usr/lib/python3.10/site-packages/pytest_httpbin-1.0.0-py3.10.egg-info running install_scripts ============================= test session starts ============================== platform linux -- Python 3.10.0, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0 plugins: httpbin-1.0.0 collected 19 items tests/test_httpbin.py ............. [ 68%] tests/test_server.py ...... [100%] =============================== warnings summary =============================== tests/test_httpbin.py: 14 warnings tests/test_server.py: 2 warnings /build/python-pytest-httpbin/src/pytest-httpbin-1.0.0/pytest_httpbin/serve.py:65: DeprecationWarning: ssl.wrap_socket() is deprecated, use SSLContext.wrap_socket() ssock = ssl.wrap_socket( tests/test_httpbin.py: 14 warnings tests/test_server.py: 2 warnings /usr/lib/python3.10/ssl.py:1433: DeprecationWarning: ssl.PROTOCOL_TLS is deprecated context = SSLContext(ssl_version) -- Docs: https://docs.pytest.org/en/stable/warnings.html ======================= 19 passed, 32 warnings in 2.24s ========================