py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
py$(PYV): commands[0]> python -m pytest
============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
cachedir: .tox/py$(PYV)/.pytest_cache
rootdir: $(@D)
configfile: pytest.ini
collecting ... collected 9 items

docs/conf.py::mypy PASSED
docs/conf.py::mypy-status PASSED
.::project PASSED
pytest_home/__init__.py::mypy PASSED
pytest_home/fixtures.py::mypy PASSED
pytest_home/fixtures.py::pytest_home.fixtures.tmp_home_dir PASSED
.::project PASSED
tests/test_fixtures.py::mypy PASSED
tests/test_fixtures.py::test_git_no_config PASSED

===================================== mypy =====================================

Success: no issues found in 4 source files
======== 9 passed ========
  py$(PYV): OK
  congratulations :)