samba - update to version 4.21.2
[oi-userland.git] / components / python / readthedocs-sphinx-ext / test / results-all.master
blobf135d5684356a20eff8bafe329fafb0f8f49fa81
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
6 rootdir: $(@D)
7 collecting ... collected 10 items
9 tests/test_integration.py::IntegrationTests::test_canonical_url PASSED
10 tests/test_integration.py::IntegrationTests::test_escape_canonical_url PASSED
11 tests/test_integration.py::IntegrationTests::test_escape_js_vars PASSED
12 tests/test_integration.py::IntegrationTests::test_generate_json_artifacts PASSED
13 tests/test_integration.py::IntegrationTests::test_included_data PASSED
14 tests/test_integration.py::IntegrationTests::test_included_js PASSED
15 tests/test_integration.py::IntegrationTests::test_integration PASSED
16 tests/test_integration.py::IntegrationTests::test_media_integration PASSED
17 tests/test_integration.py::IntegrationTests::test_searchtools_is_patched PASSED
18 tests/test_integration.py::IntegrationTests::test_version_warning PASSED
20 =============================== warnings summary ===============================
21 tests/test_integration.py: 41 warnings
22   $(@D)/tests/pyexample-json/../../readthedocs_ext/readthedocs.py:106: RemovedInSphinx90Warning: 'sphinx.builders.html.StandaloneHTMLBuilder.css_files' is deprecated. Check CHANGES for Sphinx API modifications.
23     if inject_css and theme_css not in app.builder.css_files:
25 tests/test_integration.py: 82 warnings
26   $(@D)/tests/pyexample-json/../../readthedocs_ext/readthedocs.py:106: RemovedInSphinx90Warning: The str interface for _CascadingStyleSheet objects is deprecated. Use css.filename instead.
27     if inject_css and theme_css not in app.builder.css_files:
29 tests/test_integration.py: 41 warnings
30   $(@D)/tests/pyexample-json/../../readthedocs_ext/readthedocs.py:120: RemovedInSphinx90Warning: 'sphinx.builders.html.StandaloneHTMLBuilder.script_files' is deprecated. Check CHANGES for Sphinx API modifications.
31     hasattr(app.builder, 'script_files'),
33 tests/test_integration.py: 41 warnings
34   $(@D)/tests/pyexample-json/../../readthedocs_ext/readthedocs.py:121: RemovedInSphinx90Warning: 'sphinx.builders.html.StandaloneHTMLBuilder.script_files' is deprecated. Check CHANGES for Sphinx API modifications.
35     js_file not in app.builder.script_files,
37 tests/test_integration.py: 123 warnings
38   $(@D)/tests/pyexample-json/../../readthedocs_ext/readthedocs.py:121: RemovedInSphinx90Warning: The str interface for _JavaScript objects is deprecated. Use js.filename instead.
39     js_file not in app.builder.script_files,
41 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
42 ======== 10 passed, 328 warnings ========
43   py$(PYV): OK
44   congratulations :)