py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0]> python -m pytest --durations 25 ============================= 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 2 items tests/test_serializinghtml.py::test_json PASSED tests/test_serializinghtml.py::test_pickle PASSED =============================== warnings summary =============================== tests/test_serializinghtml.py::test_json tests/test_serializinghtml.py::test_pickle $(PYTHON_DIR)/vendor-packages/sphinx/builders/html/__init__.py:204: PendingDeprecationWarning: Argument "parser_name" will be removed in Docutils 2.0. Specify parser name in the "parser" argument. reader: Reader[DocTreeInput] = docutils.readers.doctree.Reader( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ============================= slowest 25 durations ============================= ======== 2 passed, 2 warnings ======== py$(PYV): OK congratulations :)