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_devhelp.py::test_basic PASSED
tests/test_devhelp.py::test_basic_deterministic_build PASSED

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