ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0]> python -m py.test -rfsxX --junitxml=$(@D)/.tox/py$(PYV)/log/junit-py$(PYV).xml ============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python cachedir: .tox/py$(PYV)/.pytest_cache hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples') rootdir: $(@D), configfile: pytest.ini asyncio: mode=strict collecting ... collected 14 items ::project PASSED test_convert_unittest.py::Test_UTestConvert::testall PASSED test_pycmd.py::TestPyCleanup::test_basic PASSED test_pycmd.py::TestPyCleanup::test_dir_remove__pycache__ PASSED test_pycmd.py::TestPyCleanup::test_dir_remove_simple PASSED test_pycmd.py::TestPyCleanup::test_remove_all PASSED test_pycmd.py::TestPyCleanup::test_remove_setup_simple SKIPPED (alwa...) test_pycmd.py::TestPyLookup::test_basic PASSED test_pycmd.py::TestPyLookup::test_basic_ignore_dirs PASSED test_pycmd.py::TestPyLookup::test_glob PASSED test_pycmd.py::TestPyLookup::test_search_in_filename PASSED test_pycmd.py::TestPyLookup::test_with_explicit_path PASSED test_pycmd.py::test_cmdmain SKIPPED (always fails) - generated xml file: $(@D)/.tox/py$(PYV)/log/junit-py$(PYV).xml - =========================== short test summary info ============================ ======== 11 passed, 2 skipped ======== py$(PYV): OK congratulations :)