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 pytest tests --cov=pytest_console_scripts --cov-append --cov-report=term-missing
============================= 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)
asyncio: mode=strict
collecting ... collected 58 items

tests/test_console_scripts.py::test_command_line_option[None] PASSED
tests/test_console_scripts.py::test_command_line_option[both] PASSED
tests/test_console_scripts.py::test_command_line_option[inprocess] PASSED
tests/test_console_scripts.py::test_command_line_option[subprocess] PASSED
tests/test_console_scripts.py::test_config_option[None] PASSED
tests/test_console_scripts.py::test_config_option[both] PASSED
tests/test_console_scripts.py::test_config_option[inprocess] PASSED
tests/test_console_scripts.py::test_config_option[subprocess] PASSED
tests/test_console_scripts.py::test_help_message PASSED
tests/test_console_scripts.py::test_override_launch_mode_with_mark[None] PASSED
tests/test_console_scripts.py::test_override_launch_mode_with_mark[both] PASSED
tests/test_console_scripts.py::test_override_launch_mode_with_mark[inprocess] PASSED
tests/test_console_scripts.py::test_override_launch_mode_with_mark[subprocess] PASSED
tests/test_run_scripts.py::test_abnormal_exit[inprocess] PASSED
tests/test_run_scripts.py::test_abnormal_exit[subprocess] PASSED
tests/test_run_scripts.py::test_check[inprocess] PASSED
tests/test_run_scripts.py::test_check[subprocess] PASSED
tests/test_run_scripts.py::test_cwd[inprocess] PASSED
tests/test_run_scripts.py::test_deprecated_args[inprocess] PASSED
tests/test_run_scripts.py::test_deprecated_args[subprocess] PASSED
tests/test_run_scripts.py::test_disable_universal_newlines[subprocess] PASSED
tests/test_run_scripts.py::test_elsewhere_in_the_path[inprocess] PASSED
tests/test_run_scripts.py::test_elsewhere_in_the_path[subprocess] PASSED
tests/test_run_scripts.py::test_env[inprocess] PASSED
tests/test_run_scripts.py::test_env[subprocess] PASSED
tests/test_run_scripts.py::test_exception[inprocess] PASSED
tests/test_run_scripts.py::test_exception[subprocess] PASSED
tests/test_run_scripts.py::test_global_logging[inprocess] PASSED
tests/test_run_scripts.py::test_hide_run_result_arg[inprocess] PASSED
tests/test_run_scripts.py::test_hide_run_result_opt[inprocess] PASSED
tests/test_run_scripts.py::test_ignore_universal_newlines[inprocess] PASSED
tests/test_run_scripts.py::test_ignore_universal_newlines[subprocess] PASSED
tests/test_run_scripts.py::test_logging[inprocess] PASSED
tests/test_run_scripts.py::test_mocking[inprocess] PASSED
tests/test_run_scripts.py::test_not_installed[inprocess] PASSED
tests/test_run_scripts.py::test_not_installed[subprocess] PASSED
tests/test_run_scripts.py::test_print_stdio_on_error[inprocess-inprocess-False-False] PASSED
tests/test_run_scripts.py::test_print_stdio_on_error[inprocess-inprocess-False-True] PASSED
tests/test_run_scripts.py::test_print_stdio_on_error[inprocess-inprocess-True-False] PASSED
tests/test_run_scripts.py::test_print_stdio_on_error[inprocess-inprocess-True-True] PASSED
tests/test_run_scripts.py::test_print_stdio_on_error[subprocess-inprocess-False-False] PASSED
tests/test_run_scripts.py::test_print_stdio_on_error[subprocess-inprocess-False-True] PASSED
tests/test_run_scripts.py::test_print_stdio_on_error[subprocess-inprocess-True-False] PASSED
tests/test_run_scripts.py::test_print_stdio_on_error[subprocess-inprocess-True-True] PASSED
tests/test_run_scripts.py::test_return_None[inprocess] PASSED
tests/test_run_scripts.py::test_return_code_uncommon[inprocess] PASSED
tests/test_run_scripts.py::test_run_path[inprocess] PASSED
tests/test_run_scripts.py::test_run_path[subprocess] PASSED
tests/test_run_scripts.py::test_run_pytest[inprocess-inprocess] PASSED
tests/test_run_scripts.py::test_run_pytest[inprocess-subprocess] PASSED
tests/test_run_scripts.py::test_run_pytest[subprocess-inprocess] PASSED
tests/test_run_scripts.py::test_run_pytest[subprocess-subprocess] PASSED
tests/test_run_scripts.py::test_run_script_codecs[inprocess] PASSED
tests/test_run_scripts.py::test_run_script_codecs[subprocess] PASSED
tests/test_run_scripts.py::test_shell[inprocess] PASSED
tests/test_run_scripts.py::test_shell[subprocess] PASSED
tests/test_run_scripts.py::test_stdin[inprocess] PASSED
tests/test_run_scripts.py::test_stdin[subprocess] PASSED


======== 58 passed ========
  py$(PYV): OK
  congratulations :)