py$(PYV): commands[0]> python -m pytest -vv tests ============================= 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 3 items tests/test_process_tests.py::test_wait_for_strings PASSED tests/test_process_tests.py::test_filebuffer PASSED tests/test_process_tests.py::test_socket PASSED ======== 3 passed ======== py$(PYV): OK congratulations :)