1 ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions
2 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
3 py$(PYV): commands[0]> python -m py.test -rfsxX --junitxml=$(@D)/.tox/py$(PYV)/log/junit-py$(PYV).xml
4 ============================= test session starts ==============================
5 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
6 cachedir: .tox/py$(PYV)/.pytest_cache
7 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
8 rootdir: $(@D), configfile: pytest.ini
10 collecting ... collected 14 items
13 test_convert_unittest.py::Test_UTestConvert::testall PASSED
14 test_pycmd.py::TestPyCleanup::test_basic PASSED
15 test_pycmd.py::TestPyCleanup::test_dir_remove__pycache__ PASSED
16 test_pycmd.py::TestPyCleanup::test_dir_remove_simple PASSED
17 test_pycmd.py::TestPyCleanup::test_remove_all PASSED
18 test_pycmd.py::TestPyCleanup::test_remove_setup_simple SKIPPED (alwa...)
19 test_pycmd.py::TestPyLookup::test_basic PASSED
20 test_pycmd.py::TestPyLookup::test_basic_ignore_dirs PASSED
21 test_pycmd.py::TestPyLookup::test_glob PASSED
22 test_pycmd.py::TestPyLookup::test_search_in_filename PASSED
23 test_pycmd.py::TestPyLookup::test_with_explicit_path PASSED
24 test_pycmd.py::test_cmdmain SKIPPED (always fails)
26 - generated xml file: $(@D)/.tox/py$(PYV)/log/junit-py$(PYV).xml -
27 =========================== short test summary info ============================
28 ======== 11 passed, 2 skipped ========