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: setup.cfg
testpaths: src, tests
collecting ... collected 108 items

https://github.com/abravalheri/ini2toml/issues/107)
src/ini2toml/transformations.py::ini2toml.transformations._line_remove_comment PASSED
src/ini2toml/transformations.py::ini2toml.transformations.remove_comments PASSED
tests/drivers/test_configparser.py::test_parse PASSED
tests/drivers/test_configupdater.py::test_parse PASSED
tests/drivers/test_full_toml.py::test_convert PASSED
tests/drivers/test_lite_toml.py::test_convert PASSED
tests/drivers/test_plain_builtins.py::test_convert PASSED
tests/plugins/test_best_effort.py::test_best_effort PASSED
tests/plugins/test_coverage.py::test_coverage PASSED
tests/plugins/test_isort.py::test_isort PASSED
tests/plugins/test_mypy.py::test_mypy PASSED
tests/plugins/test_profile_independent_tasks.py::test_remove_empty_table_headers PASSED
tests/plugins/test_profile_independent_tasks.py::test_terminating_line PASSED
tests/plugins/test_pytest.py::test_pytest[convert0-multiline-addopts] PASSED
tests/plugins/test_pytest.py::test_pytest[convert0-simple] PASSED
tests/plugins/test_pytest.py::test_pytest[convert1-multiline-addopts] PASSED
tests/plugins/test_pytest.py::test_pytest[convert1-simple] PASSED
tests/plugins/test_setuptools_pep621.py::test_convert_directives PASSED
tests/plugins/test_setuptools_pep621.py::test_data_files PASSED
tests/plugins/test_setuptools_pep621.py::test_deps_with_line_continuation PASSED
tests/plugins/test_setuptools_pep621.py::test_directives PASSED
tests/plugins/test_setuptools_pep621.py::test_dynamic_dependecies PASSED
tests/plugins/test_setuptools_pep621.py::test_empty PASSED
tests/plugins/test_setuptools_pep621.py::test_entrypoints_and_split_subtables PASSED
tests/plugins/test_setuptools_pep621.py::test_explicit_packages_with_find PASSED
tests/plugins/test_setuptools_pep621.py::test_fix_extras_require PASSED
tests/plugins/test_setuptools_pep621.py::test_handle_dynamic PASSED
tests/plugins/test_setuptools_pep621.py::test_handle_license PASSED
tests/plugins/test_setuptools_pep621.py::test_handle_license_and_files PASSED
tests/plugins/test_setuptools_pep621.py::test_handle_license_files PASSED
tests/plugins/test_setuptools_pep621.py::test_handle_multiple_license_files PASSED
tests/plugins/test_setuptools_pep621.py::test_handle_packages_find PASSED
tests/plugins/test_setuptools_pep621.py::test_move_entry_points_and_apply_value_processing PASSED
tests/plugins/test_setuptools_pep621.py::test_move_setup_requires PASSED
tests/plugins/test_setuptools_pep621.py::test_move_tests_require PASSED
tests/plugins/test_setuptools_pep621.py::test_normalise_keys PASSED
tests/plugins/test_setuptools_pep621.py::test_split_subtables PASSED
tests/plugins/test_toml_incompatibilities.py::test_log_warnings[parse0-devpi-setup.cfg] PASSED
tests/plugins/test_toml_incompatibilities.py::test_log_warnings[parse0-flake8-setup.cfg] PASSED
tests/plugins/test_toml_incompatibilities.py::test_log_warnings[parse0-flake8] PASSED
tests/plugins/test_toml_incompatibilities.py::test_log_warnings[parse1-devpi-setup.cfg] PASSED
tests/plugins/test_toml_incompatibilities.py::test_log_warnings[parse1-flake8-setup.cfg] PASSED
tests/plugins/test_toml_incompatibilities.py::test_log_warnings[parse1-flake8] PASSED
tests/test_cli.py::test_auto_formatting SKIPPED (always fails:
tests/test_cli.py::test_critical_logging_does_nothing_if_no_argv PASSED
tests/test_cli.py::test_critical_logging_sets_log_level_on_error PASSED
tests/test_cli.py::test_early_plugin_error PASSED
tests/test_cli.py::test_exceptions2exit PASSED
tests/test_cli.py::test_guess_profile PASSED
tests/test_cli.py::test_help PASSED
tests/test_cli.py::test_parse_args PASSED
tests/test_examples.py::test_examples_api[tests/examples/django/setup.cfg-tests/examples/django/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[tests/examples/dynamic_extras/setup.cfg-tests/examples/dynamic_extras/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[tests/examples/dynamic_extras_mixed/setup.cfg-tests/examples/dynamic_extras_mixed/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[tests/examples/flask/setup.cfg-tests/examples/flask/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[tests/examples/pandas/setup.cfg-tests/examples/pandas/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[tests/examples/pluggy/setup.cfg-tests/examples/pluggy/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[tests/examples/plumbum/setup.cfg-tests/examples/plumbum/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[tests/examples/pyscaffold/setup.cfg-tests/examples/pyscaffold/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[tests/examples/setuptools_docs/setup.cfg-tests/examples/setuptools_docs/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[tests/examples/setuptools_scm/setup.cfg-tests/examples/setuptools_scm/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[tests/examples/virtualenv/setup.cfg-tests/examples/virtualenv/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api[tests/examples/zipp/setup.cfg-tests/examples/zipp/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api_lite[tests/examples/django/setup.cfg-tests/examples/django/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api_lite[tests/examples/dynamic_extras/setup.cfg-tests/examples/dynamic_extras/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api_lite[tests/examples/dynamic_extras_mixed/setup.cfg-tests/examples/dynamic_extras_mixed/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api_lite[tests/examples/flask/setup.cfg-tests/examples/flask/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api_lite[tests/examples/pandas/setup.cfg-tests/examples/pandas/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api_lite[tests/examples/pluggy/setup.cfg-tests/examples/pluggy/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api_lite[tests/examples/plumbum/setup.cfg-tests/examples/plumbum/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api_lite[tests/examples/pyscaffold/setup.cfg-tests/examples/pyscaffold/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api_lite[tests/examples/setuptools_docs/setup.cfg-tests/examples/setuptools_docs/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api_lite[tests/examples/setuptools_scm/setup.cfg-tests/examples/setuptools_scm/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api_lite[tests/examples/virtualenv/setup.cfg-tests/examples/virtualenv/pyproject.toml] PASSED
tests/test_examples.py::test_examples_api_lite[tests/examples/zipp/setup.cfg-tests/examples/zipp/pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[tests/examples/django/setup.cfg-tests/examples/django/pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[tests/examples/dynamic_extras/setup.cfg-tests/examples/dynamic_extras/pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[tests/examples/dynamic_extras_mixed/setup.cfg-tests/examples/dynamic_extras_mixed/pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[tests/examples/flask/setup.cfg-tests/examples/flask/pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[tests/examples/pandas/setup.cfg-tests/examples/pandas/pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[tests/examples/pluggy/setup.cfg-tests/examples/pluggy/pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[tests/examples/plumbum/setup.cfg-tests/examples/plumbum/pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[tests/examples/pyscaffold/setup.cfg-tests/examples/pyscaffold/pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[tests/examples/setuptools_docs/setup.cfg-tests/examples/setuptools_docs/pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[tests/examples/setuptools_scm/setup.cfg-tests/examples/setuptools_scm/pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[tests/examples/virtualenv/setup.cfg-tests/examples/virtualenv/pyproject.toml] PASSED
tests/test_examples.py::test_examples_cli[tests/examples/zipp/setup.cfg-tests/examples/zipp/pyproject.toml] PASSED
tests/test_intermediate_repr.py::TestCommentedKV::test_find PASSED
tests/test_intermediate_repr.py::TestInteremediateRepr::test_copy PASSED
tests/test_intermediate_repr.py::TestInteremediateRepr::test_eq PASSED
tests/test_intermediate_repr.py::TestInteremediateRepr::test_init PASSED
tests/test_intermediate_repr.py::TestInteremediateRepr::test_insert PASSED
tests/test_intermediate_repr.py::TestInteremediateRepr::test_rename 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_transformations.py::test_application PASSED
tests/test_transformations.py::test_coerce_bool PASSED
tests/test_transformations.py::test_split_comment PASSED
tests/test_transformations.py::test_split_kv_pairs PASSED
tests/test_transformations.py::test_split_list PASSED
tests/test_translator.py::test_deduplicate_plugins PASSED
tests/test_translator.py::test_full_translator PASSED
tests/test_translator.py::test_lite_translator PASSED
tests/test_translator.py::test_parser_opts PASSED
tests/test_translator.py::test_reuse_object PASSED
tests/test_translator.py::test_simple_example PASSED
tests/test_translator.py::test_undefined_profile PASSED


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