py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
py$(PYV): commands[0]> python -X dev -X warn_default_encoding -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 6 items

tests/test_htmlhelp.py::test_build_htmlhelp PASSED
tests/test_htmlhelp.py::test_default_htmlhelp_file_suffix PASSED
tests/test_htmlhelp.py::test_htmlhelp_file_suffix PASSED
tests/test_htmlhelp.py::test_default_htmlhelp_basename PASSED
tests/test_htmlhelp.py::test_chm PASSED
tests/test_htmlhelp.py::test_chm_htmlescape PASSED

============================= slowest 25 durations =============================
======== 6 passed ========
  py$(PYV): OK
  congratulations :)