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

tests/test_consistency.py::test_pyproject_dependencies PASSED
tests/test_editable.py::test_walk PASSED
tests/test_editable.py::test_nodes_tree PASSED
tests/test_editable.py::test_collect PASSED
tests/test_editable.py::test_mesonpy_meta_finder PASSED
tests/test_editable.py::test_mesonpy_traversable PASSED
tests/test_editable.py::test_resources PASSED
tests/test_editable.py::test_importlib_resources PASSED
tests/test_editable.py::test_editable_install PASSED
tests/test_editable.py::test_editble_reentrant PASSED
tests/test_editable.py::test_editable_pkgutils_walk_packages PASSED
tests/test_editable.py::test_custom_target_install_dir PASSED
tests/test_editable.py::test_editable_rebuild[-] PASSED
tests/test_editable.py::test_editable_rebuild[-verbose] PASSED
tests/test_editable.py::test_editable_rebuild[-Ccompile-args=-j1-] PASSED
tests/test_editable.py::test_editable_rebuild[-Ccompile-args=-j1-verbose] PASSED
tests/test_editable.py::test_editable_verbose PASSED
tests/test_editable.py::test_editable_rebuild_error[] PASSED
tests/test_editable.py::test_editable_rebuild_error[verbose] PASSED
tests/test_examples.py::test_spam PASSED
tests/test_metadata.py::test_package_name PASSED
tests/test_metadata.py::test_package_name_from_pyproject PASSED
tests/test_metadata.py::test_package_name_invalid PASSED
tests/test_metadata.py::test_unsupported_dynamic PASSED
tests/test_metadata.py::test_missing_version PASSED
tests/test_options.py::test_ndebug[] PASSED
tests/test_options.py::test_ndebug[-Dbuildtype=release] PASSED
tests/test_options.py::test_ndebug[-Dbuildtype=debug] PASSED
tests/test_output.py::test_use_ansi_escapes[False-env0-False] PASSED
tests/test_output.py::test_use_ansi_escapes[True-env1-True] PASSED
tests/test_output.py::test_use_ansi_escapes[False-env2-False] PASSED
tests/test_output.py::test_use_ansi_escapes[True-env3-False] PASSED
tests/test_output.py::test_use_ansi_escapes[False-env4-True] PASSED
tests/test_output.py::test_use_ansi_escapes[True-env5-True] PASSED
tests/test_output.py::test_use_ansi_escapes[True-env6-False] PASSED
tests/test_output.py::test_use_ansi_escapes[True-env7-True] PASSED
tests/test_output.py::test_use_ansi_escapes[True-env8-False] PASSED
tests/test_pep517.py::test_get_requires_for_build_wheel[noninja-patchelf] PASSED
tests/test_pep517.py::test_get_requires_for_build_wheel[noninja-nopatchelf] PASSED
tests/test_pep517.py::test_get_requires_for_build_wheel[oldninja-patchelf] PASSED
tests/test_pep517.py::test_get_requires_for_build_wheel[oldninja-nopatchelf] PASSED
tests/test_pep517.py::test_get_requires_for_build_wheel[newninja-patchelf] PASSED
tests/test_pep517.py::test_get_requires_for_build_wheel[newninja-nopatchelf] PASSED
tests/test_pep517.py::test_invalid_config_settings PASSED
tests/test_pep517.py::test_invalid_config_settings_suggest PASSED
tests/test_pep517.py::test_validate_config_settings_invalid PASSED
tests/test_pep517.py::test_validate_config_settings_repeated PASSED
tests/test_pep517.py::test_validate_config_settings_str PASSED
tests/test_pep517.py::test_validate_config_settings_list PASSED
tests/test_pep517.py::test_validate_config_settings_tuple PASSED
tests/test_pep517.py::test_get_meson_command[None] PASSED
tests/test_pep517.py::test_get_meson_command[meson] PASSED
tests/test_pep517.py::test_get_meson_command_bad_path PASSED
tests/test_pep517.py::test_get_meson_command_bad_python_path PASSED
tests/test_pep517.py::test_get_meson_command_wrong_version PASSED
tests/test_pep517.py::test_get_meson_command_error PASSED
tests/test_project.py::test_unsupported_python_version PASSED
tests/test_project.py::test_missing_meson_version PASSED
tests/test_project.py::test_missing_dynamic_version PASSED
tests/test_project.py::test_user_args PASSED
tests/test_project.py::test_unknown_user_args[top-level] PASSED
tests/test_project.py::test_unknown_user_args[meson-args] PASSED
tests/test_project.py::test_install_tags PASSED
tests/test_project.py::test_validate_pyproject_config_one PASSED
tests/test_project.py::test_validate_pyproject_config_all PASSED
tests/test_project.py::test_validate_pyproject_config_unknown PASSED
tests/test_project.py::test_validate_pyproject_config_empty PASSED
tests/test_project.py::test_invalid_build_dir PASSED
tests/test_project.py::test_compiler SKIPPED (Requires MSVC)
tests/test_project.py::test_archflags_envvar_parsing[-arch x86_64] SKIPPED
tests/test_project.py::test_archflags_envvar_parsing[-arch arm64] SKIPPED
tests/test_project.py::test_archflags_envvar_parsing[-arch arm64 -arch arm64] SKIPPED
tests/test_project.py::test_archflags_envvar_parsing_invalid[-arch arm64 -arch x86_64] SKIPPED
tests/test_project.py::test_archflags_envvar_parsing_invalid[-arch arm64 -DFOO=1] SKIPPED
tests/test_sdist.py::test_no_pep621 PASSED
tests/test_sdist.py::test_pep621 PASSED
tests/test_sdist.py::test_dynamic_version PASSED
tests/test_sdist.py::test_contents PASSED
tests/test_sdist.py::test_contents_subdirs PASSED
tests/test_sdist.py::test_contents_unstaged PASSED
tests/test_sdist.py::test_executable_bit PASSED
tests/test_sdist.py::test_generated_files PASSED
tests/test_sdist.py::test_long_path PASSED
tests/test_sdist.py::test_reproducible PASSED
tests/test_tags.py::test_wheel_tag PASSED
tests/test_tags.py::test_macos_platform_tag SKIPPED (macOS specific ...)
tests/test_tags.py::test_macos_platform_tag_arm64 SKIPPED (macOS spe...)
tests/test_tags.py::test_python_host_platform SKIPPED (macOS specifi...)
tests/test_tags.py::test_tag_empty_wheel PASSED
tests/test_tags.py::test_tag_purelib_wheel PASSED
tests/test_tags.py::test_tag_platlib_wheel PASSED
tests/test_tags.py::test_tag_stable_abi PASSED
tests/test_tags.py::test_tag_mixed_abi PASSED
tests/test_wheel.py::test_scipy_like PASSED
tests/test_wheel.py::test_purelib_and_platlib PASSED
tests/test_wheel.py::test_pure PASSED
tests/test_wheel.py::test_configure_data PASSED
tests/test_wheel.py::test_contents_license_file PASSED
tests/test_wheel.py::test_contents PASSED
tests/test_wheel.py::test_local_lib PASSED
tests/test_wheel.py::test_rpath PASSED
tests/test_wheel.py::test_uneeded_rpath PASSED
tests/test_wheel.py::test_executable_bit PASSED
tests/test_wheel.py::test_detect_wheel_tag_module PASSED
tests/test_wheel.py::test_detect_wheel_tag_script PASSED
tests/test_wheel.py::test_entrypoints PASSED
tests/test_wheel.py::test_top_level_modules PASSED
tests/test_wheel.py::test_purelib_platlib_split PASSED
tests/test_wheel.py::test_archflags_envvar[x86_64] SKIPPED (macOS sp...)
tests/test_wheel.py::test_archflags_envvar[arm64] SKIPPED (macOS spe...)
tests/test_wheel.py::test_subprojects PASSED
tests/test_wheel.py::test_skip_subprojects[--skip-subprojects] PASSED
tests/test_wheel.py::test_skip_subprojects[--skip-subprojects=dep] PASSED
tests/test_wheel.py::test_limited_api PASSED
tests/test_wheel.py::test_limited_api_bad PASSED
tests/test_wheel.py::test_limited_api_disabled PASSED
tests/test_wheel.py::test_install_subdir PASSED
tests/test_wheel.py::test_vendored_meson PASSED
tests/test_wheel.py::test_encoding PASSED
tests/test_wheel.py::test_custom_target_install_dir PASSED
tests/test_wheelfile.py::test_basic PASSED
tests/test_wheelfile.py::test_source_date_epoch PASSED
tests/test_wheelfile.py::test_compression PASSED

=========================== short test summary info ============================
======== 112 passed, 11 skipped ========