ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / WSGIProxy2 / test / results-all.master
blob1c96417626fe1cae7e1e239e78298282bcfdd232
1 ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions
2 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
3 py$(PYV): commands[0]> python -m pytest
4 ============================= test session starts ==============================
5 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
6 cachedir: .tox/py$(PYV)/.pytest_cache
7 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
8 rootdir: $(@D)
9 configfile: pytest.ini
10 asyncio: mode=strict
11 collecting ... collected 29 items
13 ::project PASSED
14 wsgiproxy/test_wsgiproxy.py::TestExtractUri::test_proxy PASSED
15 wsgiproxy/test_wsgiproxy.py::TestExtractUri::test_transparent_proxy PASSED
16 wsgiproxy/test_wsgiproxy.py::TestHttplib::test_chunked PASSED
17 wsgiproxy/test_wsgiproxy.py::TestHttplib::test_form PASSED
18 wsgiproxy/test_wsgiproxy.py::TestHttplib::test_head PASSED
19 wsgiproxy/test_wsgiproxy.py::TestHttplib::test_quoted_utf8_url PASSED
20 wsgiproxy/test_wsgiproxy.py::TestHttplib::test_redirect PASSED
21 wsgiproxy/test_wsgiproxy.py::TestHttplib::test_status PASSED
22 wsgiproxy/test_wsgiproxy.py::TestHttplib::test_webob_error PASSED
23 wsgiproxy/test_wsgiproxy.py::TestMisc::test_exception PASSED
24 wsgiproxy/test_wsgiproxy.py::TestMisc::test_rewrite_location PASSED
25 wsgiproxy/test_wsgiproxy.py::TestMisc::test_socket_gaierror PASSED
26 wsgiproxy/test_wsgiproxy.py::TestMisc::test_socket_timeout PASSED
27 wsgiproxy/test_wsgiproxy.py::TestRequests::test_chunked PASSED
28 wsgiproxy/test_wsgiproxy.py::TestRequests::test_form PASSED
29 wsgiproxy/test_wsgiproxy.py::TestRequests::test_head PASSED
30 wsgiproxy/test_wsgiproxy.py::TestRequests::test_quoted_utf8_url PASSED
31 wsgiproxy/test_wsgiproxy.py::TestRequests::test_redirect PASSED
32 wsgiproxy/test_wsgiproxy.py::TestRequests::test_status PASSED
33 wsgiproxy/test_wsgiproxy.py::TestRequests::test_webob_error PASSED
34 wsgiproxy/test_wsgiproxy.py::TestUrllib3::test_chunked PASSED
35 wsgiproxy/test_wsgiproxy.py::TestUrllib3::test_form PASSED
36 wsgiproxy/test_wsgiproxy.py::TestUrllib3::test_head PASSED
37 wsgiproxy/test_wsgiproxy.py::TestUrllib3::test_quoted_utf8_url PASSED
38 wsgiproxy/test_wsgiproxy.py::TestUrllib3::test_redirect PASSED
39 wsgiproxy/test_wsgiproxy.py::TestUrllib3::test_status PASSED
40 wsgiproxy/test_wsgiproxy.py::TestUrllib3::test_webob_error PASSED
42 =============================== warnings summary ===============================
43 wsgiproxy/test_wsgiproxy.py: 10 warnings
44   $(@D)/wsgiproxy/urllib3_client.py:27: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly.
45     headers = [(k.title(), v) for k, v in response.getheaders().items()]
47 wsgiproxy/test_wsgiproxy.py: 10 warnings
48   $(@D)/wsgiproxy/urllib3_client.py:28: DeprecationWarning: HTTPResponse.getheader() is deprecated and will be removed in urllib3 v2.1.0. Instead use HTTPResponse.headers.get(name, default).
49     return (status, response.getheader('location', None),
51 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
52 ======== 28 passed, 20 warnings ========
53   py$(PYV): OK
54   congratulations :)