py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0]> python -m pytest 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: pytest.ini collecting ... collected 32 items tests/test_subtests.py::TestFixture::test_simple_terminal_normal[normal] PASSED tests/test_subtests.py::TestFixture::test_simple_terminal_normal[xdist] PASSED tests/test_subtests.py::TestFixture::test_simple_terminal_verbose[normal] PASSED tests/test_subtests.py::TestFixture::test_simple_terminal_verbose[xdist] PASSED tests/test_subtests.py::TestFixture::test_skip[normal] PASSED tests/test_subtests.py::TestFixture::test_skip[xdist] PASSED tests/test_subtests.py::TestFixture::test_xfail[normal] PASSED tests/test_subtests.py::TestFixture::test_xfail[xdist] PASSED tests/test_subtests.py::TestFixture::test_typing_exported[normal] PASSED tests/test_subtests.py::TestFixture::test_typing_exported[xdist] PASSED tests/test_subtests.py::TestSubTest::test_simple_terminal_normal[unittest] PASSED tests/test_subtests.py::TestSubTest::test_simple_terminal_normal[pytest-normal] PASSED tests/test_subtests.py::TestSubTest::test_simple_terminal_normal[pytest-xdist] PASSED tests/test_subtests.py::TestSubTest::test_simple_terminal_verbose[unittest] PASSED tests/test_subtests.py::TestSubTest::test_simple_terminal_verbose[pytest-normal] PASSED tests/test_subtests.py::TestSubTest::test_simple_terminal_verbose[pytest-xdist] PASSED tests/test_subtests.py::TestSubTest::test_skip[unittest] PASSED tests/test_subtests.py::TestSubTest::test_skip[pytest-normal] XFAIL tests/test_subtests.py::TestSubTest::test_skip[pytest-xdist] XFAIL (...) tests/test_subtests.py::TestSubTest::test_xfail[unittest] XFAIL (Not...) tests/test_subtests.py::TestSubTest::test_xfail[pytest-normal] XFAIL tests/test_subtests.py::TestSubTest::test_xfail[pytest-xdist] XFAIL tests/test_subtests.py::TestCapture::test_capturing PASSED tests/test_subtests.py::TestCapture::test_no_capture PASSED tests/test_subtests.py::TestCapture::test_capture_with_fixture[capsys] PASSED tests/test_subtests.py::TestCapture::test_capture_with_fixture[capfd] PASSED tests/test_subtests.py::TestLogging::test_capturing PASSED tests/test_subtests.py::TestLogging::test_caplog PASSED tests/test_subtests.py::TestLogging::test_no_logging PASSED tests/test_subtests.py::TestDebugging::test_pdb_fixture PASSED tests/test_subtests.py::TestDebugging::test_pdb_unittest PASSED tests/test_subtests.py::test_exitfirst PASSED ================================== XFAILURES =================================== $(@D)/tests/test_subtests.py:304: _pytest.outcomes.XFailed: Not producing the expected results (#5) $(@D)/tests/test_subtests.py:304: _pytest.outcomes.XFailed: Not producing the expected results (#5) $(@D)/tests/test_subtests.py:336: Failed: nomatch: 'Ran 1 test in *' $(@D)/tests/test_subtests.py:339: Failed: nomatch: 'collected 1 item' $(@D)/tests/test_subtests.py:339: Failed: nomatch: 'collected 1 item' =========================== short test summary info ============================ ======== 27 passed, 5 xfailed ======== py$(PYV): OK congratulations :)