1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest --cov=tqdm --cov-report=xml --cov-report=term --cov-append -k 'not perf'
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
7 configfile: pyproject.toml
9 asyncio: mode=strict, default_loop_scope=function
11 timeout method: signal
12 timeout func_only: False
13 collecting ... collected 142 items / 7 deselected / 1 skipped / 135 selected
15 tests/tests_asyncio.py::test_break PASSED
16 tests/tests_asyncio.py::test_generators PASSED
17 tests/tests_asyncio.py::test_range PASSED
18 tests/tests_asyncio.py::test_nested PASSED
19 tests/tests_asyncio.py::test_coroutines PASSED
20 tests/tests_asyncio.py::test_as_completed[0.1] PASSED
21 tests/tests_asyncio.py::test_gather PASSED
22 tests/tests_concurrent.py::test_thread_map PASSED
23 tests/tests_concurrent.py::test_process_map PASSED
24 tests/tests_concurrent.py::test_chunksize_warning[iterables0-False] PASSED
25 tests/tests_concurrent.py::test_chunksize_warning[iterables1-False] PASSED
26 tests/tests_concurrent.py::test_chunksize_warning[iterables2-False] PASSED
27 tests/tests_concurrent.py::test_chunksize_warning[iterables3-False] PASSED
28 tests/tests_concurrent.py::test_chunksize_warning[iterables4-True] PASSED
29 tests/tests_concurrent.py::test_chunksize_warning[iterables5-True] PASSED
30 tests/tests_contrib.py::test_enumerate[tqdm_kwargs0] PASSED
31 tests/tests_contrib.py::test_enumerate[tqdm_kwargs1] PASSED
32 tests/tests_contrib.py::test_enumerate_numpy PASSED
33 tests/tests_contrib.py::test_zip[tqdm_kwargs0] PASSED
34 tests/tests_contrib.py::test_zip[tqdm_kwargs1] PASSED
35 tests/tests_contrib.py::test_map[tqdm_kwargs0] PASSED
36 tests/tests_contrib.py::test_map[tqdm_kwargs1] PASSED
37 tests/tests_contrib_logging.py::TestTqdmLoggingHandler::test_should_call_tqdm_write PASSED
38 tests/tests_contrib_logging.py::TestTqdmLoggingHandler::test_should_call_handle_error_if_exception_was_thrown PASSED
39 tests/tests_contrib_logging.py::TestTqdmLoggingHandler::test_should_not_swallow_certain_exceptions[KeyboardInterrupt] PASSED
40 tests/tests_contrib_logging.py::TestTqdmLoggingHandler::test_should_not_swallow_certain_exceptions[SystemExit] PASSED
41 tests/tests_contrib_logging.py::TestGetFirstFoundConsoleLoggingHandler::test_should_return_none_for_no_handlers PASSED
42 tests/tests_contrib_logging.py::TestGetFirstFoundConsoleLoggingHandler::test_should_return_none_without_stream_handler PASSED
43 tests/tests_contrib_logging.py::TestGetFirstFoundConsoleLoggingHandler::test_should_return_none_for_stream_handler_not_stdout_or_stderr PASSED
44 tests/tests_contrib_logging.py::TestGetFirstFoundConsoleLoggingHandler::test_should_return_stream_handler_if_stream_is_stdout PASSED
45 tests/tests_contrib_logging.py::TestGetFirstFoundConsoleLoggingHandler::test_should_return_stream_handler_if_stream_is_stderr PASSED
46 tests/tests_contrib_logging.py::TestRedirectLoggingToTqdm::test_should_add_and_remove_tqdm_handler PASSED
47 tests/tests_contrib_logging.py::TestRedirectLoggingToTqdm::test_should_remove_and_restore_console_handlers PASSED
48 tests/tests_contrib_logging.py::TestRedirectLoggingToTqdm::test_should_inherit_console_logger_formatter PASSED
49 tests/tests_contrib_logging.py::TestRedirectLoggingToTqdm::test_should_not_remove_stream_handlers_not_for_stdout_or_stderr PASSED
50 tests/tests_contrib_logging.py::TestTqdmWithLoggingRedirect::test_should_add_and_remove_handler_from_root_logger_by_default PASSED
51 tests/tests_contrib_logging.py::TestTqdmWithLoggingRedirect::test_should_add_and_remove_handler_from_custom_logger PASSED
52 tests/tests_contrib_logging.py::TestTqdmWithLoggingRedirect::test_should_not_fail_with_logger_without_console_handler PASSED
53 tests/tests_contrib_logging.py::TestTqdmWithLoggingRedirect::test_should_format_message PASSED
54 tests/tests_contrib_logging.py::TestTqdmWithLoggingRedirect::test_use_root_logger_by_default_and_write_to_custom_tqdm PASSED
55 tests/tests_dask.py::test_dask SKIPPED (could not import 'tqdm.dask': No
57 tests/tests_gui.py::test_gui_import PASSED
58 tests/tests_itertools.py::test_product PASSED
59 tests/tests_keras.py::test_keras SKIPPED (could not import 'tqdm.keras':
60 No module named 'keras')
61 tests/tests_main.py::test_pipes PASSED
62 tests/tests_main.py::test_main_import PASSED
63 tests/tests_main.py::test_main_bytes PASSED
64 tests/tests_main.py::test_main_log PASSED
65 tests/tests_main.py::test_main PASSED
66 tests/tests_main.py::test_manpath PASSED
67 tests/tests_main.py::test_comppath PASSED
68 tests/tests_main.py::test_exceptions PASSED
69 tests/tests_notebook.py::test_notebook_disabled_description PASSED
70 tests/tests_rich.py::test_rich_import PASSED
71 tests/tests_synchronisation.py::test_monitor_thread PASSED
72 tests/tests_synchronisation.py::test_monitoring_and_cleanup PASSED
73 tests/tests_synchronisation.py::test_monitoring_multi PASSED
74 tests/tests_synchronisation.py::test_imap PASSED
75 tests/tests_synchronisation.py::test_threadpool PASSED
76 tests/tests_tk.py::test_tk_import PASSED
77 tests/tests_tqdm.py::test_format_interval PASSED
78 tests/tests_tqdm.py::test_format_num PASSED
79 tests/tests_tqdm.py::test_format_meter PASSED
80 tests/tests_tqdm.py::test_ansi_escape_codes PASSED
81 tests/tests_tqdm.py::test_si_format PASSED
82 tests/tests_tqdm.py::test_bar_formatspec PASSED
83 tests/tests_tqdm.py::test_all_defaults PASSED
84 tests/tests_tqdm.py::test_native_string_io_for_default_file PASSED
85 tests/tests_tqdm.py::test_unicode_string_io_for_specified_file PASSED
86 tests/tests_tqdm.py::test_write_bytes PASSED
87 tests/tests_tqdm.py::test_iterate_over_csv_rows PASSED
88 tests/tests_tqdm.py::test_file_output PASSED
89 tests/tests_tqdm.py::test_leave_option PASSED
90 tests/tests_tqdm.py::test_trange PASSED
91 tests/tests_tqdm.py::test_min_interval PASSED
92 tests/tests_tqdm.py::test_max_interval PASSED
93 tests/tests_tqdm.py::test_delay PASSED
94 tests/tests_tqdm.py::test_min_iters PASSED
95 tests/tests_tqdm.py::test_dynamic_min_iters PASSED
96 tests/tests_tqdm.py::test_big_min_interval PASSED
97 tests/tests_tqdm.py::test_smoothed_dynamic_min_iters PASSED
98 tests/tests_tqdm.py::test_smoothed_dynamic_min_iters_with_min_interval PASSED
99 tests/tests_tqdm.py::test_rlock_creation PASSED
100 tests/tests_tqdm.py::test_disable PASSED
101 tests/tests_tqdm.py::test_infinite_total PASSED
102 tests/tests_tqdm.py::test_nototal PASSED
103 tests/tests_tqdm.py::test_unit PASSED
104 tests/tests_tqdm.py::test_ascii PASSED
105 tests/tests_tqdm.py::test_update PASSED
106 tests/tests_tqdm.py::test_close PASSED
107 tests/tests_tqdm.py::test_ema PASSED
108 tests/tests_tqdm.py::test_smoothing PASSED
109 tests/tests_tqdm.py::test_deprecated_nested PASSED
110 tests/tests_tqdm.py::test_bar_format PASSED
111 tests/tests_tqdm.py::test_custom_format PASSED
112 tests/tests_tqdm.py::test_eta PASSED
113 tests/tests_tqdm.py::test_unpause PASSED
114 tests/tests_tqdm.py::test_disabled_unpause PASSED
115 tests/tests_tqdm.py::test_reset PASSED
116 tests/tests_tqdm.py::test_disabled_reset PASSED
117 tests/tests_tqdm.py::test_position PASSED
118 tests/tests_tqdm.py::test_set_description PASSED
119 tests/tests_tqdm.py::test_deprecated_gui PASSED
120 tests/tests_tqdm.py::test_cmp PASSED
121 tests/tests_tqdm.py::test_repr PASSED
122 tests/tests_tqdm.py::test_clear PASSED
123 tests/tests_tqdm.py::test_clear_disabled PASSED
124 tests/tests_tqdm.py::test_refresh PASSED
125 tests/tests_tqdm.py::test_disabled_repr PASSED
126 tests/tests_tqdm.py::test_disabled_refresh PASSED
127 tests/tests_tqdm.py::test_write PASSED
128 tests/tests_tqdm.py::test_len PASSED
129 tests/tests_tqdm.py::test_autodisable_disable PASSED
130 tests/tests_tqdm.py::test_autodisable_enable PASSED
131 tests/tests_tqdm.py::test_deprecation_exception PASSED
132 tests/tests_tqdm.py::test_postfix PASSED
133 tests/tests_tqdm.py::test_postfix_direct PASSED
134 tests/tests_tqdm.py::test_file_redirection PASSED
135 tests/tests_tqdm.py::test_external_write PASSED
136 tests/tests_tqdm.py::test_unit_scale PASSED
137 tests/tests_tqdm.py::test_threading PASSED
138 tests/tests_tqdm.py::test_bool PASSED
139 tests/tests_tqdm.py::test_auto PASSED
140 tests/tests_tqdm.py::test_wrapattr PASSED
141 tests/tests_tqdm.py::test_float_progress PASSED
142 tests/tests_tqdm.py::test_screen_shape PASSED
143 tests/tests_tqdm.py::test_initial PASSED
144 tests/tests_tqdm.py::test_colour PASSED
145 tests/tests_tqdm.py::test_closed PASSED
146 tests/tests_tqdm.py::test_reversed PASSED
147 tests/tests_tqdm.py::test_contains PASSED
148 tests/tests_utils.py::test_envwrap PASSED
149 tests/tests_utils.py::test_envwrap_types PASSED
150 tests/tests_utils.py::test_envwrap_annotations PASSED
151 tests/tests_version.py::test_version PASSED
154 ============================== slowest durations ===============================
155 =========================== short test summary info ============================
156 ======== 133 passed, 3 skipped, 7 deselected ========
157 $(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw5/test_static_directory_without_0
158 <class 'FileExistsError'>: [Errno 17] File exists: 'test_static_directory_without_0'
160 $(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw5/test_static_directory_without_1
161 <class 'FileExistsError'>: [Errno 17] File exists: 'test_static_directory_without_1'
163 $(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw5
164 <class 'FileExistsError'>: [Errno 17] File exists: 'popen-gw5'
166 $(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)
167 <class 'FileExistsError'>: [Errno 17] File exists: '$(TMPDIR)
169 $(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw4/test_static_directory_without_0
170 <class 'FileExistsError'>: [Errno 17] File exists: 'test_static_directory_without_0'
172 $(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw4/test_static_directory_without_1
173 <class 'FileExistsError'>: [Errno 17] File exists: 'test_static_directory_without_1'
175 $(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw4
176 <class 'FileExistsError'>: [Errno 17] File exists: 'popen-gw4'
178 $(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)
179 <class 'FileExistsError'>: [Errno 17] File exists: '$(TMPDIR)