============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
rootdir: $(@D)
configfile: pyproject.toml
collecting ... collected 39 items

tests/test_cli.py::test_cli_find_pythons PASSED
tests/test_cli.py::test_cli_find_python_by_version PASSED
tests/test_finder.py::test_find_pythons PASSED
tests/test_finder.py::test_find_python_by_version PASSED
tests/test_finder.py::test_find_python_by_version_not_found PASSED
tests/test_finder.py::test_find_python_by_architecture PASSED
tests/test_finder.py::test_find_python_with_prerelease PASSED
tests/test_finder.py::test_find_python_with_devrelease PASSED
tests/test_finder.py::test_find_python_with_non_existing_path PASSED
tests/test_finder.py::test_find_python_exclude_invalid PASSED
tests/test_finder.py::test_find_python_deduplicate_same_file[False] PASSED
tests/test_finder.py::test_find_python_deduplicate_same_file[True] PASSED
tests/test_finder.py::test_find_python_deduplicate_symlinks PASSED
tests/test_finder.py::test_find_python_deduplicate_same_interpreter[False] PASSED
tests/test_finder.py::test_find_python_deduplicate_same_interpreter[True] PASSED
tests/test_finder.py::test_find_python_from_pyenv PASSED
tests/test_finder.py::test_find_python_skips_empty_pyenv PASSED
tests/test_posix.py::test_find_python_resolve_symlinks[False] PASSED
tests/test_posix.py::test_find_python_resolve_symlinks[True] PASSED
tests/test_posix.py::test_find_python_from_asdf PASSED
tests/test_posix.py::test_find_python_exclude_unreadable PASSED
tests/test_posix.py::test_find_python_from_provider PASSED
tests/test_posix.py::test_find_python_from_rye_provider PASSED
tests/test_utils.py::test_looks_like_python[python-True] PASSED
tests/test_utils.py::test_looks_like_python[python3-True] PASSED
tests/test_utils.py::test_looks_like_python[python38-True] PASSED
tests/test_utils.py::test_looks_like_python[python3.8-True] PASSED
tests/test_utils.py::test_looks_like_python[python3.10-True] PASSED
tests/test_utils.py::test_looks_like_python[python310-True] PASSED
tests/test_utils.py::test_looks_like_python[python3.6m-True] PASSED
tests/test_utils.py::test_looks_like_python[python3.6.8m-False] PASSED
tests/test_utils.py::test_looks_like_python[anaconda3.3-True] PASSED
tests/test_utils.py::test_looks_like_python[python-3.8.10-False] PASSED
tests/test_utils.py::test_looks_like_python[unknown-2.0.0-False] PASSED
tests/test_utils.py::test_looks_like_python[python3.8.unknown-False] PASSED
tests/test_utils.py::test_looks_like_python[python38.bat-False] PASSED
tests/test_utils.py::test_looks_like_python[python38.exe-False] PASSED
tests/test_utils.py::test_looks_like_python[python38.sh-True] PASSED
tests/test_utils.py::test_looks_like_python[python38.csh-True] PASSED

======== 39 passed ========