py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0]> python -m pytest tests ============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python cachedir: .tox/py$(PYV)/.pytest_cache rootdir: $(@D) collecting ... collected 9 items tests/test_hello.py::test_change_test_files PASSED tests/test_hello.py::test_file_override PASSED tests/test_hello.py::test_local_directory PASSED tests/test_hello.py::test_read_hello PASSED tests/test_hello.py::test_read_spam_from_other_dir PASSED tests/test_hello.py::test_shared_directory PASSED tests/test_nonexistent.py::test_missing_data_dir_starts_empty PASSED tests/test_pathlib.py::test_win32_longpath_idempotent PASSED tests/test_pathlib.py::test_win32_longpath_unc SKIPPED (Only makes s...) ======== 8 passed, 1 skipped ======== py$(PYV): OK congratulations :)