py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0]> python -m pytest ============================= 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 48 items conftest.py::mypy PASSED conftest.py::mypy-status PASSED docs/conf.py::mypy PASSED jaraco/vcs/__init__.py::mypy PASSED jaraco/vcs/__init__.py::jaraco.vcs PASSED jaraco/vcs/base.py::mypy PASSED jaraco/vcs/cmd.py::mypy PASSED jaraco/vcs/cmd.py::jaraco.vcs.cmd.Git.age PASSED jaraco/vcs/fixtures.py::mypy PASSED jaraco/vcs/library.py::mypy PASSED jaraco/vcs/reentry.py::mypy PASSED jaraco/vcs/subprocess.py::mypy PASSED .::project PASSED .::project PASSED tests/__init__.py::mypy PASSED tests/test_git.py::mypy PASSED tests/test_git.py::test_subprocess_manager_invalid_when_exe_missing PASSED tests/test_git.py::TestTags::test_single_tag PASSED tests/test_git.py::TestParseVersion::test_simple PASSED tests/test_git.py::TestParseVersion::test_trailing_mess PASSED tests/test_git.py::TestRevisionTimestamp::test_tagged_rev_timestamp PASSED tests/test_git.py::TestIsolation::test_commits_not_signed PASSED tests/test_managers.py::mypy PASSED tests/test_managers.py::test_existing_only PASSED tests/test_managers.py::test_no_valid_implementations PASSED tests/test_mercurial.py::mypy PASSED tests/test_mercurial.py::test_subprocess_manager_invalid_when_exe_missing PASSED tests/test_mercurial.py::TestRelativePaths::test_nested_child PASSED tests/test_mercurial.py::TestRelativePaths::test_manager_in_child PASSED tests/test_mercurial.py::TestRelativePaths::test_current_dir_in_child PASSED tests/test_mercurial.py::TestTags::test_single_tag PASSED tests/test_mercurial.py::TestTags::test_no_tags PASSED tests/test_mercurial.py::TestTags::test_local_modifications PASSED tests/test_mercurial.py::TestTags::test_parent_tag PASSED tests/test_mercurial.py::TestTags::test_two_tags_same_revision PASSED tests/test_mercurial.py::TestTags::test_two_tags_same_revision_lexicographically_earlier PASSED tests/test_mercurial.py::TestTags::test_ancestral_tags_local PASSED tests/test_mercurial.py::TestTags::test_ancestral_tags_specified PASSED tests/test_mercurial.py::TestRevisionTimestamp::test_tagged_rev_timestamp PASSED tests/test_reentry.py::mypy PASSED tests/test_reentry.py::TestReEntry::test_hello_world PASSED tests/test_reentry.py::TestReEntry::test_hello_world_unicode PASSED tests/test_reentry.py::TestReEntry::test_main_with_system_exit PASSED tests/test_reentry.py::TestReEntry::test_main_with_system_exit_one PASSED tests/test_reentry.py::TestReEntry::test_main_with_system_exit_string PASSED tests/test_reentry.py::TestReEntry::test_echo_args PASSED tests/test_reentry.py::TestErrors::test_name_error PASSED tests/test_reentry.py::TestErrors::test_keyboard_interrupt PASSED ===================================== mypy ===================================== Success: no issues found in 14 source files ======== 48 passed ======== py$(PYV): OK congratulations :)