py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) 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 testpaths: tests collecting ... collected 27 items tests/test_basic_app.py::test_composit PASSED tests/test_basic_app.py::test_main PASSED tests/test_basic_app.py::test_other PASSED tests/test_config.py::test_appconfig PASSED tests/test_config.py::test_appconfig_filter_with PASSED tests/test_config.py::test_composit PASSED tests/test_config.py::test_config1 PASSED tests/test_config.py::test_config2 PASSED tests/test_config.py::test_config3 PASSED tests/test_config.py::test_config_egg PASSED tests/test_config.py::test_config_get PASSED tests/test_config.py::test_foreign_config PASSED tests/test_config.py::test_global_conf PASSED tests/test_config.py::test_interpolate_exception PASSED tests/test_config.py::test_main PASSED tests/test_config.py::test_other PASSED tests/test_config_middleware.py::test_error PASSED tests/test_converters.py::test_asbool_falsy PASSED tests/test_converters.py::test_asbool_truthy PASSED tests/test_filter.py::test_bad_pipeline PASSED tests/test_filter.py::test_filter_app PASSED tests/test_filter.py::test_filter_app2 PASSED tests/test_filter.py::test_filter_app_inverted PASSED tests/test_filter.py::test_filter_with_filter_with PASSED tests/test_filter.py::test_pipeline PASSED tests/test_filter.py::test_pipeline2 PASSED tests/test_load_package.py::test_load_package PASSED ======== 27 passed ======== py$(PYV): OK congratulations :)