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 3 items tests/test_functional.py::test_ignore_flaky PASSED tests/test_functional.py::test_fail_flaky PASSED tests/test_functional.py::test_success_flaky PASSED ======== 3 passed ======== py$(PYV): OK congratulations :)