py$(PYV): commands[0]> python -m pytest -Wall --strict-markers ============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python cachedir: .tox/py$(PYV)/.pytest_cache rootdir: $(@D) configfile: pyproject.toml collecting ... collected 57 items tests/test_clean.py::test_active_input_controls_are_disabled PASSED tests/test_clean.py::test_custom_attributes_are_respected PASSED tests/test_clean.py::test_custom_tags_are_respected PASSED tests/test_clean.py::test_disabled_checkbox_inputs_are_preserved PASSED tests/test_clean.py::test_invalid_link PASSED tests/test_cli.py::test_cli_explicit_format[test_CommonMark_001.md] SKIPPED tests/test_cli.py::test_cli_explicit_format[test_GFM_001.md] SKIPPED tests/test_cli.py::test_cli_explicit_format[test_rst_003.rst] PASSED tests/test_cli.py::test_cli_explicit_format[test_txt_001.txt] PASSED tests/test_cli.py::test_cli_input_file[test_CommonMark_001.md-False] SKIPPED tests/test_cli.py::test_cli_input_file[test_CommonMark_001.md-True] SKIPPED tests/test_cli.py::test_cli_input_file[test_GFM_001.md-False] SKIPPED tests/test_cli.py::test_cli_input_file[test_GFM_001.md-True] SKIPPED tests/test_cli.py::test_cli_input_file[test_rst_003.rst-False] PASSED tests/test_cli.py::test_cli_input_file[test_rst_003.rst-True] PASSED tests/test_cli.py::test_cli_input_file[test_txt_001.txt-False] PASSED tests/test_cli.py::test_cli_input_file[test_txt_001.txt-True] PASSED tests/test_cli.py::test_cli_invalid_format PASSED tests/test_cli.py::test_cli_package[docutils-Docutils is a modular system for processing documentation] PASSED tests/test_cli.py::test_cli_package[readme_renderer-Readme Renderer is a library that will safely render] PASSED tests/test_markdown.py::test_md_fixtures[NOTSET] SKIPPED (got empty ...) tests/test_markdown.py::test_missing_variant PASSED tests/test_noextra.py::test_no_extra[CommonMark] PASSED tests/test_noextra.py::test_no_extra[GFM] PASSED tests/test_rst.py::test_header_and_malformed_emits_docutils_warning_only PASSED tests/test_rst.py::test_image_with_scale_and_explicit_dimensions_renders PASSED tests/test_rst.py::test_image_with_scale_and_url_does_not_abort_render PASSED tests/test_rst.py::test_own_readme PASSED tests/test_rst.py::test_rst_001 PASSED tests/test_rst.py::test_rst_002 PASSED tests/test_rst.py::test_rst_empty_file PASSED tests/test_rst.py::test_rst_fixtures[test_rst_003.rst] PASSED tests/test_rst.py::test_rst_fixtures[test_rst_004.rst] PASSED tests/test_rst.py::test_rst_fixtures[test_rst_005.rst] PASSED tests/test_rst.py::test_rst_fixtures[test_rst_006.rst] PASSED tests/test_rst.py::test_rst_fixtures[test_rst_007.rst] PASSED tests/test_rst.py::test_rst_fixtures[test_rst_008.rst] PASSED tests/test_rst.py::test_rst_fixtures[test_rst_admonitions.rst] PASSED tests/test_rst.py::test_rst_fixtures[test_rst_bibtex.rst] PASSED tests/test_rst.py::test_rst_fixtures[test_rst_caption.rst] PASSED tests/test_rst.py::test_rst_fixtures[test_rst_citations.rst] PASSED tests/test_rst.py::test_rst_fixtures[test_rst_contents.rst] PASSED tests/test_rst.py::test_rst_fixtures[test_rst_docinfo.rst] PASSED tests/test_rst.py::test_rst_fixtures[test_rst_doctests.rst] PASSED tests/test_rst.py::test_rst_fixtures[test_rst_figure.rst] PASSED tests/test_rst.py::test_rst_fixtures[test_rst_footnotes.rst] PASSED tests/test_rst.py::test_rst_fixtures[test_rst_headings.rst] PASSED tests/test_rst.py::test_rst_fixtures[test_rst_linkify.rst] PASSED tests/test_rst.py::test_rst_fixtures[test_rst_math.rst] PASSED tests/test_rst.py::test_rst_fixtures[test_rst_png.rst] PASSED tests/test_rst.py::test_rst_fixtures[test_rst_png_attrs.rst] PASSED tests/test_rst.py::test_rst_fixtures[test_rst_svg.rst] PASSED tests/test_rst.py::test_rst_fixtures[test_rst_svg_attrs.rst] PASSED tests/test_rst.py::test_rst_fixtures[test_rst_tables.rst] PASSED tests/test_rst.py::test_rst_header_only PASSED tests/test_rst.py::test_rst_raw PASSED tests/test_txt.py::test_txt_fixtures[test_txt_001.txt] PASSED =============================== warnings summary =============================== readme_renderer/markdown.py:72 $(@D)/readme_renderer/markdown.py:72: UserWarning: Markdown renderers are not available. Install 'readme_renderer[md]' to enable Markdown rendering. warnings.warn(_EXTRA_WARNING) tests/test_markdown.py::test_missing_variant $(@D)/readme_renderer/markdown.py:82: UserWarning: Markdown renderers are not available. Install 'readme_renderer[md]' to enable Markdown rendering. warnings.warn(_EXTRA_WARNING) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======== 50 passed, 7 skipped, 2 warnings ======== py$(PYV): OK congratulations :)