perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / flit_core / test / results-all.master
blobb4d6988904c43bdb7b90f6f2a23f3ab403bb1045
1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 rootdir: $(@D)
5 configfile: pyproject.toml
6 collecting ... collected 103 items
8 tests_core/test_build_thyself.py::test_prepare_metadata PASSED
9 tests_core/test_build_thyself.py::test_wheel PASSED
10 tests_core/test_build_thyself.py::test_sdist PASSED
11 tests_core/test_buildapi.py::test_get_build_requires PASSED
12 tests_core/test_buildapi.py::test_get_build_requires_pep621_nodynamic PASSED
13 tests_core/test_buildapi.py::test_get_build_requires_import PASSED
14 tests_core/test_buildapi.py::test_build_wheel PASSED
15 tests_core/test_buildapi.py::test_build_wheel_pep621 PASSED
16 tests_core/test_buildapi.py::test_build_editable PASSED
17 tests_core/test_buildapi.py::test_build_sdist PASSED
18 tests_core/test_buildapi.py::test_prepare_metadata_for_build_wheel PASSED
19 tests_core/test_buildapi.py::test_prepare_metadata_for_build_editable PASSED
20 tests_core/test_common.py::ModuleTests::test_conflicting_modules PASSED
21 tests_core/test_common.py::ModuleTests::test_get_info_from_module PASSED
22 tests_core/test_common.py::ModuleTests::test_missing_name PASSED
23 tests_core/test_common.py::ModuleTests::test_module_importable PASSED
24 tests_core/test_common.py::ModuleTests::test_ns_package_importable PASSED
25 tests_core/test_common.py::ModuleTests::test_package_importable PASSED
26 tests_core/test_common.py::ModuleTests::test_version_raise PASSED
27 tests_core/test_common.py::test_normalize_file_permissions PASSED
28 tests_core/test_common.py::test_supports_py2[-True] PASSED
29 tests_core/test_common.py::test_supports_py2[>2.7-True] PASSED
30 tests_core/test_common.py::test_supports_py2[3-False] PASSED
31 tests_core/test_common.py::test_supports_py2[>= 3.7-False] PASSED
32 tests_core/test_common.py::test_supports_py2[<4, > 3.2-False] PASSED
33 tests_core/test_common.py::test_supports_py2[>3.4-False] PASSED
34 tests_core/test_common.py::test_supports_py2[>=2.7, !=3.0.*, !=3.1.*, !=3.2.*-True] PASSED
35 tests_core/test_common.py::test_supports_py2[== 3.9-False] PASSED
36 tests_core/test_common.py::test_supports_py2[~=2.7-True] PASSED
37 tests_core/test_common.py::test_supports_py2[~=3.9-False] PASSED
38 tests_core/test_common.py::test_make_metadata PASSED
39 tests_core/test_common.py::test_metadata_multiline PASSED
40 tests_core/test_common.py::test_metadata_2_3_requires_dist[foo [extra_1, extra.2, extra-3, extra__4, extra..5, extra--6]-foo [extra-1, extra-2, extra-3, extra-4, extra-5, extra-6]] PASSED
41 tests_core/test_common.py::test_metadata_2_3_requires_dist[foo-foo] PASSED
42 tests_core/test_common.py::test_metadata_2_3_requires_dist[foo[bar]-foo[bar]] PASSED
43 tests_core/test_common.py::test_metadata_2_3_requires_dist[pkginfo-pkginfo] PASSED
44 tests_core/test_common.py::test_metadata_2_3_requires_dist[zope.interface (>3.5.0)-zope.interface (>3.5.0)] PASSED
45 tests_core/test_common.py::test_metadata_2_3_requires_dist[pywin32 >1.0; sys_platform == 'win32'-pywin32 >1.0; sys_platform == 'win32'] PASSED
46 tests_core/test_common.py::test_metadata_2_3_provides_extra[foo-foo] PASSED
47 tests_core/test_common.py::test_metadata_2_3_provides_extra[foo__bar..baz-foo-bar-baz] PASSED
48 tests_core/test_config.py::test_flatten_entrypoints PASSED
49 tests_core/test_config.py::test_load_toml PASSED
50 tests_core/test_config.py::test_load_toml_ns PASSED
51 tests_core/test_config.py::test_load_normalization PASSED
52 tests_core/test_config.py::test_load_pep621 PASSED
53 tests_core/test_config.py::test_load_pep621_nodynamic PASSED
54 tests_core/test_config.py::test_misspelled_key PASSED
55 tests_core/test_config.py::test_description_file PASSED
56 tests_core/test_config.py::test_missing_description_file PASSED
57 tests_core/test_config.py::test_bad_description_extension PASSED
58 tests_core/test_config.py::test_extras PASSED
59 tests_core/test_config.py::test_extras_newstyle PASSED
60 tests_core/test_config.py::test_extras_dev_conflict PASSED
61 tests_core/test_config.py::test_extras_dev_warning PASSED
62 tests_core/test_config.py::test_requires_extra_env_marker PASSED
63 tests_core/test_config.py::test_faulty_requires_extra[erroneous0-Expected a dict for requires-extra field] PASSED
64 tests_core/test_config.py::test_faulty_requires_extra[erroneous1-Expected a dict of lists for requires-extra field] PASSED
65 tests_core/test_config.py::test_faulty_requires_extra[erroneous2-Expected a string list for requires-extra] PASSED
66 tests_core/test_config.py::test_bad_include_paths[../bar-out of the directory] PASSED
67 tests_core/test_config.py::test_bad_include_paths[foo/../../bar-out of the directory] PASSED
68 tests_core/test_config.py::test_bad_include_paths[/home-absolute path] PASSED
69 tests_core/test_config.py::test_bad_include_paths[foo:bar-bad character] PASSED
70 tests_core/test_config.py::test_bad_pep621_info[proj_bad0-\\bstr\\b] PASSED
71 tests_core/test_config.py::test_bad_pep621_info[proj_bad1-[Uu]nrecognised] PASSED
72 tests_core/test_config.py::test_bad_pep621_info[proj_bad2-both] PASSED
73 tests_core/test_config.py::test_bad_pep621_info[proj_bad3-required] PASSED
74 tests_core/test_config.py::test_bad_pep621_info[proj_bad4-list] PASSED
75 tests_core/test_config.py::test_bad_pep621_info[proj_bad5-strings] PASSED
76 tests_core/test_config.py::test_bad_pep621_info[proj_bad6-entry-point.*tables] PASSED
77 tests_core/test_config.py::test_bad_pep621_info[proj_bad7-entry-point.*string] PASSED
78 tests_core/test_config.py::test_bad_pep621_info[proj_bad8-\\[project\\.gui-scripts\\]] PASSED
79 tests_core/test_config.py::test_bad_pep621_info[proj_bad9-scripts.*string] PASSED
80 tests_core/test_config.py::test_bad_pep621_info[proj_bad10-gui-scripts.*string] PASSED
81 tests_core/test_config.py::test_bad_pep621_info[proj_bad11-list.*optional-dep] PASSED
82 tests_core/test_config.py::test_bad_pep621_info[proj_bad12-string.*optional-dep] PASSED
83 tests_core/test_config.py::test_bad_pep621_info[proj_bad13-dynamic] PASSED
84 tests_core/test_config.py::test_bad_pep621_info[proj_bad14-dynamic.*\\[project\\]] PASSED
85 tests_core/test_config.py::test_bad_pep621_info[proj_bad15-author.*\\bdict] PASSED
86 tests_core/test_config.py::test_bad_pep621_info[proj_bad16-maintainer.*title] PASSED
87 tests_core/test_config.py::test_bad_pep621_info[proj_bad17-not valid] PASSED
88 tests_core/test_config.py::test_bad_pep621_info[proj_bad18-not valid] PASSED
89 tests_core/test_config.py::test_bad_pep621_info[proj_bad19-not valid] PASSED
90 tests_core/test_config.py::test_bad_pep621_info[proj_bad20-clash] PASSED
91 tests_core/test_config.py::test_bad_pep621_readme[readme0-required] PASSED
92 tests_core/test_config.py::test_bad_pep621_readme[readme1-content-type] PASSED
93 tests_core/test_config.py::test_bad_pep621_readme[/opt/README.rst-relative] PASSED
94 tests_core/test_config.py::test_bad_pep621_readme[readme3-both] PASSED
95 tests_core/test_config.py::test_bad_pep621_readme[readme4-required] PASSED
96 tests_core/test_config.py::test_bad_pep621_readme[readme5-[Uu]nrecognised] PASSED
97 tests_core/test_config.py::test_bad_pep621_readme[5-readme.*string] PASSED
98 tests_core/test_sdist.py::test_make_sdist PASSED
99 tests_core/test_sdist.py::test_make_sdist_pep621 PASSED
100 tests_core/test_sdist.py::test_make_sdist_pep621_nodynamic PASSED
101 tests_core/test_sdist.py::test_clean_tarinfo PASSED
102 tests_core/test_sdist.py::test_include_exclude PASSED
103 tests_core/test_sdist.py::test_data_dir PASSED
104 tests_core/test_sdist.py::test_pep625 PASSED
105 tests_core/test_versionno.py::test_normalise_version PASSED
106 tests_core/test_wheel.py::test_licenses_dir PASSED
107 tests_core/test_wheel.py::test_source_date_epoch PASSED
108 tests_core/test_wheel.py::test_zero_timestamp PASSED
109 tests_core/test_wheel.py::test_main PASSED
110 tests_core/test_wheel.py::test_data_dir PASSED
112 ======== 103 passed ========