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 21 items docs/conf.py::mypy PASSED docs/conf.py::mypy-status PASSED jaraco/path.py::mypy PASSED jaraco/path.py::jaraco.path.DirectoryStack PASSED jaraco/path.py::jaraco.path.ExtensionReplacer PASSED jaraco/path.py::jaraco.path.Recording PASSED jaraco/path.py::jaraco.path.build PASSED jaraco/path.py::jaraco.path.encode PASSED jaraco/path.py::jaraco.path.insert_before_extension PASSED jaraco/path.py::jaraco.path.is_hidden PASSED jaraco/path.py::jaraco.path.recursive_glob PASSED jaraco/path.py::jaraco.path.replace_extension PASSED jaraco/path.py::jaraco.path.save_to_file PASSED .::project PASSED .::project PASSED tests/test_path.py::mypy PASSED tests/test_path.py::test_is_hidden_not PASSED tests/test_path.py::test_is_hidden_not_abspath PASSED tests/test_path.py::test_is_hidden PASSED tests/test_path.py::test_is_hidden_Windows SKIPPED (could not import...) tests/test_path.py::test_is_hidden_Darwin SKIPPED (Darwin only) ===================================== mypy ===================================== Success: no issues found in 3 source files ======== 19 passed, 2 skipped ======== py$(PYV): OK congratulations :)