$(PYTHON_DIR)/vendor-packages/setuptools_scm/git.py:308: UserWarning: git archive did not support describe output
  warnings.warn("git archive did not support describe output")
$(PYTHON_DIR)/vendor-packages/setuptools_scm/git.py:327: UserWarning: unprocessed git archival found (no export subst applied)
  warnings.warn("unprocessed git archival found (no export subst applied)")
py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
py$(PYV): commands[0]> python -m pytest --doctest-modules src
============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
cachedir: .tox/py$(PYV)/.pytest_cache
rootdir: $(@D)
configfile: pyproject.toml
collecting ... collected 1 item

src/validate_pyproject/error_reporting.py::validate_pyproject.error_reporting._separate_terms PASSED


======== 1 passed ========
py$(PYV): commands[1]> 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: pyproject.toml
testpaths: tests
collecting ... collected 466 items

tests/pre_compile/test_cli.py::test_invalid_replacements[["a", "b"]] PASSED
tests/pre_compile/test_cli.py::test_invalid_replacements[{invalid: json}] PASSED
tests/test_api.py::TestRegistry::test_duplicated_id PASSED
tests/test_api.py::TestRegistry::test_incompatible_versions PASSED
tests/test_api.py::TestRegistry::test_missing_id PASSED
tests/test_api.py::TestRegistry::test_schema_ending[no#] PASSED
tests/test_api.py::TestRegistry::test_schema_ending[with#] PASSED
tests/test_api.py::TestRegistry::test_with_plugins PASSED
tests/test_api.py::TestValidator::test_invalid PASSED
tests/test_api.py::TestValidator::test_invalid_but_plugin_not_enabled PASSED
tests/test_api.py::TestValidator::test_plugin_not_enabled[distutils-setuptools] PASSED
tests/test_api.py::TestValidator::test_plugin_not_enabled[setuptools-distutils] PASSED
tests/test_api.py::TestValidator::test_valid PASSED
tests/test_api.py::test_load PASSED
tests/test_api.py::test_load_plugin PASSED
tests/test_cli.py::TestDisable::test_invalid PASSED
tests/test_cli.py::TestDisable::test_invalid_disabled PASSED
tests/test_cli.py::TestDisable::test_parse[distutils-setuptools] PASSED
tests/test_cli.py::TestDisable::test_parse[setuptools-distutils] PASSED
tests/test_cli.py::TestDisable::test_valid PASSED
tests/test_cli.py::TestEnable::test_invalid PASSED
tests/test_cli.py::TestEnable::test_invalid_not_enabled PASSED
tests/test_cli.py::TestEnable::test_parse[distutils] PASSED
tests/test_cli.py::TestEnable::test_parse[setuptools] PASSED
tests/test_cli.py::TestEnable::test_valid PASSED
tests/test_cli.py::TestHelp::test_custom_plugins PASSED
tests/test_cli.py::TestHelp::test_list_default_plugins PASSED
tests/test_cli.py::TestHelp::test_no_plugins PASSED
tests/test_cli.py::TestInput::test_inform_user_about_stdin PASSED
tests/test_cli.py::TestOutput::test_invalid PASSED
tests/test_cli.py::TestOutput::test_valid PASSED
tests/test_cli.py::test_bad_url PASSED
tests/test_cli.py::test_missing_toolname PASSED
tests/test_cli.py::test_multiple_files PASSED
tests/test_cli.py::test_parser_is_tomllib SKIPPED (requires 3.11+)
tests/test_error_reporting.py::test_error_reporting[$$description] PASSED
tests/test_error_reporting.py::test_error_reporting[const] PASSED
tests/test_error_reporting.py::test_error_reporting[container] PASSED
tests/test_error_reporting.py::test_error_reporting[description] PASSED
tests/test_error_reporting.py::test_error_reporting[oneOf] PASSED
tests/test_error_reporting.py::test_error_reporting[type] PASSED
tests/test_examples.py::test_examples_api[atoml/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[cibuildwheel/default.toml] PASSED
tests/test_examples.py::test_examples_api[cibuildwheel/overrides.toml] PASSED
tests/test_examples.py::test_examples_api[flit/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[localtool/working.toml] PASSED
tests/test_examples.py::test_examples_api[pdm/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[pep_text/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[poetry/poetry-author-no-email.toml] PASSED
tests/test_examples.py::test_examples_api[poetry/poetry-capital-in-author-email.toml] PASSED
tests/test_examples.py::test_examples_api[poetry/poetry-complete.toml] PASSED
tests/test_examples.py::test_examples_api[poetry/poetry-inline-table.toml] PASSED
tests/test_examples.py::test_examples_api[poetry/poetry-readme-files.toml] PASSED
tests/test_examples.py::test_examples_api[poetry/poetry-sample-project.toml] PASSED
tests/test_examples.py::test_examples_api[ruff/modern.toml] PASSED
tests/test_examples.py::test_examples_api[setuptools/01-pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[setuptools/02-pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[setuptools/03-pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[setuptools/04-pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[setuptools/05-pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[setuptools/06-pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[setuptools/07-pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[setuptools/08-pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[setuptools/09-pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[setuptools/readme-pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[simple/dynamic-version.toml] PASSED
tests/test_examples.py::test_examples_api[simple/minimal.toml] PASSED
tests/test_examples.py::test_examples_api[store/example.toml] PASSED
tests/test_examples.py::test_examples_api[trampolim/pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[atoml/pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[cibuildwheel/default.toml] PASSED
tests/test_examples.py::test_examples_cli[cibuildwheel/overrides.toml] PASSED
tests/test_examples.py::test_examples_cli[flit/pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[localtool/working.toml] PASSED
tests/test_examples.py::test_examples_cli[pdm/pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[pep_text/pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[poetry/poetry-author-no-email.toml] PASSED
tests/test_examples.py::test_examples_cli[poetry/poetry-capital-in-author-email.toml] PASSED
tests/test_examples.py::test_examples_cli[poetry/poetry-complete.toml] PASSED
tests/test_examples.py::test_examples_cli[poetry/poetry-inline-table.toml] PASSED
tests/test_examples.py::test_examples_cli[poetry/poetry-readme-files.toml] PASSED
tests/test_examples.py::test_examples_cli[poetry/poetry-sample-project.toml] PASSED
tests/test_examples.py::test_examples_cli[ruff/modern.toml] PASSED
tests/test_examples.py::test_examples_cli[setuptools/01-pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[setuptools/02-pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[setuptools/03-pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[setuptools/04-pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[setuptools/05-pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[setuptools/06-pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[setuptools/07-pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[setuptools/08-pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[setuptools/09-pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[setuptools/readme-pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[simple/dynamic-version.toml] PASSED
tests/test_examples.py::test_examples_cli[simple/minimal.toml] PASSED
tests/test_examples.py::test_examples_cli[store/example.toml] PASSED
tests/test_examples.py::test_examples_cli[trampolim/pyproject.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[cibuildwheel/overrides-noaction.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[cibuildwheel/overrides-noselect.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[cibuildwheel/unknown-option.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[localtool/fail1.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[localtool/fail2.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[pdm/invalid-version/pyproject.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[pdm/redefining-as-dynamic/pyproject.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[pep621/dynamic/static_entry_points_listed_as_dynamic.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[pep621/incorrect-subtables/author_with_extra_fields.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[pep621/missing-fields/missing-version-with-dynamic.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[pep621/missing-fields/missing-version.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[pep621/non-standardised-project-fields/author_instead_of_authors.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[pep621/non-standardised-project-fields/requires_instead_of_dependencies.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[poetry/poetry-bad-multiline.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[ruff/badcode.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[ruff/unknown.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[setuptools/attr/missing-attr-name.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[setuptools/cmdclass/invalid-value.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[setuptools/dependencies/invalid-extra-name.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[setuptools/dynamic/readme-missing-file.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[setuptools/dynamic/readme-too-many.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[setuptools/package-dir/invalid-name.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[setuptools/packages/invalid-name.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[setuptools/packages/invalid-stub-name.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[setuptools/packages/missing-find-arguments.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[setuptools/pep621/license/both-text-and-file.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[setuptools/pep621/license/empty.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[setuptools/pep621/readme/readme-as-array.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[setuptools/pep621/readme/readme-without-content-type.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[store/cibw-overrides-noaction.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[store/cibw-overrides-noselect.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[store/cibw-unknown-option.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[store/ruff-badcode.toml] PASSED
tests/test_examples.py::test_invalid_examples_api[store/ruff-unknown.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[cibuildwheel/overrides-noaction.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[cibuildwheel/overrides-noselect.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[cibuildwheel/unknown-option.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[localtool/fail1.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[localtool/fail2.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[pdm/invalid-version/pyproject.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[pdm/redefining-as-dynamic/pyproject.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[pep621/dynamic/static_entry_points_listed_as_dynamic.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[pep621/incorrect-subtables/author_with_extra_fields.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[pep621/missing-fields/missing-version-with-dynamic.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[pep621/missing-fields/missing-version.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[pep621/non-standardised-project-fields/author_instead_of_authors.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[pep621/non-standardised-project-fields/requires_instead_of_dependencies.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[poetry/poetry-bad-multiline.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[ruff/badcode.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[ruff/unknown.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[setuptools/attr/missing-attr-name.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[setuptools/cmdclass/invalid-value.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[setuptools/dependencies/invalid-extra-name.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[setuptools/dynamic/readme-missing-file.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[setuptools/dynamic/readme-too-many.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[setuptools/package-dir/invalid-name.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[setuptools/packages/invalid-name.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[setuptools/packages/invalid-stub-name.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[setuptools/packages/missing-find-arguments.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[setuptools/pep621/license/both-text-and-file.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[setuptools/pep621/license/empty.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[setuptools/pep621/readme/readme-as-array.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[setuptools/pep621/readme/readme-without-content-type.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[store/cibw-overrides-noaction.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[store/cibw-overrides-noselect.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[store/cibw-unknown-option.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[store/ruff-badcode.toml] PASSED
tests/test_examples.py::test_invalid_examples_cli[store/ruff-unknown.toml] PASSED
tests/test_formats.py::TestClassifiers::test_always_valid_after_download_error PASSED
tests/test_formats.py::TestClassifiers::test_always_valid_with_no_network[NO_NETWORK] PASSED
tests/test_formats.py::TestClassifiers::test_always_valid_with_no_network[VALIDATE_PYPROJECT_NO_NETWORK] PASSED
tests/test_formats.py::TestClassifiers::test_always_valid_with_skip_download PASSED
tests/test_formats.py::TestClassifiers::test_does_not_break_public_function_detection PASSED
tests/test_formats.py::TestClassifiers::test_download PASSED
tests/test_formats.py::TestClassifiers::test_downloaded PASSED
tests/test_formats.py::TestClassifiers::test_valid_download_only_once PASSED
tests/test_formats.py::test_entrypoint_group[console_scripts0] PASSED
tests/test_formats.py::test_entrypoint_group[console_scripts1] PASSED
tests/test_formats.py::test_entrypoint_group[distutils.setup_keywords] PASSED
tests/test_formats.py::test_entrypoint_group[pandas_plotting_backends] PASSED
tests/test_formats.py::test_entrypoint_group[pyscaffold.cli] PASSED
tests/test_formats.py::test_entrypoint_group[pytest11] PASSED
tests/test_formats.py::test_entrypoint_group[setuptools.file_finders] PASSED
tests/test_formats.py::test_entrypoint_group[setuptools.finalize_distribution_options] PASSED
tests/test_formats.py::test_entrypoint_group[setuptools_scm.files_command] PASSED
tests/test_formats.py::test_entrypoint_group[setuptools_scm.local_scheme] PASSED
tests/test_formats.py::test_entrypoint_group[setuptools_scm.parse_scm] PASSED
tests/test_formats.py::test_entrypoint_group[setuptools_scm.parse_scm_fallback] PASSED
tests/test_formats.py::test_entrypoint_group[setuptools_scm.version_scheme] PASSED
tests/test_formats.py::test_entrypoint_invalid_name[ invalid] PASSED
tests/test_formats.py::test_entrypoint_invalid_name[=invalid] PASSED
tests/test_formats.py::test_entrypoint_invalid_name[[invalid] PASSED
tests/test_formats.py::test_entrypoint_invalid_name[[invalid]] PASSED
tests/test_formats.py::test_entrypoint_name[.git0] PASSED
tests/test_formats.py::test_entrypoint_name[.git1] PASSED
tests/test_formats.py::test_entrypoint_name[.hg0] PASSED
tests/test_formats.py::test_entrypoint_name[.hg1] PASSED
tests/test_formats.py::test_entrypoint_name[.hg_archival.txt] PASSED
tests/test_formats.py::test_entrypoint_name[PKG-INFO] PASSED
tests/test_formats.py::test_entrypoint_name[anyio] PASSED
tests/test_formats.py::test_entrypoint_name[calver-by-date] PASSED
tests/test_formats.py::test_entrypoint_name[cirrus] PASSED
tests/test_formats.py::test_entrypoint_name[config] PASSED
tests/test_formats.py::test_entrypoint_name[dirty-tag] PASSED
tests/test_formats.py::test_entrypoint_name[django-admin] PASSED
tests/test_formats.py::test_entrypoint_name[gitlab] PASSED
tests/test_formats.py::test_entrypoint_name[guess-next-dev] PASSED
tests/test_formats.py::test_entrypoint_name[interactive] PASSED
tests/test_formats.py::test_entrypoint_name[matplotlib] PASSED
tests/test_formats.py::test_entrypoint_name[namespace] PASSED
tests/test_formats.py::test_entrypoint_name[no-guess-dev] PASSED
tests/test_formats.py::test_entrypoint_name[no-local-version] PASSED
tests/test_formats.py::test_entrypoint_name[no_pyproject] PASSED
tests/test_formats.py::test_entrypoint_name[no_skeleton] PASSED
tests/test_formats.py::test_entrypoint_name[no_tox] PASSED
tests/test_formats.py::test_entrypoint_name[node-and-date] PASSED
tests/test_formats.py::test_entrypoint_name[node-and-timestamp] PASSED
tests/test_formats.py::test_entrypoint_name[pip-egg-info] PASSED
tests/test_formats.py::test_entrypoint_name[post-release] PASSED
tests/test_formats.py::test_entrypoint_name[pre_commit] PASSED
tests/test_formats.py::test_entrypoint_name[putup] PASSED
tests/test_formats.py::test_entrypoint_name[python-simplified-semver] PASSED
tests/test_formats.py::test_entrypoint_name[release-branch-semver] PASSED
tests/test_formats.py::test_entrypoint_name[setup.py] PASSED
tests/test_formats.py::test_entrypoint_name[setuptools_scm0] PASSED
tests/test_formats.py::test_entrypoint_name[setuptools_scm1] PASSED
tests/test_formats.py::test_entrypoint_name[use_scm_version] PASSED
tests/test_formats.py::test_entrypoint_name[venv] PASSED
tests/test_formats.py::test_entrypoint_name_not_recommended[also valid] PASSED
tests/test_formats.py::test_entrypoint_name_not_recommended[val[id] PASSED
tests/test_formats.py::test_entrypoint_references[anyio.pytest_plugin] PASSED
tests/test_formats.py::test_entrypoint_references[django.core.management:execute_from_command_line] PASSED
tests/test_formats.py::test_entrypoint_references[pandas:plotting._matplotlib] PASSED
tests/test_formats.py::test_entrypoint_references[pyscaffold.cli:run] PASSED
tests/test_formats.py::test_entrypoint_references[pyscaffold.extensions.cirrus:Cirrus] PASSED
tests/test_formats.py::test_entrypoint_references[pyscaffold.extensions.config:Config] PASSED
tests/test_formats.py::test_entrypoint_references[pyscaffold.extensions.gitlab_ci:GitLab] PASSED
tests/test_formats.py::test_entrypoint_references[pyscaffold.extensions.interactive:Interactive] PASSED
tests/test_formats.py::test_entrypoint_references[pyscaffold.extensions.namespace:Namespace] PASSED
tests/test_formats.py::test_entrypoint_references[pyscaffold.extensions.no_pyproject:NoPyProject] PASSED
tests/test_formats.py::test_entrypoint_references[pyscaffold.extensions.no_skeleton:NoSkeleton] PASSED
tests/test_formats.py::test_entrypoint_references[pyscaffold.extensions.no_tox:NoTox] PASSED
tests/test_formats.py::test_entrypoint_references[pyscaffold.extensions.pre_commit:PreCommit] PASSED
tests/test_formats.py::test_entrypoint_references[pyscaffold.extensions.venv:Venv] PASSED
tests/test_formats.py::test_entrypoint_references[setuptools_scm.file_finder_git:git_find_files] PASSED
tests/test_formats.py::test_entrypoint_references[setuptools_scm.file_finder_hg:hg_find_files] PASSED
tests/test_formats.py::test_entrypoint_references[setuptools_scm.git:parse] PASSED
tests/test_formats.py::test_entrypoint_references[setuptools_scm.hacks:fallback_version] PASSED
tests/test_formats.py::test_entrypoint_references[setuptools_scm.hacks:parse_pip_egg_info] PASSED
tests/test_formats.py::test_entrypoint_references[setuptools_scm.hacks:parse_pkginfo] PASSED
tests/test_formats.py::test_entrypoint_references[setuptools_scm.hg:parse] PASSED
tests/test_formats.py::test_entrypoint_references[setuptools_scm.hg:parse_archival] PASSED
tests/test_formats.py::test_entrypoint_references[setuptools_scm.integration:find_files] PASSED
tests/test_formats.py::test_entrypoint_references[setuptools_scm.integration:infer_version] PASSED
tests/test_formats.py::test_entrypoint_references[setuptools_scm.integration:version_keyword] PASSED
tests/test_formats.py::test_entrypoint_references[setuptools_scm.version:calver_by_date] PASSED
tests/test_formats.py::test_entrypoint_references[setuptools_scm.version:get_local_dirty_tag] PASSED
tests/test_formats.py::test_entrypoint_references[setuptools_scm.version:get_local_node_and_date] PASSED
tests/test_formats.py::test_entrypoint_references[setuptools_scm.version:get_local_node_and_timestamp] PASSED
tests/test_formats.py::test_entrypoint_references[setuptools_scm.version:get_no_local_node] PASSED
tests/test_formats.py::test_entrypoint_references[setuptools_scm.version:guess_next_dev_version] PASSED
tests/test_formats.py::test_entrypoint_references[setuptools_scm.version:no_guess_dev_version] PASSED
tests/test_formats.py::test_entrypoint_references[setuptools_scm.version:postrelease_version] PASSED
tests/test_formats.py::test_entrypoint_references[setuptools_scm.version:release_branch_semver_version] PASSED
tests/test_formats.py::test_entrypoint_references[setuptools_scm.version:simplified_semver_version] PASSED
tests/test_formats.py::test_entrypoint_references_with_extras PASSED
tests/test_formats.py::test_invalid_entrypoint_references[moduleinvalid-module] PASSED
tests/test_formats.py::test_invalid_module_name[ ] PASSED
tests/test_formats.py::test_invalid_module_name[-] PASSED
tests/test_formats.py::test_invalid_module_name[.example] PASSED
tests/test_formats.py::test_invalid_module_name[ab-cd] PASSED
tests/test_formats.py::test_invalid_pep440[0-9-10] PASSED
tests/test_formats.py::test_invalid_pep440[p4.0.2] PASSED
tests/test_formats.py::test_invalid_pep440[v4.0.1.mysuffix] PASSED
tests/test_formats.py::test_invalid_pep508_versionspec[- 1.3.4.*] PASSED
tests/test_formats.py::test_invalid_pep508_versionspec[@ file:///localbuilds/pip-1.3.1.zip] PASSED
tests/test_formats.py::test_invalid_pep508_versionspec[v1.0; python_version<"2.7"] PASSED
tests/test_formats.py::test_invalid_pep508_versionspec[~ 0.9, ~> 1.0, - 1.3.4.*] PASSED
tests/test_formats.py::test_invalid_pep508_versionspec[~ 0.9] PASSED
tests/test_formats.py::test_invalid_pep508_versionspec[~> 1.0] PASSED
tests/test_formats.py::test_invalid_python_identifier[ a] PASSED
tests/test_formats.py::test_invalid_python_identifier[\u263a] PASSED
tests/test_formats.py::test_invalid_python_identifier[a.b] PASSED
tests/test_formats.py::test_invalid_python_identifier[x+y] PASSED
tests/test_formats.py::test_invalid_url[/python.org] PASSED
tests/test_formats.py::test_invalid_url[42] PASSED
tests/test_formats.py::test_invalid_url[] PASSED
tests/test_formats.py::test_invalid_url[http:python.org] PASSED
tests/test_formats.py::test_invalid_url[p@python.org] PASSED
tests/test_formats.py::test_private_classifier PASSED
tests/test_formats.py::test_valid_module_name[ab.c.d] PASSED
tests/test_formats.py::test_valid_module_name[ab] PASSED
tests/test_formats.py::test_valid_module_name[abc._d.\u03bb] PASSED
tests/test_formats.py::test_valid_pep440[0.9.10] PASSED
tests/test_formats.py::test_valid_pep440[0.99a9] PASSED
tests/test_formats.py::test_valid_pep440[1.0+abc.7] PASSED
tests/test_formats.py::test_valid_pep440[1.01rc1] PASSED
tests/test_formats.py::test_valid_pep440[1.42.post0] PASSED
tests/test_formats.py::test_valid_pep440[1.73a2.post0] PASSED
tests/test_formats.py::test_valid_pep440[1988.12] PASSED
tests/test_formats.py::test_valid_pep440[2.23.post6.dev0] PASSED
tests/test_formats.py::test_valid_pep440[3!6.0] PASSED
tests/test_formats.py::test_valid_pep440[3.14b5] PASSED
tests/test_formats.py::test_valid_pep440[v4.0.1] PASSED
tests/test_formats.py::test_valid_pep508_versionspec[!= 1.1.post1] PASSED
tests/test_formats.py::test_valid_pep508_versionspec[>= 1.4.5, == 1.4.*] PASSED
tests/test_formats.py::test_valid_pep508_versionspec[~= 0.9, >= 1.0, != 1.3.4.*, < 2.0] PASSED
tests/test_formats.py::test_valid_pep508_versionspec[~= 2.2.post3] PASSED
tests/test_formats.py::test_valid_python_identifier[\u03bb] PASSED
tests/test_formats.py::test_valid_python_identifier[_] PASSED
tests/test_formats.py::test_valid_python_identifier[a] PASSED
tests/test_formats.py::test_valid_url[ftp://python.org] PASSED
tests/test_formats.py::test_valid_url[http://localhost:8000] PASSED
tests/test_formats.py::test_valid_url[http://python.org] PASSED
tests/test_formats.py::test_valid_url[https://python.org] PASSED
tests/test_formats.py::test_valid_url[scheme://netloc/path;parameters?query#fragment] PASSED
tests/test_json_schema_summary.py::test_summary_generation[array-contains.example] PASSED
tests/test_json_schema_summary.py::test_summary_generation[array-no-items.example] PASSED
tests/test_json_schema_summary.py::test_summary_generation[array-prefix-items.example] PASSED
tests/test_json_schema_summary.py::test_summary_generation[array-simple.example] PASSED
tests/test_json_schema_summary.py::test_summary_generation[if-then-else.example] PASSED
tests/test_json_schema_summary.py::test_summary_generation[if-then-else2.example] PASSED
tests/test_json_schema_summary.py::test_summary_generation[not.example] PASSED
tests/test_json_schema_summary.py::test_summary_generation[object-no-properties.example] PASSED
tests/test_json_schema_summary.py::test_summary_generation[object-pattern-properties.example] PASSED
tests/test_json_schema_summary.py::test_summary_generation[object-property-names.example] PASSED
tests/test_json_schema_summary.py::test_summary_generation[oneof.example] PASSED
tests/test_plugins.py::TestPluginWrapper::test_empty_help_text PASSED
tests/test_plugins.py::test_iterate_entry_points PASSED
tests/test_plugins.py::test_list_from_entry_points PASSED
tests/test_plugins.py::test_load_from_entry_point__error PASSED
tests/test_pre_compile.py::test_examples_api[atoml/pyproject.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[atoml/pyproject.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[cibuildwheel/default.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[cibuildwheel/default.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[cibuildwheel/overrides.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[cibuildwheel/overrides.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[flit/pyproject.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[flit/pyproject.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[localtool/working.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[localtool/working.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[pdm/pyproject.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[pdm/pyproject.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[pep_text/pyproject.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[pep_text/pyproject.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[poetry/poetry-author-no-email.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[poetry/poetry-author-no-email.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[poetry/poetry-capital-in-author-email.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[poetry/poetry-capital-in-author-email.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[poetry/poetry-complete.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[poetry/poetry-complete.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[poetry/poetry-inline-table.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[poetry/poetry-inline-table.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[poetry/poetry-readme-files.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[poetry/poetry-readme-files.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[poetry/poetry-sample-project.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[poetry/poetry-sample-project.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[ruff/modern.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[ruff/modern.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[setuptools/01-pyproject.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[setuptools/01-pyproject.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[setuptools/02-pyproject.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[setuptools/02-pyproject.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[setuptools/03-pyproject.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[setuptools/03-pyproject.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[setuptools/04-pyproject.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[setuptools/04-pyproject.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[setuptools/05-pyproject.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[setuptools/05-pyproject.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[setuptools/06-pyproject.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[setuptools/06-pyproject.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[setuptools/07-pyproject.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[setuptools/07-pyproject.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[setuptools/08-pyproject.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[setuptools/08-pyproject.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[setuptools/09-pyproject.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[setuptools/09-pyproject.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[setuptools/readme-pyproject.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[setuptools/readme-pyproject.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[simple/dynamic-version.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[simple/dynamic-version.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[simple/minimal.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[simple/minimal.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[store/example.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[store/example.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[trampolim/pyproject.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_examples_api[trampolim/pyproject.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[cibuildwheel/overrides-noaction.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[cibuildwheel/overrides-noaction.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[cibuildwheel/overrides-noselect.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[cibuildwheel/overrides-noselect.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[cibuildwheel/unknown-option.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[cibuildwheel/unknown-option.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[localtool/fail1.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[localtool/fail1.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[localtool/fail2.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[localtool/fail2.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[pdm/invalid-version/pyproject.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[pdm/invalid-version/pyproject.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[pdm/redefining-as-dynamic/pyproject.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[pdm/redefining-as-dynamic/pyproject.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[pep621/dynamic/static_entry_points_listed_as_dynamic.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[pep621/dynamic/static_entry_points_listed_as_dynamic.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[pep621/incorrect-subtables/author_with_extra_fields.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[pep621/incorrect-subtables/author_with_extra_fields.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[pep621/missing-fields/missing-version-with-dynamic.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[pep621/missing-fields/missing-version-with-dynamic.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[pep621/missing-fields/missing-version.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[pep621/missing-fields/missing-version.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[pep621/non-standardised-project-fields/author_instead_of_authors.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[pep621/non-standardised-project-fields/author_instead_of_authors.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[pep621/non-standardised-project-fields/requires_instead_of_dependencies.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[pep621/non-standardised-project-fields/requires_instead_of_dependencies.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[poetry/poetry-bad-multiline.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[poetry/poetry-bad-multiline.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[ruff/badcode.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[ruff/badcode.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[ruff/unknown.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[ruff/unknown.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/attr/missing-attr-name.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/attr/missing-attr-name.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/cmdclass/invalid-value.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/cmdclass/invalid-value.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/dependencies/invalid-extra-name.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/dependencies/invalid-extra-name.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/dynamic/readme-missing-file.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/dynamic/readme-missing-file.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/dynamic/readme-too-many.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/dynamic/readme-too-many.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/package-dir/invalid-name.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/package-dir/invalid-name.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/packages/invalid-name.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/packages/invalid-name.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/packages/invalid-stub-name.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/packages/invalid-stub-name.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/packages/missing-find-arguments.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/packages/missing-find-arguments.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/pep621/license/both-text-and-file.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/pep621/license/both-text-and-file.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/pep621/license/empty.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/pep621/license/empty.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/pep621/readme/readme-as-array.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/pep621/readme/readme-as-array.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/pep621/readme/readme-without-content-type.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[setuptools/pep621/readme/readme-without-content-type.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[store/cibw-overrides-noaction.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[store/cibw-overrides-noaction.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[store/cibw-overrides-noselect.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[store/cibw-overrides-noselect.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[store/cibw-unknown-option.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[store/cibw-unknown-option.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[store/ruff-badcode.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[store/ruff-badcode.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[store/ruff-unknown.toml-api_pre_compile] PASSED
tests/test_pre_compile.py::test_invalid_examples_api[store/ruff-unknown.toml-cli_pre_compile] PASSED
tests/test_pre_compile.py::test_pre_compile_api PASSED
tests/test_pre_compile.py::test_vendoring_cli PASSED
tests/test_repo_review.py::test_has_distutils PASSED
tests/test_repo_review.py::test_invalid_example[pdm/invalid-version] PASSED
tests/test_repo_review.py::test_invalid_example[pdm/redefining-as-dynamic] PASSED
tests/test_repo_review.py::test_no_distutils PASSED
tests/test_repo_review.py::test_valid_example[atoml] PASSED
tests/test_repo_review.py::test_valid_example[flit] PASSED
tests/test_repo_review.py::test_valid_example[pdm] PASSED
tests/test_repo_review.py::test_valid_example[pep_text] PASSED
tests/test_repo_review.py::test_valid_example[trampolim] PASSED
tests/test_vendoring.py::test_api PASSED
tests/test_vendoring.py::test_cli PASSED
tests/test_vendoring.py::test_main PASSED


======== 465 passed, 1 skipped ========
  py$(PYV): OK
  congratulations :)