1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
8 collecting ... collected 14 items
12 tests/test_flake8.py::TestIgnores::test_ignores PASSED
13 tests/test_flake8.py::TestIgnores::test_default_flake8_ignores XFAIL
14 tests/test_flake8.py::TestIgnores::test_ignores_all PASSED
15 tests/test_flake8.py::TestIgnores::test_w293w292 PASSED
16 tests/test_flake8.py::TestIgnores::test_mtime_caching PASSED
17 tests/test_flake8.py::test_extensions PASSED
18 tests/test_flake8.py::test_ok_verbose PASSED
19 tests/test_flake8.py::test_keyword_match PASSED
20 tests/test_flake8.py::test_run_on_init_file PASSED
21 tests/test_flake8.py::test_unicode_error PASSED
22 tests/test_flake8.py::test_strict XFAIL (flake8 is not properly regi...)
23 tests/test_flake8.py::test_junit_classname PASSED
26 ======== 12 passed, 2 xfailed ========