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 19 items test_functools.py::TestThrottler::test_function_throttled PASSED test_functools.py::TestThrottler::test_reconstruct_unwraps PASSED test_functools.py::TestThrottler::test_throttled_method PASSED test_functools.py::TestMethodCache::test_deepcopy PASSED test_functools.py::TestMethodCache::test_special_methods PASSED test_functools.py::TestMethodCache::test_property XFAIL (can't repla...) test_functools.py::TestMethodCache::test_non_data_property XFAIL (ca...) test_functools.py::TestRetry::test_set_to_fail PASSED test_functools.py::TestRetry::test_retry_call_succeeds PASSED test_functools.py::TestRetry::test_retry_call_fails PASSED test_functools.py::TestRetry::test_retry_multiple_exceptions PASSED test_functools.py::TestRetry::test_retry_exception_superclass PASSED test_functools.py::TestRetry::test_default_traps_nothing PASSED test_functools.py::TestRetry::test_default_does_not_retry PASSED test_functools.py::TestRetry::test_cleanup_called_on_exception PASSED test_functools.py::TestRetry::test_infinite_retries PASSED test_functools.py::TestRetry::test_with_arg PASSED test_functools.py::TestRetry::test_decorator PASSED test_functools.py::TestRetry::test_decorator_with_arg PASSED ======== 17 passed, 2 xfailed ======== py$(PYV): OK congratulations :)