$(PYTHON_DIR)/vendor-packages/coherent/licensed/setuptools.py:11: UserWarning: Avoid installing this plugin for projects that don't depend on it. enabled or warnings.warn( py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0]> pytest --durations 5 --junitxml $(@D)/.tox/junit.py$(PYV).xml --no-cov-on-fail --cov $(PYTHON_DIR)/site-packages/toml_fmt_common --cov $(@D)/tests --cov-config $(@D)/pyproject.toml --cov-context test --cov-report term-missing:skip-covered --cov-report html:$(@D)/.tox/py$(PYV)/tmp/htmlcov --cov-report xml:$(@D)/.tox/coverage.py$(PYV).xml tests ============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON) cachedir: .tox/py$(PYV)/.pytest_cache rootdir: $(@D) configfile: pyproject.toml collecting ... collected 13 items tests/test_app.py::test_dumb_help PASSED tests/test_app.py::test_dumb_format_with_override PASSED tests/test_app.py::test_dumb_format_with_override_custom_type PASSED tests/test_app.py::test_dumb_format_no_print_diff PASSED tests/test_app.py::test_dumb_format_already_good PASSED tests/test_app.py::test_dumb_format_via_folder PASSED tests/test_app.py::test_dumb_format_override_non_dict_result PASSED tests/test_app.py::test_dumb_format_override_non_dict_part PASSED tests/test_app.py::test_dumb_stdin PASSED tests/test_app.py::test_dumb_path_missing PASSED tests/test_app.py::test_dumb_path_is_folder PASSED tests/test_app.py::test_dumb_path_no_read PASSED $(PYTHON_DIR)/vendor-packages/coverage/inorout.py:509: CoverageWarning: Module $(PYTHON_DIR)/site-packages/toml_fmt_common was never imported. (module-not-imported) self.warn(f"Module {pkg} was never imported.", slug="module-not-imported") tests/test_app.py::test_dumb_path_no_write PASSED - generated xml file: $(@D)/.tox/junit.py$(PYV).xml - ================================ tests coverage ================================ _______________ coverage: platform sunos5, python 3.9.21-final-0 _______________ Name Stmts Miss Branch BrPart Cover Missing --------------------------------------------------- TOTAL 146 0 2 0 100% 1 file skipped due to complete coverage. Coverage HTML written to dir $(@D)/.tox/py$(PYV)/tmp/htmlcov Coverage XML written to file $(@D)/.tox/coverage.py$(PYV).xml Required test coverage of 100.0% reached. Total coverage: 100.00% ============================= slowest 5 durations ============================== ======== 13 passed ======== py$(PYV): OK congratulations :)