python/pyproject_installer: update to 0.5.5
[oi-userland.git] / components / python / nox / test / results-all.master
blob0b5dbc08bd94ba03923b0ca3a75bcc4012bfaac2
1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 rootdir: $(@D)
5 configfile: pyproject.toml
6 testpaths: tests
7 collecting ... collected 583 items
9 tests/test__option_set.py::TestOptionSet::test_namespace PASSED
10 tests/test__option_set.py::TestOptionSet::test_namespace_values PASSED
11 tests/test__option_set.py::TestOptionSet::test_namespace_non_existent_options_with_values PASSED
12 tests/test__option_set.py::TestOptionSet::test_parser_hidden_option PASSED
13 tests/test__option_set.py::TestOptionSet::test_parser_groupless_option PASSED
14 tests/test__option_set.py::TestOptionSet::test_session_completer PASSED
15 tests/test__option_set.py::TestOptionSet::test_session_completer_invalid_sessions PASSED
16 tests/test__option_set.py::TestOptionSet::test_python_completer PASSED
17 tests/test__option_set.py::TestOptionSet::test_tag_completer PASSED
18 tests/test__parametrize.py::test_param_eq[param0-other0-True] PASSED
19 tests/test__parametrize.py::test_param_eq[param1-other1-True] PASSED
20 tests/test__parametrize.py::test_param_eq[param2-other2-False] PASSED
21 tests/test__parametrize.py::test_param_eq[param3-other3-True] PASSED
22 tests/test__parametrize.py::test_param_eq_fail PASSED
23 tests/test__parametrize.py::test_parametrize_decorator_one PASSED
24 tests/test__parametrize.py::test_parametrize_decorator_one_param PASSED
25 tests/test__parametrize.py::test_parametrize_decorator_one_with_args PASSED
26 tests/test__parametrize.py::test_parametrize_decorator_param PASSED
27 tests/test__parametrize.py::test_parametrize_decorator_id_list PASSED
28 tests/test__parametrize.py::test_parametrize_decorator_multiple_args_as_list PASSED
29 tests/test__parametrize.py::test_parametrize_decorator_multiple_args_as_string PASSED
30 tests/test__parametrize.py::test_parametrize_decorator_mixed_params PASSED
31 tests/test__parametrize.py::test_parametrize_decorator_stack PASSED
32 tests/test__parametrize.py::test_parametrize_decorator_multiple_and_stack PASSED
33 tests/test__parametrize.py::test_generate_calls_simple PASSED
34 tests/test__parametrize.py::test_generate_calls_multiple_args PASSED
35 tests/test__parametrize.py::test_generate_calls_ids PASSED
36 tests/test__parametrize.py::test_generate_calls_tags PASSED
37 tests/test__parametrize.py::test_generate_calls_merge_tags PASSED
38 tests/test__parametrize.py::test_generate_calls_session_python PASSED
39 tests/test__parametrize.py::test_generate_calls_python_compatibility PASSED
40 tests/test__version.py::test_needs_version_default PASSED
41 tests/test__version.py::test_get_nox_version PASSED
42 tests/test__version.py::test_parse_needs_version[-None] PASSED
43 tests/test__version.py::test_parse_needs_version[\nimport nox\nnox.needs_version = '>=2020.12.31'\n->=2020.12.31] PASSED
44 tests/test__version.py::test_parse_needs_version[\nimport nox\nnox.needs_version = 'bogus'\nnox.needs_version = '>=2020.12.31'\n->=2020.12.31] PASSED
45 tests/test__version.py::test_parse_needs_version[\nimport nox.sessions\nnox.needs_version = '>=2020.12.31'\n->=2020.12.31] PASSED
46 tests/test__version.py::test_parse_needs_version[\nimport nox as _nox\n_nox.needs_version = '>=2020.12.31'\n-None] PASSED
47 tests/test__version.py::test_check_nox_version_succeeds[] PASSED
48 tests/test__version.py::test_check_nox_version_succeeds[>=2020.12.31] PASSED
49 tests/test__version.py::test_check_nox_version_succeeds[>=2020.12.31,<9999.99.99] PASSED
50 tests/test__version.py::test_check_nox_version_fails[>=9999.99.99] PASSED
51 tests/test__version.py::test_check_nox_version_invalid[invalid] PASSED
52 tests/test__version.py::test_check_nox_version_invalid[2020.12.31] PASSED
53 tests/test_action_helper.py::test_filter_version[2.7.18] PASSED
54 tests/test_action_helper.py::test_filter_version[3.9-dev] PASSED
55 tests/test_action_helper.py::test_filter_version[3.10] PASSED
56 tests/test_action_helper.py::test_filter_version[3.11] PASSED
57 tests/test_action_helper.py::test_filter_version[~3.12.0-0] PASSED
58 tests/test_action_helper.py::test_filter_version[pypy-3.7] PASSED
59 tests/test_action_helper.py::test_filter_version[pypy-3.8-v7.3.9] PASSED
60 tests/test_action_helper.py::test_filter_version[pypy-3.9] PASSED
61 tests/test_action_helper.py::test_filter_version[pypy3.10] PASSED
62 tests/test_action_helper.py::test_filter_version_invalid PASSED
63 tests/test_action_helper.py::test_filter_version_invalid_major PASSED
64 tests/test_action_helper.py::test_filter_version_invalid_minor PASSED
65 tests/test_action_helper.py::test_setup_action[3.7, 3.8, 3.9, 3.10, 3.11, pypy-3.7, pypy-3.8, pypy-3.9] PASSED
66 tests/test_action_helper.py::test_setup_action[] PASSED
67 tests/test_action_helper.py::test_setup_action[~3.12.0-0] PASSED
68 tests/test_action_helper.py::test_setup_action[3.11.4] PASSED
69 tests/test_action_helper.py::test_setup_action[3.9-dev,pypy3.9-nightly] PASSED
70 tests/test_action_helper.py::test_setup_action[3.11, 3.10, 3.9, 3.8] PASSED
71 tests/test_action_helper.py::test_setup_action[3.0,3.1,3.2,3.3,3.4,3.5,3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13,3.14,3.15,3.16,3.17,3.18,3.19] PASSED
72 tests/test_action_helper.py::test_setup_action_multiple_pypy PASSED
73 tests/test_action_helper.py::test_setup_action_multiple_cpython PASSED
74 tests/test_command.py::test_run_defaults PASSED
75 tests/test_command.py::test_run_silent PASSED
76 tests/test_command.py::test_run_not_in_path PASSED
77 tests/test_command.py::test_run_verbosity PASSED
78 tests/test_command.py::test_run_verbosity_failed_command PASSED
79 tests/test_command.py::test_run_non_str PASSED
80 tests/test_command.py::test_run_env_unicode PASSED
81 tests/test_command.py::test_run_env_remove PASSED
82 tests/test_command.py::test_run_env_systemroot PASSED
83 tests/test_command.py::test_run_not_found PASSED
84 tests/test_command.py::test_run_path_nonexistent PASSED
85 tests/test_command.py::test_run_path_existent PASSED
86 tests/test_command.py::test_run_external_warns PASSED
87 tests/test_command.py::test_run_external_silences PASSED
88 tests/test_command.py::test_run_external_raises PASSED
89 tests/test_command.py::test_exit_codes PASSED
90 tests/test_command.py::test_fail_with_silent PASSED
91 tests/test_command.py::test_interrupt_raises[\n        {MAIN}\n        ] PASSED
92 tests/test_command.py::test_interrupt_raises[\n        import signal\n\n        signal.signal(signal.SIGINT, signal.SIG_IGN)\n\n        {MAIN}\n        ] PASSED
93 tests/test_command.py::test_interrupt_raises[\n        import signal\n\n        signal.signal(signal.SIGINT, signal.SIG_IGN)\n        signal.signal(signal.SIGTERM, signal.SIG_IGN)\n\n        {MAIN}\n        ] PASSED
94 tests/test_command.py::test_interrupt_raises_on_windows SKIPPED (Onl...)
95 tests/test_command.py::test_interrupt_handled PASSED
96 tests/test_command.py::test_interrupt_handled_on_windows SKIPPED (On...)
97 tests/test_command.py::test_custom_stdout PASSED
98 tests/test_command.py::test_custom_stdout_silent_flag PASSED
99 tests/test_command.py::test_custom_stdout_failed_command PASSED
100 tests/test_command.py::test_custom_stderr PASSED
101 tests/test_command.py::test_custom_stderr_failed_command PASSED
102 tests/test_command.py::test_output_decoding PASSED
103 tests/test_command.py::test_output_decoding_non_ascii PASSED
104 tests/test_command.py::test_output_decoding_utf8_only_fail PASSED
105 tests/test_command.py::test_output_decoding_utf8_fail_cp1252_success PASSED
106 tests/test_command.py::test_output_decoding_both_fail PASSED
107 tests/test_logger.py::test_success PASSED
108 tests/test_logger.py::test_output PASSED
109 tests/test_logger.py::test_formatter PASSED
110 tests/test_logger.py::test_no_color_timestamp[color] XPASS
111 tests/test_logger.py::test_no_color_timestamp[no-color] PASSED
112 tests/test_main.py::test_main_no_args PASSED
113 tests/test_main.py::test_main_long_form_args PASSED
114 tests/test_main.py::test_main_no_venv PASSED
115 tests/test_main.py::test_main_no_venv_error PASSED
116 tests/test_main.py::test_main_short_form_args PASSED
117 tests/test_main.py::test_main_explicit_sessions PASSED
118 tests/test_main.py::test_main_explicit_sessions_with_spaces_in_names PASSED
119 tests/test_main.py::test_main_list_option_from_nox_env_var[single_session] PASSED
120 tests/test_main.py::test_main_list_option_from_nox_env_var[multiple_sessions] PASSED
121 tests/test_main.py::test_main_list_option_from_nox_env_var[single_python] PASSED
122 tests/test_main.py::test_main_list_option_from_nox_env_var[multiple_pythons] PASSED
123 tests/test_main.py::test_main_list_option_from_nox_env_var[single_extra_python] PASSED
124 tests/test_main.py::test_main_list_option_from_nox_env_var[multiple_extra_pythons] PASSED
125 tests/test_main.py::test_main_list_option_from_nox_env_var[single_force_python] PASSED
126 tests/test_main.py::test_main_list_option_from_nox_env_var[multiple_force_pythons] PASSED
127 tests/test_main.py::test_default_venv_backend_option[option] PASSED
128 tests/test_main.py::test_default_venv_backend_option[env] PASSED
129 tests/test_main.py::test_default_venv_backend_option[option_over_env] PASSED
130 tests/test_main.py::test_main_positional_args PASSED
131 tests/test_main.py::test_main_positional_with_double_hyphen PASSED
132 tests/test_main.py::test_main_positional_flag_like_with_double_hyphen PASSED
133 tests/test_main.py::test_main_version PASSED
134 tests/test_main.py::test_main_help PASSED
135 tests/test_main.py::test_main_failure PASSED
136 tests/test_main.py::test_main_nested_config PASSED
137 tests/test_main.py::test_main_session_with_names PASSED
138 tests/test_main.py::test_main_with_normalized_session_names[test(arg='Jane')-test(arg='Jane')] PASSED
139 tests/test_main.py::test_main_with_normalized_session_names[test(arg='Jane')-test(arg="Jane")] PASSED
140 tests/test_main.py::test_main_with_normalized_session_names[test(arg='Jane')-test(arg = "Jane")] PASSED
141 tests/test_main.py::test_main_with_normalized_session_names[test(arg='Jane')-test ( arg = "Jane" )] PASSED
142 tests/test_main.py::test_main_with_normalized_session_names[test(arg="Joe's")-test(arg="Joe's")] PASSED
143 tests/test_main.py::test_main_with_normalized_session_names[test(arg="Joe's")-test(arg='Joe\\'s')] PASSED
144 tests/test_main.py::test_main_with_normalized_session_names[test(arg='"hello world"')-test(arg='"hello world"')] PASSED
145 tests/test_main.py::test_main_with_normalized_session_names[test(arg='"hello world"')-test(arg="\\"hello world\\"")] PASSED
146 tests/test_main.py::test_main_with_normalized_session_names[test(arg=[42])-test(arg=[42])] PASSED
147 tests/test_main.py::test_main_with_normalized_session_names[test(arg=[42])-test(arg=[42,])] PASSED
148 tests/test_main.py::test_main_with_normalized_session_names[test(arg=[42])-test(arg=[ 42 ])] PASSED
149 tests/test_main.py::test_main_with_normalized_session_names[test(arg=[42])-test(arg=[0x2a])] PASSED
150 tests/test_main.py::test_main_with_normalized_session_names[test(arg=datetime.datetime(1980, 1, 1, 0, 0))-test(arg=datetime.datetime(1980, 1, 1, 0, 0))] PASSED
151 tests/test_main.py::test_main_with_normalized_session_names[test(arg=datetime.datetime(1980, 1, 1, 0, 0))-test(arg=datetime.datetime(1980,1,1,0,0))] PASSED
152 tests/test_main.py::test_main_with_normalized_session_names[test(arg=datetime.datetime(1980, 1, 1, 0, 0))-test(arg=datetime.datetime(1980, 1, 1, 0, 0x0))] PASSED
153 tests/test_main.py::test_main_with_bad_session_names[syntax error] PASSED
154 tests/test_main.py::test_main_with_bad_session_names[test(arg=Jane)] PASSED
155 tests/test_main.py::test_main_with_bad_session_names[test(arg='Jane ')] PASSED
156 tests/test_main.py::test_main_with_bad_session_names[_test(arg='Jane')] PASSED
157 tests/test_main.py::test_main_with_bad_session_names[test(arg=42)] PASSED
158 tests/test_main.py::test_main_with_bad_session_names[test(arg=[42.0])] PASSED
159 tests/test_main.py::test_main_with_bad_session_names[test(arg=[43])] PASSED
160 tests/test_main.py::test_main_with_bad_session_names[test(arg=<user_nox_module.Foo object at 0x123456789abc>)] PASSED
161 tests/test_main.py::test_main_with_bad_session_names[test(arg=datetime.datetime(1980, 1, 1))] PASSED
162 tests/test_main.py::test_main_noxfile_options PASSED
163 tests/test_main.py::test_main_noxfile_options_disabled_by_flag PASSED
164 tests/test_main.py::test_main_noxfile_options_sessions PASSED
165 tests/test_main.py::test_main_noxfile_options_with_pythons_override PASSED
166 tests/test_main.py::test_main_noxfile_options_with_sessions_override PASSED
167 tests/test_main.py::test_main_color_from_isatty[True-True] PASSED
168 tests/test_main.py::test_main_color_from_isatty[False-False] PASSED
169 tests/test_main.py::test_main_color_options[--forcecolor-True] PASSED
170 tests/test_main.py::test_main_color_options[--nocolor-False] PASSED
171 tests/test_main.py::test_main_color_options[--force-color-True] PASSED
172 tests/test_main.py::test_main_color_options[--no-color-False] PASSED
173 tests/test_main.py::test_main_color_conflict PASSED
174 tests/test_main.py::test_main_force_python PASSED
175 tests/test_main.py::test_main_reuse_existing_virtualenvs_no_install PASSED
176 tests/test_main.py::test_main_noxfile_options_with_ci_override[True-None-True] PASSED
177 tests/test_main.py::test_main_noxfile_options_with_ci_override[True-True-True] PASSED
178 tests/test_main.py::test_main_noxfile_options_with_ci_override[True-False-False] PASSED
179 tests/test_main.py::test_main_noxfile_options_with_ci_override[False-None-False] PASSED
180 tests/test_main.py::test_main_noxfile_options_with_ci_override[False-True-True] PASSED
181 tests/test_main.py::test_main_noxfile_options_with_ci_override[False-False-False] PASSED
182 tests/test_main.py::test_main_reuse_venv_cli_flags[yes] PASSED
183 tests/test_main.py::test_main_reuse_venv_cli_flags[no] PASSED
184 tests/test_main.py::test_main_reuse_venv_cli_flags[always] PASSED
185 tests/test_main.py::test_main_reuse_venv_cli_flags[never] PASSED
186 tests/test_main.py::test_main_noxfile_options_reuse_venv_compat_check[yes-None-yes] PASSED
187 tests/test_main.py::test_main_noxfile_options_reuse_venv_compat_check[yes-False-yes] PASSED
188 tests/test_main.py::test_main_noxfile_options_reuse_venv_compat_check[yes-True-yes] PASSED
189 tests/test_main.py::test_main_noxfile_options_reuse_venv_compat_check[yes---no-reuse-existing-virtualenvs-no] PASSED
190 tests/test_main.py::test_main_noxfile_options_reuse_venv_compat_check[yes---reuse-existing-virtualenvs-yes] PASSED
191 tests/test_main.py::test_main_noxfile_options_reuse_venv_compat_check[no-None-no] PASSED
192 tests/test_main.py::test_main_noxfile_options_reuse_venv_compat_check[no-False-no] PASSED
193 tests/test_main.py::test_main_noxfile_options_reuse_venv_compat_check[no-True-yes] PASSED
194 tests/test_main.py::test_main_noxfile_options_reuse_venv_compat_check[no---no-reuse-existing-virtualenvs-no] PASSED
195 tests/test_main.py::test_main_noxfile_options_reuse_venv_compat_check[no---reuse-existing-virtualenvs-yes] PASSED
196 tests/test_main.py::test_main_noxfile_options_reuse_venv_compat_check[always-None-always] PASSED
197 tests/test_main.py::test_main_noxfile_options_reuse_venv_compat_check[always-False-always] PASSED
198 tests/test_main.py::test_main_noxfile_options_reuse_venv_compat_check[always-True-yes] PASSED
199 tests/test_main.py::test_main_noxfile_options_reuse_venv_compat_check[always---no-reuse-existing-virtualenvs-no] PASSED
200 tests/test_main.py::test_main_noxfile_options_reuse_venv_compat_check[always---reuse-existing-virtualenvs-yes] PASSED
201 tests/test_main.py::test_main_noxfile_options_reuse_venv_compat_check[never-None-never] PASSED
202 tests/test_main.py::test_main_noxfile_options_reuse_venv_compat_check[never-False-never] PASSED
203 tests/test_main.py::test_main_noxfile_options_reuse_venv_compat_check[never-True-yes] PASSED
204 tests/test_main.py::test_main_noxfile_options_reuse_venv_compat_check[never---no-reuse-existing-virtualenvs-no] PASSED
205 tests/test_main.py::test_main_noxfile_options_reuse_venv_compat_check[never---reuse-existing-virtualenvs-yes] PASSED
206 tests/test_manifest.py::test__normalize_arg PASSED
207 tests/test_manifest.py::test__normalized_session_match PASSED
208 tests/test_manifest.py::test_init PASSED
209 tests/test_manifest.py::test_contains PASSED
210 tests/test_manifest.py::test_getitem PASSED
211 tests/test_manifest.py::test_iteration PASSED
212 tests/test_manifest.py::test_len PASSED
213 tests/test_manifest.py::test_filter_by_name PASSED
214 tests/test_manifest.py::test_filter_by_name_maintains_order PASSED
215 tests/test_manifest.py::test_filter_by_name_not_found PASSED
216 tests/test_manifest.py::test_filter_by_python_interpreter PASSED
217 tests/test_manifest.py::test_filter_by_keyword PASSED
218 tests/test_manifest.py::test_filter_by_tags[tags0-2] PASSED
219 tests/test_manifest.py::test_filter_by_tags[tags1-2] PASSED
220 tests/test_manifest.py::test_filter_by_tags[tags2-1] PASSED
221 tests/test_manifest.py::test_filter_by_tags[tags3-0] PASSED
222 tests/test_manifest.py::test_filter_by_tags[tags4-2] PASSED
223 tests/test_manifest.py::test_list_all_sessions_with_filter PASSED
224 tests/test_manifest.py::test_add_session_plain PASSED
225 tests/test_manifest.py::test_add_session_multiple_pythons PASSED
226 tests/test_manifest.py::test_extra_pythons[None-extra_pythons0-expected0] PASSED
227 tests/test_manifest.py::test_extra_pythons[None-extra_pythons1-expected1] PASSED
228 tests/test_manifest.py::test_extra_pythons[None-extra_pythons2-expected2] PASSED
229 tests/test_manifest.py::test_extra_pythons[False-extra_pythons3-expected3] PASSED
230 tests/test_manifest.py::test_extra_pythons[False-extra_pythons4-expected4] PASSED
231 tests/test_manifest.py::test_extra_pythons[False-extra_pythons5-expected5] PASSED
232 tests/test_manifest.py::test_extra_pythons[3.5-extra_pythons6-expected6] PASSED
233 tests/test_manifest.py::test_extra_pythons[3.5-extra_pythons7-expected7] PASSED
234 tests/test_manifest.py::test_extra_pythons[3.5-extra_pythons8-expected8] PASSED
235 tests/test_manifest.py::test_extra_pythons[python9-extra_pythons9-expected9] PASSED
236 tests/test_manifest.py::test_extra_pythons[python10-extra_pythons10-expected10] PASSED
237 tests/test_manifest.py::test_extra_pythons[python11-extra_pythons11-expected11] PASSED
238 tests/test_manifest.py::test_extra_pythons[python12-extra_pythons12-expected12] PASSED
239 tests/test_manifest.py::test_force_pythons[None-force_pythons0-expected0] PASSED
240 tests/test_manifest.py::test_force_pythons[None-force_pythons1-expected1] PASSED
241 tests/test_manifest.py::test_force_pythons[None-force_pythons2-expected2] PASSED
242 tests/test_manifest.py::test_force_pythons[False-force_pythons3-expected3] PASSED
243 tests/test_manifest.py::test_force_pythons[False-force_pythons4-expected4] PASSED
244 tests/test_manifest.py::test_force_pythons[False-force_pythons5-expected5] PASSED
245 tests/test_manifest.py::test_force_pythons[3.5-force_pythons6-expected6] PASSED
246 tests/test_manifest.py::test_force_pythons[3.5-force_pythons7-expected7] PASSED
247 tests/test_manifest.py::test_force_pythons[3.5-force_pythons8-expected8] PASSED
248 tests/test_manifest.py::test_force_pythons[python9-force_pythons9-expected9] PASSED
249 tests/test_manifest.py::test_force_pythons[python10-force_pythons10-expected10] PASSED
250 tests/test_manifest.py::test_force_pythons[python11-force_pythons11-expected11] PASSED
251 tests/test_manifest.py::test_force_pythons[python12-force_pythons12-expected12] PASSED
252 tests/test_manifest.py::test_add_session_parametrized PASSED
253 tests/test_manifest.py::test_add_session_parametrized_multiple_pythons PASSED
254 tests/test_manifest.py::test_add_session_parametrized_noop PASSED
255 tests/test_manifest.py::test_notify PASSED
256 tests/test_manifest.py::test_notify_noop PASSED
257 tests/test_manifest.py::test_notify_with_posargs PASSED
258 tests/test_manifest.py::test_notify_error PASSED
259 tests/test_manifest.py::test_add_session_idempotent PASSED
260 tests/test_manifest.py::test_null_session_function PASSED
261 tests/test_manifest.py::test_keyword_locals_length PASSED
262 tests/test_manifest.py::test_keyword_locals_iter PASSED
263 tests/test_manifest.py::test_no_venv_backend_but_some_pythons PASSED
264 tests/test_registry.py::test_session_decorator PASSED
265 tests/test_registry.py::test_session_decorator_single_python PASSED
266 tests/test_registry.py::test_session_decorator_list_of_pythons PASSED
267 tests/test_registry.py::test_session_decorator_tags PASSED
268 tests/test_registry.py::test_session_decorator_py_alias PASSED
269 tests/test_registry.py::test_session_decorator_py_alias_error PASSED
270 tests/test_registry.py::test_session_decorator_reuse PASSED
271 tests/test_registry.py::test_session_decorator_name[unit-tests] PASSED
272 tests/test_registry.py::test_session_decorator_name[unit tests] PASSED
273 tests/test_registry.py::test_session_decorator_name[the unit tests] PASSED
274 tests/test_registry.py::test_get PASSED
275 tests/test_sessions.py::test__normalize_path PASSED
276 tests/test_sessions.py::test__normalize_path_hash PASSED
277 tests/test_sessions.py::test__normalize_path_give_up PASSED
278 tests/test_sessions.py::TestSession::test_create_tmp PASSED
279 tests/test_sessions.py::TestSession::test_create_tmp_twice PASSED
280 tests/test_sessions.py::TestSession::test_properties PASSED
281 tests/test_sessions.py::TestSession::test_no_bin_paths PASSED
282 tests/test_sessions.py::TestSession::test_virtualenv_as_none PASSED
283 tests/test_sessions.py::TestSession::test_interactive PASSED
284 tests/test_sessions.py::TestSession::test_explicit_non_interactive PASSED
285 tests/test_sessions.py::TestSession::test_chdir PASSED
286 tests/test_sessions.py::TestSession::test_chdir_ctx PASSED
287 tests/test_sessions.py::TestSession::test_invoked_from PASSED
288 tests/test_sessions.py::TestSession::test_chdir_pathlib PASSED
289 tests/test_sessions.py::TestSession::test_run_bad_args PASSED
290 tests/test_sessions.py::TestSession::test_run_with_func PASSED
291 tests/test_sessions.py::TestSession::test_run_with_func_error PASSED
292 tests/test_sessions.py::TestSession::test_run_install_only PASSED
293 tests/test_sessions.py::TestSession::test_run_install_only_should_install PASSED
294 tests/test_sessions.py::TestSession::test_run_success PASSED
295 tests/test_sessions.py::TestSession::test_run_error PASSED
296 tests/test_sessions.py::TestSession::test_run_install_script PASSED
297 tests/test_sessions.py::TestSession::test_run_overly_env PASSED
298 tests/test_sessions.py::TestSession::test_by_default_all_invocation_env_vars_are_passed PASSED
299 tests/test_sessions.py::TestSession::test_no_included_invocation_env_vars_are_passed PASSED
300 tests/test_sessions.py::TestSession::test_run_external_not_a_virtualenv PASSED
301 tests/test_sessions.py::TestSession::test_run_external_condaenv PASSED
302 tests/test_sessions.py::TestSession::test_run_external_with_error_on_external_run PASSED
303 tests/test_sessions.py::TestSession::test_run_external_with_error_on_external_run_condaenv PASSED
304 tests/test_sessions.py::TestSession::test_run_install_bad_args PASSED
305 tests/test_sessions.py::TestSession::test_run_no_install_passthrough PASSED
306 tests/test_sessions.py::TestSession::test_run_no_conda_install PASSED
307 tests/test_sessions.py::TestSession::test_run_install_success PASSED
308 tests/test_sessions.py::TestSession::test_run_install_install_only PASSED
309 tests/test_sessions.py::TestSession::test_run_shutdown_process_timeouts[default-default-0.3-0.2] PASSED
310 tests/test_sessions.py::TestSession::test_run_shutdown_process_timeouts[None-None-None-None] PASSED
311 tests/test_sessions.py::TestSession::test_run_shutdown_process_timeouts[0-0-0-0] PASSED
312 tests/test_sessions.py::TestSession::test_run_shutdown_process_timeouts[1-2-1-2] PASSED
313 tests/test_sessions.py::TestSession::test_run_install_no_install[run_always-True-True-False] PASSED
314 tests/test_sessions.py::TestSession::test_run_install_no_install[run_always-True-False-True] PASSED
315 tests/test_sessions.py::TestSession::test_run_install_no_install[run_always-False-True-True] PASSED
316 tests/test_sessions.py::TestSession::test_run_install_no_install[run_always-False-False-True] PASSED
317 tests/test_sessions.py::TestSession::test_run_install_no_install[run_install-True-True-False] PASSED
318 tests/test_sessions.py::TestSession::test_run_install_no_install[run_install-True-False-True] PASSED
319 tests/test_sessions.py::TestSession::test_run_install_no_install[run_install-False-True-True] PASSED
320 tests/test_sessions.py::TestSession::test_run_install_no_install[run_install-False-False-True] PASSED
321 tests/test_sessions.py::TestSession::test_conda_install_bad_args PASSED
322 tests/test_sessions.py::TestSession::test_conda_install_bad_args_odd_nb_double_quotes PASSED
323 tests/test_sessions.py::TestSession::test_conda_install_bad_args_cannot_escape PASSED
324 tests/test_sessions.py::TestSession::test_conda_install_not_a_condaenv PASSED
325 tests/test_sessions.py::TestSession::test_conda_install[default-conda-offline=False-auto_offline=False] PASSED
326 tests/test_sessions.py::TestSession::test_conda_install[default-conda-offline=False-auto_offline=True] PASSED
327 tests/test_sessions.py::TestSession::test_conda_install[default-conda-offline=True-auto_offline=False] PASSED
328 tests/test_sessions.py::TestSession::test_conda_install[default-conda-offline=True-auto_offline=True] PASSED
329 tests/test_sessions.py::TestSession::test_conda_install[default-mamba-offline=False-auto_offline=False] PASSED
330 tests/test_sessions.py::TestSession::test_conda_install[default-mamba-offline=False-auto_offline=True] PASSED
331 tests/test_sessions.py::TestSession::test_conda_install[default-mamba-offline=True-auto_offline=False] PASSED
332 tests/test_sessions.py::TestSession::test_conda_install[default-mamba-offline=True-auto_offline=True] PASSED
333 tests/test_sessions.py::TestSession::test_conda_install[conda-forge-conda-offline=False-auto_offline=False] PASSED
334 tests/test_sessions.py::TestSession::test_conda_install[conda-forge-conda-offline=False-auto_offline=True] PASSED
335 tests/test_sessions.py::TestSession::test_conda_install[conda-forge-conda-offline=True-auto_offline=False] PASSED
336 tests/test_sessions.py::TestSession::test_conda_install[conda-forge-conda-offline=True-auto_offline=True] PASSED
337 tests/test_sessions.py::TestSession::test_conda_install[conda-forge-mamba-offline=False-auto_offline=False] PASSED
338 tests/test_sessions.py::TestSession::test_conda_install[conda-forge-mamba-offline=False-auto_offline=True] PASSED
339 tests/test_sessions.py::TestSession::test_conda_install[conda-forge-mamba-offline=True-auto_offline=False] PASSED
340 tests/test_sessions.py::TestSession::test_conda_install[conda-forge-mamba-offline=True-auto_offline=True] PASSED
341 tests/test_sessions.py::TestSession::test_conda_install[bioconda-conda-offline=False-auto_offline=False] PASSED
342 tests/test_sessions.py::TestSession::test_conda_install[bioconda-conda-offline=False-auto_offline=True] PASSED
343 tests/test_sessions.py::TestSession::test_conda_install[bioconda-conda-offline=True-auto_offline=False] PASSED
344 tests/test_sessions.py::TestSession::test_conda_install[bioconda-conda-offline=True-auto_offline=True] PASSED
345 tests/test_sessions.py::TestSession::test_conda_install[bioconda-mamba-offline=False-auto_offline=False] PASSED
346 tests/test_sessions.py::TestSession::test_conda_install[bioconda-mamba-offline=False-auto_offline=True] PASSED
347 tests/test_sessions.py::TestSession::test_conda_install[bioconda-mamba-offline=True-auto_offline=False] PASSED
348 tests/test_sessions.py::TestSession::test_conda_install[bioconda-mamba-offline=True-auto_offline=True] PASSED
349 tests/test_sessions.py::TestSession::test_conda_venv_reused_with_no_install[True-True-False] PASSED
350 tests/test_sessions.py::TestSession::test_conda_venv_reused_with_no_install[True-False-True] PASSED
351 tests/test_sessions.py::TestSession::test_conda_venv_reused_with_no_install[False-True-True] PASSED
352 tests/test_sessions.py::TestSession::test_conda_venv_reused_with_no_install[False-False-True] PASSED
353 tests/test_sessions.py::TestSession::test_conda_install_non_default_kwargs[version_constraint=no] PASSED
354 tests/test_sessions.py::TestSession::test_conda_install_non_default_kwargs[version_constraint=yes] PASSED
355 tests/test_sessions.py::TestSession::test_conda_install_non_default_kwargs[version_constraint=already_dbl_quoted] PASSED
356 tests/test_sessions.py::TestSession::test_install_bad_args_no_arg PASSED
357 tests/test_sessions.py::TestSession::test_install_not_a_virtualenv PASSED
358 tests/test_sessions.py::TestSession::test_install PASSED
359 tests/test_sessions.py::TestSession::test_install_non_default_kwargs PASSED
360 tests/test_sessions.py::TestSession::test_install_no_venv_failure PASSED
361 tests/test_sessions.py::TestSession::test_notify PASSED
362 tests/test_sessions.py::TestSession::test_posargs_are_not_shared_between_sessions PASSED
363 tests/test_sessions.py::TestSession::test_log PASSED
364 tests/test_sessions.py::TestSession::test_warn PASSED
365 tests/test_sessions.py::TestSession::test_debug PASSED
366 tests/test_sessions.py::TestSession::test_error PASSED
367 tests/test_sessions.py::TestSession::test_error_no_log PASSED
368 tests/test_sessions.py::TestSession::test_skip_no_log PASSED
369 tests/test_sessions.py::TestSession::test_session_venv_reused_with_no_install[True-True-False] PASSED
370 tests/test_sessions.py::TestSession::test_session_venv_reused_with_no_install[True-False-True] PASSED
371 tests/test_sessions.py::TestSession::test_session_venv_reused_with_no_install[False-True-True] PASSED
372 tests/test_sessions.py::TestSession::test_session_venv_reused_with_no_install[False-False-True] PASSED
373 tests/test_sessions.py::TestSession::test_install_uv PASSED
374 tests/test_sessions.py::TestSession::test_install_uv_command PASSED
375 tests/test_sessions.py::TestSession::test___slots__ PASSED
376 tests/test_sessions.py::TestSession::test___dict__ PASSED
377 tests/test_sessions.py::TestSession::test_first_arg_list PASSED
378 tests/test_sessions.py::TestSessionRunner::test_properties PASSED
379 tests/test_sessions.py::TestSessionRunner::test_str_and_friendly_name PASSED
380 tests/test_sessions.py::TestSessionRunner::test_description_property_one_line PASSED
381 tests/test_sessions.py::TestSessionRunner::test_description_property_multi_line PASSED
382 tests/test_sessions.py::TestSessionRunner::test_description_property_no_doc PASSED
383 tests/test_sessions.py::TestSessionRunner::test__create_venv_process_env PASSED
384 tests/test_sessions.py::TestSessionRunner::test__create_venv PASSED
385 tests/test_sessions.py::TestSessionRunner::test__create_venv_options[nox.virtualenv.VirtualEnv.create-None-VirtualEnv] PASSED
386 tests/test_sessions.py::TestSessionRunner::test__create_venv_options[nox.virtualenv.VirtualEnv.create-virtualenv-VirtualEnv] PASSED
387 tests/test_sessions.py::TestSessionRunner::test__create_venv_options[nox.virtualenv.VirtualEnv.create-venv-VirtualEnv] PASSED
388 tests/test_sessions.py::TestSessionRunner::test__create_venv_options[nox.virtualenv.CondaEnv.create-conda-CondaEnv] SKIPPED
389 tests/test_sessions.py::TestSessionRunner::test__create_venv_unexpected_venv_backend PASSED
390 tests/test_sessions.py::TestSessionRunner::test_fallback_venv[uv|virtualenv] PASSED
391 tests/test_sessions.py::TestSessionRunner::test_fallback_venv[conda|virtualenv] PASSED
392 tests/test_sessions.py::TestSessionRunner::test_fallback_venv[mamba|conda|venv] PASSED
393 tests/test_sessions.py::TestSessionRunner::test_invalid_fallback_venv[uv|virtualenv|unknown] PASSED
394 tests/test_sessions.py::TestSessionRunner::test_invalid_fallback_venv[conda|unknown|virtualenv] PASSED
395 tests/test_sessions.py::TestSessionRunner::test_invalid_fallback_venv[virtualenv|venv] PASSED
396 tests/test_sessions.py::TestSessionRunner::test_invalid_fallback_venv[conda|mamba] PASSED
397 tests/test_sessions.py::TestSessionRunner::test__reuse_venv_outcome[yes-None-True] PASSED
398 tests/test_sessions.py::TestSessionRunner::test__reuse_venv_outcome[yes-False-False] PASSED
399 tests/test_sessions.py::TestSessionRunner::test__reuse_venv_outcome[yes-True-True] PASSED
400 tests/test_sessions.py::TestSessionRunner::test__reuse_venv_outcome[no-None-False] PASSED
401 tests/test_sessions.py::TestSessionRunner::test__reuse_venv_outcome[no-False-False] PASSED
402 tests/test_sessions.py::TestSessionRunner::test__reuse_venv_outcome[no-True-True] PASSED
403 tests/test_sessions.py::TestSessionRunner::test__reuse_venv_outcome[always-None-True] PASSED
404 tests/test_sessions.py::TestSessionRunner::test__reuse_venv_outcome[always-False-True] PASSED
405 tests/test_sessions.py::TestSessionRunner::test__reuse_venv_outcome[always-True-True] PASSED
406 tests/test_sessions.py::TestSessionRunner::test__reuse_venv_outcome[never-None-False] PASSED
407 tests/test_sessions.py::TestSessionRunner::test__reuse_venv_outcome[never-False-False] PASSED
408 tests/test_sessions.py::TestSessionRunner::test__reuse_venv_outcome[never-True-False] PASSED
409 tests/test_sessions.py::TestSessionRunner::test_execute_noop_success PASSED
410 tests/test_sessions.py::TestSessionRunner::test_execute_quit PASSED
411 tests/test_sessions.py::TestSessionRunner::test_execute_skip PASSED
412 tests/test_sessions.py::TestSessionRunner::test_execute_with_manifest_null_session_func PASSED
413 tests/test_sessions.py::TestSessionRunner::test_execute_skip_missing_interpreter PASSED
414 tests/test_sessions.py::TestSessionRunner::test_execute_missing_interpreter_on_CI PASSED
415 tests/test_sessions.py::TestSessionRunner::test_execute_error_missing_interpreter PASSED
416 tests/test_sessions.py::TestSessionRunner::test_execute_failed PASSED
417 tests/test_sessions.py::TestSessionRunner::test_execute_interrupted PASSED
418 tests/test_sessions.py::TestSessionRunner::test_execute_exception PASSED
419 tests/test_sessions.py::TestSessionRunner::test_execute_check_env PASSED
420 tests/test_sessions.py::TestResult::test_init PASSED
421 tests/test_sessions.py::TestResult::test__bool_true PASSED
422 tests/test_sessions.py::TestResult::test__bool_false PASSED
423 tests/test_sessions.py::TestResult::test__imperfect PASSED
424 tests/test_sessions.py::TestResult::test__log_success PASSED
425 tests/test_sessions.py::TestResult::test__log_warning PASSED
426 tests/test_sessions.py::TestResult::test__log_error PASSED
427 tests/test_sessions.py::TestResult::test__serialize PASSED
428 tests/test_tasks.py::test_load_nox_module PASSED
429 tests/test_tasks.py::test_load_nox_module_expandvars PASSED
430 tests/test_tasks.py::test_load_nox_module_not_found PASSED
431 tests/test_tasks.py::test_load_nox_module_os_error PASSED
432 tests/test_tasks.py::test_load_nox_module_needs_version_static PASSED
433 tests/test_tasks.py::test_load_nox_module_needs_version_dynamic PASSED
434 tests/test_tasks.py::test_discover_session_functions_decorator PASSED
435 tests/test_tasks.py::test_filter_manifest PASSED
436 tests/test_tasks.py::test_filter_manifest_not_found PASSED
437 tests/test_tasks.py::test_filter_manifest_pythons PASSED
438 tests/test_tasks.py::test_filter_manifest_pythons_not_found PASSED
439 tests/test_tasks.py::test_filter_manifest_keywords PASSED
440 tests/test_tasks.py::test_filter_manifest_keywords_not_found PASSED
441 tests/test_tasks.py::test_filter_manifest_keywords_syntax_error PASSED
442 tests/test_tasks.py::test_filter_manifest_tags[None-8] PASSED
443 tests/test_tasks.py::test_filter_manifest_tags[tags1-7] PASSED
444 tests/test_tasks.py::test_filter_manifest_tags[tags2-5] PASSED
445 tests/test_tasks.py::test_filter_manifest_tags[tags3-3] PASSED
446 tests/test_tasks.py::test_filter_manifest_tags[tags4-8] PASSED
447 tests/test_tasks.py::test_filter_manifest_tags[tags5-7] PASSED
448 tests/test_tasks.py::test_filter_manifest_tags[tags6-6] PASSED
449 tests/test_tasks.py::test_filter_manifest_tags[tags7-8] PASSED
450 tests/test_tasks.py::test_filter_manifest_tags_not_found[tags-are-case-insensitive] PASSED
451 tests/test_tasks.py::test_filter_manifest_tags_not_found[tag-does-not-exist] PASSED
452 tests/test_tasks.py::test_merge_sessions_and_tags PASSED
453 tests/test_tasks.py::test_default_false[None] PASSED
454 tests/test_tasks.py::test_default_false[selection1] PASSED
455 tests/test_tasks.py::test_default_false[selection2] PASSED
456 tests/test_tasks.py::test_default_false[selection3] PASSED
457 tests/test_tasks.py::test_honor_list_request_noop PASSED
458 tests/test_tasks.py::test_honor_list_request[None-None] PASSED
459 tests/test_tasks.py::test_honor_list_request[None-hello docstring] PASSED
460 tests/test_tasks.py::test_honor_list_request[Bar-None] PASSED
461 tests/test_tasks.py::test_honor_list_request[Bar-hello docstring] PASSED
462 tests/test_tasks.py::test_honor_list_request_skip_and_selected PASSED
463 tests/test_tasks.py::test_honor_list_request_prints_docstring_if_present PASSED
464 tests/test_tasks.py::test_honor_list_request_doesnt_print_docstring_if_not_present PASSED
465 tests/test_tasks.py::test_honor_list_json_request PASSED
466 tests/test_tasks.py::test_refuse_json_nolist_request PASSED
467 tests/test_tasks.py::test_empty_session_list_in_noxfile PASSED
468 tests/test_tasks.py::test_empty_session_None_in_noxfile PASSED
469 tests/test_tasks.py::test_verify_manifest_empty PASSED
470 tests/test_tasks.py::test_verify_manifest_nonempty PASSED
471 tests/test_tasks.py::test_verify_manifest_list PASSED
472 tests/test_tasks.py::test_run_manifest[with_warnings=False] PASSED
473 tests/test_tasks.py::test_run_manifest[with_warnings=True] PASSED
474 tests/test_tasks.py::test_run_manifest_abort_on_first_failure PASSED
475 tests/test_tasks.py::test_print_summary_one_result PASSED
476 tests/test_tasks.py::test_print_summary PASSED
477 tests/test_tasks.py::test_create_report_noop PASSED
478 tests/test_tasks.py::test_create_report PASSED
479 tests/test_tasks.py::test_final_reduce PASSED
480 tests/test_toml.py::test_load_pyproject PASSED
481 tests/test_toml.py::test_load_script_block[example.py] PASSED
482 tests/test_toml.py::test_load_script_block[example] PASSED
483 tests/test_toml.py::test_load_no_script_block PASSED
484 tests/test_toml.py::test_load_multiple_script_block PASSED
485 tests/test_toml.py::test_load_non_recognised_extension PASSED
486 tests/test_tox_to_nox.py::test_trivial PASSED
487 tests/test_tox_to_nox.py::test_skipinstall PASSED
488 tests/test_tox_to_nox.py::test_usedevelop PASSED
489 tests/test_tox_to_nox.py::test_commands PASSED
490 tests/test_tox_to_nox.py::test_deps PASSED
491 tests/test_tox_to_nox.py::test_env PASSED
492 tests/test_tox_to_nox.py::test_chdir PASSED
493 tests/test_tox_to_nox.py::test_dash_in_envname PASSED
494 tests/test_tox_to_nox.py::test_non_identifier_in_envname SKIPPED (No...)
495 tests/test_tox_to_nox.py::test_descriptions_into_docstrings PASSED
496 tests/test_virtualenv.py::test_process_env_constructor PASSED
497 tests/test_virtualenv.py::test_process_env_create PASSED
498 tests/test_virtualenv.py::test_invalid_venv_create PASSED
499 tests/test_virtualenv.py::test_condaenv_constructor_defaults PASSED
500 tests/test_virtualenv.py::test_condaenv_constructor_explicit PASSED
501 tests/test_virtualenv.py::test_condaenv_create SKIPPED (Missing cond...)
502 tests/test_virtualenv.py::test_condaenv_create_with_params SKIPPED (...)
503 tests/test_virtualenv.py::test_condaenv_create_interpreter SKIPPED (...)
504 tests/test_virtualenv.py::test_conda_env_create_verbose SKIPPED (Mis...)
505 tests/test_virtualenv.py::test_condaenv_bin_windows PASSED
506 tests/test_virtualenv.py::test_condaenv_ SKIPPED (Missing conda comm...)
507 tests/test_virtualenv.py::test_condaenv_detection SKIPPED (Missing c...)
508 tests/test_virtualenv.py::test_uv_creation SKIPPED (Missing uv command.)
509 tests/test_virtualenv.py::test_uv_managed_python SKIPPED (Missing uv...)
510 tests/test_virtualenv.py::test_constructor_defaults PASSED
511 tests/test_virtualenv.py::test_constructor_explicit PASSED
512 tests/test_virtualenv.py::test_env PASSED
513 tests/test_virtualenv.py::test_blacklisted_env PASSED
514 tests/test_virtualenv.py::test__clean_location PASSED
515 tests/test_virtualenv.py::test_bin_paths PASSED
516 tests/test_virtualenv.py::test_bin_windows PASSED
517 tests/test_virtualenv.py::test_create PASSED
518 tests/test_virtualenv.py::test_create_reuse_environment PASSED
519 tests/test_virtualenv.py::test_create_reuse_environment_with_different_interpreter PASSED
520 tests/test_virtualenv.py::test_create_reuse_stale_venv_environment SKIPPED
521 tests/test_virtualenv.py::test_not_stale_virtualenv_environment PASSED
522 tests/test_virtualenv.py::test_stale_virtualenv_to_conda_environment SKIPPED
523 tests/test_virtualenv.py::test_reuse_conda_environment SKIPPED (Miss...)
524 tests/test_virtualenv.py::test_micromamba_environment SKIPPED (Missi...)
525 tests/test_virtualenv.py::test_micromamba_channel_environment[params0] SKIPPED
526 tests/test_virtualenv.py::test_micromamba_channel_environment[params1] SKIPPED
527 tests/test_virtualenv.py::test_micromamba_channel_environment[params2] SKIPPED
528 tests/test_virtualenv.py::test_micromamba_channel_environment[params3] SKIPPED
529 tests/test_virtualenv.py::test_stale_environment[virtualenv-venv-True] PASSED
530 tests/test_virtualenv.py::test_stale_environment[venv-virtualenv-True] PASSED
531 tests/test_virtualenv.py::test_stale_environment[virtualenv-uv-True] PASSED
532 tests/test_virtualenv.py::test_stale_environment[uv-virtualenv-False] SKIPPED
533 tests/test_virtualenv.py::test_stale_environment[conda-virtualenv-False] SKIPPED
534 tests/test_virtualenv.py::test_passthrough_environment_venv_backend PASSED
535 tests/test_virtualenv.py::test_create_reuse_stale_virtualenv_environment SKIPPED
536 tests/test_virtualenv.py::test_create_reuse_uv_environment SKIPPED (...)
537 tests/test_virtualenv.py::test_find_uv[/usr/bin/uv-/home/user/.local/pipx/venvs/nox/bin/uv-True-/home/user/.local/pipx/venvs/nox/bin/uv] PASSED
538 tests/test_virtualenv.py::test_find_uv[/usr/bin/uv-FileNotFoundError-True-uv] PASSED
539 tests/test_virtualenv.py::test_find_uv[None-/home/user/.local/pipx/venvs/nox/bin/uv-True-/home/user/.local/pipx/venvs/nox/bin/uv] PASSED
540 tests/test_virtualenv.py::test_find_uv[None-FileNotFoundError-False-uv] PASSED
541 tests/test_virtualenv.py::test_uv_version[0-{"version": "0.2.3", "commit_info": null}-0.2.3] PASSED
542 tests/test_virtualenv.py::test_uv_version[1-None-0.0] PASSED
543 tests/test_virtualenv.py::test_uv_version[1-{"version": "9.9.9", "commit_info": null}-0.0] PASSED
544 tests/test_virtualenv.py::test_uv_version_no_uv PASSED
545 tests/test_virtualenv.py::test_uv_install[3.11-True] SKIPPED (Missin...)
546 tests/test_virtualenv.py::test_uv_install[pypy3.8-True] SKIPPED (Mis...)
547 tests/test_virtualenv.py::test_uv_install[cpython3.9-True] SKIPPED (...)
548 tests/test_virtualenv.py::test_uv_install[python3.12-True] SKIPPED (...)
549 tests/test_virtualenv.py::test_uv_install[nonpython9.22-False] SKIPPED
550 tests/test_virtualenv.py::test_uv_install[java11-False] SKIPPED (Mis...)
551 tests/test_virtualenv.py::test_create_reuse_venv_environment PASSED
552 tests/test_virtualenv.py::test_create_reuse_oldstyle_virtualenv_environment PASSED
553 tests/test_virtualenv.py::test_inner_functions_reusing_venv PASSED
554 tests/test_virtualenv.py::test_create_reuse_python2_environment SKIPPED
555 tests/test_virtualenv.py::test_create_venv_backend PASSED
556 tests/test_virtualenv.py::test_create_interpreter PASSED
557 tests/test_virtualenv.py::test__resolved_interpreter_none PASSED
558 tests/test_virtualenv.py::test__resolved_interpreter_numerical_non_windows[3-python3] PASSED
559 tests/test_virtualenv.py::test__resolved_interpreter_numerical_non_windows[3.6-python3.6] PASSED
560 tests/test_virtualenv.py::test__resolved_interpreter_numerical_non_windows[3.6.2-python3.6] PASSED
561 tests/test_virtualenv.py::test__resolved_interpreter_numerical_non_windows[3.10-python3.10] PASSED
562 tests/test_virtualenv.py::test__resolved_interpreter_numerical_non_windows[2.7.15-python2.7] PASSED
563 tests/test_virtualenv.py::test__resolved_interpreter_invalid_numerical_id[2.] PASSED
564 tests/test_virtualenv.py::test__resolved_interpreter_invalid_numerical_id[2.7.] PASSED
565 tests/test_virtualenv.py::test__resolved_interpreter_32_bit_non_windows PASSED
566 tests/test_virtualenv.py::test__resolved_interpreter_non_windows PASSED
567 tests/test_virtualenv.py::test__resolved_interpreter_windows_full_path PASSED
568 tests/test_virtualenv.py::test__resolved_interpreter_windows_pyexe[3.7-c:\\python37-x64\\python.exe] PASSED
569 tests/test_virtualenv.py::test__resolved_interpreter_windows_pyexe[python3.6-c:\\python36-x64\\python.exe] PASSED
570 tests/test_virtualenv.py::test__resolved_interpreter_windows_pyexe[2.7-32-c:\\python27\\python.exe] PASSED
571 tests/test_virtualenv.py::test__resolved_interpreter_windows_pyexe_fails PASSED
572 tests/test_virtualenv.py::test__resolved_interpreter_windows_path_and_version PASSED
573 tests/test_virtualenv.py::test__resolved_interpreter_windows_path_and_version_fails[3.7.3\\n-c:\\python37-x64\\python.exe-2.7] PASSED
574 tests/test_virtualenv.py::test__resolved_interpreter_windows_path_and_version_fails[3.7.3\\n-c:\\python37-x64\\python.exe-python3.7] PASSED
575 tests/test_virtualenv.py::test__resolved_interpreter_windows_path_and_version_fails[3.7.3\\n-c:\\python37-x64\\python.exe-goofy] PASSED
576 tests/test_virtualenv.py::test__resolved_interpreter_windows_path_and_version_fails[3.7.3\\n-None-2.7] PASSED
577 tests/test_virtualenv.py::test__resolved_interpreter_windows_path_and_version_fails[3.7.3\\n-None-python3.7] PASSED
578 tests/test_virtualenv.py::test__resolved_interpreter_windows_path_and_version_fails[3.7.3\\n-None-goofy] PASSED
579 tests/test_virtualenv.py::test__resolved_interpreter_windows_path_and_version_fails[RAISE_ERROR-c:\\python37-x64\\python.exe-2.7] PASSED
580 tests/test_virtualenv.py::test__resolved_interpreter_windows_path_and_version_fails[RAISE_ERROR-c:\\python37-x64\\python.exe-python3.7] PASSED
581 tests/test_virtualenv.py::test__resolved_interpreter_windows_path_and_version_fails[RAISE_ERROR-c:\\python37-x64\\python.exe-goofy] PASSED
582 tests/test_virtualenv.py::test__resolved_interpreter_windows_path_and_version_fails[RAISE_ERROR-None-2.7] PASSED
583 tests/test_virtualenv.py::test__resolved_interpreter_windows_path_and_version_fails[RAISE_ERROR-None-python3.7] PASSED
584 tests/test_virtualenv.py::test__resolved_interpreter_windows_path_and_version_fails[RAISE_ERROR-None-goofy] PASSED
585 tests/test_virtualenv.py::test__resolved_interpreter_not_found PASSED
586 tests/test_virtualenv.py::test__resolved_interpreter_nonstandard PASSED
587 tests/test_virtualenv.py::test__resolved_interpreter_cache_result PASSED
588 tests/test_virtualenv.py::test__resolved_interpreter_cache_failure PASSED
589 tests/test_workflow.py::test_simple_workflow PASSED
590 tests/test_workflow.py::test_workflow_int_cutoff PASSED
591 tests/test_workflow.py::test_workflow_interrupted PASSED
593 =================================== XPASSES ====================================
594 ________________________ test_no_color_timestamp[color] ________________________
595 ----------------------------- Captured stderr call -----------------------------
598 ------------------------------ Captured log call -------------------------------
599 INFO     nox:test_logger.py:75 bar
600 INFO     nox:test_logger.py:84 bar
601 OUTPUT   nox:test_logger.py:85 foo
602 =========================== short test summary info ============================
603 ======== 551 passed, 31 skipped, 1 xpassed ========