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 12 items docs/conf.py::mypy PASSED docs/conf.py::mypy-status PASSED .::project PASSED pytest_enabler/__init__.py::mypy PASSED pytest_enabler/__init__.py::pytest_enabler.none_as_empty PASSED .::project PASSED tests/test_enabler.py::mypy PASSED tests/test_enabler.py::test_pytest_addoption_default PASSED tests/test_enabler.py::test_pytest_addoption_override PASSED tests/test_enabler.py::test_pytest_addoption_disable PASSED tests/test_enabler.py::test_remove_deps PASSED tests/test_enabler.py::test_coverage_explicit PASSED ===================================== mypy ===================================== Success: no issues found in 3 source files ======== 12 passed ======== py$(PYV): OK congratulations :)