py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0]> python -m py.test ============================= 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 17 items test_whatever.py::test_basic PASSED test_whatever.py::test_caller PASSED test_whatever.py::test_attrs PASSED test_whatever.py::test_getitem PASSED test_whatever.py::test_add PASSED test_whatever.py::test_late_binding PASSED test_whatever.py::test_overloaded XFAIL test_whatever.py::test_comparison PASSED test_whatever.py::test_unary PASSED test_whatever.py::test_chained_ops PASSED test_whatever.py::test_chained_attrs PASSED test_whatever.py::test_chained_getitem PASSED test_whatever.py::test_higher_cardinality PASSED test_whatever.py::test_introspect_whatever PASSED test_whatever.py::test_introspection PASSED test_whatever.py::test_code_to_code PASSED test_whatever.py::test_contains PASSED ======== 16 passed, 1 xfailed ======== py$(PYV): OK congratulations :)