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 65 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_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/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 ======== 64 passed, 2 skipped ======== py$(PYV): OK congratulations :)