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
collecting ... collected 14 items

.::project PASSED
.::project PASSED
tests/test_flake8.py::TestIgnores::test_ignores PASSED
tests/test_flake8.py::TestIgnores::test_default_flake8_ignores XFAIL
tests/test_flake8.py::TestIgnores::test_ignores_all PASSED
tests/test_flake8.py::TestIgnores::test_w293w292 PASSED
tests/test_flake8.py::TestIgnores::test_mtime_caching PASSED
tests/test_flake8.py::test_extensions PASSED
tests/test_flake8.py::test_ok_verbose PASSED
tests/test_flake8.py::test_keyword_match PASSED
tests/test_flake8.py::test_run_on_init_file PASSED
tests/test_flake8.py::test_unicode_error PASSED
tests/test_flake8.py::test_strict XFAIL (flake8 is not properly regi...)
tests/test_flake8.py::test_junit_classname PASSED


======== 12 passed, 2 xfailed ========
  py$(PYV): OK
  congratulations :)