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) collecting ... collected 5 items test_pytest_reporter.py::test_file_is_saved PASSED test_pytest_reporter.py::test_top_level_context PASSED test_pytest_reporter.py::test_tests PASSED test_pytest_reporter.py::test_xdist_loadgroup PASSED test_pytest_reporter.py::test_status PASSED ======== 5 passed ======== py$(PYV): OK congratulations :)