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 13 items docs/conf.py::mypy PASSED docs/conf.py::mypy-status PASSED jaraco/test/__init__.py::mypy PASSED jaraco/test/__init__.py::jaraco.test.property_error PASSED jaraco/test/cpython.py::mypy PASSED jaraco/test/cpython.py::jaraco.test.cpython PASSED jaraco/test/cpython.py::jaraco.test.cpython.from_test_support PASSED jaraco/test/http.py::mypy PASSED .::project PASSED .::project PASSED tests/test_http.py::mypy PASSED tests/test_http.py::test_needs_internet PASSED tests/test_http.py::test_network_marker PASSED ===================================== mypy ===================================== Success: no issues found in 5 source files ======== 13 passed ======== py$(PYV): OK congratulations :)