opensmalltalk cog-spur: update to VMMaker.oscog-eem.3504
[oi-userland.git] / components / python / whey / test / results-all.master
blob6b350cfae01da2cb8347d91801de95c5effd4fe9
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python --version
3 Python 3.9.19
4 py$(PYV): commands[1]> python -m pytest --cov=whey -r aR tests/
5 ============================= test session starts ==============================
6 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
7 cachedir: .tox/py$(PYV)/.pytest_cache
8 rootdir: $(@D)
9 configfile: tox.ini
10 timeout: 300.0s
11 timeout method: signal
12 timeout func_only: False
13 collecting ... collected 356 items
15 tests/test_build.py::test_build_additional_files PASSED
16 tests/test_build.py::test_build_additional_files_source_dir PASSED
17 tests/test_build.py::test_build_complete[COMPLETE_A] PASSED
18 tests/test_build.py::test_build_complete[COMPLETE_B] PASSED
19 tests/test_build.py::test_build_complete[LONG_REQUIREMENTS] PASSED
20 tests/test_build.py::test_build_complete_epoch[COMPLETE_A] PASSED
21 tests/test_build.py::test_build_complete_epoch[COMPLETE_B] PASSED
22 tests/test_build.py::test_build_complete_epoch[LONG_REQUIREMENTS] PASSED
23 tests/test_build.py::test_build_editable[0.2-COMPLETE_A] SKIPPED (No...)
24 tests/test_build.py::test_build_editable[0.2-COMPLETE_B] SKIPPED (No...)
25 tests/test_build.py::test_build_editable[0.2-LONG_REQUIREMENTS] SKIPPED
26 tests/test_build.py::test_build_editable[0.3-COMPLETE_A] PASSED
27 tests/test_build.py::test_build_editable[0.3-COMPLETE_B] PASSED
28 tests/test_build.py::test_build_editable[0.3-LONG_REQUIREMENTS] PASSED
29 tests/test_build.py::test_build_editable_missing_dir PASSED
30 tests/test_build.py::test_build_editable_namespace PASSED
31 tests/test_build.py::test_build_empty_dir PASSED
32 tests/test_build.py::test_build_markdown_readme PASSED
33 tests/test_build.py::test_build_missing_dir PASSED
34 tests/test_build.py::test_build_source_dir_complete[COMPLETE_A] PASSED
35 tests/test_build.py::test_build_source_dir_complete[COMPLETE_B] PASSED
36 tests/test_build.py::test_build_source_dir_different_package PASSED
37 tests/test_build.py::test_build_stubs_name PASSED
38 tests/test_build.py::test_build_success[authors] PASSED
39 tests/test_build.py::test_build_success[classifiers] PASSED
40 tests/test_build.py::test_build_success[dependencies] PASSED
41 tests/test_build.py::test_build_success[description] PASSED
42 tests/test_build.py::test_build_success[entry_points] PASSED
43 tests/test_build.py::test_build_success[keywords] PASSED
44 tests/test_build.py::test_build_success[maintainers] PASSED
45 tests/test_build.py::test_build_success[minimal] PASSED
46 tests/test_build.py::test_build_success[optional-dependencies] PASSED
47 tests/test_build.py::test_build_success[requires-python] PASSED
48 tests/test_build.py::test_build_success[requires-python_complex] PASSED
49 tests/test_build.py::test_build_success[unicode] PASSED
50 tests/test_build.py::test_build_success[urls] PASSED
51 tests/test_build.py::test_build_underscore_name[hyphen_name_underscore_package_explicit] PASSED
52 tests/test_build.py::test_build_underscore_name[hyphen_name_underscore_package_implicit] PASSED
53 tests/test_build.py::test_build_underscore_name[underscore_name] PASSED
54 tests/test_build.py::test_build_wheel_from_sdist[COMPLETE_A] PASSED
55 tests/test_build.py::test_build_wheel_from_sdist[COMPLETE_B] PASSED
56 tests/test_build.py::test_build_wheel_from_sdist[DYNAMIC_REQUIREMENTS] PASSED
57 tests/test_build.py::test_build_wheel_from_sdist[LONG_REQUIREMENTS] PASSED
58 tests/test_build.py::test_build_wheel_from_sdist_source_dir[COMPLETE_A] PASSED
59 tests/test_build.py::test_build_wheel_from_sdist_source_dir[COMPLETE_B] PASSED
60 tests/test_build.py::test_build_wheel_reproducible[COMPLETE_A] PASSED
61 tests/test_build.py::test_build_wheel_reproducible[COMPLETE_B] PASSED
62 tests/test_build.py::test_custom_wheel_builder[COMPLETE_A] PASSED
63 tests/test_build.py::test_custom_wheel_builder[COMPLETE_B] PASSED
64 tests/test_build.py::test_custom_wheel_builder[LONG_REQUIREMENTS] PASSED
65 tests/test_builder_methods.py::test_create_editables_files[0.2] SKIPPED
66 tests/test_builder_methods.py::test_create_editables_files[0.3] PASSED
67 tests/test_cli.py::test_bad_config[author_comma] PASSED
68 tests/test_cli.py::test_bad_config[bad_name] PASSED
69 tests/test_cli.py::test_bad_config[bad_requires_python] PASSED
70 tests/test_cli.py::test_bad_config[bad_version] PASSED
71 tests/test_cli.py::test_bad_config[classifiers_wrong_type] PASSED
72 tests/test_cli.py::test_bad_config[dependencies_wrong_type] PASSED
73 tests/test_cli.py::test_bad_config[dynamic_name] PASSED
74 tests/test_cli.py::test_bad_config[keywords_wrong_type] PASSED
75 tests/test_cli.py::test_bad_config[maintainer_comma] PASSED
76 tests/test_cli.py::test_bad_config[missing_license_file] PASSED
77 tests/test_cli.py::test_bad_config[missing_readme_file] PASSED
78 tests/test_cli.py::test_bad_config[no_name] PASSED
79 tests/test_cli.py::test_bad_config[no_version] PASSED
80 tests/test_cli.py::test_bad_config_show_traceback[author_comma] PASSED
81 tests/test_cli.py::test_bad_config_show_traceback[bad_name] PASSED
82 tests/test_cli.py::test_bad_config_show_traceback[bad_requires_python] PASSED
83 tests/test_cli.py::test_bad_config_show_traceback[bad_version] PASSED
84 tests/test_cli.py::test_bad_config_show_traceback[classifiers_wrong_type] PASSED
85 tests/test_cli.py::test_bad_config_show_traceback[dependencies_invalid_requirement0] PASSED
86 tests/test_cli.py::test_bad_config_show_traceback[dependencies_invalid_requirement1] SKIPPED
87 tests/test_cli.py::test_bad_config_show_traceback[dependencies_wrong_type] PASSED
88 tests/test_cli.py::test_bad_config_show_traceback[dynamic_name] PASSED
89 tests/test_cli.py::test_bad_config_show_traceback[keywords_wrong_type] PASSED
90 tests/test_cli.py::test_bad_config_show_traceback[label_too_long] PASSED
91 tests/test_cli.py::test_bad_config_show_traceback[maintainer_comma] PASSED
92 tests/test_cli.py::test_bad_config_show_traceback[missing_license_file] PASSED
93 tests/test_cli.py::test_bad_config_show_traceback[missing_license_file_win32] SKIPPED
94 tests/test_cli.py::test_bad_config_show_traceback[missing_readme_file] PASSED
95 tests/test_cli.py::test_bad_config_show_traceback[missing_readme_file_win32] SKIPPED
96 tests/test_cli.py::test_bad_config_show_traceback[no_name] PASSED
97 tests/test_cli.py::test_bad_config_show_traceback[no_version] PASSED
98 tests/test_cli.py::test_build_additional_files PASSED
99 tests/test_cli.py::test_build_binary_complete[COMPLETE_A] PASSED
100 tests/test_cli.py::test_build_binary_complete[COMPLETE_B] PASSED
101 tests/test_cli.py::test_build_complete[COMPLETE_A] PASSED
102 tests/test_cli.py::test_build_complete[COMPLETE_B] PASSED
103 tests/test_cli.py::test_build_sdist_complete[COMPLETE_A] PASSED
104 tests/test_cli.py::test_build_sdist_complete[COMPLETE_B] PASSED
105 tests/test_cli.py::test_build_wheel_complete[COMPLETE_A] PASSED
106 tests/test_cli.py::test_build_wheel_complete[COMPLETE_B] PASSED
107 tests/test_cli.py::test_build_wheel_via_builder_complete[COMPLETE_A] PASSED
108 tests/test_cli.py::test_build_wheel_via_builder_complete[COMPLETE_B] PASSED
109 tests/test_cli.py::test_cli_build_success[authors] PASSED
110 tests/test_cli.py::test_cli_build_success[classifiers] PASSED
111 tests/test_cli.py::test_cli_build_success[dependencies] PASSED
112 tests/test_cli.py::test_cli_build_success[description] PASSED
113 tests/test_cli.py::test_cli_build_success[entry_points] PASSED
114 tests/test_cli.py::test_cli_build_success[keywords] PASSED
115 tests/test_cli.py::test_cli_build_success[maintainers] PASSED
116 tests/test_cli.py::test_cli_build_success[minimal] PASSED
117 tests/test_cli.py::test_cli_build_success[optional-dependencies] PASSED
118 tests/test_cli.py::test_cli_build_success[requires-python] PASSED
119 tests/test_cli.py::test_cli_build_success[requires-python_complex] PASSED
120 tests/test_cli.py::test_cli_build_success[urls] PASSED
121 tests/test_cli.py::test_show_builders[binary-binary_wheel] PASSED
122 tests/test_cli.py::test_show_builders[binary-default] PASSED
123 tests/test_cli.py::test_show_builders[binary-sdist] PASSED
124 tests/test_cli.py::test_show_builders[binary-sdist_and_wheel] PASSED
125 tests/test_cli.py::test_show_builders[binary-wheel] PASSED
126 tests/test_cli.py::test_show_builders[binary_and_sdist-binary_wheel] PASSED
127 tests/test_cli.py::test_show_builders[binary_and_sdist-default] PASSED
128 tests/test_cli.py::test_show_builders[binary_and_sdist-sdist] PASSED
129 tests/test_cli.py::test_show_builders[binary_and_sdist-sdist_and_wheel] PASSED
130 tests/test_cli.py::test_show_builders[binary_and_sdist-wheel] PASSED
131 tests/test_cli.py::test_show_builders[none-binary_wheel] PASSED
132 tests/test_cli.py::test_show_builders[none-default] PASSED
133 tests/test_cli.py::test_show_builders[none-sdist] PASSED
134 tests/test_cli.py::test_show_builders[none-sdist_and_wheel] PASSED
135 tests/test_cli.py::test_show_builders[none-wheel] PASSED
136 tests/test_cli.py::test_show_builders[sdist-binary_wheel] PASSED
137 tests/test_cli.py::test_show_builders[sdist-default] PASSED
138 tests/test_cli.py::test_show_builders[sdist-sdist] PASSED
139 tests/test_cli.py::test_show_builders[sdist-sdist_and_wheel] PASSED
140 tests/test_cli.py::test_show_builders[sdist-wheel] PASSED
141 tests/test_cli.py::test_show_builders[wheel-binary_wheel] PASSED
142 tests/test_cli.py::test_show_builders[wheel-default] PASSED
143 tests/test_cli.py::test_show_builders[wheel-sdist] PASSED
144 tests/test_cli.py::test_show_builders[wheel-sdist_and_wheel] PASSED
145 tests/test_cli.py::test_show_builders[wheel-wheel] PASSED
146 tests/test_cli.py::test_show_builders_error PASSED
147 tests/test_cli.py::test_version PASSED
148 tests/test_config.py::test_backfill_classifiers[All Platforms] PASSED
149 tests/test_config.py::test_backfill_classifiers[BSD] PASSED
150 tests/test_config.py::test_backfill_classifiers[CPython] PASSED
151 tests/test_config.py::test_backfill_classifiers[GPLv2] PASSED
152 tests/test_config.py::test_backfill_classifiers[GraalPython] PASSED
153 tests/test_config.py::test_backfill_classifiers[LGPL-3.0-or-later] PASSED
154 tests/test_config.py::test_backfill_classifiers[Linux] PASSED
155 tests/test_config.py::test_backfill_classifiers[MIT License] PASSED
156 tests/test_config.py::test_backfill_classifiers[Multiple Implementations] PASSED
157 tests/test_config.py::test_backfill_classifiers[Multiple Platforms_1] PASSED
158 tests/test_config.py::test_backfill_classifiers[Multiple Platforms_2] PASSED
159 tests/test_config.py::test_backfill_classifiers[PyPy] PASSED
160 tests/test_config.py::test_backfill_classifiers[Windows] PASSED
161 tests/test_config.py::test_backfill_classifiers[defaults] PASSED
162 tests/test_config.py::test_backfill_classifiers[macOS] PASSED
163 tests/test_config.py::test_backfill_classifiers[multiple_py_versions] PASSED
164 tests/test_config.py::test_backfill_classifiers[py$(PYV)] PASSED
165 tests/test_config.py::test_backfill_classifiers[py36] PASSED
166 tests/test_config.py::test_backfill_classifiers[py37] PASSED
167 tests/test_config.py::test_backfill_classifiers[py38] PASSED
168 tests/test_config.py::test_bad_config_additional_files[exclude no parameters] PASSED
169 tests/test_config.py::test_bad_config_additional_files[include no parameters] PASSED
170 tests/test_config.py::test_bad_config_additional_files[recursive-exclude no parameters] PASSED
171 tests/test_config.py::test_bad_config_additional_files[recursive-exclude no space] PASSED
172 tests/test_config.py::test_bad_config_additional_files[recursive-include no parameters] PASSED
173 tests/test_config.py::test_bad_config_additional_files[recursive-include no space] PASSED
174 tests/test_config.py::test_bad_config_dynamic[authors] PASSED
175 tests/test_config.py::test_bad_config_dynamic[dynamic_but_given] PASSED
176 tests/test_config.py::test_bad_config_dynamic[keywords] PASSED
177 tests/test_config.py::test_bad_config_dynamic[optional-dependencies] PASSED
178 tests/test_config.py::test_bad_config_dynamic[version] PASSED
179 tests/test_config.py::test_bad_config_license[double_license] PASSED
180 tests/test_config.py::test_bad_config_license[empty] PASSED
181 tests/test_config.py::test_bad_config_readme_dict[bad_content_type] PASSED
182 tests/test_config.py::test_bad_config_readme_dict[bad_extension] PASSED
183 tests/test_config.py::test_bad_config_readme_dict[charset_only] PASSED
184 tests/test_config.py::test_bad_config_readme_dict[content_type_charset] PASSED
185 tests/test_config.py::test_bad_config_readme_dict[content_type_only] PASSED
186 tests/test_config.py::test_bad_config_readme_dict[empty] PASSED
187 tests/test_config.py::test_bad_config_readme_dict[file_and_readme] PASSED
188 tests/test_config.py::test_bad_config_readme_dict[no_extension] PASSED
189 tests/test_config.py::test_bad_config_readme_dict[text_only] PASSED
190 tests/test_config.py::test_bad_config_readme_dict[unknown_key] PASSED
191 tests/test_config.py::test_bad_config_whey_table[license-key-dict] PASSED
192 tests/test_config.py::test_bad_config_whey_table[license-key-int] PASSED
193 tests/test_config.py::test_bad_config_whey_table[license-key-list] PASSED
194 tests/test_config.py::test_bad_config_whey_table[package-int] PASSED
195 tests/test_config.py::test_bad_config_whey_table[package-list] PASSED
196 tests/test_config.py::test_bad_config_whey_table[python-versions-1.6-string] PASSED
197 tests/test_config.py::test_bad_config_whey_table[python-versions-2.7-float] PASSED
198 tests/test_config.py::test_bad_config_whey_table[python-versions-2.7-string] PASSED
199 tests/test_config.py::test_bad_config_whey_table[source-dir-int] PASSED
200 tests/test_config.py::test_bad_config_whey_table[source-dir-list] PASSED
201 tests/test_config.py::test_parse_builders PASSED
202 tests/test_config.py::test_parse_config_errors[author_comma] PASSED
203 tests/test_config.py::test_parse_config_errors[bad_name] PASSED
204 tests/test_config.py::test_parse_config_errors[bad_requires_python] PASSED
205 tests/test_config.py::test_parse_config_errors[bad_version] PASSED
206 tests/test_config.py::test_parse_config_errors[classifiers_wrong_type] PASSED
207 tests/test_config.py::test_parse_config_errors[dependencies_invalid_requirement0] PASSED
208 tests/test_config.py::test_parse_config_errors[dependencies_invalid_requirement1] SKIPPED
209 tests/test_config.py::test_parse_config_errors[dependencies_wrong_type] PASSED
210 tests/test_config.py::test_parse_config_errors[dynamic_name] PASSED
211 tests/test_config.py::test_parse_config_errors[keywords_wrong_type] PASSED
212 tests/test_config.py::test_parse_config_errors[label_too_long] PASSED
213 tests/test_config.py::test_parse_config_errors[maintainer_comma] PASSED
214 tests/test_config.py::test_parse_config_errors[missing_license_file] PASSED
215 tests/test_config.py::test_parse_config_errors[missing_license_file_win32] SKIPPED
216 tests/test_config.py::test_parse_config_errors[missing_readme_file] PASSED
217 tests/test_config.py::test_parse_config_errors[missing_readme_file_win32] SKIPPED
218 tests/test_config.py::test_parse_config_errors[no_config] PASSED
219 tests/test_config.py::test_parse_config_errors[no_name] PASSED
220 tests/test_config.py::test_parse_config_errors[no_version] PASSED
221 tests/test_config.py::test_parse_config_readme_errors[README.rtf] PASSED
222 tests/test_config.py::test_parse_config_readme_errors[README] PASSED
223 tests/test_config.py::test_parse_dynamic_requirements PASSED
224 tests/test_config.py::test_parse_dynamic_requirements_invalid PASSED
225 tests/test_config.py::test_parse_valid_config[COMPLETE_A] PASSED
226 tests/test_config.py::test_parse_valid_config[COMPLETE_B] PASSED
227 tests/test_config.py::test_parse_valid_config[COMPLETE_B_ADDITIONAL_FILES] PASSED
228 tests/test_config.py::test_parse_valid_config[COMPLETE_PROJECT_A] PASSED
229 tests/test_config.py::test_parse_valid_config[authors] PASSED
230 tests/test_config.py::test_parse_valid_config[classifiers] PASSED
231 tests/test_config.py::test_parse_valid_config[dependencies] PASSED
232 tests/test_config.py::test_parse_valid_config[description] PASSED
233 tests/test_config.py::test_parse_valid_config[entry_points] PASSED
234 tests/test_config.py::test_parse_valid_config[keywords] PASSED
235 tests/test_config.py::test_parse_valid_config[maintainers] PASSED
236 tests/test_config.py::test_parse_valid_config[minimal] PASSED
237 tests/test_config.py::test_parse_valid_config[optional-dependencies] PASSED
238 tests/test_config.py::test_parse_valid_config[requires-python] PASSED
239 tests/test_config.py::test_parse_valid_config[requires-python_complex] PASSED
240 tests/test_config.py::test_parse_valid_config[unicode] PASSED
241 tests/test_config.py::test_parse_valid_config[urls] PASSED
242 tests/test_config.py::test_parse_valid_config_license[LICENSE.md] PASSED
243 tests/test_config.py::test_parse_valid_config_license[LICENSE.rst] PASSED
244 tests/test_config.py::test_parse_valid_config_license[LICENSE.txt] PASSED
245 tests/test_config.py::test_parse_valid_config_license[LICENSE] PASSED
246 tests/test_config.py::test_parse_valid_config_license_text PASSED
247 tests/test_config.py::test_parse_valid_config_readme[INTRODUCTION.md] PASSED
248 tests/test_config.py::test_parse_valid_config_readme[README.md] PASSED
249 tests/test_config.py::test_parse_valid_config_readme[README.rst] PASSED
250 tests/test_config.py::test_parse_valid_config_readme[readme.txt] PASSED
251 tests/test_config.py::test_parse_valid_config_readme_dict[md_file] PASSED
252 tests/test_config.py::test_parse_valid_config_readme_dict[rst_file] PASSED
253 tests/test_config.py::test_parse_valid_config_readme_dict[text_content_type_md] PASSED
254 tests/test_config.py::test_parse_valid_config_readme_dict[text_content_type_plain] PASSED
255 tests/test_config.py::test_parse_valid_config_readme_dict[text_content_type_rst] PASSED
256 tests/test_config.py::test_parse_valid_config_readme_dict[txt_file] PASSED
257 tests/test_config.py::test_pep621_class_valid_config[COMPLETE_A] PASSED
258 tests/test_config.py::test_pep621_class_valid_config[COMPLETE_B] PASSED
259 tests/test_config.py::test_pep621_class_valid_config[COMPLETE_PROJECT_A] PASSED
260 tests/test_config.py::test_pep621_class_valid_config[authors] PASSED
261 tests/test_config.py::test_pep621_class_valid_config[classifiers] PASSED
262 tests/test_config.py::test_pep621_class_valid_config[dependencies] PASSED
263 tests/test_config.py::test_pep621_class_valid_config[description] PASSED
264 tests/test_config.py::test_pep621_class_valid_config[entry_points] PASSED
265 tests/test_config.py::test_pep621_class_valid_config[keywords] PASSED
266 tests/test_config.py::test_pep621_class_valid_config[maintainers] PASSED
267 tests/test_config.py::test_pep621_class_valid_config[minimal] PASSED
268 tests/test_config.py::test_pep621_class_valid_config[optional-dependencies] PASSED
269 tests/test_config.py::test_pep621_class_valid_config[requires-python] PASSED
270 tests/test_config.py::test_pep621_class_valid_config[requires-python_complex] PASSED
271 tests/test_config.py::test_pep621_class_valid_config[unicode] PASSED
272 tests/test_config.py::test_pep621_class_valid_config[urls] PASSED
273 tests/test_config.py::test_pep621parser_class_bad_config[bad_content_type] PASSED
274 tests/test_config.py::test_pep621parser_class_bad_config[bad_extension] PASSED
275 tests/test_config.py::test_pep621parser_class_bad_config[charset_only] PASSED
276 tests/test_config.py::test_pep621parser_class_bad_config[content_type_charset] PASSED
277 tests/test_config.py::test_pep621parser_class_bad_config[content_type_only] PASSED
278 tests/test_config.py::test_pep621parser_class_bad_config[empty] PASSED
279 tests/test_config.py::test_pep621parser_class_bad_config[file_and_readme] PASSED
280 tests/test_config.py::test_pep621parser_class_bad_config[no_extension] PASSED
281 tests/test_config.py::test_pep621parser_class_bad_config[text_only] PASSED
282 tests/test_config.py::test_pep621parser_class_bad_config[unknown_key] PASSED
283 tests/test_config.py::test_pep621parser_class_errors[author_comma] PASSED
284 tests/test_config.py::test_pep621parser_class_errors[bad_name] PASSED
285 tests/test_config.py::test_pep621parser_class_errors[bad_requires_python] PASSED
286 tests/test_config.py::test_pep621parser_class_errors[bad_version] PASSED
287 tests/test_config.py::test_pep621parser_class_errors[classifiers_wrong_type] PASSED
288 tests/test_config.py::test_pep621parser_class_errors[dependencies_invalid_requirement0] PASSED
289 tests/test_config.py::test_pep621parser_class_errors[dependencies_invalid_requirement1] SKIPPED
290 tests/test_config.py::test_pep621parser_class_errors[dependencies_wrong_type] PASSED
291 tests/test_config.py::test_pep621parser_class_errors[dynamic_name] PASSED
292 tests/test_config.py::test_pep621parser_class_errors[keywords_wrong_type] PASSED
293 tests/test_config.py::test_pep621parser_class_errors[label_too_long] PASSED
294 tests/test_config.py::test_pep621parser_class_errors[maintainer_comma] PASSED
295 tests/test_config.py::test_pep621parser_class_errors[missing_license_file] PASSED
296 tests/test_config.py::test_pep621parser_class_errors[missing_license_file_win32] SKIPPED
297 tests/test_config.py::test_pep621parser_class_errors[missing_readme_file] PASSED
298 tests/test_config.py::test_pep621parser_class_errors[missing_readme_file_win32] SKIPPED
299 tests/test_config.py::test_pep621parser_class_errors[no_name] PASSED
300 tests/test_config.py::test_pep621parser_class_errors[no_version] PASSED
301 tests/test_foreman.py::test_build_additional_files PASSED
302 tests/test_foreman.py::test_build_complete[COMPLETE_A] PASSED
303 tests/test_foreman.py::test_build_complete[COMPLETE_B] PASSED
304 tests/test_foreman.py::test_build_complete[LONG_REQUIREMENTS] PASSED
305 tests/test_foreman.py::test_build_empty_dir PASSED
306 tests/test_foreman.py::test_build_missing_dir PASSED
307 tests/test_foreman.py::test_build_success[authors] PASSED
308 tests/test_foreman.py::test_build_success[classifiers] PASSED
309 tests/test_foreman.py::test_build_success[dependencies] PASSED
310 tests/test_foreman.py::test_build_success[description] PASSED
311 tests/test_foreman.py::test_build_success[entry_points] PASSED
312 tests/test_foreman.py::test_build_success[keywords] PASSED
313 tests/test_foreman.py::test_build_success[maintainers] PASSED
314 tests/test_foreman.py::test_build_success[minimal] PASSED
315 tests/test_foreman.py::test_build_success[optional-dependencies] PASSED
316 tests/test_foreman.py::test_build_success[requires-python] PASSED
317 tests/test_foreman.py::test_build_success[requires-python_complex] PASSED
318 tests/test_foreman.py::test_build_success[unicode] PASSED
319 tests/test_foreman.py::test_build_success[urls] PASSED
320 tests/test_pep517_backend.py::test_build_additional_files[0] PASSED
321 tests/test_pep517_backend.py::test_build_additional_files[1] PASSED
322 tests/test_pep517_backend.py::test_build_additional_files[None] PASSED
323 tests/test_pep517_backend.py::test_build_complete[COMPLETE_A-0] PASSED
324 tests/test_pep517_backend.py::test_build_complete[COMPLETE_A-1] PASSED
325 tests/test_pep517_backend.py::test_build_complete[COMPLETE_A-None] PASSED
326 tests/test_pep517_backend.py::test_build_complete[COMPLETE_B-0] PASSED
327 tests/test_pep517_backend.py::test_build_complete[COMPLETE_B-1] PASSED
328 tests/test_pep517_backend.py::test_build_complete[COMPLETE_B-None] PASSED
329 tests/test_pep517_backend.py::test_build_editable[0.2-COMPLETE_A] SKIPPED
330 tests/test_pep517_backend.py::test_build_editable[0.2-COMPLETE_B] SKIPPED
331 tests/test_pep517_backend.py::test_build_editable[0.3-COMPLETE_A] PASSED
332 tests/test_pep517_backend.py::test_build_editable[0.3-COMPLETE_B] PASSED
333 tests/test_pep517_backend.py::test_cli_build_success[authors] PASSED
334 tests/test_pep517_backend.py::test_cli_build_success[classifiers] PASSED
335 tests/test_pep517_backend.py::test_cli_build_success[dependencies] PASSED
336 tests/test_pep517_backend.py::test_cli_build_success[description] PASSED
337 tests/test_pep517_backend.py::test_cli_build_success[entry_points] PASSED
338 tests/test_pep517_backend.py::test_cli_build_success[keywords] PASSED
339 tests/test_pep517_backend.py::test_cli_build_success[maintainers] PASSED
340 tests/test_pep517_backend.py::test_cli_build_success[minimal] PASSED
341 tests/test_pep517_backend.py::test_cli_build_success[optional-dependencies] PASSED
342 tests/test_pep517_backend.py::test_cli_build_success[requires-python] PASSED
343 tests/test_pep517_backend.py::test_cli_build_success[requires-python_complex] PASSED
344 tests/test_pep517_backend.py::test_cli_build_success[urls] PASSED
345 tests/test_utils.py::test_parse_custom_builders PASSED
346 tests/test_utils.py::test_print_builder_names[none-binary_true-binary_wheel] PASSED
347 tests/test_utils.py::test_print_builder_names[none-binary_true-default] PASSED
348 tests/test_utils.py::test_print_builder_names[none-binary_true-sdist] PASSED
349 tests/test_utils.py::test_print_builder_names[none-binary_true-sdist_and_wheel] PASSED
350 tests/test_utils.py::test_print_builder_names[none-binary_true-wheel] PASSED
351 tests/test_utils.py::test_print_builder_names[none-sdist_and_wheel-binary_wheel] PASSED
352 tests/test_utils.py::test_print_builder_names[none-sdist_and_wheel-default] PASSED
353 tests/test_utils.py::test_print_builder_names[none-sdist_and_wheel-sdist] PASSED
354 tests/test_utils.py::test_print_builder_names[none-sdist_and_wheel-sdist_and_wheel] PASSED
355 tests/test_utils.py::test_print_builder_names[none-sdist_and_wheel-wheel] PASSED
356 tests/test_utils.py::test_print_builder_names[none-sdist_true-binary_wheel] PASSED
357 tests/test_utils.py::test_print_builder_names[none-sdist_true-default] PASSED
358 tests/test_utils.py::test_print_builder_names[none-sdist_true-sdist] PASSED
359 tests/test_utils.py::test_print_builder_names[none-sdist_true-sdist_and_wheel] PASSED
360 tests/test_utils.py::test_print_builder_names[none-sdist_true-wheel] PASSED
361 tests/test_utils.py::test_print_builder_names[none-true_and_false-binary_wheel] PASSED
362 tests/test_utils.py::test_print_builder_names[none-true_and_false-default] PASSED
363 tests/test_utils.py::test_print_builder_names[none-true_and_false-sdist] PASSED
364 tests/test_utils.py::test_print_builder_names[none-true_and_false-sdist_and_wheel] PASSED
365 tests/test_utils.py::test_print_builder_names[none-true_and_false-wheel] PASSED
366 tests/test_utils.py::test_print_builder_names[none-wheel_true-binary_wheel] PASSED
367 tests/test_utils.py::test_print_builder_names[none-wheel_true-default] PASSED
368 tests/test_utils.py::test_print_builder_names[none-wheel_true-sdist] PASSED
369 tests/test_utils.py::test_print_builder_names[none-wheel_true-sdist_and_wheel] PASSED
370 tests/test_utils.py::test_print_builder_names[none-wheel_true-wheel] PASSED
372 Required test coverage of 95.0% reached. Total coverage: 96.55%
374 ============================= slowest 25 durations =============================
375 =========================== short test summary info ============================
376 ======== 341 passed, 15 skipped ========
377   py$(PYV): OK
378   congratulations :)