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 67 items / 1 skipped .::project PASSED .::project PASSED tests/test_path.py::TestPath::test_backslash_not_separator PASSED tests/test_path.py::TestPath::test_dir_parent PASSED tests/test_path.py::TestPath::test_encoding_warnings SKIPPED (Requir...) tests/test_path.py::TestPath::test_eq_hash PASSED tests/test_path.py::TestPath::test_extract_orig_with_implied_dirs PASSED tests/test_path.py::TestPath::test_filename PASSED tests/test_path.py::TestPath::test_getinfo_missing PASSED tests/test_path.py::TestPath::test_glob_chars PASSED tests/test_path.py::TestPath::test_glob_dirs PASSED tests/test_path.py::TestPath::test_glob_does_not_overmatch_dot PASSED tests/test_path.py::TestPath::test_glob_empty PASSED tests/test_path.py::TestPath::test_glob_recursive PASSED tests/test_path.py::TestPath::test_glob_single_char PASSED tests/test_path.py::TestPath::test_glob_subdir PASSED tests/test_path.py::TestPath::test_glob_subdirs PASSED tests/test_path.py::TestPath::test_inheritance PASSED tests/test_path.py::TestPath::test_interface PASSED tests/test_path.py::TestPath::test_is_file_missing PASSED tests/test_path.py::TestPath::test_is_symlink PASSED tests/test_path.py::TestPath::test_iterdir_and_types PASSED tests/test_path.py::TestPath::test_iterdir_on_file PASSED tests/test_path.py::TestPath::test_joinpath PASSED tests/test_path.py::TestPath::test_joinpath_constant_time PASSED tests/test_path.py::TestPath::test_joinpath_multiple PASSED tests/test_path.py::TestPath::test_malformed_paths PASSED tests/test_path.py::TestPath::test_match_and_glob PASSED tests/test_path.py::TestPath::test_missing_dir_parent PASSED tests/test_path.py::TestPath::test_mutability PASSED tests/test_path.py::TestPath::test_open PASSED tests/test_path.py::TestPath::test_open_binary_invalid_args PASSED tests/test_path.py::TestPath::test_open_encoding_errors PASSED tests/test_path.py::TestPath::test_open_encoding_utf16 PASSED tests/test_path.py::TestPath::test_open_extant_directory PASSED tests/test_path.py::TestPath::test_open_missing_directory PASSED tests/test_path.py::TestPath::test_open_write PASSED tests/test_path.py::TestPath::test_parent PASSED tests/test_path.py::TestPath::test_pathlike_construction PASSED tests/test_path.py::TestPath::test_pickle PASSED tests/test_path.py::TestPath::test_read PASSED tests/test_path.py::TestPath::test_read_does_not_close PASSED tests/test_path.py::TestPath::test_relative_to PASSED tests/test_path.py::TestPath::test_root_name PASSED tests/test_path.py::TestPath::test_root_on_disk PASSED tests/test_path.py::TestPath::test_root_parent PASSED tests/test_path.py::TestPath::test_root_unnamed PASSED tests/test_path.py::TestPath::test_stem PASSED tests/test_path.py::TestPath::test_subclass PASSED tests/test_path.py::TestPath::test_subdir_is_dir PASSED tests/test_path.py::TestPath::test_suffix PASSED tests/test_path.py::TestPath::test_suffix_no_filename PASSED tests/test_path.py::TestPath::test_suffixes PASSED tests/test_path.py::TestPath::test_traverse_pathlike PASSED tests/test_path.py::TestPath::test_traverse_truediv PASSED tests/test_path.py::TestPath::test_unsupported_names PASSED zipp/__init__.py::zipp.CompleteDirs PASSED zipp/__init__.py::zipp.Path PASSED zipp/__init__.py::zipp.Path.__eq__ PASSED zipp/__init__.py::zipp._ancestry PASSED zipp/__init__.py::zipp._parents PASSED zipp/compat/overlay.py::zipp.compat.overlay PASSED zipp/compat/py313.py::zipp.compat.py313.replace PASSED zipp/glob.py::zipp.glob.Translator PASSED zipp/glob.py::zipp.glob.Translator.restrict_rglob PASSED zipp/glob.py::zipp.glob.Translator.translate_core PASSED zipp/glob.py::zipp.glob.separate PASSED ================================ tests coverage ================================ _______________ coverage: platform sunos5, python 3.9.22-final-0 _______________ Name Stmts Miss Cover Missing -------------------------------------------------------- conftest.py 4 0 100% docs/conf.py 15 0 100% tests/__init__.py 0 0 100% tests/_support.py 5 0 100% tests/_test_params.py 21 0 100% tests/compat/__init__.py 0 0 100% tests/compat/py38.py 2 0 100% tests/compat/py$(PYV).py 4 0 100% tests/compat/py310.py 4 1 75% 4 tests/compat/py313.py 12 0 100% tests/test_complexity.py 52 41 21% 16-107 tests/test_path.py 433 8 98% 189-196 tests/write-alpharep.py 2 0 100% zipp/__init__.py 182 77 58% 10-27, 46, 73-77, 85-91, 94, 97, 102-114, 119, 123, 126, 136, 147-148, 166-167, 177-183, 186-187, 190, 193-194, 198, 208-313, 326, 335, 338, 358, 361-362, 365-366, 369-370, 373-374, 377-378, 381, 386, 390, 393, 396, 399, 402, 405, 411, 414, 422, 431, 434, 437, 440, 443, 447-450 zipp/_functools.py 11 7 36% 1-14, 20 zipp/compat/overlay.py 11 10 9% 21-29, 33-37 zipp/compat/py310.py 3 3 0% 1-9 zipp/glob.py 34 16 53% 1-24, 28, 34-35, 46, 54, 69, 80, 94, 107 -------------------------------------------------------- TOTAL 795 163 79% ======== 66 passed, 2 skipped ======== py$(PYV): OK congratulations :)