py$(PYV): commands[0]> python -m pytest -r aR 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: tox.ini timeout: 300.0s timeout method: signal timeout func_only: False collecting ... collected 5 items tests/test_deprecation.py::test_bad_args PASSED tests/test_deprecation.py::test_deprecation PASSED tests/test_deprecation.py::test_deprecation_as_function PASSED tests/test_deprecation.py::test_deprecation_dates PASSED tests/test_deprecation.py::test_unsupported PASSED ============================= slowest 25 durations ============================= ======== 5 passed ======== py$(PYV): OK congratulations :)