gst-libav1: update to 1.24.11
[oi-userland.git] / components / python / ini2toml / test / results-all.master
blobfaaac027159984ff4eb2f1c120b162bfc2858e35
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
6 rootdir: $(@D)
7 configfile: setup.cfg
8 testpaths: src, tests
9 collecting ... collected 108 items
11 https://github.com/abravalheri/ini2toml/issues/107)
12 src/ini2toml/transformations.py::ini2toml.transformations._line_remove_comment PASSED
13 src/ini2toml/transformations.py::ini2toml.transformations.remove_comments PASSED
14 tests/drivers/test_configparser.py::test_parse PASSED
15 tests/drivers/test_configupdater.py::test_parse PASSED
16 tests/drivers/test_full_toml.py::test_convert PASSED
17 tests/drivers/test_lite_toml.py::test_convert PASSED
18 tests/drivers/test_plain_builtins.py::test_convert PASSED
19 tests/plugins/test_best_effort.py::test_best_effort PASSED
20 tests/plugins/test_coverage.py::test_coverage PASSED
21 tests/plugins/test_isort.py::test_isort PASSED
22 tests/plugins/test_mypy.py::test_mypy PASSED
23 tests/plugins/test_profile_independent_tasks.py::test_remove_empty_table_headers PASSED
24 tests/plugins/test_profile_independent_tasks.py::test_terminating_line PASSED
25 tests/plugins/test_pytest.py::test_pytest[convert0-multiline-addopts] PASSED
26 tests/plugins/test_pytest.py::test_pytest[convert0-simple] PASSED
27 tests/plugins/test_pytest.py::test_pytest[convert1-multiline-addopts] PASSED
28 tests/plugins/test_pytest.py::test_pytest[convert1-simple] PASSED
29 tests/plugins/test_setuptools_pep621.py::test_convert_directives PASSED
30 tests/plugins/test_setuptools_pep621.py::test_data_files PASSED
31 tests/plugins/test_setuptools_pep621.py::test_deps_with_line_continuation PASSED
32 tests/plugins/test_setuptools_pep621.py::test_directives PASSED
33 tests/plugins/test_setuptools_pep621.py::test_dynamic_dependecies PASSED
34 tests/plugins/test_setuptools_pep621.py::test_empty PASSED
35 tests/plugins/test_setuptools_pep621.py::test_entrypoints_and_split_subtables PASSED
36 tests/plugins/test_setuptools_pep621.py::test_explicit_packages_with_find PASSED
37 tests/plugins/test_setuptools_pep621.py::test_fix_extras_require PASSED
38 tests/plugins/test_setuptools_pep621.py::test_handle_dynamic PASSED
39 tests/plugins/test_setuptools_pep621.py::test_handle_license PASSED
40 tests/plugins/test_setuptools_pep621.py::test_handle_license_and_files PASSED
41 tests/plugins/test_setuptools_pep621.py::test_handle_license_files PASSED
42 tests/plugins/test_setuptools_pep621.py::test_handle_multiple_license_files PASSED
43 tests/plugins/test_setuptools_pep621.py::test_handle_packages_find PASSED
44 tests/plugins/test_setuptools_pep621.py::test_move_entry_points_and_apply_value_processing PASSED
45 tests/plugins/test_setuptools_pep621.py::test_move_setup_requires PASSED
46 tests/plugins/test_setuptools_pep621.py::test_move_tests_require PASSED
47 tests/plugins/test_setuptools_pep621.py::test_normalise_keys PASSED
48 tests/plugins/test_setuptools_pep621.py::test_split_subtables PASSED
49 tests/plugins/test_toml_incompatibilities.py::test_log_warnings[parse0-devpi-setup.cfg] PASSED
50 tests/plugins/test_toml_incompatibilities.py::test_log_warnings[parse0-flake8-setup.cfg] PASSED
51 tests/plugins/test_toml_incompatibilities.py::test_log_warnings[parse0-flake8] PASSED
52 tests/plugins/test_toml_incompatibilities.py::test_log_warnings[parse1-devpi-setup.cfg] PASSED
53 tests/plugins/test_toml_incompatibilities.py::test_log_warnings[parse1-flake8-setup.cfg] PASSED
54 tests/plugins/test_toml_incompatibilities.py::test_log_warnings[parse1-flake8] PASSED
55 tests/test_cli.py::test_auto_formatting SKIPPED (always fails:
56 tests/test_cli.py::test_critical_logging_does_nothing_if_no_argv PASSED
57 tests/test_cli.py::test_critical_logging_sets_log_level_on_error PASSED
58 tests/test_cli.py::test_early_plugin_error PASSED
59 tests/test_cli.py::test_exceptions2exit PASSED
60 tests/test_cli.py::test_guess_profile PASSED
61 tests/test_cli.py::test_help PASSED
62 tests/test_cli.py::test_parse_args PASSED
63 tests/test_examples.py::test_examples_api[tests/examples/django/setup.cfg-tests/examples/django/pyproject.toml] PASSED
64 tests/test_examples.py::test_examples_api[tests/examples/dynamic_extras/setup.cfg-tests/examples/dynamic_extras/pyproject.toml] PASSED
65 tests/test_examples.py::test_examples_api[tests/examples/dynamic_extras_mixed/setup.cfg-tests/examples/dynamic_extras_mixed/pyproject.toml] PASSED
66 tests/test_examples.py::test_examples_api[tests/examples/flask/setup.cfg-tests/examples/flask/pyproject.toml] PASSED
67 tests/test_examples.py::test_examples_api[tests/examples/pandas/setup.cfg-tests/examples/pandas/pyproject.toml] PASSED
68 tests/test_examples.py::test_examples_api[tests/examples/pluggy/setup.cfg-tests/examples/pluggy/pyproject.toml] PASSED
69 tests/test_examples.py::test_examples_api[tests/examples/plumbum/setup.cfg-tests/examples/plumbum/pyproject.toml] PASSED
70 tests/test_examples.py::test_examples_api[tests/examples/pyscaffold/setup.cfg-tests/examples/pyscaffold/pyproject.toml] PASSED
71 tests/test_examples.py::test_examples_api[tests/examples/setuptools_docs/setup.cfg-tests/examples/setuptools_docs/pyproject.toml] PASSED
72 tests/test_examples.py::test_examples_api[tests/examples/setuptools_scm/setup.cfg-tests/examples/setuptools_scm/pyproject.toml] PASSED
73 tests/test_examples.py::test_examples_api[tests/examples/virtualenv/setup.cfg-tests/examples/virtualenv/pyproject.toml] PASSED
74 tests/test_examples.py::test_examples_api[tests/examples/zipp/setup.cfg-tests/examples/zipp/pyproject.toml] PASSED
75 tests/test_examples.py::test_examples_api_lite[tests/examples/django/setup.cfg-tests/examples/django/pyproject.toml] PASSED
76 tests/test_examples.py::test_examples_api_lite[tests/examples/dynamic_extras/setup.cfg-tests/examples/dynamic_extras/pyproject.toml] PASSED
77 tests/test_examples.py::test_examples_api_lite[tests/examples/dynamic_extras_mixed/setup.cfg-tests/examples/dynamic_extras_mixed/pyproject.toml] PASSED
78 tests/test_examples.py::test_examples_api_lite[tests/examples/flask/setup.cfg-tests/examples/flask/pyproject.toml] PASSED
79 tests/test_examples.py::test_examples_api_lite[tests/examples/pandas/setup.cfg-tests/examples/pandas/pyproject.toml] PASSED
80 tests/test_examples.py::test_examples_api_lite[tests/examples/pluggy/setup.cfg-tests/examples/pluggy/pyproject.toml] PASSED
81 tests/test_examples.py::test_examples_api_lite[tests/examples/plumbum/setup.cfg-tests/examples/plumbum/pyproject.toml] PASSED
82 tests/test_examples.py::test_examples_api_lite[tests/examples/pyscaffold/setup.cfg-tests/examples/pyscaffold/pyproject.toml] PASSED
83 tests/test_examples.py::test_examples_api_lite[tests/examples/setuptools_docs/setup.cfg-tests/examples/setuptools_docs/pyproject.toml] PASSED
84 tests/test_examples.py::test_examples_api_lite[tests/examples/setuptools_scm/setup.cfg-tests/examples/setuptools_scm/pyproject.toml] PASSED
85 tests/test_examples.py::test_examples_api_lite[tests/examples/virtualenv/setup.cfg-tests/examples/virtualenv/pyproject.toml] PASSED
86 tests/test_examples.py::test_examples_api_lite[tests/examples/zipp/setup.cfg-tests/examples/zipp/pyproject.toml] PASSED
87 tests/test_examples.py::test_examples_cli[tests/examples/django/setup.cfg-tests/examples/django/pyproject.toml] PASSED
88 tests/test_examples.py::test_examples_cli[tests/examples/dynamic_extras/setup.cfg-tests/examples/dynamic_extras/pyproject.toml] PASSED
89 tests/test_examples.py::test_examples_cli[tests/examples/dynamic_extras_mixed/setup.cfg-tests/examples/dynamic_extras_mixed/pyproject.toml] PASSED
90 tests/test_examples.py::test_examples_cli[tests/examples/flask/setup.cfg-tests/examples/flask/pyproject.toml] PASSED
91 tests/test_examples.py::test_examples_cli[tests/examples/pandas/setup.cfg-tests/examples/pandas/pyproject.toml] PASSED
92 tests/test_examples.py::test_examples_cli[tests/examples/pluggy/setup.cfg-tests/examples/pluggy/pyproject.toml] PASSED
93 tests/test_examples.py::test_examples_cli[tests/examples/plumbum/setup.cfg-tests/examples/plumbum/pyproject.toml] PASSED
94 tests/test_examples.py::test_examples_cli[tests/examples/pyscaffold/setup.cfg-tests/examples/pyscaffold/pyproject.toml] PASSED
95 tests/test_examples.py::test_examples_cli[tests/examples/setuptools_docs/setup.cfg-tests/examples/setuptools_docs/pyproject.toml] PASSED
96 tests/test_examples.py::test_examples_cli[tests/examples/setuptools_scm/setup.cfg-tests/examples/setuptools_scm/pyproject.toml] PASSED
97 tests/test_examples.py::test_examples_cli[tests/examples/virtualenv/setup.cfg-tests/examples/virtualenv/pyproject.toml] PASSED
98 tests/test_examples.py::test_examples_cli[tests/examples/zipp/setup.cfg-tests/examples/zipp/pyproject.toml] PASSED
99 tests/test_intermediate_repr.py::TestCommentedKV::test_find PASSED
100 tests/test_intermediate_repr.py::TestInteremediateRepr::test_copy PASSED
101 tests/test_intermediate_repr.py::TestInteremediateRepr::test_eq PASSED
102 tests/test_intermediate_repr.py::TestInteremediateRepr::test_init PASSED
103 tests/test_intermediate_repr.py::TestInteremediateRepr::test_insert PASSED
104 tests/test_intermediate_repr.py::TestInteremediateRepr::test_rename PASSED
105 tests/test_plugins.py::test_iterate_entry_points PASSED
106 tests/test_plugins.py::test_list_from_entry_points PASSED
107 tests/test_plugins.py::test_load_from_entry_point__error PASSED
108 tests/test_transformations.py::test_application PASSED
109 tests/test_transformations.py::test_coerce_bool PASSED
110 tests/test_transformations.py::test_split_comment PASSED
111 tests/test_transformations.py::test_split_kv_pairs PASSED
112 tests/test_transformations.py::test_split_list PASSED
113 tests/test_translator.py::test_deduplicate_plugins PASSED
114 tests/test_translator.py::test_full_translator PASSED
115 tests/test_translator.py::test_lite_translator PASSED
116 tests/test_translator.py::test_parser_opts PASSED
117 tests/test_translator.py::test_reuse_object PASSED
118 tests/test_translator.py::test_simple_example PASSED
119 tests/test_translator.py::test_undefined_profile PASSED
122 ======== 107 passed, 1 skipped ========
123   py$(PYV): OK
124   congratulations :)