diff --git a/.github/workflows/builds-review.yaml b/.github/workflows/builds-review.yaml index 1b362f96..5441e9c9 100644 --- a/.github/workflows/builds-review.yaml +++ b/.github/workflows/builds-review.yaml @@ -46,7 +46,7 @@ jobs: fetch-depth: 0 - name: Create and upload review build - uses: conda/actions/canary-release@976289d0cfd85139701b26ddd133abdd025a7b5f # v24.5.0 + uses: conda/actions/canary-release@15f883f14f4232f83658e3609c3316d58905138f # v24.8.0 with: package-name: conda-libmamba-solver subdir: ${{ matrix.subdir }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 24f287b3..36f3b53e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -68,6 +68,7 @@ jobs: - '.github/workflows/tests.yml' - 'tests/**' - 'dev/requirements.txt' + - 'pyproject.toml' # /CONDA-LIBMAMBA-SOLVER CHANGE # windows test suite @@ -203,7 +204,7 @@ jobs: - name: Upload Test Results if: '!cancelled()' - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: test-results-${{ env.HASH }} # CONDA-LIBMAMBA-SOLVER CHANGE: need to prepend conda/ to the paths @@ -344,7 +345,7 @@ jobs: - name: Upload Test Results if: '!cancelled()' - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: test-results-${{ env.HASH }} path: | @@ -628,7 +629,7 @@ jobs: - name: Upload Test Results if: '!cancelled()' - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: test-results-${{ env.HASH }} # CONDA-LIBMAMBA-SOLVER CHANGE: need to prepend conda/ to the paths @@ -653,7 +654,7 @@ jobs: - name: Upload Combined Test Results # provides one downloadable archive of all matrix run test results for further analysis - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: test-results-${{ github.sha }}-all path: test-results-* @@ -725,7 +726,7 @@ jobs: # Explicitly use Python 3.11 since each of the OSes has a different default Python - name: Setup Python - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: '3.11' @@ -751,7 +752,7 @@ jobs: Path(environ["GITHUB_ENV"]).write_text(f"ANACONDA_ORG_LABEL={label}") - name: Create & Upload - uses: conda/actions/canary-release@v24.5.0 + uses: conda/actions/canary-release@v24.8.0 env: # Run conda-build in isolated activation to properly package conda _CONDA_BUILD_ISOLATED_ACTIVATION: 1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a2d77a3d..b216fab3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: # auto format Python codes within docstrings - id: blacken-docs - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.7 + rev: v0.6.3 hooks: # lint & attempt to correct failures (e.g. pyupgrade) - id: ruff diff --git a/durations/Linux.json b/durations/Linux.json index 092da05d..d61bd38b 100644 --- a/durations/Linux.json +++ b/durations/Linux.json @@ -1,1303 +1,1329 @@ { - "tests/base/test_constants.py::test_ChannelPriority": 0.0021800655110433254, - "tests/base/test_constants.py::test_null_is_falsey": 0.0020825021294492495, - "tests/base/test_context.py::test_aggressive_update_packages": 0.026529011254457485, - "tests/base/test_context.py::test_channel_priority": 0.024622328911091382, - "tests/base/test_context.py::test_channel_settings": 0.02480864895299141, - "tests/base/test_context.py::test_channels_defaults": 0.024962804075593436, - "tests/base/test_context.py::test_channels_defaults_condarc": 0.026146134736984634, - "tests/base/test_context.py::test_client_ssl_cert": 0.03984140740745897, - "tests/base/test_context.py::test_clobber_enum": 0.0254117364363994, - "tests/base/test_context.py::test_conda_bld_path": 0.07543008629949652, - "tests/base/test_context.py::test_conda_build_root_dir": 0.024581919663143714, - "tests/base/test_context.py::test_conda_envs_path": 0.04594628508979982, - "tests/base/test_context.py::test_context_parameter_map": 0.024729235109285312, - "tests/base/test_context.py::test_context_parameters_have_descriptions": 0.04701207886316521, - "tests/base/test_context.py::test_custom_multichannels": 0.025969635782803615, - "tests/base/test_context.py::test_default_target_is_root_prefix": 0.02476028097845773, - "tests/base/test_context.py::test_expandvars": 0.059809074179137015, - "tests/base/test_context.py::test_get_plugin_config_data_env_var_source": 0.0016355405113728941, - "tests/base/test_context.py::test_get_plugin_config_data_file_source": 0.004000003368927266, - "tests/base/test_context.py::test_get_plugin_config_data_skip_bad_values": 0.0016536464334363816, - "tests/base/test_context.py::test_local_build_root_custom_rc": 0.02669430961836168, - "tests/base/test_context.py::test_local_build_root_default_rc": 0.011800371414671901, - "tests/base/test_context.py::test_migrated_custom_channels": 0.027864435596770307, - "tests/base/test_context.py::test_old_channel_alias": 0.027101219976399478, - "tests/base/test_context.py::test_proxy_servers": 0.024942427232705077, - "tests/base/test_context.py::test_reporters_default_value": 0.001892932668587644, - "tests/base/test_context.py::test_reporters_from_config_file": 0.024760628116468845, - "tests/base/test_context.py::test_reporters_json_is_true": 0.03504027248248471, - "tests/base/test_context.py::test_reporters_quiet_is_true": 0.03502150380563227, - "tests/base/test_context.py::test_restore_free_channel": 0.028132776829837926, - "tests/base/test_context.py::test_signing_metadata_url_base": 0.03528647398255284, - "tests/base/test_context.py::test_signing_metadata_url_base_empty_default_channels": 0.03641363323475892, - "tests/base/test_context.py::test_specify_channels_cli_adding_defaults_no_condarc": 0.025921520625098848, - "tests/base/test_context.py::test_specify_channels_cli_condarc": 0.027402122023157123, - "tests/base/test_context.py::test_specify_different_channels_cli_condarc": 0.027230112255999705, - "tests/base/test_context.py::test_specify_same_channels_cli_as_in_condarc": 0.027202930491779555, - "tests/base/test_context.py::test_subdirs": 0.002782105987107739, - "tests/base/test_context.py::test_target_prefix": 0.07957670829662145, - "tests/base/test_context.py::test_threads": 0.030002929928410204, - "tests/base/test_context.py::test_validate_prefix_name[base-False-mock_return_values2-expected2]": 0.003451346676851878, - "tests/base/test_context.py::test_validate_prefix_name[env-name-False-mock_return_values0-expected0]": 0.003354105753668431, - "tests/base/test_context.py::test_validate_prefix_name[not/allow#characters:in-path-False-mock_return_values1-expected1]": 0.003325642883683669, - "tests/cli/test_cli_install.py::test_emscripten_forge[classic]": 5.272298640734728, - "tests/cli/test_cli_install.py::test_emscripten_forge[libmamba]": 9.141722420910165, - "tests/cli/test_cli_install.py::test_find_conflicts_called_once[classic]": 41.987339793924114, - "tests/cli/test_cli_install.py::test_find_conflicts_called_once[libmamba]": 0.0155867210602785, - "tests/cli/test_cli_install.py::test_pre_link_message[classic]": 0.7542788353425413, - "tests/cli/test_cli_install.py::test_pre_link_message[libmamba]": 0.9801783555735397, - "tests/cli/test_common.py::test_check_non_admin_enabled_false": 0.0035153538492362617, - "tests/cli/test_common.py::test_check_non_admin_enabled_true": 0.0032019292266834147, - "tests/cli/test_common.py::test_confirm_dry_run_exit": 0.002956782136620428, - "tests/cli/test_common.py::test_confirm_yn_always_yes": 0.002953397785375892, - "tests/cli/test_common.py::test_confirm_yn_dry_run_exit": 0.0029711072767168553, - "tests/cli/test_common.py::test_confirm_yn_no": 0.0031879820786782117, - "tests/cli/test_common.py::test_confirm_yn_yes": 0.0032580414510383657, - "tests/cli/test_common.py::test_is_active_prefix[-False]": 0.0022109029175419975, - "tests/cli/test_common.py::test_is_active_prefix[active_prefix-True]": 0.002123501721747024, - "tests/cli/test_compare.py::test_compare_fail": 0.4025695554415318, - "tests/cli/test_compare.py::test_compare_success": 0.5198986655201161, - "tests/cli/test_conda_argparse.py::test_cli_args_as_strings": 0.06773830278216768, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ArgumentParser-isclass]": 0.002098803955034001, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.BUILTIN_COMMANDS-]": 0.0021080503619561866, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ExtendConstAction-isclass]": 0.002128330925711598, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.NullCountAction-isclass]": 0.0020999719061807437, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_output_and_prompt_options-isfunction]": 0.0022707832822337296, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_channels-isfunction]": 0.0022608251053592558, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_create_install_update-isfunction]": 0.0021859264619390295, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_default_packages-isfunction]": 0.0021580313622742947, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_help-isfunction]": 0.0021329635924188677, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_json-isfunction]": 0.00213380235500995, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_known-isfunction]": 0.002131478740030765, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_networking-isfunction]": 0.0021155050729216108, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_package_install_options-isfunction]": 0.002145560800856499, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prefix-isfunction]": 0.00210371939025277, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prune-isfunction]": 0.002113659288352661, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_pscheck-isfunction]": 0.002122074280967674, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_show_channel_urls-isfunction]": 0.0021176301093334977, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver-isfunction]": 0.0020917339359370684, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver_mode-isfunction]": 0.0021042567965558344, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_update_modifiers-isfunction]": 0.002094306206565305, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_verbose-isfunction]": 0.002115525072091958, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_clean-isfunction]": 0.0021054781868578886, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_compare-isfunction]": 0.0020883599251622638, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_config-isfunction]": 0.002096720645843764, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_create-isfunction]": 0.002091216377804701, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_info-isfunction]": 0.0021153598496669256, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_init-isfunction]": 0.0020901292132533386, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_install-isfunction]": 0.002100245113269862, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_list-isfunction]": 0.0021052843421695677, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_notices-isfunction]": 0.0020981639927249805, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_package-isfunction]": 0.0020890640861694607, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_plugins-isfunction]": 0.00209895947878241, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_remove-isfunction]": 0.002096561419458107, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_rename-isfunction]": 0.0020824752184066923, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_run-isfunction]": 0.0020933171174001373, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_search-isfunction]": 0.0020899942382537093, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_update-isfunction]": 0.0020872950444739183, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.do_call-isfunction]": 0.0021079202838580027, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_sys_rc_path-]": 0.0020856484182822784, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_user_rc_path-]": 0.002077530391142375, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.find_builtin_commands-isfunction]": 0.002099029507199248, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_parser-isfunction]": 0.002103749406626518, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_pre_parser-isfunction]": 0.0021077679821527866, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.sys_rc_path-]": 0.002120705422309866, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.user_rc_path-]": 0.0020793337928933903, - "tests/cli/test_conda_argparse.py::test_list_through_python_api": 1.7691866518949777, - "tests/cli/test_conda_argparse.py::test_parser_basics": 0.024039153246430973, - "tests/cli/test_config.py::test_add_invalid_key": 0.06615708008387185, - "tests/cli/test_config.py::test_add_key": 0.07511279244719736, - "tests/cli/test_config.py::test_channels_add_duplicate": 0.07500250853861469, - "tests/cli/test_config.py::test_channels_add_empty": 0.07067752724460612, - "tests/cli/test_config.py::test_channels_add_empty_with_defaults": 0.07008771077544282, - "tests/cli/test_config.py::test_channels_append": 0.07591662091652708, - "tests/cli/test_config.py::test_channels_append_duplicate": 0.07529101817794978, - "tests/cli/test_config.py::test_channels_prepend": 0.08138516718883072, - "tests/cli/test_config.py::test_channels_prepend_duplicate": 0.07804900192795193, - "tests/cli/test_config.py::test_channels_remove": 0.0768894714390926, - "tests/cli/test_config.py::test_channels_remove_duplicate": 0.135640330966924, - "tests/cli/test_config.py::test_conda_config_describe": 4.184966635475644, - "tests/cli/test_config.py::test_conda_config_validate": 3.372492825610059, - "tests/cli/test_config.py::test_conda_config_validate_sslverify_truststore": 2.6402999208968074, - "tests/cli/test_config.py::test_create_condarc_on_set": 0.07222215117103807, - "tests/cli/test_config.py::test_custom_multichannels_add": 0.07286067021630573, - "tests/cli/test_config.py::test_custom_multichannels_add_duplicate": 0.07630698329932101, - "tests/cli/test_config.py::test_custom_multichannels_append": 0.07354514948757931, - "tests/cli/test_config.py::test_custom_multichannels_append_duplicate": 0.07559088518616246, - "tests/cli/test_config.py::test_custom_multichannels_prepend": 0.07294562738938182, - "tests/cli/test_config.py::test_custom_multichannels_prepend_duplicate": 0.07504888941257312, - "tests/cli/test_config.py::test_get_all": 0.08389073347866174, - "tests/cli/test_config.py::test_get_all_inc_maps": 0.08859180185588432, - "tests/cli/test_config.py::test_get_boolean_value": 0.08027602114531637, - "tests/cli/test_config.py::test_get_channels_list": 0.08158756868917627, - "tests/cli/test_config.py::test_get_invalid_key": 0.0817095996859421, - "tests/cli/test_config.py::test_get_map_full": 0.08077616539957352, - "tests/cli/test_config.py::test_get_map_subkey[conda_build.cache_dir-/tmp/conda-bld]": 0.07868689953151824, - "tests/cli/test_config.py::test_get_map_subkey[proxy_servers.http-1.2.3.4:5678]": 0.08101455251218645, - "tests/cli/test_config.py::test_get_multiple_keys": 0.08030190254454873, - "tests/cli/test_config.py::test_get_multiple_keys_incl_map_full": 0.08355087041282272, - "tests/cli/test_config.py::test_get_multiple_keys_incl_map_subkey": 0.08329962089599273, - "tests/cli/test_config.py::test_get_string_value": 0.08090297549577986, - "tests/cli/test_config.py::test_get_unconfigured_key": 0.07871906906847707, - "tests/cli/test_config.py::test_invalid_yaml": 0.05946862003510934, - "tests/cli/test_config.py::test_remove_key": 0.07690401594662723, - "tests/cli/test_config.py::test_remove_key_duplicate": 0.13697324067351097, - "tests/cli/test_config.py::test_remove_unconfigured_key": 0.06490202774751622, - "tests/cli/test_config.py::test_set_and_get_bool": 0.14097872557261834, - "tests/cli/test_config.py::test_set_check_types[always_yes-false-False]": 0.07276603065077501, - "tests/cli/test_config.py::test_set_check_types[always_yes-no-False]": 0.07704753257314668, - "tests/cli/test_config.py::test_set_check_types[always_yes-true-True]": 0.07184477437896983, - "tests/cli/test_config.py::test_set_check_types[always_yes-yes-True]": 0.07005696994145719, - "tests/cli/test_config.py::test_set_check_types[channel_alias-https://repo.example.com-https://repo.example.com]": 0.07202525490822444, - "tests/cli/test_config.py::test_set_check_types[proxy_servers.http-1.2.3.4:5678-py_value5]": 0.07173389211906483, - "tests/cli/test_config.py::test_set_invalid_key": 0.07202770535953794, - "tests/cli/test_config.py::test_set_key": 0.07460504373962312, - "tests/cli/test_config.py::test_set_map_key[conda_build.cache_dir-/tmp/conda-bld-/var/tmp/build]": 0.07945699200905025, - "tests/cli/test_config.py::test_set_map_key[conda_build.error_overlinking-true-false]": 0.0003999123653209056, - "tests/cli/test_config.py::test_set_map_key[proxy_servers.http-1.2.3.4:5678-4.3.2.1:9876]": 0.07873297780754426, - "tests/cli/test_config.py::test_set_rc_without_user_rc": 0.06919099045627831, - "tests/cli/test_config.py::test_set_unconfigured_key": 0.08097775694659261, - "tests/cli/test_config.py::test_show_sorts_keys": 0.11560769552552058, - "tests/cli/test_config.py::test_ssl_verify_default": 0.004086478474307237, - "tests/cli/test_config.py::test_ssl_verify_set_bool": 0.07362748684299794, - "tests/cli/test_config.py::test_ssl_verify_set_filename": 0.07131011197227789, - "tests/cli/test_env.py::test_conda_env_create_empty_file[classic]": 0.07474143937302088, - "tests/cli/test_env.py::test_conda_env_create_empty_file[libmamba]": 0.0709486044710988, - "tests/cli/test_env.py::test_conda_env_create_http[classic]": 255.98867657620966, - "tests/cli/test_env.py::test_conda_env_create_http[libmamba]": 6.7253889440751395, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file[classic]": 0.06907153008203058, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file[libmamba]": 0.06864573393076062, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[classic]": 0.06711533223352498, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[libmamba]": 0.07270542175260604, - "tests/cli/test_env.py::test_conda_env_create_no_file[classic]": 0.06571213137082386, - "tests/cli/test_env.py::test_conda_env_create_no_file[libmamba]": 0.07217054470462343, - "tests/cli/test_env.py::test_create_dry_run_json[classic]": 1.5489754872841763, - "tests/cli/test_env.py::test_create_dry_run_json[libmamba]": 1.6020724310690952, - "tests/cli/test_env.py::test_create_dry_run_yaml[classic]": 1.0504746175036686, - "tests/cli/test_env.py::test_create_dry_run_yaml[libmamba]": 1.676435108766904, - "tests/cli/test_env.py::test_create_valid_env[classic]": 4.732465564872666, - "tests/cli/test_env.py::test_create_valid_env[libmamba]": 2.2288261508856477, - "tests/cli/test_env.py::test_create_valid_env_json_output[classic]": 0.3471426480610095, - "tests/cli/test_env.py::test_create_valid_env_json_output[libmamba]": 1.6867551173384159, - "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[classic]": 90.68102099641588, - "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[libmamba]": 8.107306793564893, - "tests/cli/test_env.py::test_create_valid_env_with_variables[classic]": 0.5041924758292047, - "tests/cli/test_env.py::test_create_valid_env_with_variables[libmamba]": 2.0476877102244067, + "tests/base/test_constants.py::test_ChannelPriority": 0.0021342097501050013, + "tests/base/test_constants.py::test_null_is_falsey": 0.0020822061786815948, + "tests/base/test_context.py::test_aggressive_update_packages": 0.02648849899626869, + "tests/base/test_context.py::test_channel_priority": 0.02453911770797725, + "tests/base/test_context.py::test_channel_settings": 0.024721571715618812, + "tests/base/test_context.py::test_channels_defaults": 0.02500834380583701, + "tests/base/test_context.py::test_channels_defaults_condarc": 0.026111151149321058, + "tests/base/test_context.py::test_client_ssl_cert": 0.03986564852619825, + "tests/base/test_context.py::test_clobber_enum": 0.025382392937713123, + "tests/base/test_context.py::test_conda_bld_path": 0.07542914162112364, + "tests/base/test_context.py::test_conda_build_root_dir": 0.02456563304974813, + "tests/base/test_context.py::test_conda_envs_path": 0.04583634232378301, + "tests/base/test_context.py::test_context_parameter_map": 0.024567318289126547, + "tests/base/test_context.py::test_context_parameters_have_descriptions": 0.04691417223733549, + "tests/base/test_context.py::test_custom_multichannels": 0.0259838778050304, + "tests/base/test_context.py::test_default_target_is_root_prefix": 0.024817970812724542, + "tests/base/test_context.py::test_expandvars": 0.06001389886388179, + "tests/base/test_context.py::test_get_plugin_config_data_env_var_source": 0.0016417091813074173, + "tests/base/test_context.py::test_get_plugin_config_data_file_source": 0.003996291130116736, + "tests/base/test_context.py::test_get_plugin_config_data_skip_bad_values": 0.0016663530172782754, + "tests/base/test_context.py::test_local_build_root_custom_rc": 0.02664643927423849, + "tests/base/test_context.py::test_local_build_root_default_rc": 0.011783011349626244, + "tests/base/test_context.py::test_migrated_custom_channels": 0.027781112640784374, + "tests/base/test_context.py::test_old_channel_alias": 0.026893453114840038, + "tests/base/test_context.py::test_proxy_servers": 0.0248975493069169, + "tests/base/test_context.py::test_reporters_default_value": 0.0018881365588094617, + "tests/base/test_context.py::test_reporters_from_config_file": 0.02478266836077352, + "tests/base/test_context.py::test_reporters_json_is_true": 0.035061702159140076, + "tests/base/test_context.py::test_reporters_quiet_is_true": 0.03504147461385756, + "tests/base/test_context.py::test_restore_free_channel": 0.028062590734003384, + "tests/base/test_context.py::test_signing_metadata_url_base": 0.03543578031340729, + "tests/base/test_context.py::test_signing_metadata_url_base_empty_default_channels": 0.03629690486824342, + "tests/base/test_context.py::test_specify_channels_cli_adding_defaults_no_condarc": 0.025865217943677764, + "tests/base/test_context.py::test_specify_channels_cli_condarc": 0.027334326526009832, + "tests/base/test_context.py::test_specify_different_channels_cli_condarc": 0.027226956945546315, + "tests/base/test_context.py::test_specify_same_channels_cli_as_in_condarc": 0.027149075542116805, + "tests/base/test_context.py::test_subdirs": 0.002779730488240683, + "tests/base/test_context.py::test_target_prefix": 0.07978017572770192, + "tests/base/test_context.py::test_threads": 0.02990732149525319, + "tests/base/test_context.py::test_validate_prefix_name[base-False-mock_return_values2-expected2]": 0.003404657273441187, + "tests/base/test_context.py::test_validate_prefix_name[env-name-False-mock_return_values0-expected0]": 0.003378555755082406, + "tests/base/test_context.py::test_validate_prefix_name[not/allow#characters:in-path-False-mock_return_values1-expected1]": 0.003317618466594303, + "tests/cli/test_cli_install.py::test_emscripten_forge[classic]": 5.082073646613125, + "tests/cli/test_cli_install.py::test_emscripten_forge[libmamba]": 8.79806577295451, + "tests/cli/test_cli_install.py::test_find_conflicts_called_once[classic]": 41.940333611548795, + "tests/cli/test_cli_install.py::test_find_conflicts_called_once[libmamba]": 0.015710862983463234, + "tests/cli/test_cli_install.py::test_pre_link_message[classic]": 0.6827420054548381, + "tests/cli/test_cli_install.py::test_pre_link_message[libmamba]": 0.9228510232237985, + "tests/cli/test_common.py::test_check_non_admin_enabled_false": 0.003512640672068085, + "tests/cli/test_common.py::test_check_non_admin_enabled_true": 0.0031959024858755946, + "tests/cli/test_common.py::test_confirm_dry_run_exit": 0.0029646794683847607, + "tests/cli/test_common.py::test_confirm_yn_always_yes": 0.0029576880304707453, + "tests/cli/test_common.py::test_confirm_yn_dry_run_exit": 0.0029614272729828507, + "tests/cli/test_common.py::test_confirm_yn_no": 0.003257514383552525, + "tests/cli/test_common.py::test_confirm_yn_yes": 0.003200440870918256, + "tests/cli/test_common.py::test_is_active_prefix[-False]": 0.0022178250207433243, + "tests/cli/test_common.py::test_is_active_prefix[active_prefix-True]": 0.0021129387559472934, + "tests/cli/test_compare.py::test_compare_fail": 0.3829946148324708, + "tests/cli/test_compare.py::test_compare_success": 0.5228139230641637, + "tests/cli/test_conda_argparse.py::test_cli_args_as_strings": 0.0681439881058666, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ArgumentParser-isclass]": 0.0020979739077224917, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.BUILTIN_COMMANDS-]": 0.0021121274536288286, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ExtendConstAction-isclass]": 0.0020940349622804695, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.NullCountAction-isclass]": 0.0020855723889881914, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_output_and_prompt_options-isfunction]": 0.002272851518819349, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_channels-isfunction]": 0.0022647577155418433, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_create_install_update-isfunction]": 0.0021719293329332035, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_default_packages-isfunction]": 0.0021594975605529064, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_help-isfunction]": 0.002139595915144997, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_json-isfunction]": 0.0021291472073593663, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_known-isfunction]": 0.002123511899130691, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_networking-isfunction]": 0.002110962918893358, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_package_install_options-isfunction]": 0.0021340677540887675, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prefix-isfunction]": 0.0021052653402674295, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prune-isfunction]": 0.0021150228356201805, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_pscheck-isfunction]": 0.002121445756866579, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_show_channel_urls-isfunction]": 0.0021531037235089927, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver-isfunction]": 0.0020950680873737582, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver_mode-isfunction]": 0.0021044885757775865, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_update_modifiers-isfunction]": 0.0021192296822050366, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_verbose-isfunction]": 0.002114787362326669, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_clean-isfunction]": 0.0020935484499557326, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_compare-isfunction]": 0.0020984192643596577, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_config-isfunction]": 0.0021055729930752783, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_create-isfunction]": 0.0020931351028058848, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_info-isfunction]": 0.0021217063059346406, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_init-isfunction]": 0.002101676206042144, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_install-isfunction]": 0.0020918857651262704, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_list-isfunction]": 0.002111072395159685, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_notices-isfunction]": 0.0020977421862470877, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_package-isfunction]": 0.002086660691549512, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_plugins-isfunction]": 0.0020917157480644733, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_remove-isfunction]": 0.002096275435762175, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_rename-isfunction]": 0.0020789841949423434, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_run-isfunction]": 0.0020932157232336473, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_search-isfunction]": 0.0020852117735613842, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_update-isfunction]": 0.002091422770283862, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.do_call-isfunction]": 0.0021040905748183373, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_sys_rc_path-]": 0.0020904040177860397, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_user_rc_path-]": 0.002078752777898804, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.find_builtin_commands-isfunction]": 0.0020969963673732476, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_parser-isfunction]": 0.002089538802362206, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_pre_parser-isfunction]": 0.002087370807112696, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.sys_rc_path-]": 0.002098614463462022, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.user_rc_path-]": 0.0021009920463818882, + "tests/cli/test_conda_argparse.py::test_list_through_python_api": 1.770275286268714, + "tests/cli/test_conda_argparse.py::test_parser_basics": 0.025053841706990577, + "tests/cli/test_config.py::test_add_invalid_key": 0.06586158844049747, + "tests/cli/test_config.py::test_add_key": 0.07765506255222572, + "tests/cli/test_config.py::test_channels_add_duplicate": 0.07393690105297347, + "tests/cli/test_config.py::test_channels_add_empty": 0.07149574443175902, + "tests/cli/test_config.py::test_channels_add_empty_with_defaults": 0.07108751756542321, + "tests/cli/test_config.py::test_channels_append": 0.07743455203814488, + "tests/cli/test_config.py::test_channels_append_duplicate": 0.07624113204092664, + "tests/cli/test_config.py::test_channels_prepend": 0.07801949640051084, + "tests/cli/test_config.py::test_channels_prepend_duplicate": 0.078746232168154, + "tests/cli/test_config.py::test_channels_remove": 0.07839755911534259, + "tests/cli/test_config.py::test_channels_remove_duplicate": 0.1344556715805622, + "tests/cli/test_config.py::test_conda_config_describe": 4.071583016766859, + "tests/cli/test_config.py::test_conda_config_validate": 3.253234799049847, + "tests/cli/test_config.py::test_conda_config_validate_sslverify_truststore": 2.3620174238736245, + "tests/cli/test_config.py::test_create_condarc_on_set": 0.06934202055022319, + "tests/cli/test_config.py::test_custom_multichannels_add": 0.07253526844054606, + "tests/cli/test_config.py::test_custom_multichannels_add_duplicate": 0.07598333222401711, + "tests/cli/test_config.py::test_custom_multichannels_append": 0.07253713783813653, + "tests/cli/test_config.py::test_custom_multichannels_append_duplicate": 0.07684956886900708, + "tests/cli/test_config.py::test_custom_multichannels_prepend": 0.07225391232392463, + "tests/cli/test_config.py::test_custom_multichannels_prepend_duplicate": 0.07510154122259573, + "tests/cli/test_config.py::test_get_all": 0.08336328716563018, + "tests/cli/test_config.py::test_get_all_inc_maps": 0.08708775069434048, + "tests/cli/test_config.py::test_get_boolean_value": 0.08051222253341983, + "tests/cli/test_config.py::test_get_channels_list": 0.08321457426804489, + "tests/cli/test_config.py::test_get_invalid_key": 0.08167538091105864, + "tests/cli/test_config.py::test_get_map_full": 0.07925929561679752, + "tests/cli/test_config.py::test_get_map_subkey[conda_build.cache_dir-/tmp/conda-bld]": 0.07856169586322295, + "tests/cli/test_config.py::test_get_map_subkey[proxy_servers.http-1.2.3.4:5678]": 0.08296380518435686, + "tests/cli/test_config.py::test_get_multiple_keys": 0.08030581106471182, + "tests/cli/test_config.py::test_get_multiple_keys_incl_map_full": 0.08368071769750211, + "tests/cli/test_config.py::test_get_multiple_keys_incl_map_subkey": 0.08308529399109033, + "tests/cli/test_config.py::test_get_string_value": 0.08053168609432486, + "tests/cli/test_config.py::test_get_unconfigured_key": 0.07918642620893636, + "tests/cli/test_config.py::test_invalid_yaml": 0.05928084714639016, + "tests/cli/test_config.py::test_remove_key": 0.07667427829294743, + "tests/cli/test_config.py::test_remove_key_duplicate": 0.13621404321892658, + "tests/cli/test_config.py::test_remove_unconfigured_key": 0.06613295418145658, + "tests/cli/test_config.py::test_set_and_get_bool": 0.14137101802563795, + "tests/cli/test_config.py::test_set_check_types[always_yes-false-False]": 0.07242181738874051, + "tests/cli/test_config.py::test_set_check_types[always_yes-no-False]": 0.07612602815571409, + "tests/cli/test_config.py::test_set_check_types[always_yes-true-True]": 0.07407373152761762, + "tests/cli/test_config.py::test_set_check_types[always_yes-yes-True]": 0.07270197073476488, + "tests/cli/test_config.py::test_set_check_types[channel_alias-https://repo.example.com-https://repo.example.com]": 0.07305036637148617, + "tests/cli/test_config.py::test_set_check_types[proxy_servers.http-1.2.3.4:5678-py_value5]": 0.07143383645355844, + "tests/cli/test_config.py::test_set_invalid_key": 0.0690471811230317, + "tests/cli/test_config.py::test_set_key": 0.07551397278987969, + "tests/cli/test_config.py::test_set_map_key[conda_build.cache_dir-/tmp/conda-bld-/var/tmp/build]": 0.07959959150598313, + "tests/cli/test_config.py::test_set_map_key[conda_build.error_overlinking-true-false]": 0.000401131146975268, + "tests/cli/test_config.py::test_set_map_key[proxy_servers.http-1.2.3.4:5678-4.3.2.1:9876]": 0.07739305105003609, + "tests/cli/test_config.py::test_set_rc_without_user_rc": 0.0678173441405681, + "tests/cli/test_config.py::test_set_unconfigured_key": 0.08029455629156486, + "tests/cli/test_config.py::test_show_sorts_keys": 0.11618907735512525, + "tests/cli/test_config.py::test_ssl_verify_default": 0.004075849555100791, + "tests/cli/test_config.py::test_ssl_verify_set_bool": 0.07314123896865925, + "tests/cli/test_config.py::test_ssl_verify_set_filename": 0.07123439071312594, + "tests/cli/test_env.py::test_conda_env_create_empty_file[classic]": 0.07361344618825755, + "tests/cli/test_env.py::test_conda_env_create_empty_file[libmamba]": 0.07049483923047209, + "tests/cli/test_env.py::test_conda_env_create_http[classic]": 257.0815503616193, + "tests/cli/test_env.py::test_conda_env_create_http[libmamba]": 6.681789527792737, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file[classic]": 0.06845203587575191, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file[libmamba]": 0.0724230148958775, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[classic]": 0.0684964505746997, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[libmamba]": 0.07277592144763906, + "tests/cli/test_env.py::test_conda_env_create_no_file[classic]": 0.06653102356916982, + "tests/cli/test_env.py::test_conda_env_create_no_file[libmamba]": 0.07061638404332916, + "tests/cli/test_env.py::test_create_dry_run_json[classic]": 2.054712298892067, + "tests/cli/test_env.py::test_create_dry_run_json[libmamba]": 1.568551953031668, + "tests/cli/test_env.py::test_create_dry_run_yaml[classic]": 1.3808038946496506, + "tests/cli/test_env.py::test_create_dry_run_yaml[libmamba]": 1.5991283439254005, + "tests/cli/test_env.py::test_create_valid_env[classic]": 5.04190505444782, + "tests/cli/test_env.py::test_create_valid_env[libmamba]": 2.299511721426865, + "tests/cli/test_env.py::test_create_valid_env_json_output[classic]": 0.3454442453148512, + "tests/cli/test_env.py::test_create_valid_env_json_output[libmamba]": 1.6579196374559264, + "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[classic]": 92.81424363527385, + "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[libmamba]": 8.106824151453797, + "tests/cli/test_env.py::test_create_valid_env_with_variables[classic]": 0.5342655335742911, + "tests/cli/test_env.py::test_create_valid_env_with_variables[libmamba]": 2.0503762856439494, "tests/cli/test_env.py::test_create_valid_remote_env[classic]": 4.664426763729089, - "tests/cli/test_env.py::test_create_valid_remote_env[libmamba]": 2.8233542858729717, - "tests/cli/test_env.py::test_deprecated_binstar[libmamba]": 0.11787171140002214, - "tests/cli/test_env.py::test_env_export[classic]": 75.09629957105501, - "tests/cli/test_env.py::test_env_export[libmamba]": 2.8546394379013793, - "tests/cli/test_env.py::test_env_export_json[classic]": 10.304598314715365, - "tests/cli/test_env.py::test_env_export_json[libmamba]": 2.1874449622619947, - "tests/cli/test_env.py::test_env_export_with_variables[classic]": 65.79353311167664, - "tests/cli/test_env.py::test_env_export_with_variables[libmamba]": 2.972215372789075, - "tests/cli/test_env.py::test_export_multi_channel[classic]": 71.57003167114934, - "tests/cli/test_env.py::test_export_multi_channel[libmamba]": 12.487565444478353, - "tests/cli/test_env.py::test_invalid_extensions[classic]": 0.06522686307480519, - "tests/cli/test_env.py::test_invalid_extensions[libmamba]": 0.06584020668083143, - "tests/cli/test_env.py::test_list[classic]": 13.465248447741244, - "tests/cli/test_env.py::test_list[libmamba]": 2.599721080708155, - "tests/cli/test_env.py::test_name[classic]": 0.41833068993320394, - "tests/cli/test_env.py::test_name[libmamba]": 1.7450335263562513, - "tests/cli/test_env.py::test_non_existent_file[classic]": 0.06574327098224995, - "tests/cli/test_env.py::test_non_existent_file[libmamba]": 0.06540171376739892, - "tests/cli/test_env.py::test_pip_error_is_propagated[classic]": 83.39500871008094, - "tests/cli/test_env.py::test_pip_error_is_propagated[libmamba]": 7.59084726693041, - "tests/cli/test_env.py::test_remove_dry_run[classic]": 0.4134745348762998, - "tests/cli/test_env.py::test_remove_dry_run[libmamba]": 1.388292329276345, - "tests/cli/test_env.py::test_set_unset_env_vars[classic]": 0.5906682240738576, - "tests/cli/test_env.py::test_set_unset_env_vars[libmamba]": 2.098743852559662, - "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[classic]": 0.07635856245853935, - "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[libmamba]": 0.0664967719028051, - "tests/cli/test_env.py::test_update[classic]": 144.63943953418726, - "tests/cli/test_env.py::test_update[libmamba]": 3.136259987484251, - "tests/cli/test_env.py::test_update_env_json_output[classic]": 151.7931507011517, - "tests/cli/test_env.py::test_update_env_json_output[libmamba]": 2.823591761628821, - "tests/cli/test_env.py::test_update_env_no_action_json_output[classic]": 164.4055750026227, - "tests/cli/test_env.py::test_update_env_no_action_json_output[libmamba]": 11.471589288913208, - "tests/cli/test_env.py::test_update_env_only_pip_json_output[classic]": 165.66895704171077, - "tests/cli/test_env.py::test_update_env_only_pip_json_output[libmamba]": 10.989752306263572, - "tests/cli/test_find_commands.py::test_find_commands": 0.010485045143947203, - "tests/cli/test_find_commands.py::test_find_executable": 0.004145743438526827, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--debug]": 0.045289027348236144, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--json]": 0.044155844826133286, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--trace]": 0.04498328016466876, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[-v]": 0.04388790368153049, - "tests/cli/test_main.py::test_main": 0.042968199282557615, - "tests/cli/test_main_clean.py::test_clean_all[False]": 0.5319386857536147, - "tests/cli/test_main_clean.py::test_clean_all[True]": 0.5304131350658202, - "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[False]": 0.27380819615807506, - "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[True]": 0.2697242852806976, - "tests/cli/test_main_clean.py::test_clean_and_packages": 0.40558534136682145, - "tests/cli/test_main_clean.py::test_clean_force_pkgs_dirs": 0.2520742638494444, - "tests/cli/test_main_clean.py::test_clean_index_cache": 0.23673659339837647, - "tests/cli/test_main_clean.py::test_clean_logfiles": 0.18070030110339805, - "tests/cli/test_main_clean.py::test_clean_tarballs": 0.18856003909108202, - "tests/cli/test_main_clean.py::test_clean_tempfiles": 0.18232413943098152, - "tests/cli/test_main_clean.py::test_get_size": 0.0028298330295132364, - "tests/cli/test_main_clean.py::test_get_size_None": 0.002106859732297786, - "tests/cli/test_main_clean.py::test_get_size_list": 0.0020394615267000267, - "tests/cli/test_main_compare.py::test_compare": 0.0572797997456839, - "tests/cli/test_main_config.py::test_config_get_key": 0.012842912439791167, - "tests/cli/test_main_config.py::test_config_get_missing[get]": 0.07944240904434259, - "tests/cli/test_main_config.py::test_config_get_missing[key]": 0.0768062341747445, - "tests/cli/test_main_config.py::test_config_get_missing[unknown]": 0.07771152457603898, - "tests/cli/test_main_config.py::test_config_get_system[get]": 0.07629038533929408, - "tests/cli/test_main_config.py::test_config_get_system[key]": 0.07622290253022136, - "tests/cli/test_main_config.py::test_config_get_system[unknown]": 0.07608993580979659, - "tests/cli/test_main_config.py::test_config_get_user[get]": 0.08061471235968565, - "tests/cli/test_main_config.py::test_config_get_user[key]": 0.0778754687806033, - "tests/cli/test_main_config.py::test_config_get_user[unknown]": 0.07987028233323372, - "tests/cli/test_main_config.py::test_config_read_rc": 0.0037637512405079604, - "tests/cli/test_main_config.py::test_config_remove_item": 0.00534253121472099, - "tests/cli/test_main_config.py::test_config_remove_key": 0.0027357274799743115, - "tests/cli/test_main_config.py::test_config_set_key": 0.004254965076032532, - "tests/cli/test_main_config.py::test_config_set_keys": 0.00673863694250307, - "tests/cli/test_main_config.py::test_config_show_sources_json": 0.07000340557805826, - "tests/cli/test_main_config.py::test_config_write_rc": 0.0033408366416985053, - "tests/cli/test_main_export.py::test_execute_export_no_file_specified": 0.06982651940782944, - "tests/cli/test_main_export.py::test_export": 0.06983315014798452, - "tests/cli/test_main_export.py::test_export_add_channels": 0.0695802797189455, - "tests/cli/test_main_export.py::test_export_override_channels": 0.08064657130262366, - "tests/cli/test_main_export.py::test_export_yaml_file_extension": 0.05852552413630197, - "tests/cli/test_main_info.py::test_info": 0.2870115016076728, + "tests/cli/test_env.py::test_create_valid_remote_env[libmamba]": 2.8538265412641466, + "tests/cli/test_env.py::test_deprecated_binstar[classic]": 0.18903302550000234, + "tests/cli/test_env.py::test_deprecated_binstar[libmamba]": 0.11603175773838939, + "tests/cli/test_env.py::test_env_export[classic]": 82.17131930177747, + "tests/cli/test_env.py::test_env_export[libmamba]": 2.703282480887058, + "tests/cli/test_env.py::test_env_export_json[classic]": 9.745679733473231, + "tests/cli/test_env.py::test_env_export_json[libmamba]": 2.1278697529510424, + "tests/cli/test_env.py::test_env_export_with_variables[classic]": 64.29294570050979, + "tests/cli/test_env.py::test_env_export_with_variables[libmamba]": 2.8069094872026623, + "tests/cli/test_env.py::test_export_multi_channel[classic]": 71.44916164120022, + "tests/cli/test_env.py::test_export_multi_channel[libmamba]": 12.754818708290825, + "tests/cli/test_env.py::test_invalid_extensions[classic]": 0.06532265572948912, + "tests/cli/test_env.py::test_invalid_extensions[libmamba]": 0.06584343554423518, + "tests/cli/test_env.py::test_list[classic]": 14.854574521422807, + "tests/cli/test_env.py::test_list[libmamba]": 2.4479098546808036, + "tests/cli/test_env.py::test_name[classic]": 0.4162071082881085, + "tests/cli/test_env.py::test_name[libmamba]": 1.5974434791107077, + "tests/cli/test_env.py::test_non_existent_file[classic]": 0.06575527598904478, + "tests/cli/test_env.py::test_non_existent_file[libmamba]": 0.06553363910149243, + "tests/cli/test_env.py::test_pip_error_is_propagated[classic]": 83.35950505549289, + "tests/cli/test_env.py::test_pip_error_is_propagated[libmamba]": 7.471151258482488, + "tests/cli/test_env.py::test_remove_dry_run[classic]": 0.41289633817463794, + "tests/cli/test_env.py::test_remove_dry_run[libmamba]": 1.4328169365174832, + "tests/cli/test_env.py::test_set_unset_env_vars[classic]": 0.5905069927257846, + "tests/cli/test_env.py::test_set_unset_env_vars[libmamba]": 1.9628038797346887, + "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[classic]": 0.07509952782510562, + "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[libmamba]": 0.06690288423976053, + "tests/cli/test_env.py::test_update[classic]": 143.79468777878918, + "tests/cli/test_env.py::test_update[libmamba]": 2.8932910194426094, + "tests/cli/test_env.py::test_update_env_json_output[classic]": 141.7533217148953, + "tests/cli/test_env.py::test_update_env_json_output[libmamba]": 2.588818671181557, + "tests/cli/test_env.py::test_update_env_no_action_json_output[classic]": 163.38768587014056, + "tests/cli/test_env.py::test_update_env_no_action_json_output[libmamba]": 11.20443028834637, + "tests/cli/test_env.py::test_update_env_only_pip_json_output[classic]": 164.65236937057912, + "tests/cli/test_env.py::test_update_env_only_pip_json_output[libmamba]": 10.837410364548697, + "tests/cli/test_find_commands.py::test_find_commands": 0.010509763864240825, + "tests/cli/test_find_commands.py::test_find_executable": 0.004164303607103088, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--debug]": 0.045161002836755414, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--json]": 0.044921383887329594, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--trace]": 0.044777655539093054, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[-v]": 0.04451452368329717, + "tests/cli/test_main.py::test_main": 0.04341976766916842, + "tests/cli/test_main_clean.py::test_clean_all[False]": 0.5333033897502649, + "tests/cli/test_main_clean.py::test_clean_all[True]": 0.5313187456305142, + "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[False]": 0.27396534656371185, + "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[True]": 0.272054851332562, + "tests/cli/test_main_clean.py::test_clean_and_packages": 0.41975412643642673, + "tests/cli/test_main_clean.py::test_clean_force_pkgs_dirs": 0.24935866645418236, + "tests/cli/test_main_clean.py::test_clean_index_cache": 0.25100088952621874, + "tests/cli/test_main_clean.py::test_clean_logfiles": 0.1807720652281611, + "tests/cli/test_main_clean.py::test_clean_tarballs": 0.18540792852801186, + "tests/cli/test_main_clean.py::test_clean_tempfiles": 0.18425095703325023, + "tests/cli/test_main_clean.py::test_get_size": 0.0028485428170726035, + "tests/cli/test_main_clean.py::test_get_size_None": 0.0021023731011937516, + "tests/cli/test_main_clean.py::test_get_size_list": 0.0020713611575393586, + "tests/cli/test_main_compare.py::test_compare": 0.05845778465094516, + "tests/cli/test_main_config.py::test_config_get_key": 0.01285056185770613, + "tests/cli/test_main_config.py::test_config_get_missing[get]": 0.07977097531539232, + "tests/cli/test_main_config.py::test_config_get_missing[key]": 0.0775781909442793, + "tests/cli/test_main_config.py::test_config_get_missing[unknown]": 0.07710025814615983, + "tests/cli/test_main_config.py::test_config_get_system[get]": 0.07635843916485784, + "tests/cli/test_main_config.py::test_config_get_system[key]": 0.07888741453594059, + "tests/cli/test_main_config.py::test_config_get_system[unknown]": 0.07607752263855319, + "tests/cli/test_main_config.py::test_config_get_user[get]": 0.08243505012892348, + "tests/cli/test_main_config.py::test_config_get_user[key]": 0.07736668887643387, + "tests/cli/test_main_config.py::test_config_get_user[unknown]": 0.07940462292701053, + "tests/cli/test_main_config.py::test_config_read_rc": 0.0037742693946861607, + "tests/cli/test_main_config.py::test_config_remove_item": 0.005373081217223018, + "tests/cli/test_main_config.py::test_config_remove_key": 0.0027621250597654238, + "tests/cli/test_main_config.py::test_config_set_key": 0.00427097419245481, + "tests/cli/test_main_config.py::test_config_set_keys": 0.006753664954553996, + "tests/cli/test_main_config.py::test_config_show_sources_json": 0.06960769875690653, + "tests/cli/test_main_config.py::test_config_write_rc": 0.003354908751043806, + "tests/cli/test_main_export.py::test_execute_export_no_file_specified": 0.0700497188791614, + "tests/cli/test_main_export.py::test_export": 0.07053714864770678, + "tests/cli/test_main_export.py::test_export_add_channels": 0.07041594680998088, + "tests/cli/test_main_export.py::test_export_override_channels": 0.08264942932642155, + "tests/cli/test_main_export.py::test_export_yaml_file_extension": 0.05865505186515364, + "tests/cli/test_main_info.py::test_info": 0.28818317381240743, "tests/cli/test_main_info.py::test_info_all": 0.07222066250000125, - "tests/cli/test_main_info.py::test_info_json": 0.07327216524406684, - "tests/cli/test_main_info.py::test_info_root": 0.13839550089753772, - "tests/cli/test_main_info.py::test_info_unsafe_channels": 0.14065375812500017, - "tests/cli/test_main_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 107.49550605911404, - "tests/cli/test_main_install.py::test_install_freezes_env_by_default": 0.39078341565350466, - "tests/cli/test_main_install.py::test_install_from_extracted_package": 5.508315177006155, - "tests/cli/test_main_install.py::test_install_mkdir": 12.049884199819298, - "tests/cli/test_main_list.py::test_list": 2.0610660929080584, - "tests/cli/test_main_list.py::test_list_explicit": 5.204246180687431, - "tests/cli/test_main_list.py::test_list_json": 0.2732235296475467, - "tests/cli/test_main_list.py::test_list_package": 0.06800197705351764, - "tests/cli/test_main_list.py::test_list_reverse": 5.460590108219647, - "tests/cli/test_main_list.py::test_list_revisions": 0.12386340440023107, - "tests/cli/test_main_list.py::test_list_specific_version": 0.18195202268354607, - "tests/cli/test_main_notices.py::test_cache_names_appear_as_expected": 0.0276640268961262, - "tests/cli/test_main_notices.py::test_main_notices[200]": 0.02946528540539463, - "tests/cli/test_main_notices.py::test_main_notices[404]": 0.028656599260026762, - "tests/cli/test_main_notices.py::test_main_notices_handles_bad_expired_at_field": 0.029484513395955043, - "tests/cli/test_main_notices.py::test_main_notices_help": 0.025260985970516705, - "tests/cli/test_main_notices.py::test_main_notices_json": 0.0401641729729922, - "tests/cli/test_main_notices.py::test_main_notices_reads_from_cache": 0.026917035751014562, - "tests/cli/test_main_notices.py::test_main_notices_reads_from_expired_cache": 0.029986796499717132, - "tests/cli/test_main_notices.py::test_notices_appear_once_when_running_decorated_commands": 3.690033838899095, - "tests/cli/test_main_notices.py::test_notices_cannot_read_cache_files": 0.05864802369415067, - "tests/cli/test_main_notices.py::test_notices_does_not_interrupt_command_on_failure": 0.26102054435581834, - "tests/cli/test_main_notices.py::test_notices_work_with_s3_channel": 0.07068649392845203, - "tests/cli/test_main_remove.py::test_remove_all": 10.009434126258002, - "tests/cli/test_main_remove.py::test_remove_all_keep_env": 7.163456309518801, - "tests/cli/test_main_remove.py::test_remove_globbed_package_names[classic]": 14.971302151732022, - "tests/cli/test_main_remove.py::test_remove_globbed_package_names[libmamba]": 0.565379259767169, - "tests/cli/test_main_rename.py::test_cannot_rename_active_env_by_name": 2.6687254179334303, - "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_name": 0.1185406276369567, - "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_path": 0.1184091346135845, - "tests/cli/test_main_rename.py::test_cannot_rename_nonexistent_env": 0.1177717149558971, - "tests/cli/test_main_rename.py::test_protected_dirs_error_for_rename": 1.28673093870526, - "tests/cli/test_main_rename.py::test_rename_by_name_name_already_exists_error": 1.6711340377287638, - "tests/cli/test_main_rename.py::test_rename_by_name_success": 3.562848561207129, - "tests/cli/test_main_rename.py::test_rename_by_path_path_already_exists_error": 1.3817322629591196, - "tests/cli/test_main_rename.py::test_rename_by_path_success": 3.5462445524626465, - "tests/cli/test_main_rename.py::test_rename_with_dry_run": 1.5453095566693873, - "tests/cli/test_main_rename.py::test_rename_with_force": 7.3294680493106386, - "tests/cli/test_main_rename.py::test_rename_with_force_and_dry_run": 1.781580884307272, - "tests/cli/test_main_rename.py::test_rename_with_force_with_errors": 6.667962413677971, - "tests/cli/test_main_rename.py::test_rename_with_force_with_errors_prefix": 1.95139703701004, - "tests/cli/test_main_rename.py::test_separator_chars_on_win": 0.0004416733236718772, - "tests/cli/test_main_run.py::test_conda_run_nonexistant_prefix": 0.055920166036507485, - "tests/cli/test_main_run.py::test_conda_run_prefix_not_a_conda_env": 0.055924399641602514, - "tests/cli/test_main_run.py::test_multiline_run_command": 1.8023081314155793, - "tests/cli/test_main_run.py::test_run_readonly_env": 3.8507490302295273, - "tests/cli/test_main_run.py::test_run_returns_int": 1.7602567064046402, - "tests/cli/test_main_run.py::test_run_returns_nonzero_errorlevel": 3.2815256037541554, - "tests/cli/test_main_run.py::test_run_returns_zero_errorlevel": 1.9056034655074447, - "tests/cli/test_main_run.py::test_run_uncaptured": 3.350585063340483, - "tests/cli/test_main_search.py::test_anaconda_token_with_private_package": 19.991883159409255, - "tests/cli/test_main_search.py::test_bad_anaconda_token": 0.835504740784614, - "tests/cli/test_main_search.py::test_current_platform_package_missing": 0.09131123543236773, - "tests/cli/test_main_search.py::test_different_platform_package_found": 0.0967662194033714, - "tests/cli/test_main_search.py::test_mocked_platform_package_found": 0.1088625738651007, - "tests/cli/test_main_search.py::test_rpy_search[linux-32]": 6.072765280885416, - "tests/cli/test_main_search.py::test_rpy_search[linux-64]": 12.40160142345861, - "tests/cli/test_main_search.py::test_rpy_search[osx-64]": 11.075442929956663, - "tests/cli/test_main_search.py::test_rpy_search[win-32]": 7.360929903980495, - "tests/cli/test_main_search.py::test_rpy_search[win-64]": 8.531306436000467, - "tests/cli/test_main_search.py::test_search_0": 3.756591823256067, - "tests/cli/test_main_search.py::test_search_1": 0.48455881688047864, - "tests/cli/test_main_search.py::test_search_2[exact]": 0.0791240390376358, - "tests/cli/test_main_search.py::test_search_2[wildcard]": 4.192910951804792, - "tests/cli/test_main_search.py::test_search_3": 0.09372755183863192, - "tests/cli/test_main_search.py::test_search_4": 0.22854596685135295, - "tests/cli/test_main_search.py::test_search_5": 0.8489724362417643, - "tests/cli/test_main_search.py::test_search_envs": 0.0709141525685064, - "tests/cli/test_main_search.py::test_search_envs_info": 0.07049193516041946, - "tests/cli/test_main_search.py::test_search_envs_json": 0.07156641700245944, - "tests/cli/test_main_search.py::test_search_inflexible": 0.05670890804687191, - "tests/cli/test_main_search.py::test_unknown_platform_package_missing": 0.0991012927878528, - "tests/cli/test_subcommands.py::test_clean[classic]": 1.0064352030309027, - "tests/cli/test_subcommands.py::test_clean[libmamba]": 1.5514328097677013, - "tests/cli/test_subcommands.py::test_compare[classic]": 0.16573065462369663, - "tests/cli/test_subcommands.py::test_compare[libmamba]": 4.6564735402737085, - "tests/cli/test_subcommands.py::test_config[classic]": 0.07941110508765852, - "tests/cli/test_subcommands.py::test_config[libmamba]": 0.07920023540189286, - "tests/cli/test_subcommands.py::test_create[classic]": 0.10175303006352494, - "tests/cli/test_subcommands.py::test_create[libmamba]": 5.030381404079042, - "tests/cli/test_subcommands.py::test_doctor[classic]": 2.0554292554530162, - "tests/cli/test_subcommands.py::test_doctor[libmamba]": 2.1508970070765674, - "tests/cli/test_subcommands.py::test_env_config_vars[classic]": 0.32146129581243044, - "tests/cli/test_subcommands.py::test_env_config_vars[libmamba]": 3.0106399478518537, - "tests/cli/test_subcommands.py::test_env_create[classic]": 1.0859953990357014, - "tests/cli/test_subcommands.py::test_env_create[libmamba]": 2.722756584561122, - "tests/cli/test_subcommands.py::test_env_export[classic]": 0.37904495888390505, - "tests/cli/test_subcommands.py::test_env_export[libmamba]": 0.4431925628207869, - "tests/cli/test_subcommands.py::test_env_list[classic]": 0.161973065448405, - "tests/cli/test_subcommands.py::test_env_list[libmamba]": 0.15775538661662047, - "tests/cli/test_subcommands.py::test_env_remove[classic]": 0.2532295772787944, - "tests/cli/test_subcommands.py::test_env_remove[libmamba]": 2.9691308522248496, - "tests/cli/test_subcommands.py::test_env_update[classic]": 0.8722195930192476, - "tests/cli/test_subcommands.py::test_env_update[libmamba]": 5.29462031224754, - "tests/cli/test_subcommands.py::test_info[classic]": 0.08062047895026482, - "tests/cli/test_subcommands.py::test_info[libmamba]": 0.08364554261654565, - "tests/cli/test_subcommands.py::test_info_json[classic]": 0.15522344369906713, - "tests/cli/test_subcommands.py::test_info_json[libmamba]": 0.15721162445731487, - "tests/cli/test_subcommands.py::test_init[classic]": 0.0929081908368985, - "tests/cli/test_subcommands.py::test_init[libmamba]": 0.09217240130525504, - "tests/cli/test_subcommands.py::test_install[classic]": 1.86952083495678, - "tests/cli/test_subcommands.py::test_install[libmamba]": 5.834876530299046, - "tests/cli/test_subcommands.py::test_list[classic]": 1.245654714652464, - "tests/cli/test_subcommands.py::test_list[libmamba]": 1.8414290703716913, - "tests/cli/test_subcommands.py::test_notices[classic]": 0.15657106832425008, - "tests/cli/test_subcommands.py::test_notices[libmamba]": 0.15210485773647295, - "tests/cli/test_subcommands.py::test_package[classic]": 0.16674551348169062, - "tests/cli/test_subcommands.py::test_package[libmamba]": 1.2418447310107263, - "tests/cli/test_subcommands.py::test_remove[classic-remove]": 0.2207646386646477, - "tests/cli/test_subcommands.py::test_remove[classic-uninstall]": 0.21977910005925178, - "tests/cli/test_subcommands.py::test_remove[libmamba-remove]": 3.2590419560363983, - "tests/cli/test_subcommands.py::test_remove[libmamba-uninstall]": 1.3318156012635507, - "tests/cli/test_subcommands.py::test_remove_all_json[classic-remove]": 0.9535751985837144, - "tests/cli/test_subcommands.py::test_remove_all_json[classic-uninstall]": 0.36385358921281985, - "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-remove]": 1.8573582114335438, - "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-uninstall]": 3.323911791859247, - "tests/cli/test_subcommands.py::test_rename[classic]": 0.22623174186658013, - "tests/cli/test_subcommands.py::test_rename[libmamba]": 3.7921846917762925, - "tests/cli/test_subcommands.py::test_run[classic]": 30.95329293916342, - "tests/cli/test_subcommands.py::test_run[libmamba]": 1.8313206166888663, - "tests/cli/test_subcommands.py::test_search[classic]": 3.3729125946286884, - "tests/cli/test_subcommands.py::test_search[libmamba]": 9.375736415471987, - "tests/cli/test_subcommands.py::test_update[classic-update]": 3.1644448458836365, - "tests/cli/test_subcommands.py::test_update[classic-upgrade]": 0.5407251793076511, - "tests/cli/test_subcommands.py::test_update[libmamba-update]": 6.742640333580182, - "tests/cli/test_subcommands.py::test_update[libmamba-upgrade]": 3.680895222876826, - "tests/common/os/test_windows.py::test_is_admin_on_windows": 0.0016117883386288676, - "tests/common/pkg_formats/test_python.py::test_basepydist_load_requires_provides_file": 0.001975554848088928, - "tests/common/pkg_formats/test_python.py::test_basepydist_parse_entries_file_data": 0.0020246222880440632, - "tests/common/pkg_formats/test_python.py::test_basepydist_parse_requires_file_data": 0.001777997633341429, - "tests/common/pkg_formats/test_python.py::test_dist_get_paths": 0.002007887080213646, - "tests/common/pkg_formats/test_python.py::test_dist_get_paths_no_paths": 0.0017894651359124548, - "tests/common/pkg_formats/test_python.py::test_evaluate_marker": 0.0021860610041257787, - "tests/common/pkg_formats/test_python.py::test_get_default_marker_context": 0.0017321547498829715, - "tests/common/pkg_formats/test_python.py::test_get_dist_file_from_egg_link": 0.0024978313659296536, - "tests/common/pkg_formats/test_python.py::test_get_dist_requirements": 0.0020990865485437083, - "tests/common/pkg_formats/test_python.py::test_get_entry_points": 0.002271526811599861, - "tests/common/pkg_formats/test_python.py::test_get_extra_provides": 0.002045393019734704, - "tests/common/pkg_formats/test_python.py::test_get_python_distribution_info": 0.00036228273256129153, - "tests/common/pkg_formats/test_python.py::test_get_site_packages_anchor_files": 0.0023631839136918145, - "tests/common/pkg_formats/test_python.py::test_metadata": 0.0034144008111462085, - "tests/common/pkg_formats/test_python.py::test_metadata_keys": 0.0015843875554987885, - "tests/common/pkg_formats/test_python.py::test_metadata_process_path": 0.00194690647914756, - "tests/common/pkg_formats/test_python.py::test_metadata_read_metadata": 0.002237952990845792, - "tests/common/pkg_formats/test_python.py::test_norm_package_name": 0.0018038191825327902, - "tests/common/pkg_formats/test_python.py::test_norm_package_version": 0.0018765429551701042, - "tests/common/pkg_formats/test_python.py::test_parse_specification": 0.003417312600484491, - "tests/common/pkg_formats/test_python.py::test_pydist_check_files": 0.002142779328205855, - "tests/common/pkg_formats/test_python.py::test_pypi_name_to_conda_name": 0.001677250367256058, - "tests/common/pkg_formats/test_python.py::test_python_dist_egg_fpath": 0.0018678149057054783, - "tests/common/pkg_formats/test_python.py::test_python_dist_egg_path": 0.001926040975253892, - "tests/common/pkg_formats/test_python.py::test_python_dist_info": 0.002174406875247753, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies": 0.0026476106967602666, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_2": 0.0019455310908209655, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_3": 0.001905393840876256, - "tests/common/pkg_formats/test_python.py::test_split_spec": 0.0018143757714093234, - "tests/common/test_compat.py::test_deprecations[FILESYSTEM_ENCODING-TypeError]": 0.001966282396966101, - "tests/common/test_compat.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.0018077161893935677, - "tests/common/test_compat.py::test_deprecations[ensure_unicode-TypeError]": 0.0018004787363741941, - "tests/common/test_compat.py::test_deprecations[open-TypeError]": 0.0019334020722398453, - "tests/common/test_compat.py::test_deprecations[six_with_metaclass-TypeError]": 0.0018840952303440354, - "tests/common/test_configuration.py::test_commented_map_parameter": 0.002765449625935452, - "tests/common/test_configuration.py::test_config_resets": 0.0024528476481104817, - "tests/common/test_configuration.py::test_cross_parameter_validation": 0.0016264317040059438, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$$/suffix]": 0.0017178838178597859, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$/suffix]": 0.0016854430470556782, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$1/suffix]": 0.0016976305887117708, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$MISSING/suffix]": 0.0018076609959283433, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$VARIABLE/suffix]": 0.0018746785876768395, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${1}/suffix]": 0.0017082747404796983, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${MISSING}/suffix]": 0.0017280547244272603, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${VARIABLE}/suffix]": 0.0017178395981131403, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${}/suffix]": 0.0016978559228510738, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%%/suffix]": 0.0017075386612184136, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%/suffix]": 0.0016857860938585046, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1%/suffix]": 0.0016922032111317015, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1/suffix]": 0.0016663596530548967, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%MISSING%/suffix]": 0.0017008822029644273, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%VARIABLE%/suffix]": 0.00036015339785540687, - "tests/common/test_configuration.py::test_default_values": 0.001848590512759651, - "tests/common/test_configuration.py::test_empty_map_parameter": 0.004372621085367832, - "tests/common/test_configuration.py::test_env_var_config": 0.002135367025646827, - "tests/common/test_configuration.py::test_env_var_config_alias": 0.0020941891775248527, - "tests/common/test_configuration.py::test_env_var_config_empty_sequence": 0.0020739060821319713, - "tests/common/test_configuration.py::test_env_var_config_no_split_sequence": 0.0020920356923948722, - "tests/common/test_configuration.py::test_env_var_config_split_sequence": 0.0021428206936745116, - "tests/common/test_configuration.py::test_expand_search_path": 0.0025586713068627793, - "tests/common/test_configuration.py::test_expanded_variables": 0.0055095053922897385, - "tests/common/test_configuration.py::test_important_primitive_map_merges": 0.062072690256318896, - "tests/common/test_configuration.py::test_invalid_map_parameter": 0.0016965647520063285, - "tests/common/test_configuration.py::test_invalid_seq_parameter": 0.0017124544948258118, - "tests/common/test_configuration.py::test_list_merges": 0.05371244838353102, - "tests/common/test_configuration.py::test_load_raw_configs": 0.05688549943601583, - "tests/common/test_configuration.py::test_map_parameter_must_be_map": 0.0024378340139771574, - "tests/common/test_configuration.py::test_nested": 0.011271618248602672, - "tests/common/test_configuration.py::test_object": 0.008654565254609206, - "tests/common/test_configuration.py::test_object_defaults_completely_empty": 0.0025544313777640724, - "tests/common/test_configuration.py::test_object_defaults_partially_empty": 0.0037080037500118123, - "tests/common/test_configuration.py::test_parameter": 0.0016546264715196952, - "tests/common/test_configuration.py::test_parameter_flag": 0.0015848978157629557, - "tests/common/test_configuration.py::test_pretty_list": 0.0018353902389348707, - "tests/common/test_configuration.py::test_raise_errors": 0.00163203318704932, - "tests/common/test_configuration.py::test_simple_merges_and_caching": 0.013756859134100857, - "tests/common/test_configuration.py::test_unique_sequence_map_error_with_duplicates": 0.0032614545737352173, - "tests/common/test_configuration.py::test_unique_sequence_map_error_with_unique_key": 0.003049161106632685, - "tests/common/test_configuration.py::test_validate_all": 0.0093594566500869, - "tests/common/test_configuration.py::test_validation": 0.009498790451010675, - "tests/common/test_io.py::test_attach_stderr_handler": 0.002175377686463003, - "tests/common/test_io.py::test_captured": 0.0018487998620707656, - "tests/common/test_path.py::test_get_major_minor_version_no_dot": 0.0016854799646288893, - "tests/common/test_path.py::test_missing_pyc_files_27": 0.001623092519157125, - "tests/common/test_path.py::test_missing_pyc_files_34": 0.0016719380426690827, - "tests/common/test_path.py::test_missing_pyc_files_35": 0.001658864837291466, - "tests/common/test_path.py::test_path_identity": 0.00245466400423036, - "tests/common/test_path.py::test_url_to_path_unix": 0.003534088007627596, - "tests/common/test_path.py::test_url_to_path_windows_local": 0.002075686101505937, - "tests/common/test_path.py::test_url_to_path_windows_unc": 0.0016672242173576793, - "tests/common/test_path.py::test_win_path_backout": 0.00159369838773248, - "tests/common/test_url.py::test_add_username_and_pass_to_url": 0.001675326907268701, - "tests/common/test_url.py::test_is_ip_address": 0.0015898042623246208, - "tests/common/test_url.py::test_is_ipv6_address": 0.0015843990499813327, - "tests/common/test_url.py::test_is_url": 0.0017928621841953212, - "tests/common/test_url.py::test_maybe_add_auth": 0.0017533116051628237, - "tests/common/test_url.py::test_split_scheme_auth_token": 0.0016380140134120964, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj0-http://conda.io/path/to/somewhere]": 0.0017708936366530577, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj1-https://user:pass@conda.io/path/to/somewhere]": 0.0017571177125251204, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj2-file:///opt/happy/path]": 0.0017608892381539868, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj3-file:///path/to/something.txt]": 0.0017938709104713122, - "tests/common/test_url.py::test_url_to_s3_info": 0.001629643502810243, - "tests/common/test_url.py::test_urlparse[192.168.1.1:8080/path/to/resource-exp_url_obj0]": 0.0017987618553456871, - "tests/common/test_url.py::test_urlparse[file:///opt/happy/path-exp_url_obj2]": 0.0018080825443492021, - "tests/common/test_url.py::test_urlparse[https://conda.io/happy/path-exp_url_obj1]": 0.0017978972305590366, - "tests/common/test_url.py::test_urlparse[https://u:p@conda.io/t/x1029384756/more/path-exp_url_obj3]": 0.0018225419627723167, - "tests/common/test_yaml.py::test_dump": 0.004405040953333677, - "tests/common/test_yaml.py::test_map": 0.0021205061747098975, - "tests/common/test_yaml.py::test_seq_simple": 0.002149830031618891, - "tests/common/test_yaml.py::test_yaml_complex": 0.007610684750935902, - "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_none_values_error": 0.010972584299099163, - "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_permission_error": 0.0076043767522088745, - "tests/core/test_envs_manager.py::test_prefix_cli_flag": 0.003933140922178454, - "tests/core/test_envs_manager.py::test_register_env_directory_creation_error": 0.009234403215323143, - "tests/core/test_envs_manager.py::test_register_unregister_location_env": 0.005497910272374834, - "tests/core/test_envs_manager.py::test_rewrite_environments_txt_file": 0.0032705837326439014, - "tests/core/test_index.py::test_basic_get_reduced_index": 2.2460979371673004, - "tests/core/test_index.py::test_check_allowlist": 0.005239509200042933, - "tests/core/test_index.py::test_get_index_linux64_platform": 1.4364614624123, - "tests/core/test_index.py::test_get_index_osx64_platform": 7.999146169455373, - "tests/core/test_index.py::test_get_index_win64_platform": 7.6419849752441324, - "tests/core/test_index.py::test_supplement_index_with_system": 0.004043658412174736, - "tests/core/test_index.py::test_supplement_index_with_system_archspec": 0.00389968227912841, - "tests/core/test_index.py::test_supplement_index_with_system_cuda": 0.004008759985908913, - "tests/core/test_index.py::test_supplement_index_with_system_glibc": 0.003770767726791979, - "tests/core/test_index.py::test_supplement_index_with_system_linux[1.2.3.4-1.2.3.4]": 0.0046349340810346255, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2-4.2]": 0.003974750006914099, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.0-42-generic-4.2.0]": 0.003957297531626698, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.1-4.2.1]": 0.003926891881342757, - "tests/core/test_index.py::test_supplement_index_with_system_linux[5.4.89+-5.4.89]": 0.003965840031317862, - "tests/core/test_index.py::test_supplement_index_with_system_linux[5.5-rc1-5.5]": 0.0039523526886428495, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a-9.1]": 0.003952247277729064, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a.2-9.1]": 0.00393451110205109, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.a.1-0]": 0.0039453651201904515, - "tests/core/test_index.py::test_supplement_index_with_system_osx": 0.00034908844982217967, - "tests/core/test_initialize.py::test__get_python_info": 0.016730700816437686, - "tests/core/test_initialize.py::test_get_python_info": 0.022301196870207294, - "tests/core/test_initialize.py::test_init_all": 0.4156033720309146, - "tests/core/test_initialize.py::test_init_cmd_exe_registry": 0.00039646292652916604, - "tests/core/test_initialize.py::test_init_enable_long_path": 0.0003680484771367191, - "tests/core/test_initialize.py::test_init_sh_system": 0.060287853254257145, - "tests/core/test_initialize.py::test_init_sh_user_tcsh_unix": 0.06522893501529083, - "tests/core/test_initialize.py::test_init_sh_user_unix": 0.06944929954709712, - "tests/core/test_initialize.py::test_init_sh_user_windows": 0.00038095830050962747, - "tests/core/test_initialize.py::test_initialize_dev_bash": 0.11753671698237378, - "tests/core/test_initialize.py::test_initialize_dev_cmd_exe": 0.12008569032162239, - "tests/core/test_initialize.py::test_install_1": 0.0732708852337214, - "tests/core/test_initialize.py::test_install_conda_csh": 0.0651678149569635, - "tests/core/test_initialize.py::test_install_conda_fish": 0.06209746027551569, - "tests/core/test_initialize.py::test_install_conda_sh": 0.06594201938986627, - "tests/core/test_initialize.py::test_install_conda_xsh": 0.0622956912812123, - "tests/core/test_initialize.py::test_install_condabin_conda_bat": 0.06910457389527959, - "tests/core/test_initialize.py::test_make_entry_point": 0.0587437518336217, - "tests/core/test_initialize.py::test_make_entry_point_exe": 0.06131463803558755, - "tests/core/test_initialize.py::test_make_initialize_plan_bash_zsh": 0.08101673754137724, - "tests/core/test_initialize.py::test_make_initialize_plan_cmd_exe": 0.06934816790371788, - "tests/core/test_initialize.py::test_make_install_plan": 0.004457405995090194, - "tests/core/test_package_cache_data.py::test_ProgressiveFetchExtract_prefers_conda_v2_format": 0.023705923832219995, + "tests/cli/test_main_info.py::test_info_json": 0.0735316832760888, + "tests/cli/test_main_info.py::test_info_root": 0.13805188308106853, + "tests/cli/test_main_info.py::test_info_unsafe_channels": 0.14383740512247778, + "tests/cli/test_main_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 97.62178332304718, + "tests/cli/test_main_install.py::test_install_freezes_env_by_default": 0.3975047137974359, + "tests/cli/test_main_install.py::test_install_from_extracted_package": 5.39611464432521, + "tests/cli/test_main_install.py::test_install_mkdir": 12.348330527216543, + "tests/cli/test_main_list.py::test_explicit[--md5]": 2.1499828262999983, + "tests/cli/test_main_list.py::test_explicit[--quiet]": 1.8014466710999841, + "tests/cli/test_main_list.py::test_explicit[--sha256]": 2.025565098600026, + "tests/cli/test_main_list.py::test_export": 0.680045662100008, + "tests/cli/test_main_list.py::test_list": 2.02281235020858, + "tests/cli/test_main_list.py::test_list_explicit": 4.856532316533596, + "tests/cli/test_main_list.py::test_list_json": 0.24882126975262248, + "tests/cli/test_main_list.py::test_list_package": 0.06697959790750338, + "tests/cli/test_main_list.py::test_list_reverse": 5.194982444223945, + "tests/cli/test_main_list.py::test_list_revisions": 0.12382628758395217, + "tests/cli/test_main_list.py::test_list_specific_version": 0.18259772030070376, + "tests/cli/test_main_notices.py::test_cache_names_appear_as_expected": 0.027815843483367884, + "tests/cli/test_main_notices.py::test_main_notices[200]": 0.02937526528507453, + "tests/cli/test_main_notices.py::test_main_notices[404]": 0.028581074409782137, + "tests/cli/test_main_notices.py::test_main_notices_handles_bad_expired_at_field": 0.029551241565820546, + "tests/cli/test_main_notices.py::test_main_notices_help": 0.02512500391723515, + "tests/cli/test_main_notices.py::test_main_notices_json": 0.03969942942929773, + "tests/cli/test_main_notices.py::test_main_notices_reads_from_cache": 0.026915044822312918, + "tests/cli/test_main_notices.py::test_main_notices_reads_from_expired_cache": 0.029851572561901945, + "tests/cli/test_main_notices.py::test_notices_appear_once_when_running_decorated_commands": 3.5192456423658793, + "tests/cli/test_main_notices.py::test_notices_cannot_read_cache_files": 0.05842024674886368, + "tests/cli/test_main_notices.py::test_notices_does_not_interrupt_command_on_failure": 0.1702174932342778, + "tests/cli/test_main_notices.py::test_notices_work_with_s3_channel": 0.07300137765571355, + "tests/cli/test_main_remove.py::test_remove_all": 9.972108416277768, + "tests/cli/test_main_remove.py::test_remove_all_keep_env": 7.127168292396114, + "tests/cli/test_main_remove.py::test_remove_globbed_package_names[classic]": 14.913488533661923, + "tests/cli/test_main_remove.py::test_remove_globbed_package_names[libmamba]": 0.5668167727526856, + "tests/cli/test_main_rename.py::test_cannot_rename_active_env_by_name": 2.4188508085067344, + "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_name": 0.11856982712567463, + "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_path": 0.11834492724594568, + "tests/cli/test_main_rename.py::test_cannot_rename_nonexistent_env": 0.11963226735271597, + "tests/cli/test_main_rename.py::test_protected_dirs_error_for_rename": 1.4087869018809411, + "tests/cli/test_main_rename.py::test_rename_by_name_name_already_exists_error": 1.632857594636759, + "tests/cli/test_main_rename.py::test_rename_by_name_success": 3.2945894664646254, + "tests/cli/test_main_rename.py::test_rename_by_path_path_already_exists_error": 1.4864484961172748, + "tests/cli/test_main_rename.py::test_rename_by_path_success": 3.3772236184176787, + "tests/cli/test_main_rename.py::test_rename_with_dry_run": 1.442078744446823, + "tests/cli/test_main_rename.py::test_rename_with_force": 6.552878072937704, + "tests/cli/test_main_rename.py::test_rename_with_force_and_dry_run": 1.7409536121397782, + "tests/cli/test_main_rename.py::test_rename_with_force_with_errors": 5.978006893735323, + "tests/cli/test_main_rename.py::test_rename_with_force_with_errors_prefix": 1.672793636265991, + "tests/cli/test_main_rename.py::test_separator_chars_on_win": 0.000444170572175459, + "tests/cli/test_main_run.py::test_conda_run_nonexistant_prefix": 0.0608617973661294, + "tests/cli/test_main_run.py::test_conda_run_prefix_not_a_conda_env": 0.05759645109315187, + "tests/cli/test_main_run.py::test_multiline_run_command": 1.6769622542439493, + "tests/cli/test_main_run.py::test_run_readonly_env": 3.3485606888015407, + "tests/cli/test_main_run.py::test_run_returns_int": 1.5360629928962004, + "tests/cli/test_main_run.py::test_run_returns_nonzero_errorlevel": 3.1637372946479565, + "tests/cli/test_main_run.py::test_run_returns_zero_errorlevel": 1.96483370065294, + "tests/cli/test_main_run.py::test_run_uncaptured": 3.0213522966022115, + "tests/cli/test_main_search.py::test_anaconda_token_with_private_package": 19.15424776033132, + "tests/cli/test_main_search.py::test_bad_anaconda_token": 0.7461285262187891, + "tests/cli/test_main_search.py::test_current_platform_package_missing": 0.09620041178250983, + "tests/cli/test_main_search.py::test_different_platform_package_found": 0.10392044279575689, + "tests/cli/test_main_search.py::test_mocked_platform_package_found": 0.10717419732371401, + "tests/cli/test_main_search.py::test_rpy_search[linux-32]": 7.2638973039953925, + "tests/cli/test_main_search.py::test_rpy_search[linux-64]": 12.383944245347886, + "tests/cli/test_main_search.py::test_rpy_search[osx-64]": 10.337070509960295, + "tests/cli/test_main_search.py::test_rpy_search[win-32]": 7.351366732568142, + "tests/cli/test_main_search.py::test_rpy_search[win-64]": 8.428440985186683, + "tests/cli/test_main_search.py::test_search_0": 3.777897347575496, + "tests/cli/test_main_search.py::test_search_1": 0.5338441963438291, + "tests/cli/test_main_search.py::test_search_2[exact]": 0.1607257954169096, + "tests/cli/test_main_search.py::test_search_2[wildcard]": 4.249685536818126, + "tests/cli/test_main_search.py::test_search_3": 0.06940990412744458, + "tests/cli/test_main_search.py::test_search_4": 0.23201090088684662, + "tests/cli/test_main_search.py::test_search_5": 0.8964882428209311, + "tests/cli/test_main_search.py::test_search_envs": 0.06998495446577033, + "tests/cli/test_main_search.py::test_search_envs_info": 0.07004278825210404, + "tests/cli/test_main_search.py::test_search_envs_json": 0.07554897009725965, + "tests/cli/test_main_search.py::test_search_inflexible": 0.05700925375670046, + "tests/cli/test_main_search.py::test_unknown_platform_package_missing": 0.09629098037274209, + "tests/cli/test_subcommands.py::test_clean[classic]": 1.013906917561212, + "tests/cli/test_subcommands.py::test_clean[libmamba]": 1.462035552408806, + "tests/cli/test_subcommands.py::test_compare[classic]": 0.16821246656946065, + "tests/cli/test_subcommands.py::test_compare[libmamba]": 3.563061734316303, + "tests/cli/test_subcommands.py::test_config[classic]": 0.0792262194268565, + "tests/cli/test_subcommands.py::test_config[libmamba]": 0.07923885502360373, + "tests/cli/test_subcommands.py::test_create[classic]": 0.10151714069841483, + "tests/cli/test_subcommands.py::test_create[libmamba]": 5.145122236144544, + "tests/cli/test_subcommands.py::test_doctor[classic]": 2.0650787487792344, + "tests/cli/test_subcommands.py::test_doctor[libmamba]": 2.1250567156762568, + "tests/cli/test_subcommands.py::test_env_config_vars[classic]": 0.336140684469438, + "tests/cli/test_subcommands.py::test_env_config_vars[libmamba]": 2.6104446936276884, + "tests/cli/test_subcommands.py::test_env_create[classic]": 1.0674379326214132, + "tests/cli/test_subcommands.py::test_env_create[libmamba]": 2.5664346733196326, + "tests/cli/test_subcommands.py::test_env_export[classic]": 0.3773633560310128, + "tests/cli/test_subcommands.py::test_env_export[libmamba]": 0.4353783308829437, + "tests/cli/test_subcommands.py::test_env_list[classic]": 0.1608366729456389, + "tests/cli/test_subcommands.py::test_env_list[libmamba]": 0.1572563913487477, + "tests/cli/test_subcommands.py::test_env_remove[classic]": 0.27054380193007793, + "tests/cli/test_subcommands.py::test_env_remove[libmamba]": 2.650757676429424, + "tests/cli/test_subcommands.py::test_env_update[classic]": 0.7949188098317352, + "tests/cli/test_subcommands.py::test_env_update[libmamba]": 4.784504247299928, + "tests/cli/test_subcommands.py::test_info[classic]": 0.08086134806498416, + "tests/cli/test_subcommands.py::test_info[libmamba]": 0.10184885598550714, + "tests/cli/test_subcommands.py::test_info_json[classic]": 0.15612342881105973, + "tests/cli/test_subcommands.py::test_info_json[libmamba]": 0.15668049205796553, + "tests/cli/test_subcommands.py::test_init[classic]": 0.09259410887642712, + "tests/cli/test_subcommands.py::test_init[libmamba]": 0.09208557446445732, + "tests/cli/test_subcommands.py::test_install[classic]": 2.006621271272962, + "tests/cli/test_subcommands.py::test_install[libmamba]": 6.3764658817508, + "tests/cli/test_subcommands.py::test_list[classic]": 1.1672195719124574, + "tests/cli/test_subcommands.py::test_list[libmamba]": 1.7009663932207097, + "tests/cli/test_subcommands.py::test_notices[classic]": 0.15356242146180107, + "tests/cli/test_subcommands.py::test_notices[libmamba]": 0.15334096407780762, + "tests/cli/test_subcommands.py::test_package[classic]": 0.16938487662584187, + "tests/cli/test_subcommands.py::test_package[libmamba]": 1.3546236011085955, + "tests/cli/test_subcommands.py::test_remove[classic-remove]": 0.22048322017094618, + "tests/cli/test_subcommands.py::test_remove[classic-uninstall]": 0.2195810108784467, + "tests/cli/test_subcommands.py::test_remove[libmamba-remove]": 3.009872351954934, + "tests/cli/test_subcommands.py::test_remove[libmamba-uninstall]": 1.2237187808914045, + "tests/cli/test_subcommands.py::test_remove_all_json[classic-remove]": 0.8592915775099866, + "tests/cli/test_subcommands.py::test_remove_all_json[classic-uninstall]": 0.3969722016946758, + "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-remove]": 1.790122991892714, + "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-uninstall]": 2.8710891494724424, + "tests/cli/test_subcommands.py::test_rename[classic]": 0.22455074149116142, + "tests/cli/test_subcommands.py::test_rename[libmamba]": 3.24668619295528, + "tests/cli/test_subcommands.py::test_run[classic]": 32.4058901616859, + "tests/cli/test_subcommands.py::test_run[libmamba]": 1.8261332718781138, + "tests/cli/test_subcommands.py::test_search[classic]": 2.94734638061452, + "tests/cli/test_subcommands.py::test_search[libmamba]": 10.792913413653068, + "tests/cli/test_subcommands.py::test_update[classic-update]": 2.79882441806951, + "tests/cli/test_subcommands.py::test_update[classic-upgrade]": 0.5024794900477836, + "tests/cli/test_subcommands.py::test_update[libmamba-update]": 6.213015237704356, + "tests/cli/test_subcommands.py::test_update[libmamba-upgrade]": 3.3451344078175937, + "tests/common/os/test_windows.py::test_is_admin_on_windows": 0.0016193643947754108, + "tests/common/pkg_formats/test_python.py::test_basepydist_load_requires_provides_file": 0.001970539284919845, + "tests/common/pkg_formats/test_python.py::test_basepydist_parse_entries_file_data": 0.0020376775534207215, + "tests/common/pkg_formats/test_python.py::test_basepydist_parse_requires_file_data": 0.001795297015795394, + "tests/common/pkg_formats/test_python.py::test_dist_get_paths": 0.002004940052606248, + "tests/common/pkg_formats/test_python.py::test_dist_get_paths_no_paths": 0.001790326199168712, + "tests/common/pkg_formats/test_python.py::test_evaluate_marker": 0.002156551908744047, + "tests/common/pkg_formats/test_python.py::test_get_default_marker_context": 0.0017349685938011178, + "tests/common/pkg_formats/test_python.py::test_get_dist_file_from_egg_link": 0.002508168572386833, + "tests/common/pkg_formats/test_python.py::test_get_dist_requirements": 0.0021025936788916307, + "tests/common/pkg_formats/test_python.py::test_get_entry_points": 0.0022890061483199237, + "tests/common/pkg_formats/test_python.py::test_get_extra_provides": 0.002067850284698314, + "tests/common/pkg_formats/test_python.py::test_get_python_distribution_info": 0.0003638471651050457, + "tests/common/pkg_formats/test_python.py::test_get_site_packages_anchor_files": 0.0023785856725866256, + "tests/common/pkg_formats/test_python.py::test_metadata": 0.00344306500463331, + "tests/common/pkg_formats/test_python.py::test_metadata[path0-False-False-False-False]": 0.002249346600012814, + "tests/common/pkg_formats/test_python.py::test_metadata[path1-True-False-False-False]": 0.002262138000003233, + "tests/common/pkg_formats/test_python.py::test_metadata[path2-True-True-True-False]": 0.0023828750000234322, + "tests/common/pkg_formats/test_python.py::test_metadata[path3-True-True-True-True]": 0.002290486599986252, + "tests/common/pkg_formats/test_python.py::test_metadata_keys": 0.0015888932806013346, + "tests/common/pkg_formats/test_python.py::test_metadata_none": 0.0016185622000307377, + "tests/common/pkg_formats/test_python.py::test_metadata_process_path": 0.0019509196822647807, + "tests/common/pkg_formats/test_python.py::test_metadata_read_metadata": 0.0022549848656685818, + "tests/common/pkg_formats/test_python.py::test_norm_package_name": 0.0018101159513295418, + "tests/common/pkg_formats/test_python.py::test_norm_package_version": 0.0018778488302896798, + "tests/common/pkg_formats/test_python.py::test_parse_specification": 0.003466371438831492, + "tests/common/pkg_formats/test_python.py::test_pydist_check_files": 0.002158806743032376, + "tests/common/pkg_formats/test_python.py::test_pypi_name_to_conda_name": 0.0016819355781274676, + "tests/common/pkg_formats/test_python.py::test_python_dist_egg_fpath": 0.0018746548740730543, + "tests/common/pkg_formats/test_python.py::test_python_dist_egg_path": 0.0019340307823746614, + "tests/common/pkg_formats/test_python.py::test_python_dist_info": 0.002222353843957504, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies": 0.002667822702585184, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_2": 0.0019172480670632383, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_3": 0.001917527176956974, + "tests/common/pkg_formats/test_python.py::test_split_spec": 0.001818314479043285, + "tests/common/test_compat.py::test_deprecations[FILESYSTEM_ENCODING-TypeError]": 0.0019836180610250556, + "tests/common/test_compat.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.0018105720337727195, + "tests/common/test_compat.py::test_deprecations[ensure_unicode-TypeError]": 0.0017960865960081167, + "tests/common/test_compat.py::test_deprecations[open-TypeError]": 0.0019406668930761499, + "tests/common/test_compat.py::test_deprecations[six_with_metaclass-TypeError]": 0.0018470375737314772, + "tests/common/test_configuration.py::test_commented_map_parameter": 0.002765205245884331, + "tests/common/test_configuration.py::test_config_resets": 0.0024504249900042475, + "tests/common/test_configuration.py::test_cross_parameter_validation": 0.0016278301000799457, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$$/suffix]": 0.0017077803521138826, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$/suffix]": 0.0017073618398185419, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$1/suffix]": 0.0016886187991478287, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$MISSING/suffix]": 0.001796376161288076, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$VARIABLE/suffix]": 0.0018990379746043938, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${1}/suffix]": 0.001699177721358876, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${MISSING}/suffix]": 0.0017353367709795904, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${VARIABLE}/suffix]": 0.0017173366182657625, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${}/suffix]": 0.0016941000384250518, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%%/suffix]": 0.0017056599412456181, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%/suffix]": 0.0016858383639792142, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1%/suffix]": 0.0016849650147668256, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1/suffix]": 0.0016654530064678578, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%MISSING%/suffix]": 0.0017023343277812256, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%VARIABLE%/suffix]": 0.00035966156729145095, + "tests/common/test_configuration.py::test_default_values": 0.001856529683147468, + "tests/common/test_configuration.py::test_empty_map_parameter": 0.004383572862258979, + "tests/common/test_configuration.py::test_env_var_config": 0.0021412529090131453, + "tests/common/test_configuration.py::test_env_var_config_alias": 0.002121062011549953, + "tests/common/test_configuration.py::test_env_var_config_empty_sequence": 0.0020805435266243026, + "tests/common/test_configuration.py::test_env_var_config_no_split_sequence": 0.002107692348132916, + "tests/common/test_configuration.py::test_env_var_config_split_sequence": 0.002152133496328761, + "tests/common/test_configuration.py::test_expand_search_path": 0.0025602527290504123, + "tests/common/test_configuration.py::test_expanded_variables": 0.00547007574836432, + "tests/common/test_configuration.py::test_important_primitive_map_merges": 0.0622077668682675, + "tests/common/test_configuration.py::test_invalid_map_parameter": 0.0016949258753283648, + "tests/common/test_configuration.py::test_invalid_seq_parameter": 0.0017119919922537331, + "tests/common/test_configuration.py::test_list_merges": 0.053776345910794374, + "tests/common/test_configuration.py::test_load_raw_configs": 0.02217375444017666, + "tests/common/test_configuration.py::test_map_parameter_must_be_map": 0.0024348513056219054, + "tests/common/test_configuration.py::test_nested": 0.011210630772383458, + "tests/common/test_configuration.py::test_object": 0.008645891260403393, + "tests/common/test_configuration.py::test_object_defaults_completely_empty": 0.002483280628620573, + "tests/common/test_configuration.py::test_object_defaults_partially_empty": 0.0037885863735869986, + "tests/common/test_configuration.py::test_parameter": 0.0016530707486744377, + "tests/common/test_configuration.py::test_parameter_flag": 0.0015712439483770609, + "tests/common/test_configuration.py::test_pretty_list": 0.0018287226151691954, + "tests/common/test_configuration.py::test_raise_errors": 0.0016227827879007977, + "tests/common/test_configuration.py::test_simple_merges_and_caching": 0.01379924493025785, + "tests/common/test_configuration.py::test_unique_sequence_map_error_with_duplicates": 0.0032040278959094134, + "tests/common/test_configuration.py::test_unique_sequence_map_error_with_unique_key": 0.0030413846847669535, + "tests/common/test_configuration.py::test_validate_all": 0.009461982780051637, + "tests/common/test_configuration.py::test_validation": 0.00950609043943994, + "tests/common/test_io.py::test_attach_stderr_handler": 0.002167880101657991, + "tests/common/test_io.py::test_captured": 0.0038266374728244666, + "tests/common/test_path.py::test_get_major_minor_version_no_dot": 0.0016942307307075575, + "tests/common/test_path.py::test_missing_pyc_files_27": 0.0016198066377337923, + "tests/common/test_path.py::test_missing_pyc_files_34": 0.00167463168242294, + "tests/common/test_path.py::test_missing_pyc_files_35": 0.0016553051431151989, + "tests/common/test_path.py::test_path_identity": 0.002467907422344363, + "tests/common/test_path.py::test_url_to_path_unix": 0.0032888916475099883, + "tests/common/test_path.py::test_url_to_path_windows_local": 0.002079785789120771, + "tests/common/test_path.py::test_url_to_path_windows_unc": 0.0016546076603449898, + "tests/common/test_path.py::test_win_path_backout": 0.0015841943680637302, + "tests/common/test_toposort.py::test_cycle": 0.001675000300025431, + "tests/common/test_toposort.py::test_cycle_best_effort": 0.001656521900005714, + "tests/common/test_toposort.py::test_degenerate": 0.0016108981000115818, + "tests/common/test_toposort.py::test_pop_key": 0.0016274488999840741, + "tests/common/test_toposort.py::test_python_is_prioritized": 0.001624838300006104, + "tests/common/test_toposort.py::test_simple": 0.0016674745000130997, + "tests/common/test_url.py::test_add_username_and_pass_to_url": 0.0016733172782459741, + "tests/common/test_url.py::test_is_ip_address": 0.0016016015028438588, + "tests/common/test_url.py::test_is_ipv6_address": 0.0015987852753502829, + "tests/common/test_url.py::test_is_url": 0.0018049988306349063, + "tests/common/test_url.py::test_maybe_add_auth": 0.0017529219650583992, + "tests/common/test_url.py::test_split_scheme_auth_token": 0.0016478161024674073, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj0-http://conda.io/path/to/somewhere]": 0.0017820002665612474, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj1-https://user:pass@conda.io/path/to/somewhere]": 0.001771561211533221, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj2-file:///opt/happy/path]": 0.0017693967831020096, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj3-file:///path/to/something.txt]": 0.0017827381521350928, + "tests/common/test_url.py::test_url_to_s3_info": 0.0016371363109528617, + "tests/common/test_url.py::test_urlparse[192.168.1.1:8080/path/to/resource-exp_url_obj0]": 0.0018043087973641514, + "tests/common/test_url.py::test_urlparse[file:///opt/happy/path-exp_url_obj2]": 0.001811450600653826, + "tests/common/test_url.py::test_urlparse[https://conda.io/happy/path-exp_url_obj1]": 0.0017908284509698727, + "tests/common/test_url.py::test_urlparse[https://u:p@conda.io/t/x1029384756/more/path-exp_url_obj3]": 0.001833070817539589, + "tests/common/test_yaml.py::test_dump": 0.004446688804277938, + "tests/common/test_yaml.py::test_map": 0.002123352207893172, + "tests/common/test_yaml.py::test_seq_simple": 0.0021866429994107776, + "tests/common/test_yaml.py::test_yaml_complex": 0.007613439830631098, + "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_none_values_error": 0.010095132533674236, + "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_permission_error": 0.009495647738320232, + "tests/core/test_envs_manager.py::test_prefix_cli_flag": 0.003889656146822759, + "tests/core/test_envs_manager.py::test_register_env_directory_creation_error": 0.008696544819261229, + "tests/core/test_envs_manager.py::test_register_unregister_location_env": 0.0055039541554356905, + "tests/core/test_envs_manager.py::test_rewrite_environments_txt_file": 0.0033370771278847526, + "tests/core/test_index.py::test_basic_get_reduced_index": 2.1742239271925254, + "tests/core/test_index.py::test_check_allowlist": 0.005241002156437087, + "tests/core/test_index.py::test_get_index_linux64_platform": 1.5183120172054247, + "tests/core/test_index.py::test_get_index_osx64_platform": 8.277576016831269, + "tests/core/test_index.py::test_get_index_win64_platform": 7.648797921614835, + "tests/core/test_index.py::test_supplement_index_with_system": 0.004002920924913726, + "tests/core/test_index.py::test_supplement_index_with_system_archspec": 0.003865798795347319, + "tests/core/test_index.py::test_supplement_index_with_system_cuda": 0.004058568731567723, + "tests/core/test_index.py::test_supplement_index_with_system_glibc": 0.0038001997103477908, + "tests/core/test_index.py::test_supplement_index_with_system_linux[1.2.3.4-1.2.3.4]": 0.004603595928481946, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2-4.2]": 0.003983223200669, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.0-42-generic-4.2.0]": 0.003987899383680996, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.1-4.2.1]": 0.003983743616512173, + "tests/core/test_index.py::test_supplement_index_with_system_linux[5.4.89+-5.4.89]": 0.004006868085626517, + "tests/core/test_index.py::test_supplement_index_with_system_linux[5.5-rc1-5.5]": 0.003973122117335919, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a-9.1]": 0.003994219799349849, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a.2-9.1]": 0.00394664269636485, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.a.1-0]": 0.003940412306095025, + "tests/core/test_index.py::test_supplement_index_with_system_osx": 0.00035035101280689286, + "tests/core/test_initialize.py::test__get_python_info": 0.017867037490040094, + "tests/core/test_initialize.py::test_get_python_info": 0.019928709741846167, + "tests/core/test_initialize.py::test_init_all": 0.40921470118984404, + "tests/core/test_initialize.py::test_init_cmd_exe_registry": 0.00039628400649551723, + "tests/core/test_initialize.py::test_init_enable_long_path": 0.0003689085283783576, + "tests/core/test_initialize.py::test_init_sh_system": 0.0593653212020884, + "tests/core/test_initialize.py::test_init_sh_user_tcsh_unix": 0.06472850037296955, + "tests/core/test_initialize.py::test_init_sh_user_unix": 0.07004172432751693, + "tests/core/test_initialize.py::test_init_sh_user_windows": 0.0003833795336471725, + "tests/core/test_initialize.py::test_initialize_dev_bash": 0.11684511332757039, + "tests/core/test_initialize.py::test_initialize_dev_cmd_exe": 0.11169149534566326, + "tests/core/test_initialize.py::test_install_1": 0.07370150354254232, + "tests/core/test_initialize.py::test_install_conda_csh": 0.06468992925816862, + "tests/core/test_initialize.py::test_install_conda_fish": 0.06109425930103177, + "tests/core/test_initialize.py::test_install_conda_sh": 0.06541165838775896, + "tests/core/test_initialize.py::test_install_conda_xsh": 0.06310258648766953, + "tests/core/test_initialize.py::test_install_condabin_conda_bat": 0.06826440478302512, + "tests/core/test_initialize.py::test_make_entry_point": 0.05907027281619741, + "tests/core/test_initialize.py::test_make_entry_point_exe": 0.061216624078623244, + "tests/core/test_initialize.py::test_make_initialize_plan_bash_zsh": 0.08183600242044171, + "tests/core/test_initialize.py::test_make_initialize_plan_cmd_exe": 0.0679818007087673, + "tests/core/test_initialize.py::test_make_install_plan": 0.004471229503564535, + "tests/core/test_package_cache_data.py::test_ProgressiveFetchExtract_prefers_conda_v2_format": 0.023495283808945562, "tests/core/test_package_cache_data.py::test_conda_build_alias": 0.0016455094273526928, - "tests/core/test_package_cache_data.py::test_conda_pkg_in_pkg_cache_doesnt_overwrite_tar_bz2": 0.1223502654097473, - "tests/core/test_package_cache_data.py::test_cover_extract_bad_package": 0.059625205823121384, - "tests/core/test_package_cache_data.py::test_cover_fetch_not_exists": 6.024896189127128, - "tests/core/test_package_cache_data.py::test_cover_get_entry_to_link": 0.0054688351364861375, - "tests/core/test_package_cache_data.py::test_cover_reverse": 0.0017175068077408518, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist": 0.01675541547568627, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist_read_only": 0.0678867029048693, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_unpacked_conda_exist": 0.01586742516381837, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_cache_not_extracted": 0.11317565903817037, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_doesnt_overwrite_conda_pkg": 0.12369661712929124, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_used_instead_of_conda_pkg": 0.030513066867704067, - "tests/core/test_path_actions.py::test_CompileMultiPycAction_generic": 0.0029423943893578585, - "tests/core/test_path_actions.py::test_CompileMultiPycAction_noarch_python": 0.6130085803843863, - "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_generic": 0.0029822708662346157, - "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_noarch_python": 0.003916305411037842, - "tests/core/test_path_actions.py::test_create_file_link_actions": 0.0039631968100526955, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_copy": 0.0038590200858845338, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_directory": 0.0030161665208965397, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_hardlink": 0.0039047871593477098, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_softlink": 0.003995171897210358, - "tests/core/test_portability.py::test_escaped_prefix_replaced_only_shebang": 0.0027850793028108066, - "tests/core/test_portability.py::test_replace_long_shebang_spaces_in_prefix": 0.0017199120375813329, - "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_escaped_space": 0.001686985190455894, - "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_python": 0.0017366641569181204, - "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_escaped_space": 0.0016200466959523793, - "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_python": 0.0016650216792877804, - "tests/core/test_portability.py::test_replace_simple_shebang_no_replacement": 0.0016019505904371597, - "tests/core/test_portability.py::test_shebang_regex_matches": 0.0016241581244013227, - "tests/core/test_prefix_data.py::test_corrupt_json_conda_meta_json": 0.0019529388803791897, - "tests/core/test_prefix_data.py::test_corrupt_unicode_conda_meta_json": 0.0020150866049518466, - "tests/core/test_prefix_data.py::test_get_conda_anchor_files_and_records": 0.0029536606502467287, - "tests/core/test_prefix_data.py::test_get_environment_env_vars": 2.947093540437096, - "tests/core/test_prefix_data.py::test_no_tokens_dumped[False]": 0.005131797797227372, - "tests/core/test_prefix_data.py::test_no_tokens_dumped[True]": 0.005207483834772914, - "tests/core/test_prefix_data.py::test_pip_interop_osx": 0.7751061454573829, - "tests/core/test_prefix_data.py::test_pip_interop_windows": 0.5389956348832862, - "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars": 3.2259366288257114, - "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars_no_exist": 1.5021225168952825, - "tests/core/test_solve.py::test_aggressive_update_packages[classic]": 4.422095774609238, - "tests/core/test_solve.py::test_aggressive_update_packages[libmamba]": 4.501798110603763, - "tests/core/test_solve.py::test_archspec_call[classic]": 1.4451256531230945, - "tests/core/test_solve.py::test_archspec_call[libmamba]": 0.6655990555972677, - "tests/core/test_solve.py::test_auto_update_conda[classic]": 3.1044927833185967, - "tests/core/test_solve.py::test_auto_update_conda[libmamba]": 2.620607997703765, - "tests/core/test_solve.py::test_broken_install[classic]": 4.122737420026658, - "tests/core/test_solve.py::test_broken_install[libmamba]": 0.013738639459740725, - "tests/core/test_solve.py::test_channel_priority_churn_minimized[classic]": 7.738117691992434, - "tests/core/test_solve.py::test_channel_priority_churn_minimized[libmamba]": 0.7216848339455241, - "tests/core/test_solve.py::test_conda_downgrade[classic]": 23.302969274411293, - "tests/core/test_solve.py::test_conda_downgrade[libmamba]": 4.341659185288519, - "tests/core/test_solve.py::test_cuda_1[classic]": 0.6331325222797807, - "tests/core/test_solve.py::test_cuda_1[libmamba]": 0.6478926266445358, - "tests/core/test_solve.py::test_cuda_2[classic]": 0.6359239890386569, - "tests/core/test_solve.py::test_cuda_2[libmamba]": 0.6644160780567004, - "tests/core/test_solve.py::test_cuda_constrain_absent[classic]": 0.6542031663053262, - "tests/core/test_solve.py::test_cuda_constrain_absent[libmamba]": 0.6584957379532832, - "tests/core/test_solve.py::test_cuda_constrain_sat[classic]": 0.0003553326130873129, - "tests/core/test_solve.py::test_cuda_constrain_sat[libmamba]": 0.00036548912284353383, - "tests/core/test_solve.py::test_cuda_constrain_unsat[classic]": 0.00034587815778900033, - "tests/core/test_solve.py::test_cuda_constrain_unsat[libmamba]": 0.00033587925528708246, - "tests/core/test_solve.py::test_cuda_fail_1[classic]": 0.6753520883502906, - "tests/core/test_solve.py::test_cuda_fail_1[libmamba]": 0.6561671201450222, - "tests/core/test_solve.py::test_cuda_fail_2[classic]": 0.65507958945614, - "tests/core/test_solve.py::test_cuda_fail_2[libmamba]": 0.6707507515382054, - "tests/core/test_solve.py::test_cuda_glibc_sat[classic]": 0.6565604171574517, - "tests/core/test_solve.py::test_cuda_glibc_sat[libmamba]": 0.7076447275340605, - "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[classic]": 0.0003385918219072902, - "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[libmamba]": 0.00034145319061528183, - "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[classic]": 0.00036669090333555325, - "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[libmamba]": 0.0003643377453428106, - "tests/core/test_solve.py::test_current_repodata_fallback[classic]": 0.041322257823460266, - "tests/core/test_solve.py::test_current_repodata_fallback[libmamba]": 0.030755867712289716, - "tests/core/test_solve.py::test_current_repodata_usage[classic]": 0.04702208015676064, - "tests/core/test_solve.py::test_current_repodata_usage[libmamba]": 0.03413906348906558, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[classic]": 0.0151948733358862, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[libmamba]": 0.015110746966704407, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[classic]": 0.015307297078662813, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[libmamba]": 0.015505541938974151, - "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[classic]": 0.01557394104683619, - "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[libmamba]": 0.015485024514671144, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[classic]": 0.014947019346288002, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[libmamba]": 0.014817998209927555, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[classic]": 0.015250361403697881, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[libmamba]": 0.01521794848681395, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[classic]": 0.015230271133840718, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[libmamba]": 0.015236778322530207, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[classic]": 0.015115410252991377, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[libmamba]": 0.015272948345713435, - "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[classic]": 3.78430275404225, - "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[libmamba]": 2.0008597913600514, - "tests/core/test_solve.py::test_explicit_conda_downgrade[classic]": 3.070235572537267, - "tests/core/test_solve.py::test_explicit_conda_downgrade[libmamba]": 2.6347955686431628, - "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[classic]": 1.0754651917692302, - "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[libmamba]": 0.5704377286444722, - "tests/core/test_solve.py::test_features_solve_1[classic]": 3.6043657769596833, - "tests/core/test_solve.py::test_features_solve_1[libmamba]": 0.5583762752206839, - "tests/core/test_solve.py::test_force_reinstall_1[classic]": 1.5184960696894343, - "tests/core/test_solve.py::test_force_reinstall_1[libmamba]": 1.4107640853504024, - "tests/core/test_solve.py::test_force_reinstall_2[classic]": 0.7177195514515187, - "tests/core/test_solve.py::test_force_reinstall_2[libmamba]": 0.6753375282173862, - "tests/core/test_solve.py::test_force_remove_1[classic]": 3.99012957204212, - "tests/core/test_solve.py::test_force_remove_1[libmamba]": 2.145236466663406, - "tests/core/test_solve.py::test_freeze_deps_1[classic]": 22.594281729940246, - "tests/core/test_solve.py::test_freeze_deps_1[libmamba]": 3.150837304947696, - "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[classic]": 4.376642862001799, - "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[libmamba]": 1.502612592132845, - "tests/core/test_solve.py::test_no_deps_1[classic]": 3.3201923342507587, - "tests/core/test_solve.py::test_no_deps_1[libmamba]": 1.9725416971096845, - "tests/core/test_solve.py::test_no_update_deps_1[classic]": 3.10948726901941, - "tests/core/test_solve.py::test_no_update_deps_1[libmamba]": 2.6326823196505336, - "tests/core/test_solve.py::test_only_deps_1[classic]": 1.1046994258252798, - "tests/core/test_solve.py::test_only_deps_1[libmamba]": 0.6823193062902125, - "tests/core/test_solve.py::test_only_deps_2[classic]": 5.2963562974307505, - "tests/core/test_solve.py::test_only_deps_2[libmamba]": 2.6975863773754054, - "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[classic]": 0.015183495488401415, - "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[libmamba]": 0.015255666236774903, - "tests/core/test_solve.py::test_packages_in_solution_change_constrained[classic]": 0.01450363785543078, - "tests/core/test_solve.py::test_packages_in_solution_change_constrained[libmamba]": 0.014717466810585998, - "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[classic]": 0.014747006471209393, - "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[libmamba]": 0.015068147328675138, - "tests/core/test_solve.py::test_pinned_1[classic]": 9.375313846925847, - "tests/core/test_solve.py::test_pinned_1[libmamba]": 6.1131580710118, - "tests/core/test_solve.py::test_priority_1[classic]": 12.254038843780922, - "tests/core/test_solve.py::test_priority_1[libmamba]": 0.9029309920805535, - "tests/core/test_solve.py::test_prune_1[classic]": 2.0508885247071342, - "tests/core/test_solve.py::test_prune_1[libmamba]": 0.676329582475164, - "tests/core/test_solve.py::test_python2_update[classic]": 3.297386435618154, - "tests/core/test_solve.py::test_python2_update[libmamba]": 0.6798708956103776, - "tests/core/test_solve.py::test_remove_with_constrained_dependencies[classic]": 4.3357845882483135, - "tests/core/test_solve.py::test_remove_with_constrained_dependencies[libmamba]": 0.8332019097816615, - "tests/core/test_solve.py::test_solve_1[classic]": 2.914573555026362, - "tests/core/test_solve.py::test_solve_1[libmamba]": 1.3361651015448759, - "tests/core/test_solve.py::test_solve_2[classic]": 13.865206535661345, - "tests/core/test_solve.py::test_solve_2[libmamba]": 0.013784663118052933, - "tests/core/test_solve.py::test_solve_msgs_exclude_vp[classic]": 0.68989220169917, - "tests/core/test_solve.py::test_solve_msgs_exclude_vp[libmamba]": 0.6421997236965544, - "tests/core/test_solve.py::test_timestamps_1[classic]": 0.24317957658409348, - "tests/core/test_solve.py::test_timestamps_1[libmamba]": 0.18604841594047242, - "tests/core/test_solve.py::test_unfreeze_when_required[classic]": 0.1396641995500943, - "tests/core/test_solve.py::test_unfreeze_when_required[libmamba]": 0.11603091569387584, - "tests/core/test_solve.py::test_update_all_1[classic]": 3.5287895913561877, - "tests/core/test_solve.py::test_update_all_1[libmamba]": 2.0109062268148032, - "tests/core/test_solve.py::test_update_deps_1[classic]": 6.875848937584792, - "tests/core/test_solve.py::test_update_deps_1[libmamba]": 3.4025888997597167, - "tests/core/test_solve.py::test_update_deps_2[classic]": 6.487706184942172, - "tests/core/test_solve.py::test_update_deps_2[libmamba]": 1.4812993377288903, - "tests/core/test_solve.py::test_update_prune_1[classic]": 1.9375475472812924, - "tests/core/test_solve.py::test_update_prune_1[libmamba]": 1.3481054031755544, - "tests/core/test_solve.py::test_update_prune_2[classic]": 1.9520200372645222, - "tests/core/test_solve.py::test_update_prune_2[libmamba]": 0.712371473557725, - "tests/core/test_solve.py::test_update_prune_3[classic]": 2.1953963180281875, - "tests/core/test_solve.py::test_update_prune_3[libmamba]": 0.6831455168531029, - "tests/core/test_solve.py::test_update_prune_4[classic]": 1.8934878080631803, - "tests/core/test_solve.py::test_update_prune_4[libmamba]": 1.3027080309340602, - "tests/core/test_solve.py::test_update_prune_5[classic-False]": 2.2676951592151893, - "tests/core/test_solve.py::test_update_prune_5[classic-True]": 1.882925600178979, - "tests/core/test_solve.py::test_update_prune_5[libmamba-False]": 1.3112546909252674, - "tests/core/test_solve.py::test_update_prune_5[libmamba-True]": 1.3074337239939557, - "tests/core/test_solve.py::test_virtual_package_solver[classic]": 0.6660575979162537, - "tests/core/test_solve.py::test_virtual_package_solver[libmamba]": 0.013456098778272915, - "tests/core/test_subdir_data.py::test_cache_fn_url_repo_anaconda_com": 0.0016732783177723651, - "tests/core/test_subdir_data.py::test_cache_fn_url_repo_continuum_io": 0.0016682000968400571, - "tests/core/test_subdir_data.py::test_get_index_no_platform_with_offline_cache": 0.4649921177444697, - "tests/core/test_subdir_data.py::test_metadata_cache_clearing": 0.008344175806105967, - "tests/core/test_subdir_data.py::test_metadata_cache_works": 3.0098456132869087, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[no-credentials]": 0.48112676928276504, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-auth]": 0.09533049336024295, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-token]": 0.014178654249022088, - "tests/core/test_subdir_data.py::test_repodata_version_error": 0.5826493584548013, - "tests/core/test_subdir_data.py::test_search_by_packagerecord": 0.006363698244526101, - "tests/core/test_subdir_data.py::test_state_is_not_json": 0.05124634344923735, - "tests/core/test_subdir_data.py::test_subdir_data_coverage": 0.010111321592431128, - "tests/core/test_subdir_data.py::test_subdir_data_dict_state": 0.0030302394721480907, - "tests/core/test_subdir_data.py::test_subdir_data_prefers_conda_to_tar_bz2": 0.007487977018870242, - "tests/core/test_subdir_data.py::test_use_only_tar_bz2": 0.012176962820287737, - "tests/env/specs/test_binstar.py::test_binstar_not_installed": 0.0020421880266121083, - "tests/env/specs/test_binstar.py::test_deprecations[BinstarSpec-None]": 0.0021435905999680925, - "tests/env/specs/test_binstar.py::test_deprecations[ENVIRONMENT_TYPE-TypeError]": 0.002273049399991578, - "tests/env/specs/test_binstar.py::test_download_environment": 0.003988764347983457, - "tests/env/specs/test_binstar.py::test_environment_version_sorting": 0.004120508501855007, - "tests/env/specs/test_binstar.py::test_invalid_name": 0.004067756537532578, - "tests/env/specs/test_binstar.py::test_name_not_present": 0.004365694845389239, - "tests/env/specs/test_binstar.py::test_package_not_exist": 0.00421649440194197, - "tests/env/specs/test_binstar.py::test_package_without_environment_file": 0.0043217854306476485, - "tests/env/specs/test_requirements.py::test_environment": 0.0018372832992468696, - "tests/env/specs/test_requirements.py::test_no_environment_file": 0.0015913329643755863, - "tests/env/specs/test_requirements.py::test_no_name": 0.001593204086288852, - "tests/env/specs/test_requirements.py::test_req_file_and_name": 0.0015771857568029476, - "tests/env/specs/test_yaml_file.py::test_environment_file_exist": 0.001895562842851947, - "tests/env/specs/test_yaml_file.py::test_filename": 0.0021425551296926876, - "tests/env/specs/test_yaml_file.py::test_get_environment": 0.0019474272571674428, - "tests/env/specs/test_yaml_file.py::test_no_environment_file": 0.001601257779992883, - "tests/env/test_create.py::test_create_advanced_pip": 16.092303443581535, - "tests/env/test_create.py::test_create_empty_env": 4.633003274432094, - "tests/env/test_create.py::test_create_env_default_packages": 19.017880534104638, - "tests/env/test_create.py::test_create_env_json[example/environment.yml]": 11.99860860616025, - "tests/env/test_create.py::test_create_env_json[example/environment_with_pip.yml]": 9.998333570921082, - "tests/env/test_create.py::test_create_env_no_default_packages": 11.644524958197373, - "tests/env/test_create.py::test_create_host_port": 0.0004226147227093901, - "tests/env/test_create.py::test_create_update": 8.887046865233332, - "tests/env/test_create.py::test_create_update_remote_env_file": 9.052255260381418, - "tests/env/test_create.py::test_fail_to_create_env_in_dir_with_colon": 0.0631618216217569, - "tests/env/test_create.py::test_protected_dirs_error_for_env_create": 0.7466014545771846, - "tests/env/test_env.py::test_add_channels": 0.0015736361707671131, - "tests/env/test_env.py::test_add_pip": 0.003293224929145074, - "tests/env/test_env.py::test_args_are_wildcarded": 0.0016428289160274573, - "tests/env/test_env.py::test_builds_spec_from_line_raw_dependency": 0.0016947427333937892, - "tests/env/test_env.py::test_can_add_dependencies_to_environment": 0.0032692805035651772, - "tests/env/test_env.py::test_channels_are_provided_by_kwarg": 0.001572745372977306, - "tests/env/test_env.py::test_channels_default_to_empty_list": 0.0015572248565132527, - "tests/env/test_env.py::test_create_advanced_pip": 6.886077723233675, - "tests/env/test_env.py::test_creates_file_on_save": 0.003576213467475545, - "tests/env/test_env.py::test_dependencies_are_empty_by_default": 0.0015622955782695002, - "tests/env/test_env.py::test_dependencies_update_after_adding": 0.0025990743164003437, - "tests/env/test_env.py::test_envvars": 0.003442930718801868, - "tests/env/test_env.py::test_from_history": 0.002776635131107553, - "tests/env/test_env.py::test_has_empty_filename_by_default": 0.0016375717523740934, - "tests/env/test_env.py::test_has_empty_name_by_default": 0.0015651360844086929, - "tests/env/test_env.py::test_has_filename_if_provided": 0.0015893749350310974, - "tests/env/test_env.py::test_has_name_if_provided": 0.0015754102935715947, - "tests/env/test_env.py::test_http": 0.0815069857406265, - "tests/env/test_env.py::test_http_raises": 0.0943846957188462, - "tests/env/test_env.py::test_invalid_keys": 0.0032066352330707795, - "tests/env/test_env.py::test_other_tips_of_dependencies_are_supported": 0.0016155138312800184, - "tests/env/test_env.py::test_parses_dependencies_from_raw_file": 0.0025851152871253923, - "tests/env/test_env.py::test_remove_channels": 0.0015663547433664945, - "tests/env/test_env.py::test_retains_full_filename": 0.0027236130616011584, - "tests/env/test_env.py::test_returns_Environment": 0.0028379523982074383, - "tests/env/test_env.py::test_to_dict_returns_dictionary_of_data": 0.0016421057121179283, - "tests/env/test_env.py::test_to_dict_returns_just_name_if_only_thing_present": 0.0015624379915263132, - "tests/env/test_env.py::test_to_yaml_returns_proper_yaml": 0.002452907290822077, - "tests/env/test_env.py::test_to_yaml_returns_yaml_parseable_string": 0.004152965280540458, - "tests/env/test_env.py::test_to_yaml_takes_stream": 0.002382537609616485, - "tests/env/test_env.py::test_valid_keys": 0.0036654664481766243, - "tests/env/test_env.py::test_with_pip": 0.003239194973534753, - "tests/env/test_pip_util.py::test_get_pip_installed_packages[Successfully installed foo bar-expected0]": 0.0020830966264247888, - "tests/env/test_pip_util.py::test_get_pip_installed_packages[\\nCollecting attrs\\n Using cached https://files.pythonhosted.org/packages/23/96/d828354fa2dbdf216eaa7b7de0db692f12c234f7ef888cc14980ef40d1d2/attrs-19.1.0-py2.py3-none-any.whl\\nInstalling collected packages: attrs\\nSuccessfully installed attrs-19.1.0\\n-expected1]": 0.0018739138502788175, - "tests/env/test_pip_util.py::test_get_pip_installed_packages[\\nCollecting flask\\n Using cached https://files.pythonhosted.org/packages/9b/93/628509b8d5dc749656a9641f4caf13540e2cdec85276964ff8f43bbb1d3b/Flask-1.1.1-py2.py3-none-any.whl\\nCollecting itsdangerous>=0.24 (from flask)\\n Using cached https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl\\nCollecting click>=5.1 (from flask)\\n Using cached https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl\\nCollecting Werkzeug>=0.15 (from flask)\\n Using cached https://files.pythonhosted.org/packages/b7/61/c0a1adf9ad80db012ed7191af98fa05faa95fa09eceb71bb6fa8b66e6a43/Werkzeug-0.15.6-py2.py3-none-any.whl\\nCollecting Jinja2>=2.10.1 (from flask)\\n Using cached https://files.pythonhosted.org/packages/1d/e7/fd8b501e7a6dfe492a433deb7b9d833d39ca74916fa8bc63dd1a4947a671/Jinja2-2.10.1-py2.py3-none-any.whl\\nCollecting MarkupSafe>=0.23 (from Jinja2>=2.10.1->flask)\\n Using cached https://files.pythonhosted.org/packages/ce/c6/f000f1af136ef74e4a95e33785921c73595c5390403f102e9b231b065b7a/MarkupSafe-1.1.1-cp37-cp37m-macosx_10_6_intel.whl\\nInstalling collected packages: itsdangerous, click, Werkzeug, MarkupSafe, Jinja2, flask\\nSuccessfully installed Jinja2-2.10.1 MarkupSafe-1.1.1 Werkzeug-0.15.6 click-7.0 flask-1.1.1 itsdangerous-1.1.0\\n-expected2]": 0.001793136044111895, - "tests/env/test_pip_util.py::test_get_pip_installed_packages[\\nCollecting flask\\n Using cached https://files.pythonhosted.org/packages/9b/93/628509b8d5dc749656a9641f4caf13540e2cdec85276964ff8f43bbb1d3b/Flask-1.1.1-py2.py3-none-any.whl\\nRequirement already satisfied: Werkzeug>=0.15 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (0.15.6)\\nRequirement already satisfied: itsdangerous>=0.24 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (1.1.0)\\nRequirement already satisfied: Jinja2>=2.10.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (2.10.1)\\nRequirement already satisfied: click>=5.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (7.0)\\nRequirement already satisfied: MarkupSafe>=0.23 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from Jinja2>=2.10.1->flask) (1.1.1)\\nInstalling collected packages: flask\\nSuccessfully installed flask-1.1.1\\n-expected3]": 0.0018688238002260867, - "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[\\nRequirement already satisfied: flask in ./miniconda3/envs/fooo/lib/python3.7/site-packages (1.1.1)\\nRequirement already satisfied: itsdangerous>=0.24 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (1.1.0)\\nRequirement already satisfied: Jinja2>=2.10.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (2.10.1)\\nRequirement already satisfied: click>=5.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (7.0)\\nRequirement already satisfied: Werkzeug>=0.15 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (0.15.6)\\nRequirement already satisfied: MarkupSafe>=0.23 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from Jinja2>=2.10.1->flask) (1.1.1)\\n]": 0.0017921683255163682, - "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[]": 0.0017017317639024096, - "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[foo]": 0.001722880003572335, - "tests/gateways/disk/test_delete.py::test_backoff_unlink": 0.059204942772850565, - "tests/gateways/disk/test_delete.py::test_backoff_unlink_doesnt_exist": 0.0019427925527932893, - "tests/gateways/disk/test_delete.py::test_deprecations[move_path_to_trash-TypeError-None]": 0.001905775173727975, - "tests/gateways/disk/test_delete.py::test_deprecations[move_to_trash-TypeError-None]": 0.0019553054681829157, - "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs0]": 0.0019947572048661334, - "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs1]": 0.002035494224601564, - "tests/gateways/disk/test_delete.py::test_deprecations[try_rmdir_all_empty-TypeError-None]": 0.0018902344062059076, - "tests/gateways/disk/test_delete.py::test_move_path_to_trash_couldnt": 0.0021078890406172435, + "tests/core/test_package_cache_data.py::test_conda_pkg_in_pkg_cache_doesnt_overwrite_tar_bz2": 0.12179221890181555, + "tests/core/test_package_cache_data.py::test_cover_extract_bad_package": 0.060731157086467924, + "tests/core/test_package_cache_data.py::test_cover_fetch_not_exists": 6.02499171985708, + "tests/core/test_package_cache_data.py::test_cover_get_entry_to_link": 0.005494722645804573, + "tests/core/test_package_cache_data.py::test_cover_reverse": 0.001731781513103344, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist": 0.01682757522393505, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist_read_only": 0.06714660158347932, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_unpacked_conda_exist": 0.015924798774167907, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_cache_not_extracted": 0.11468343619832382, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_doesnt_overwrite_conda_pkg": 0.12242960246516874, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_used_instead_of_conda_pkg": 0.030745324164186964, + "tests/core/test_path_actions.py::test_CompileMultiPycAction_generic": 0.0029432707367136215, + "tests/core/test_path_actions.py::test_CompileMultiPycAction_noarch_python": 0.5903561828693838, + "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_generic": 0.002995183940419747, + "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_noarch_python": 0.003904227034991036, + "tests/core/test_path_actions.py::test_create_file_link_actions": 0.003974264334061113, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_copy": 0.0038690963662202206, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_directory": 0.0030530720353907424, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_hardlink": 0.003925557021134236, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_softlink": 0.0039679502911111235, + "tests/core/test_portability.py::test_escaped_prefix_replaced_only_shebang": 0.0027825303724325246, + "tests/core/test_portability.py::test_replace_long_shebang_spaces_in_prefix": 0.001730479365798166, + "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_escaped_space": 0.0016988479447085255, + "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_python": 0.0017468929156141625, + "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_escaped_space": 0.0016166056539628957, + "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_python": 0.0016557643144714932, + "tests/core/test_portability.py::test_replace_simple_shebang_no_replacement": 0.0016030566918420822, + "tests/core/test_portability.py::test_shebang_regex_matches": 0.001629778886776109, + "tests/core/test_prefix_data.py::test_corrupt_json_conda_meta_json": 0.0019517531381085978, + "tests/core/test_prefix_data.py::test_corrupt_unicode_conda_meta_json": 0.0019937092197824394, + "tests/core/test_prefix_data.py::test_get_conda_anchor_files_and_records": 0.002982509152015269, + "tests/core/test_prefix_data.py::test_get_environment_env_vars": 2.747909296756552, + "tests/core/test_prefix_data.py::test_no_tokens_dumped[False]": 0.0050953724726939525, + "tests/core/test_prefix_data.py::test_no_tokens_dumped[True]": 0.005224507113182534, + "tests/core/test_prefix_data.py::test_pip_interop[envpy27osx]": 0.4257491136000226, + "tests/core/test_prefix_data.py::test_pip_interop[envpy27win_whl]": 0.00032593660002930844, + "tests/core/test_prefix_data.py::test_pip_interop[envpy37osx_whl]": 0.37753155519995973, + "tests/core/test_prefix_data.py::test_pip_interop[envpy37win]": 0.0003571125999883407, + "tests/core/test_prefix_data.py::test_pip_interop_osx": 0.7913702958014595, + "tests/core/test_prefix_data.py::test_pip_interop_windows": 0.567008100606889, + "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars": 2.8744096470483695, + "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars_no_exist": 1.4674514212755567, + "tests/core/test_solve.py::test_aggressive_update_packages[classic]": 4.421441692145062, + "tests/core/test_solve.py::test_aggressive_update_packages[libmamba]": 4.520723639924295, + "tests/core/test_solve.py::test_archspec_call[classic]": 1.43695124081745, + "tests/core/test_solve.py::test_archspec_call[libmamba]": 0.6518763868972942, + "tests/core/test_solve.py::test_auto_update_conda[classic]": 3.0881965238429374, + "tests/core/test_solve.py::test_auto_update_conda[libmamba]": 2.6206719130348395, + "tests/core/test_solve.py::test_broken_install[classic]": 4.136722136557158, + "tests/core/test_solve.py::test_broken_install[libmamba]": 0.01382254676391076, + "tests/core/test_solve.py::test_channel_priority_churn_minimized[classic]": 7.741317658017557, + "tests/core/test_solve.py::test_channel_priority_churn_minimized[libmamba]": 0.8645736966235514, + "tests/core/test_solve.py::test_conda_downgrade[classic]": 23.632488733298675, + "tests/core/test_solve.py::test_conda_downgrade[libmamba]": 4.215414266269382, + "tests/core/test_solve.py::test_cuda_1[classic]": 0.6329434417931249, + "tests/core/test_solve.py::test_cuda_1[libmamba]": 0.6512219268242202, + "tests/core/test_solve.py::test_cuda_2[classic]": 0.6362162921393889, + "tests/core/test_solve.py::test_cuda_2[libmamba]": 0.6580398385298011, + "tests/core/test_solve.py::test_cuda_constrain_absent[classic]": 0.650644282803285, + "tests/core/test_solve.py::test_cuda_constrain_absent[libmamba]": 0.6606276628322441, + "tests/core/test_solve.py::test_cuda_constrain_sat[classic]": 0.0003540132361424769, + "tests/core/test_solve.py::test_cuda_constrain_sat[libmamba]": 0.0003724725295369284, + "tests/core/test_solve.py::test_cuda_constrain_unsat[classic]": 0.00034433935511938923, + "tests/core/test_solve.py::test_cuda_constrain_unsat[libmamba]": 0.0003471584802388269, + "tests/core/test_solve.py::test_cuda_fail_1[classic]": 0.6712607191101153, + "tests/core/test_solve.py::test_cuda_fail_1[libmamba]": 0.6591308779996542, + "tests/core/test_solve.py::test_cuda_fail_2[classic]": 0.6520407083809439, + "tests/core/test_solve.py::test_cuda_fail_2[libmamba]": 0.6713048209221847, + "tests/core/test_solve.py::test_cuda_glibc_sat[classic]": 0.6646568367335007, + "tests/core/test_solve.py::test_cuda_glibc_sat[libmamba]": 0.6764685075645056, + "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[classic]": 0.00033930900227743815, + "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[libmamba]": 0.00034755005600499114, + "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[classic]": 0.00036355752369124903, + "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[libmamba]": 0.00036913500734032673, + "tests/core/test_solve.py::test_current_repodata_fallback[classic]": 0.04139601734554841, + "tests/core/test_solve.py::test_current_repodata_fallback[libmamba]": 0.030930956772304483, + "tests/core/test_solve.py::test_current_repodata_usage[classic]": 0.04706999736215211, + "tests/core/test_solve.py::test_current_repodata_usage[libmamba]": 0.03426880319044542, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[classic]": 0.015141335003722941, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[libmamba]": 0.015179474688999038, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[classic]": 0.01525748870240108, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[libmamba]": 0.015495859282147504, + "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[classic]": 0.01548023291970055, + "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[libmamba]": 0.015359382433951812, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[classic]": 0.014963639982330823, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[libmamba]": 0.014900016585597866, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[classic]": 0.01527524815371431, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[libmamba]": 0.01528169202347369, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[classic]": 0.01529583788643427, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[libmamba]": 0.015100971424816954, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[classic]": 0.015146283187210688, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[libmamba]": 0.015174726903558203, + "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[classic]": 3.802899306701154, + "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[libmamba]": 1.9694828374173858, + "tests/core/test_solve.py::test_explicit_conda_downgrade[classic]": 3.1123707025414427, + "tests/core/test_solve.py::test_explicit_conda_downgrade[libmamba]": 2.6409373111891776, + "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[classic]": 1.0714760976359483, + "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[libmamba]": 0.8247021550622313, + "tests/core/test_solve.py::test_features_solve_1[classic]": 3.5901865233853787, + "tests/core/test_solve.py::test_features_solve_1[libmamba]": 0.3815737413220361, + "tests/core/test_solve.py::test_force_reinstall_1[classic]": 1.5441586277805184, + "tests/core/test_solve.py::test_force_reinstall_1[libmamba]": 1.4182237185662592, + "tests/core/test_solve.py::test_force_reinstall_2[classic]": 0.7152304284565436, + "tests/core/test_solve.py::test_force_reinstall_2[libmamba]": 0.6738193837154, + "tests/core/test_solve.py::test_force_remove_1[classic]": 3.972889354933432, + "tests/core/test_solve.py::test_force_remove_1[libmamba]": 2.1302782804472904, + "tests/core/test_solve.py::test_freeze_deps_1[classic]": 22.338551892769107, + "tests/core/test_solve.py::test_freeze_deps_1[libmamba]": 3.1410432559243118, + "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[classic]": 4.38840669116027, + "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[libmamba]": 1.4636696887809044, + "tests/core/test_solve.py::test_no_deps_1[classic]": 3.3147849146794095, + "tests/core/test_solve.py::test_no_deps_1[libmamba]": 1.9692233811619322, + "tests/core/test_solve.py::test_no_update_deps_1[classic]": 3.1165940646861383, + "tests/core/test_solve.py::test_no_update_deps_1[libmamba]": 2.625743622257293, + "tests/core/test_solve.py::test_only_deps_1[classic]": 1.1089437098688397, + "tests/core/test_solve.py::test_only_deps_1[libmamba]": 0.6831987223720073, + "tests/core/test_solve.py::test_only_deps_2[classic]": 5.289334305528364, + "tests/core/test_solve.py::test_only_deps_2[libmamba]": 2.7201831528549074, + "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[classic]": 0.015146254048722727, + "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[libmamba]": 0.015466806468987727, + "tests/core/test_solve.py::test_packages_in_solution_change_constrained[classic]": 0.014541902568831162, + "tests/core/test_solve.py::test_packages_in_solution_change_constrained[libmamba]": 0.014585647783454456, + "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[classic]": 0.014675026936122706, + "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[libmamba]": 0.01745642008662398, + "tests/core/test_solve.py::test_pinned_1[classic]": 9.350390262363318, + "tests/core/test_solve.py::test_pinned_1[libmamba]": 6.073365656866335, + "tests/core/test_solve.py::test_priority_1[classic]": 12.242605334765923, + "tests/core/test_solve.py::test_priority_1[libmamba]": 0.932496892566953, + "tests/core/test_solve.py::test_prune_1[classic]": 2.048649305235122, + "tests/core/test_solve.py::test_prune_1[libmamba]": 0.6792104338782211, + "tests/core/test_solve.py::test_python2_update[classic]": 3.311041815130842, + "tests/core/test_solve.py::test_python2_update[libmamba]": 0.6905265060330117, + "tests/core/test_solve.py::test_remove_with_constrained_dependencies[classic]": 4.362742602181157, + "tests/core/test_solve.py::test_remove_with_constrained_dependencies[libmamba]": 0.5898792206770308, + "tests/core/test_solve.py::test_solve_1[classic]": 2.930090011859548, + "tests/core/test_solve.py::test_solve_1[libmamba]": 1.3381233484352026, + "tests/core/test_solve.py::test_solve_2[classic]": 13.835216576631227, + "tests/core/test_solve.py::test_solve_2[libmamba]": 0.013572155655976859, + "tests/core/test_solve.py::test_solve_msgs_exclude_vp[classic]": 0.6890188010644391, + "tests/core/test_solve.py::test_solve_msgs_exclude_vp[libmamba]": 0.6460118340788229, + "tests/core/test_solve.py::test_timestamps_1[classic]": 0.24209472461497805, + "tests/core/test_solve.py::test_timestamps_1[libmamba]": 0.24395278763519015, + "tests/core/test_solve.py::test_unfreeze_when_required[classic]": 0.13843397436254706, + "tests/core/test_solve.py::test_unfreeze_when_required[libmamba]": 0.11623659692453206, + "tests/core/test_solve.py::test_update_all_1[classic]": 3.525361074379703, + "tests/core/test_solve.py::test_update_all_1[libmamba]": 1.9995314044188965, + "tests/core/test_solve.py::test_update_deps_1[classic]": 6.857127039796818, + "tests/core/test_solve.py::test_update_deps_1[libmamba]": 3.3984388274069013, + "tests/core/test_solve.py::test_update_deps_2[classic]": 6.395094099238991, + "tests/core/test_solve.py::test_update_deps_2[libmamba]": 1.3290951313927735, + "tests/core/test_solve.py::test_update_prune_1[classic]": 1.9325958239877352, + "tests/core/test_solve.py::test_update_prune_1[libmamba]": 1.3380710350791927, + "tests/core/test_solve.py::test_update_prune_2[classic]": 1.9726497618816246, + "tests/core/test_solve.py::test_update_prune_2[libmamba]": 0.684829339417648, + "tests/core/test_solve.py::test_update_prune_3[classic]": 2.1920811423696955, + "tests/core/test_solve.py::test_update_prune_3[libmamba]": 0.6774960174391721, + "tests/core/test_solve.py::test_update_prune_4[classic]": 1.8943314343637574, + "tests/core/test_solve.py::test_update_prune_4[libmamba]": 1.3025074717776917, + "tests/core/test_solve.py::test_update_prune_5[classic-False]": 2.267656653055051, + "tests/core/test_solve.py::test_update_prune_5[classic-True]": 1.8916280575940643, + "tests/core/test_solve.py::test_update_prune_5[libmamba-False]": 1.305985049578003, + "tests/core/test_solve.py::test_update_prune_5[libmamba-True]": 1.3199202852786578, + "tests/core/test_solve.py::test_virtual_package_solver[classic]": 0.664896846498548, + "tests/core/test_solve.py::test_virtual_package_solver[libmamba]": 0.013528158317206255, + "tests/core/test_subdir_data.py::test_cache_fn_url_repo_anaconda_com": 0.0016646814967804912, + "tests/core/test_subdir_data.py::test_cache_fn_url_repo_continuum_io": 0.0016746850474394503, + "tests/core/test_subdir_data.py::test_get_index_no_platform_with_offline_cache": 0.45354061523987566, + "tests/core/test_subdir_data.py::test_metadata_cache_clearing": 0.008325841955823653, + "tests/core/test_subdir_data.py::test_metadata_cache_works": 3.0098711465250463, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[no-credentials]": 0.580425909308872, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-auth]": 0.0691640229595305, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-token]": 0.013177763790760123, + "tests/core/test_subdir_data.py::test_repodata_version_error": 0.5010572077906911, + "tests/core/test_subdir_data.py::test_search_by_packagerecord": 0.006320407634002131, + "tests/core/test_subdir_data.py::test_state_is_not_json": 0.04522509424360642, + "tests/core/test_subdir_data.py::test_subdir_data_coverage": 0.010006569714831827, + "tests/core/test_subdir_data.py::test_subdir_data_dict_state": 0.0030422993517282668, + "tests/core/test_subdir_data.py::test_subdir_data_prefers_conda_to_tar_bz2": 0.007460306668735493, + "tests/core/test_subdir_data.py::test_use_only_tar_bz2": 0.012145105292798452, + "tests/env/specs/test_binstar.py::test_binstar_not_installed": 0.0020440590040308087, + "tests/env/specs/test_binstar.py::test_deprecations[BinstarSpec-None]": 0.002079407506557553, + "tests/env/specs/test_binstar.py::test_deprecations[ENVIRONMENT_TYPE-TypeError]": 0.0023094852585868442, + "tests/env/specs/test_binstar.py::test_download_environment": 0.003953470245404832, + "tests/env/specs/test_binstar.py::test_environment_version_sorting": 0.0041561523411820745, + "tests/env/specs/test_binstar.py::test_invalid_name": 0.004138892855593346, + "tests/env/specs/test_binstar.py::test_name_not_present": 0.004356189033286549, + "tests/env/specs/test_binstar.py::test_package_not_exist": 0.004206165405110924, + "tests/env/specs/test_binstar.py::test_package_without_environment_file": 0.004464740786051643, + "tests/env/specs/test_requirements.py::test_environment": 0.00183001480888878, + "tests/env/specs/test_requirements.py::test_no_environment_file": 0.0016206718864001206, + "tests/env/specs/test_requirements.py::test_no_name": 0.001597253295692234, + "tests/env/specs/test_requirements.py::test_req_file_and_name": 0.0015791742248463204, + "tests/env/specs/test_yaml_file.py::test_environment_file_exist": 0.0019026969869103388, + "tests/env/specs/test_yaml_file.py::test_filename": 0.0021389599931610774, + "tests/env/specs/test_yaml_file.py::test_get_environment": 0.001917174464308136, + "tests/env/specs/test_yaml_file.py::test_no_environment_file": 0.0015984610891099603, + "tests/env/test_create.py::test_create_advanced_pip": 16.118177125549515, + "tests/env/test_create.py::test_create_empty_env": 4.3242686957775085, + "tests/env/test_create.py::test_create_env_default_packages": 18.27044590492154, + "tests/env/test_create.py::test_create_env_json[example/environment.yml]": 11.589338605670363, + "tests/env/test_create.py::test_create_env_json[example/environment_with_pip.yml]": 9.48256261768361, + "tests/env/test_create.py::test_create_env_no_default_packages": 11.16399777612826, + "tests/env/test_create.py::test_create_host_port": 0.00042154508753803596, + "tests/env/test_create.py::test_create_update": 8.82738150363984, + "tests/env/test_create.py::test_create_update_remote_env_file": 8.723754836382467, + "tests/env/test_create.py::test_fail_to_create_env_in_dir_with_colon": 0.0627823430137347, + "tests/env/test_create.py::test_protected_dirs_error_for_env_create": 0.7258323354644848, + "tests/env/test_env.py::test_add_channels": 0.001580462887853334, + "tests/env/test_env.py::test_add_pip": 0.003341050629112439, + "tests/env/test_env.py::test_args_are_wildcarded": 0.001650637605628373, + "tests/env/test_env.py::test_builds_spec_from_line_raw_dependency": 0.0017121878199518308, + "tests/env/test_env.py::test_can_add_dependencies_to_environment": 0.003252590222795301, + "tests/env/test_env.py::test_channels_are_provided_by_kwarg": 0.0015689768107323393, + "tests/env/test_env.py::test_channels_default_to_empty_list": 0.0015674444460109672, + "tests/env/test_env.py::test_create_advanced_pip": 6.8645109050377195, + "tests/env/test_env.py::test_creates_file_on_save": 0.0035874743341475003, + "tests/env/test_env.py::test_dependencies_are_empty_by_default": 0.0015637275772958242, + "tests/env/test_env.py::test_dependencies_update_after_adding": 0.0026083840732377163, + "tests/env/test_env.py::test_envvars": 0.0034837018759711898, + "tests/env/test_env.py::test_from_history": 0.0027841310166399898, + "tests/env/test_env.py::test_has_empty_filename_by_default": 0.0016119997240510884, + "tests/env/test_env.py::test_has_empty_name_by_default": 0.0015612065168990592, + "tests/env/test_env.py::test_has_filename_if_provided": 0.0015989671258547036, + "tests/env/test_env.py::test_has_name_if_provided": 0.0015805480169855067, + "tests/env/test_env.py::test_http": 0.07265809544621227, + "tests/env/test_env.py::test_http_raises": 0.10496339102724205, + "tests/env/test_env.py::test_invalid_keys": 0.003198365882545837, + "tests/env/test_env.py::test_other_tips_of_dependencies_are_supported": 0.0016165402021118297, + "tests/env/test_env.py::test_parses_dependencies_from_raw_file": 0.002594218207729948, + "tests/env/test_env.py::test_remove_channels": 0.0015744548224054622, + "tests/env/test_env.py::test_retains_full_filename": 0.0027194684708314624, + "tests/env/test_env.py::test_returns_Environment": 0.0028349168026913243, + "tests/env/test_env.py::test_to_dict_returns_dictionary_of_data": 0.0016463333358399726, + "tests/env/test_env.py::test_to_dict_returns_just_name_if_only_thing_present": 0.0015659571893488202, + "tests/env/test_env.py::test_to_yaml_returns_proper_yaml": 0.002461729649426286, + "tests/env/test_env.py::test_to_yaml_returns_yaml_parseable_string": 0.004164092415021464, + "tests/env/test_env.py::test_to_yaml_takes_stream": 0.0023995629474954532, + "tests/env/test_env.py::test_valid_keys": 0.0036537829925472644, + "tests/env/test_env.py::test_with_pip": 0.0032772090887429857, + "tests/env/test_pip_util.py::test_get_pip_installed_packages[Successfully installed foo bar-expected0]": 0.0020553963509686297, + "tests/env/test_pip_util.py::test_get_pip_installed_packages[\\nCollecting attrs\\n Using cached https://files.pythonhosted.org/packages/23/96/d828354fa2dbdf216eaa7b7de0db692f12c234f7ef888cc14980ef40d1d2/attrs-19.1.0-py2.py3-none-any.whl\\nInstalling collected packages: attrs\\nSuccessfully installed attrs-19.1.0\\n-expected1]": 0.0018991974405874294, + "tests/env/test_pip_util.py::test_get_pip_installed_packages[\\nCollecting flask\\n Using cached https://files.pythonhosted.org/packages/9b/93/628509b8d5dc749656a9641f4caf13540e2cdec85276964ff8f43bbb1d3b/Flask-1.1.1-py2.py3-none-any.whl\\nCollecting itsdangerous>=0.24 (from flask)\\n Using cached https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl\\nCollecting click>=5.1 (from flask)\\n Using cached https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl\\nCollecting Werkzeug>=0.15 (from flask)\\n Using cached https://files.pythonhosted.org/packages/b7/61/c0a1adf9ad80db012ed7191af98fa05faa95fa09eceb71bb6fa8b66e6a43/Werkzeug-0.15.6-py2.py3-none-any.whl\\nCollecting Jinja2>=2.10.1 (from flask)\\n Using cached https://files.pythonhosted.org/packages/1d/e7/fd8b501e7a6dfe492a433deb7b9d833d39ca74916fa8bc63dd1a4947a671/Jinja2-2.10.1-py2.py3-none-any.whl\\nCollecting MarkupSafe>=0.23 (from Jinja2>=2.10.1->flask)\\n Using cached https://files.pythonhosted.org/packages/ce/c6/f000f1af136ef74e4a95e33785921c73595c5390403f102e9b231b065b7a/MarkupSafe-1.1.1-cp37-cp37m-macosx_10_6_intel.whl\\nInstalling collected packages: itsdangerous, click, Werkzeug, MarkupSafe, Jinja2, flask\\nSuccessfully installed Jinja2-2.10.1 MarkupSafe-1.1.1 Werkzeug-0.15.6 click-7.0 flask-1.1.1 itsdangerous-1.1.0\\n-expected2]": 0.0018015211216220314, + "tests/env/test_pip_util.py::test_get_pip_installed_packages[\\nCollecting flask\\n Using cached https://files.pythonhosted.org/packages/9b/93/628509b8d5dc749656a9641f4caf13540e2cdec85276964ff8f43bbb1d3b/Flask-1.1.1-py2.py3-none-any.whl\\nRequirement already satisfied: Werkzeug>=0.15 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (0.15.6)\\nRequirement already satisfied: itsdangerous>=0.24 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (1.1.0)\\nRequirement already satisfied: Jinja2>=2.10.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (2.10.1)\\nRequirement already satisfied: click>=5.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (7.0)\\nRequirement already satisfied: MarkupSafe>=0.23 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from Jinja2>=2.10.1->flask) (1.1.1)\\nInstalling collected packages: flask\\nSuccessfully installed flask-1.1.1\\n-expected3]": 0.0018914150914947966, + "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[\\nRequirement already satisfied: flask in ./miniconda3/envs/fooo/lib/python3.7/site-packages (1.1.1)\\nRequirement already satisfied: itsdangerous>=0.24 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (1.1.0)\\nRequirement already satisfied: Jinja2>=2.10.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (2.10.1)\\nRequirement already satisfied: click>=5.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (7.0)\\nRequirement already satisfied: Werkzeug>=0.15 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (0.15.6)\\nRequirement already satisfied: MarkupSafe>=0.23 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from Jinja2>=2.10.1->flask) (1.1.1)\\n]": 0.0018034281897073583, + "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[]": 0.0017049511688831684, + "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[foo]": 0.0017436665566134709, + "tests/gateways/disk/test_delete.py::test_backoff_unlink": 0.05921007224610763, + "tests/gateways/disk/test_delete.py::test_backoff_unlink_doesnt_exist": 0.0019594504138920627, + "tests/gateways/disk/test_delete.py::test_deprecations[move_path_to_trash-TypeError-None]": 0.0019011912290168478, + "tests/gateways/disk/test_delete.py::test_deprecations[move_to_trash-TypeError-None]": 0.0019143731548007662, + "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs0]": 0.0019960917454890765, + "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs1]": 0.0020526002717660206, + "tests/gateways/disk/test_delete.py::test_deprecations[try_rmdir_all_empty-TypeError-None]": 0.001890551016730109, + "tests/gateways/disk/test_delete.py::test_move_path_to_trash_couldnt": 0.002107889040617244, "tests/gateways/disk/test_delete.py::test_move_to_trash": 0.0596952328646567, - "tests/gateways/disk/test_delete.py::test_remove_dir": 0.055826311490244716, - "tests/gateways/disk/test_delete.py::test_remove_file": 0.002535063680647182, - "tests/gateways/disk/test_delete.py::test_remove_file_to_trash": 0.0022245880751849646, - "tests/gateways/disk/test_delete.py::test_remove_link_to_dir": 0.06255109023892683, - "tests/gateways/disk/test_delete.py::test_remove_link_to_file": 0.0021981658955618115, - "tests/gateways/disk/test_delete.py::test_rm_rf": 0.05773750056013846, - "tests/gateways/disk/test_delete.py::test_rm_rf_couldnt": 0.002051875681638508, - "tests/gateways/disk/test_delete.py::test_rm_rf_does_not_follow_symlinks": 0.1101968771991511, - "tests/gateways/disk/test_delete.py::test_try_rmdir_all_empty_doesnt_exist": 0.05759048663370176, - "tests/gateways/disk/test_link.py::test_hard_link": 0.0031091707931793487, - "tests/gateways/disk/test_link.py::test_soft_link": 0.003235432257136605, - "tests/gateways/disk/test_permissions.py::test_make_executable": 0.001918053770466409, - "tests/gateways/disk/test_permissions.py::test_make_writable": 0.002429151963721289, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EACCES": 0.0021534347490673763, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EPERM": 0.002222806428149461, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EROFS": 0.0021892577262554256, - "tests/gateways/disk/test_permissions.py::test_make_writable_doesnt_exist": 0.0016909599974780525, - "tests/gateways/disk/test_permissions.py::test_recursive_make_writable": 0.0023339496628897558, - "tests/gateways/disk/test_read.py::test_cherrypy_py27_osx_no_binary": 0.0250442146768939, - "tests/gateways/disk/test_read.py::test_cherrypy_py36_osx_whl": 0.03770225953231283, - "tests/gateways/disk/test_read.py::test_pyjwt_py27_osx_no_binary": 0.0074232746052155536, - "tests/gateways/disk/test_read.py::test_pyjwt_py36_osx_whl": 0.00957866276414008, - "tests/gateways/disk/test_read.py::test_scrapy_py27_osx_no_binary": 0.05523414219554569, - "tests/gateways/disk/test_read.py::test_scrapy_py36_osx_whl": 0.08483052667088929, - "tests/gateways/disk/test_read.py::test_six_py27_osx_no_binary_unmanageable": 0.0035557522402523815, - "tests/gateways/disk/test_read.py::test_twilio_py27_osx_no_binary": 0.07315881117137012, - "tests/gateways/disk/test_read.py::test_twilio_py36_osx_whl": 0.11586260485353747, - "tests/gateways/test_connection.py::test_accept_range_none": 0.265295545337257, - "tests/gateways/test_connection.py::test_add_binstar_token": 0.004206793776391151, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost-channels3-http://localhost]": 0.013293817028539072, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost/noarch/test-package-0.1.0.conda-channels2-http://localhost]": 0.01340045040883214, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[https://conda.anaconda.org/conda-forge/linux-64/test-package-0.1.0.tar.bz2-channels1-conda-forge]": 0.013297038621351046, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[https://repo.anaconda.com/pkgs/main/linux-64/test-package-0.1.0.conda-channels0-defaults]": 0.013460724842030309, - "tests/gateways/test_connection.py::test_get_session_returns_default": 0.005796644092763925, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings": 0.010089212569934272, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings_multiple": 0.006175277204016909, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings_no_handler": 0.003090535727808851, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[exact-url]": 0.010025894241030663, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[no-match]": 0.004399349670665136, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[url-prefix]": 0.009312221785610818, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-match-same-schema]": 0.007896457587618089, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-different-scheme]": 0.003582140375168261, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-missing-scheme]": 0.0034486028079627144, - "tests/gateways/test_connection.py::test_local_file_adapter_200": 0.0025756720525720316, - "tests/gateways/test_connection.py::test_local_file_adapter_404": 0.002404567538444991, - "tests/gateways/test_connection.py::test_s3_server": 1.807824802411053, - "tests/gateways/test_connection.py::test_s3_server_with_mock": 1.6202217810753081, - "tests/gateways/test_jlap.py::test_download_and_hash": 0.05121658821391721, - "tests/gateways/test_jlap.py::test_hashwriter": 0.001620822885357976, - "tests/gateways/test_jlap.py::test_jlap_cache_clock[False]": 0.02827869375134861, - "tests/gateways/test_jlap.py::test_jlap_cache_clock[True]": 0.03155295498772316, - "tests/gateways/test_jlap.py::test_jlap_core": 0.003039926858153067, - "tests/gateways/test_jlap.py::test_jlap_coverage": 0.001675916832066004, - "tests/gateways/test_jlap.py::test_jlap_errors": 0.052816374133306546, - "tests/gateways/test_jlap.py::test_jlap_fetch": 0.09340478010513367, - "tests/gateways/test_jlap.py::test_jlap_fetch_file": 0.01385687367017857, - "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[False]": 0.8931273827322441, - "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[True]": 7.088458980092474, - "tests/gateways/test_jlap.py::test_jlap_flag[]": 0.0026214837757635285, - "tests/gateways/test_jlap.py::test_jlap_flag[jlap,another]": 0.002687948524749282, - "tests/gateways/test_jlap.py::test_jlap_flag[jlap]": 0.002712211100373464, - "tests/gateways/test_jlap.py::test_jlap_flag[jlapopotamus]": 0.0026825788551726403, - "tests/gateways/test_jlap.py::test_jlap_sought": 0.05559210726634003, - "tests/gateways/test_jlap.py::test_jlap_zst_not_404": 0.004563047689486202, - "tests/gateways/test_jlap.py::test_jlap_zst_not_zst": 0.012511843182102958, - "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[False]": 0.016209428712032493, - "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[True]": 0.017998455587583926, - "tests/gateways/test_jlap.py::test_repodata_state[False]": 0.011440690998134807, - "tests/gateways/test_jlap.py::test_repodata_state[True]": 0.04109635982736796, - "tests/gateways/test_jlap.py::test_repodata_use_zst[False]": 0.0026339744440502934, - "tests/gateways/test_jlap.py::test_repodata_use_zst[True]": 0.0026554563281138152, - "tests/gateways/test_jlap.py::test_request_url_jlap_state": 0.009628381792597583, - "tests/gateways/test_jlap.py::test_server_available": 0.22373202792345334, - "tests/gateways/test_logging.py::test_token_not_present_in_conda_create": 2.917201984194061, - "tests/gateways/test_logging.py::test_token_replace_big_string": 0.0020451444062649987, - "tests/gateways/test_logging.py::test_token_replace_individual_strings": 0.0016426655427203844, - "tests/gateways/test_repodata_gateway.py::test_coverage_conda_http_errors": 0.008830063782640703, - "tests/gateways/test_repodata_gateway.py::test_get_cache_control_max_age": 0.0016051300140092896, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-False]": 0.006004995941533789, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-True]": 0.008428173014794782, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-False]": 0.005747315556658508, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-True]": 0.00826060675627214, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[False]": 0.014939387321506457, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[True]": 0.022055173622241315, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_jsondecodeerror": 0.0039832467447566315, - "tests/gateways/test_repodata_gateway.py::test_repodata_state_has_format": 0.0028889259153948104, - "tests/gateways/test_repodata_gateway.py::test_save": 0.1050365968939427, - "tests/gateways/test_repodata_gateway.py::test_ssl_unavailable_error_message": 0.0018956894431524755, - "tests/gateways/test_repodata_gateway.py::test_stale": 0.007909931851124829, + "tests/gateways/disk/test_delete.py::test_remove_dir": 0.05656819256122456, + "tests/gateways/disk/test_delete.py::test_remove_file": 0.0025420956163198618, + "tests/gateways/disk/test_delete.py::test_remove_file_to_trash": 0.002194058424380822, + "tests/gateways/disk/test_delete.py::test_remove_link_to_dir": 0.06202873858831374, + "tests/gateways/disk/test_delete.py::test_remove_link_to_file": 0.0021914854158659965, + "tests/gateways/disk/test_delete.py::test_rm_rf": 0.05785209465403326, + "tests/gateways/disk/test_delete.py::test_rm_rf_couldnt": 0.00205821213448319, + "tests/gateways/disk/test_delete.py::test_rm_rf_does_not_follow_symlinks": 0.11083948165089001, + "tests/gateways/disk/test_delete.py::test_try_rmdir_all_empty_doesnt_exist": 0.05707357741324023, + "tests/gateways/disk/test_link.py::test_hard_link": 0.0030990114021513387, + "tests/gateways/disk/test_link.py::test_soft_link": 0.0032590157263129244, + "tests/gateways/disk/test_permissions.py::test_make_executable": 0.001915438649455667, + "tests/gateways/disk/test_permissions.py::test_make_writable": 0.002428749445193912, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EACCES": 0.002147766587056895, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EPERM": 0.0022307473902682617, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EROFS": 0.0021909611000742947, + "tests/gateways/disk/test_permissions.py::test_make_writable_doesnt_exist": 0.0017117299232252512, + "tests/gateways/disk/test_permissions.py::test_recursive_make_writable": 0.0023292676649981016, + "tests/gateways/disk/test_read.py::test_cherrypy_py27_osx_no_binary": 0.025075356493617536, + "tests/gateways/disk/test_read.py::test_cherrypy_py36_osx_whl": 0.03917000847344078, + "tests/gateways/disk/test_read.py::test_pyjwt_py27_osx_no_binary": 0.007451664064813322, + "tests/gateways/disk/test_read.py::test_pyjwt_py36_osx_whl": 0.009632055763302843, + "tests/gateways/disk/test_read.py::test_scrapy_py27_osx_no_binary": 0.05514541276034701, + "tests/gateways/disk/test_read.py::test_scrapy_py36_osx_whl": 0.08478745078437296, + "tests/gateways/disk/test_read.py::test_six_py27_osx_no_binary_unmanageable": 0.003574998308080657, + "tests/gateways/disk/test_read.py::test_twilio_py27_osx_no_binary": 0.0732160026140218, + "tests/gateways/disk/test_read.py::test_twilio_py36_osx_whl": 0.1157063807622803, + "tests/gateways/test_connection.py::test_accept_range_none": 0.3225906396316522, + "tests/gateways/test_connection.py::test_add_binstar_token": 0.004210719640373688, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost-channels3-http://localhost]": 0.013310139511324325, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost/noarch/test-package-0.1.0.conda-channels2-http://localhost]": 0.01333291752612484, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[https://conda.anaconda.org/conda-forge/linux-64/test-package-0.1.0.tar.bz2-channels1-conda-forge]": 0.013376360998604536, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[https://repo.anaconda.com/pkgs/main/linux-64/test-package-0.1.0.conda-channels0-defaults]": 0.013546262735158406, + "tests/gateways/test_connection.py::test_get_session_returns_default": 0.0058641965873960445, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings": 0.011229361122477417, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings_multiple": 0.007547761491818971, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings_no_handler": 0.0030781752559043856, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[exact-url]": 0.009932395095371638, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[no-match]": 0.00440708712366492, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[url-prefix]": 0.010471977712259557, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-match-same-schema]": 0.007842813229741025, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-different-scheme]": 0.0035470826486130973, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-missing-scheme]": 0.0034265319139386526, + "tests/gateways/test_connection.py::test_local_file_adapter_200": 0.002548097196805404, + "tests/gateways/test_connection.py::test_local_file_adapter_404": 0.0024231970730901717, + "tests/gateways/test_connection.py::test_s3_server": 1.8539321115340068, + "tests/gateways/test_connection.py::test_s3_server_with_mock": 1.5931440405957222, + "tests/gateways/test_jlap.py::test_download_and_hash": 0.07505562857456631, + "tests/gateways/test_jlap.py::test_hashwriter": 0.0016248460366017283, + "tests/gateways/test_jlap.py::test_jlap_cache_clock[False]": 0.028442185084988268, + "tests/gateways/test_jlap.py::test_jlap_cache_clock[True]": 0.03136399426106885, + "tests/gateways/test_jlap.py::test_jlap_core": 0.0030600787803515698, + "tests/gateways/test_jlap.py::test_jlap_coverage": 0.0017033395540916995, + "tests/gateways/test_jlap.py::test_jlap_errors": 0.05232766453162067, + "tests/gateways/test_jlap.py::test_jlap_fetch": 0.09106826760311824, + "tests/gateways/test_jlap.py::test_jlap_fetch_file": 0.01377048710630918, + "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[False]": 0.8252392143905468, + "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[True]": 7.087419055830885, + "tests/gateways/test_jlap.py::test_jlap_flag[]": 0.0026310555570640596, + "tests/gateways/test_jlap.py::test_jlap_flag[jlap,another]": 0.0027033919125471857, + "tests/gateways/test_jlap.py::test_jlap_flag[jlap]": 0.0027204263347837846, + "tests/gateways/test_jlap.py::test_jlap_flag[jlapopotamus]": 0.0026899833833264482, + "tests/gateways/test_jlap.py::test_jlap_sought": 0.05600899839618558, + "tests/gateways/test_jlap.py::test_jlap_zst_not_404": 0.004551631834420858, + "tests/gateways/test_jlap.py::test_jlap_zst_not_zst": 0.012462939694965956, + "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[False]": 0.01618685262210899, + "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[True]": 0.01747497218602358, + "tests/gateways/test_jlap.py::test_repodata_state[False]": 0.011252691517472567, + "tests/gateways/test_jlap.py::test_repodata_state[True]": 0.04029036406188657, + "tests/gateways/test_jlap.py::test_repodata_use_zst[False]": 0.0026433295937116482, + "tests/gateways/test_jlap.py::test_repodata_use_zst[True]": 0.0026566683783266084, + "tests/gateways/test_jlap.py::test_request_url_jlap_state": 0.009682710780945224, + "tests/gateways/test_jlap.py::test_server_available": 0.1847189756449726, + "tests/gateways/test_logging.py::test_token_not_present_in_conda_create": 2.8480123748618293, + "tests/gateways/test_logging.py::test_token_replace_big_string": 0.00204296946319434, + "tests/gateways/test_logging.py::test_token_replace_individual_strings": 0.001645091727414555, + "tests/gateways/test_repodata_gateway.py::test_coverage_conda_http_errors": 0.008807208450812173, + "tests/gateways/test_repodata_gateway.py::test_get_cache_control_max_age": 0.0016089931852248608, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-False]": 0.005997894906872557, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-True]": 0.00850920262033254, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-False]": 0.0073923335666052584, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-True]": 0.008265827468393386, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[False]": 0.014858594231078106, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[True]": 0.02184720329661969, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_jsondecodeerror": 0.003986427649050723, + "tests/gateways/test_repodata_gateway.py::test_repodata_state_has_format": 0.002888246215595148, + "tests/gateways/test_repodata_gateway.py::test_save": 0.10502674478835444, + "tests/gateways/test_repodata_gateway.py::test_ssl_unavailable_error_message": 0.0018883356710286754, + "tests/gateways/test_repodata_gateway.py::test_stale": 0.007946303135433657, "tests/gateways/test_repodata_lock.py::test_lock_can_lock[False]": 0.6922650697695734, "tests/gateways/test_repodata_lock.py::test_lock_can_lock[True]": 9.708108263256056, - "tests/gateways/test_repodata_lock.py::test_lock_no_lock[False]": 9.777245196835084, - "tests/gateways/test_repodata_lock.py::test_lock_no_lock[True]": 0.781580769089465, - "tests/gateways/test_repodata_lock.py::test_lock_rename": 0.009153012102909901, - "tests/gateways/test_subprocess.py::test_subprocess_call_with_capture_output": 0.40286940564939905, - "tests/gateways/test_subprocess.py::test_subprocess_call_without_capture_output": 0.39917689654642463, - "tests/models/test_channel.py::test_bare_channel_file": 0.0025642410589822692, - "tests/models/test_channel.py::test_bare_channel_http": 0.0024806515070733277, - "tests/models/test_channel.py::test_canonicalized_url_gets_correct_token": 0.013801841158796374, - "tests/models/test_channel.py::test_channel_alias": 0.017268811791569562, - "tests/models/test_channel.py::test_channel_alias_channels": 0.0026346299966615427, - "tests/models/test_channel.py::test_channel_alias_w_conda_path": 0.013284994940141456, - "tests/models/test_channel.py::test_channel_alias_w_subhcnnale": 0.013040182684887582, - "tests/models/test_channel.py::test_channel_cache": 0.0024339828623986194, - "tests/models/test_channel.py::test_channel_host_port": 0.0024875609957527084, - "tests/models/test_channel.py::test_channel_mangles_urls": 0.002698343909332078, - "tests/models/test_channel.py::test_channel_name_subdir_only": 0.0032104394901158353, - "tests/models/test_channel.py::test_channels_with_dashes": 0.014699866888332497, - "tests/models/test_channel.py::test_custom_channels": 0.01901760369617717, - "tests/models/test_channel.py::test_custom_channels_port_token_auth": 0.019865848729769618, - "tests/models/test_channel.py::test_custom_token_in_channel": 0.013469789885223984, - "tests/models/test_channel.py::test_default_channel": 0.0033388368706868056, - "tests/models/test_channel.py::test_default_channels": 0.01738012122065371, - "tests/models/test_channel.py::test_defaults_channel": 0.018345624365239652, - "tests/models/test_channel.py::test_env_var_file_urls": 0.0035880508646918773, - "tests/models/test_channel.py::test_expanded_variables": 0.015929712050979008, - "tests/models/test_channel.py::test_file_channel": 0.018604689688729283, - "tests/models/test_channel.py::test_file_url_with_backslashes": 0.0025681061111208514, - "tests/models/test_channel.py::test_file_urls": 0.0025760311893402114, - "tests/models/test_channel.py::test_local_channel": 0.07347113151568258, - "tests/models/test_channel.py::test_migrated_custom_channels": 0.01896339895147386, - "tests/models/test_channel.py::test_multichannel_priority": 0.0034649888594833495, - "tests/models/test_channel.py::test_named_custom_channel": 0.017347230392215366, - "tests/models/test_channel.py::test_named_custom_channel_w_subchan": 0.017091729017370584, - "tests/models/test_channel.py::test_old_channel_alias": 0.01889346182544919, - "tests/models/test_channel.py::test_pkgs_main": 0.019695423225205195, - "tests/models/test_channel.py::test_pkgs_pro": 0.019941589386388073, - "tests/models/test_channel.py::test_ppc64le_vs_ppc64": 0.0028903465703136533, - "tests/models/test_channel.py::test_regression_against_unknown_none": 0.0029472158295047427, - "tests/models/test_channel.py::test_subdir_env_var": 0.006686171805031634, - "tests/models/test_channel.py::test_subdirs_env_var": 0.007268185793545052, - "tests/models/test_channel.py::test_token_in_custom_channel": 0.002806178250999535, - "tests/models/test_channel.py::test_unexpanded_variables": 0.015619225209805647, - "tests/models/test_channel.py::test_url_channel_w_platform": 0.0033582538328810313, - "tests/models/test_channel.py::test_url_custom_channel": 0.01722371651367718, - "tests/models/test_channel.py::test_url_custom_channel_w_subchan": 0.016949665593135755, - "tests/models/test_dist.py::test_channel[.conda]": 0.002916371563511994, - "tests/models/test_dist.py::test_channel[.tar.bz2]": 0.0029239074611096933, - "tests/models/test_dist.py::test_dist[.conda]": 0.002670379285396851, - "tests/models/test_dist.py::test_dist[.tar.bz2]": 0.0023026557582172522, - "tests/models/test_dist.py::test_dist_with_channel_url[.conda]": 0.07307487649024452, - "tests/models/test_dist.py::test_dist_with_channel_url[.tar.bz2]": 0.07238060177458518, - "tests/models/test_dist.py::test_dist_with_non_channel_url[.conda]": 0.002828637155884121, - "tests/models/test_dist.py::test_dist_with_non_channel_url[.tar.bz2]": 0.0027563422463311904, - "tests/models/test_index_record.py::test_index_record_timestamp": 0.003075502158087258, - "tests/models/test_index_record.py::test_prefix_record_no_channel": 0.00384842635154934, - "tests/models/test_match_spec.py::test_bracket_matches": 0.004896739785566378, - "tests/models/test_match_spec.py::test_build_merge": 0.0029063194285716383, - "tests/models/test_match_spec.py::test_build_number_and_filename": 0.0016126673490231942, - "tests/models/test_match_spec.py::test_build_number_merge": 0.0029335083669421048, - "tests/models/test_match_spec.py::test_canonical_string_forms": 0.006751413649217878, - "tests/models/test_match_spec.py::test_catch_invalid_regexes": 0.0030172802536283408, - "tests/models/test_match_spec.py::test_channel_matching": 0.0037273136094221468, - "tests/models/test_match_spec.py::test_channel_merge": 0.003033236529861949, - "tests/models/test_match_spec.py::test_comment": 0.0016708997912348342, - "tests/models/test_match_spec.py::test_conda_style": 0.0016782122821180662, - "tests/models/test_match_spec.py::test_dist": 0.003918348414425505, - "tests/models/test_match_spec.py::test_dist_str": 0.004236359442647269, - "tests/models/test_match_spec.py::test_exact_values": 0.002098197897181977, - "tests/models/test_match_spec.py::test_hash": 0.0019252625486177045, - "tests/models/test_match_spec.py::test_hash_merge_with_name": 0.003261967133701441, - "tests/models/test_match_spec.py::test_hash_merge_wo_name": 0.0019249624487577039, - "tests/models/test_match_spec.py::test_index_record": 0.003212305037251648, - "tests/models/test_match_spec.py::test_invalid": 0.0015577443357948353, - "tests/models/test_match_spec.py::test_invalid_arg2spec": 0.0016420479221914053, - "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg 4.2.2<6.0.0]": 0.0017760486048792842, - "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg>=0.10.0,<1.0.0=0.13.0,<1.0.0>=py312]": 0.0018526960118403052, - "tests/models/test_match_spec.py::test_key_value_features_canonical_string_forms": 0.00036148641144523726, - "tests/models/test_match_spec.py::test_legacy_features_canonical_string_forms": 0.001702864912865798, - "tests/models/test_match_spec.py::test_license_match": 0.004980995631821312, - "tests/models/test_match_spec.py::test_match_1": 0.012139003331496348, - "tests/models/test_match_spec.py::test_matchspec_errors": 0.00283685497126789, - "tests/models/test_match_spec.py::test_merge_multiple_name": 0.0032470374786756624, - "tests/models/test_match_spec.py::test_merge_single_name": 0.002986257190921615, - "tests/models/test_match_spec.py::test_no_name_match_spec": 0.0016697855479970544, - "tests/models/test_match_spec.py::test_openssl_match": 0.002810642018283529, - "tests/models/test_match_spec.py::test_parse_build_number_brackets": 0.0016827253515762622, - "tests/models/test_match_spec.py::test_parse_channel_subdir": 0.002451856182159782, - "tests/models/test_match_spec.py::test_parse_equal_equal": 0.001642427732985363, - "tests/models/test_match_spec.py::test_parse_errors": 0.0016082414384308975, - "tests/models/test_match_spec.py::test_parse_hard": 0.001767948142557664, - "tests/models/test_match_spec.py::test_parse_parens": 0.002348445580299855, - "tests/models/test_match_spec.py::test_parse_spec_str_no_brackets": 0.0024649034106156314, - "tests/models/test_match_spec.py::test_parse_spec_str_tarball_url": 0.0036563308794324632, - "tests/models/test_match_spec.py::test_parse_spec_str_with_brackets": 0.0026414399385253826, - "tests/models/test_match_spec.py::test_pip_style": 0.001825511131234307, - "tests/models/test_match_spec.py::test_pip_style2": 0.002050333096026918, - "tests/models/test_match_spec.py::test_simple": 0.002011372301038516, - "tests/models/test_match_spec.py::test_star_name": 0.0016173341529541476, - "tests/models/test_match_spec.py::test_strictness": 0.0028658899506657327, - "tests/models/test_match_spec.py::test_subdir_merge": 0.0030377451807723347, - "tests/models/test_match_spec.py::test_tarball_match_specs": 0.005211653216517324, - "tests/models/test_match_spec.py::test_to_filename": 0.0028527117587353406, - "tests/models/test_match_spec.py::test_track_features_match": 0.004882299947787644, - "tests/models/test_package_info.py::test_package_info": 0.0027018014019959094, - "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[classic]": 0.9786715631992227, - "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[libmamba]": 0.3819371686042747, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[classic]": 0.018998526805816675, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[libmamba]": 0.01722344361649443, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[classic]": 0.016028916398541024, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[libmamba]": 0.016403962998765977, - "tests/models/test_prefix_graph.py::test_prefix_graph_1[classic]": 3.4716665765187544, - "tests/models/test_prefix_graph.py::test_prefix_graph_1[libmamba]": 0.264531296550846, - "tests/models/test_prefix_graph.py::test_prefix_graph_2[classic]": 3.4637931944622395, - "tests/models/test_prefix_graph.py::test_prefix_graph_2[libmamba]": 0.25684371685703655, - "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[classic]": 3.4511000236491527, - "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[libmamba]": 0.2641305859149263, - "tests/models/test_prefix_graph.py::test_sort_without_prep[classic]": 4.40369754118203, - "tests/models/test_prefix_graph.py::test_sort_without_prep[libmamba]": 0.6523644766954855, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[classic]": 4.405834819897066, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[libmamba]": 0.7739809137187824, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[classic]": 4.271426314447456, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[libmamba]": 0.7518726831107304, - "tests/models/test_version.py::test_compatible_release_versions": 0.001909514779346991, - "tests/models/test_version.py::test_compound_versions": 0.0019013459545491195, - "tests/models/test_version.py::test_hexrd": 0.0016510537333669097, - "tests/models/test_version.py::test_invalid_version_specs": 0.0019948739483946153, - "tests/models/test_version.py::test_local_identifier": 0.0017682958230799916, - "tests/models/test_version.py::test_match": 0.004691149057323011, - "tests/models/test_version.py::test_not_eq_star": 0.0018204029569721507, - "tests/models/test_version.py::test_openssl_convention": 0.002591633099897432, - "tests/models/test_version.py::test_pep440": 0.003321752135787519, - "tests/models/test_version.py::test_pep_440_arbitrary_equality_operator": 0.0016170219519981855, - "tests/models/test_version.py::test_ver_eval": 0.0021497015533000676, - "tests/models/test_version.py::test_ver_eval_errors": 0.0016789026576660591, - "tests/models/test_version.py::test_version_order": 0.0036165376676103073, - "tests/models/test_version.py::test_version_spec_1": 0.001678644599315111, - "tests/models/test_version.py::test_version_spec_2": 0.0018538927174176925, - "tests/models/test_version.py::test_version_spec_3": 0.001620952478166747, - "tests/models/test_version.py::test_version_spec_4": 0.0017357917900715876, - "tests/notices/test_core.py::test__conda_user_story__disable_notices": 0.006625319888386083, - "tests/notices/test_core.py::test__conda_user_story__more_notices_message": 0.00832001661127089, - "tests/notices/test_core.py::test__conda_user_story__only_see_once": 0.008220825872676191, - "tests/notices/test_core.py::test_display_notices_happy_path[200]": 0.009407291653940462, - "tests/notices/test_core.py::test_display_notices_happy_path[404]": 0.009355901318328396, - "tests/notices/test_core.py::test_display_notices_happy_path[500]": 0.00801649520053486, - "tests/notices/test_core.py::test_notices_decorator": 0.007623361524648529, - "tests/notices/test_fetch.py::test_get_channel_notice_response_malformed_json": 0.007502315197700362, - "tests/notices/test_fetch.py::test_get_channel_notice_response_timeout_error": 0.007282590728280031, - "tests/notices/test_fetch.py::test_notice_response_cache_expired": 0.0016736298210903457, - "tests/notices/test_types.py::test_channel_notice_response": 0.001694897760110539, - "tests/notices/test_types.py::test_channel_notice_response_date_parse_error": 0.0017266055913457029, - "tests/notices/test_types.py::test_channel_notice_response_integer_id": 0.0015917031033498435, - "tests/notices/test_types.py::test_channel_notice_undefined_id": 0.0016119323482488347, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path": 2.0609207048147726, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_show_help": 0.04305106061404719, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_verbose": 2.0545275984445266, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_non_existent_environment": 0.06397729546236265, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_test_environment": 2.6689413343207065, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyc]": 0.004057422837245223, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyo]": 0.004020827987645412, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-False]": 0.0043891164142027435, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-True]": 0.004400507758945907, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-False]": 0.00440445427412374, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-True]": 0.0044485114394518955, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyc-False]": 0.015100638012003814, + "tests/gateways/test_repodata_lock.py::test_lock_no_lock[False]": 9.78089353142863, + "tests/gateways/test_repodata_lock.py::test_lock_no_lock[True]": 0.7813259695350756, + "tests/gateways/test_repodata_lock.py::test_lock_rename": 0.010080743510835979, + "tests/gateways/test_subprocess.py::test_subprocess_call_with_capture_output": 0.4009786335980477, + "tests/gateways/test_subprocess.py::test_subprocess_call_without_capture_output": 0.4012498476296642, + "tests/models/test_channel.py::test_bare_channel_file": 0.002566733645913385, + "tests/models/test_channel.py::test_bare_channel_http": 0.002483106091092766, + "tests/models/test_channel.py::test_canonicalized_url_gets_correct_token": 0.013834011243676805, + "tests/models/test_channel.py::test_channel_alias": 0.017423960844905936, + "tests/models/test_channel.py::test_channel_alias_channels": 0.002638272913231257, + "tests/models/test_channel.py::test_channel_alias_w_conda_path": 0.013385922409896186, + "tests/models/test_channel.py::test_channel_alias_w_subhcnnale": 0.013099184012285998, + "tests/models/test_channel.py::test_channel_cache": 0.0024158375440869917, + "tests/models/test_channel.py::test_channel_host_port": 0.002495802335795853, + "tests/models/test_channel.py::test_channel_mangles_urls": 0.0027039374662289357, + "tests/models/test_channel.py::test_channel_name_subdir_only": 0.003225546339084325, + "tests/models/test_channel.py::test_channels_with_dashes": 0.014867219253112903, + "tests/models/test_channel.py::test_custom_channels": 0.01920033655966572, + "tests/models/test_channel.py::test_custom_channels_port_token_auth": 0.019722709232033123, + "tests/models/test_channel.py::test_custom_token_in_channel": 0.013444772044941369, + "tests/models/test_channel.py::test_default_channel": 0.003344559850256337, + "tests/models/test_channel.py::test_default_channels": 0.017298735269229173, + "tests/models/test_channel.py::test_defaults_channel": 0.01826055795485925, + "tests/models/test_channel.py::test_env_var_file_urls": 0.0035834079562793992, + "tests/models/test_channel.py::test_expanded_variables": 0.01593196637421843, + "tests/models/test_channel.py::test_file_channel": 0.01863110313614578, + "tests/models/test_channel.py::test_file_url_with_backslashes": 0.002578209322532017, + "tests/models/test_channel.py::test_file_urls": 0.0025918183087227757, + "tests/models/test_channel.py::test_local_channel": 0.07439519361443692, + "tests/models/test_channel.py::test_migrated_custom_channels": 0.018895906481277387, + "tests/models/test_channel.py::test_multichannel_priority": 0.0034774108905903586, + "tests/models/test_channel.py::test_named_custom_channel": 0.01732603590007844, + "tests/models/test_channel.py::test_named_custom_channel_w_subchan": 0.017104263331551108, + "tests/models/test_channel.py::test_old_channel_alias": 0.01887358497167211, + "tests/models/test_channel.py::test_pkgs_main": 0.0198112467596771, + "tests/models/test_channel.py::test_pkgs_pro": 0.019853194141980193, + "tests/models/test_channel.py::test_ppc64le_vs_ppc64": 0.0028977844737311815, + "tests/models/test_channel.py::test_regression_against_unknown_none": 0.0029452401242762594, + "tests/models/test_channel.py::test_subdir_env_var": 0.006708326737546496, + "tests/models/test_channel.py::test_subdirs_env_var": 0.007259894624411955, + "tests/models/test_channel.py::test_token_in_custom_channel": 0.002811749864905258, + "tests/models/test_channel.py::test_unexpanded_variables": 0.01570278808558861, + "tests/models/test_channel.py::test_url_channel_w_platform": 0.003330884716298697, + "tests/models/test_channel.py::test_url_custom_channel": 0.01717434983247919, + "tests/models/test_channel.py::test_url_custom_channel_w_subchan": 0.017009657195177996, + "tests/models/test_dist.py::test_channel[.conda]": 0.0029191452365039993, + "tests/models/test_dist.py::test_channel[.tar.bz2]": 0.0029339320002897146, + "tests/models/test_dist.py::test_dist[.conda]": 0.002682805151189027, + "tests/models/test_dist.py::test_dist[.tar.bz2]": 0.002283278472871866, + "tests/models/test_dist.py::test_dist_with_channel_url[.conda]": 0.07429034540791744, + "tests/models/test_dist.py::test_dist_with_channel_url[.tar.bz2]": 0.07368985628265844, + "tests/models/test_dist.py::test_dist_with_non_channel_url[.conda]": 0.0028356620429847174, + "tests/models/test_dist.py::test_dist_with_non_channel_url[.tar.bz2]": 0.002730890593415578, + "tests/models/test_index_record.py::test_index_record_timestamp": 0.003077669084255604, + "tests/models/test_index_record.py::test_prefix_record_no_channel": 0.0038469767340803783, + "tests/models/test_match_spec.py::test_bracket_matches": 0.004905855929215925, + "tests/models/test_match_spec.py::test_build_merge": 0.0029331908989210227, + "tests/models/test_match_spec.py::test_build_number_and_filename": 0.0016165243375318153, + "tests/models/test_match_spec.py::test_build_number_merge": 0.002962018158652593, + "tests/models/test_match_spec.py::test_canonical_string_forms": 0.006710538833788938, + "tests/models/test_match_spec.py::test_catch_invalid_regexes": 0.003036502426731993, + "tests/models/test_match_spec.py::test_channel_matching": 0.0037462980840564913, + "tests/models/test_match_spec.py::test_channel_merge": 0.0030474469006952936, + "tests/models/test_match_spec.py::test_comment": 0.001681825734630022, + "tests/models/test_match_spec.py::test_conda_style": 0.0016805467642643736, + "tests/models/test_match_spec.py::test_dist": 0.003955183611614182, + "tests/models/test_match_spec.py::test_dist_str": 0.004251475211565515, + "tests/models/test_match_spec.py::test_exact_values": 0.00208814675838422, + "tests/models/test_match_spec.py::test_hash": 0.0018941002463304583, + "tests/models/test_match_spec.py::test_hash_merge_with_name": 0.003275615159411722, + "tests/models/test_match_spec.py::test_hash_merge_wo_name": 0.0019333951127679374, + "tests/models/test_match_spec.py::test_index_record": 0.0032263257380647048, + "tests/models/test_match_spec.py::test_invalid": 0.001563289441221822, + "tests/models/test_match_spec.py::test_invalid_arg2spec": 0.001645653642250292, + "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg 4.2.2<6.0.0]": 0.0017768177264829747, + "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg>=0.10.0,<1.0.0=0.13.0,<1.0.0>=py312]": 0.0018606772385417836, + "tests/models/test_match_spec.py::test_key_value_features_canonical_string_forms": 0.0003627298760910174, + "tests/models/test_match_spec.py::test_legacy_features_canonical_string_forms": 0.001691293989114498, + "tests/models/test_match_spec.py::test_license_match": 0.004979157664085873, + "tests/models/test_match_spec.py::test_match_1": 0.01218028422589866, + "tests/models/test_match_spec.py::test_matchspec_errors": 0.002802604121715533, + "tests/models/test_match_spec.py::test_merge_multiple_name": 0.0032363798956871487, + "tests/models/test_match_spec.py::test_merge_single_name": 0.0029741608730565745, + "tests/models/test_match_spec.py::test_no_name_match_spec": 0.0016718955144788587, + "tests/models/test_match_spec.py::test_openssl_match": 0.002809489662643803, + "tests/models/test_match_spec.py::test_parse_build_number_brackets": 0.001688795138077048, + "tests/models/test_match_spec.py::test_parse_channel_subdir": 0.0024505050626946745, + "tests/models/test_match_spec.py::test_parse_equal_equal": 0.001650194706730779, + "tests/models/test_match_spec.py::test_parse_errors": 0.0016128071275539986, + "tests/models/test_match_spec.py::test_parse_hard": 0.0017783156103806028, + "tests/models/test_match_spec.py::test_parse_parens": 0.0023597234199970465, + "tests/models/test_match_spec.py::test_parse_spec_str_no_brackets": 0.0024942942784533023, + "tests/models/test_match_spec.py::test_parse_spec_str_tarball_url": 0.0036874630698090012, + "tests/models/test_match_spec.py::test_parse_spec_str_with_brackets": 0.004196648782477257, + "tests/models/test_match_spec.py::test_pip_style": 0.0018294787074357077, + "tests/models/test_match_spec.py::test_pip_style2": 0.0020609501421230405, + "tests/models/test_match_spec.py::test_simple": 0.0020202418619700607, + "tests/models/test_match_spec.py::test_star_name": 0.001621957933238683, + "tests/models/test_match_spec.py::test_strictness": 0.002861243636405434, + "tests/models/test_match_spec.py::test_subdir_merge": 0.0030511797766708017, + "tests/models/test_match_spec.py::test_tarball_match_specs": 0.005220635505314175, + "tests/models/test_match_spec.py::test_to_filename": 0.002870824512059966, + "tests/models/test_match_spec.py::test_track_features_match": 0.004896266573725855, + "tests/models/test_package_info.py::test_package_info": 0.0027131950525196317, + "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[classic]": 0.9864056183958638, + "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[libmamba]": 0.3829208031577565, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[classic]": 0.018495274480075992, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[libmamba]": 0.017220518114890275, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[classic]": 0.016006030967641152, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[libmamba]": 0.01692537247974014, + "tests/models/test_prefix_graph.py::test_prefix_graph_1[classic]": 3.4815733209011146, + "tests/models/test_prefix_graph.py::test_prefix_graph_1[libmamba]": 0.2656352782162027, + "tests/models/test_prefix_graph.py::test_prefix_graph_2[classic]": 3.467615812680071, + "tests/models/test_prefix_graph.py::test_prefix_graph_2[libmamba]": 0.2567142361818292, + "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[classic]": 3.4533986889369586, + "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[libmamba]": 0.26426311989777496, + "tests/models/test_prefix_graph.py::test_sort_without_prep[classic]": 4.3981829610142995, + "tests/models/test_prefix_graph.py::test_sort_without_prep[libmamba]": 0.6454053044217976, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[classic]": 4.375654487505447, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[libmamba]": 0.7748314499290069, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[classic]": 4.292528297073618, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[libmamba]": 0.7502796069193761, + "tests/models/test_version.py::test_compatible_release_versions": 0.0019185837799535273, + "tests/models/test_version.py::test_compound_versions": 0.0018980014711702019, + "tests/models/test_version.py::test_hexrd": 0.0016494267682184867, + "tests/models/test_version.py::test_invalid_version_specs": 0.0019826438430377603, + "tests/models/test_version.py::test_local_identifier": 0.001741929008158811, + "tests/models/test_version.py::test_match": 0.004697373223641293, + "tests/models/test_version.py::test_not_eq_star": 0.0018194904718389106, + "tests/models/test_version.py::test_openssl_convention": 0.002531611298796861, + "tests/models/test_version.py::test_pep440": 0.0032670277745374585, + "tests/models/test_version.py::test_pep_440_arbitrary_equality_operator": 0.001613339726822821, + "tests/models/test_version.py::test_ver_eval": 0.0021588755495424413, + "tests/models/test_version.py::test_ver_eval_errors": 0.0016755755665101425, + "tests/models/test_version.py::test_version_order": 0.0035931192708956936, + "tests/models/test_version.py::test_version_spec_1": 0.0016498320463467465, + "tests/models/test_version.py::test_version_spec_2": 0.0018675030826615113, + "tests/models/test_version.py::test_version_spec_3": 0.0016149498952420546, + "tests/models/test_version.py::test_version_spec_4": 0.0017295722317333304, + "tests/notices/test_core.py::test__conda_user_story__disable_notices": 0.006668884273796543, + "tests/notices/test_core.py::test__conda_user_story__more_notices_message": 0.00818842930202402, + "tests/notices/test_core.py::test__conda_user_story__only_see_once": 0.008161937723453503, + "tests/notices/test_core.py::test_display_notices_happy_path[200]": 0.009474158023901063, + "tests/notices/test_core.py::test_display_notices_happy_path[404]": 0.009209951742540284, + "tests/notices/test_core.py::test_display_notices_happy_path[500]": 0.008039680480419194, + "tests/notices/test_core.py::test_notices_decorator": 0.007617091195470383, + "tests/notices/test_fetch.py::test_get_channel_notice_response_malformed_json": 0.007510431561174228, + "tests/notices/test_fetch.py::test_get_channel_notice_response_timeout_error": 0.007295727970782475, + "tests/notices/test_fetch.py::test_notice_response_cache_expired": 0.0016687662399909908, + "tests/notices/test_types.py::test_channel_notice_response": 0.0016901995300121321, + "tests/notices/test_types.py::test_channel_notice_response_date_parse_error": 0.0017427720385121746, + "tests/notices/test_types.py::test_channel_notice_response_integer_id": 0.0015919272101971513, + "tests/notices/test_types.py::test_channel_notice_undefined_id": 0.0016040366953508837, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path": 2.0701550541891853, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_show_help": 0.04304249218311457, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_verbose": 2.0586542534875707, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_non_existent_environment": 0.06411707878376745, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_test_environment": 2.293225012567343, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyc]": 0.004059485854484989, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyo]": 0.00404641306436902, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-False]": 0.0044612795902571065, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-True]": 0.004430652086191147, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-False]": 0.004434368650123408, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-True]": 0.00445982199297936, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyc-False]": 0.015100638012003812, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyc-True]": 0.015080255753648774, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyo-False]": 0.01510064775200328, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyo-True]": 0.015061465557325357, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyo-False]": 0.015100647752003283, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyo-True]": 0.015061465557325359, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyc-False]": 0.015271132707221578, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyc-True]": 0.015282368280420943, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyc-True]": 0.015282368280420944, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyo-False]": 0.015209586867345278, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyo-True]": 0.015204558750802762, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyc-False]": 0.015002254796219468, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyc-True]": 0.01501438829049363, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyo-False]": 0.015148801114622844, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyo-True]": 0.014995266470422446, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyc]": 0.004695505323662748, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyo]": 0.004751176471084224, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyc]": 0.003895185390992667, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyo]": 0.003846403957944327, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyc]": 0.0041040601649433815, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyo]": 0.004098564632234761, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyc]": 0.004640071629681158, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyo]": 0.004705494527697666, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyc]": 0.0037993039929630425, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyo]": 0.003880072061650667, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-False]": 0.004166977773399589, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-True]": 0.0042189966705859835, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-False]": 0.004232863582720629, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-True]": 0.00427106565609199, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyc]": 0.003803637730329545, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyo]": 0.003826293907617655, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-False]": 0.00414900906014785, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-True]": 0.004193942626193952, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-False]": 0.004166327159336272, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-True]": 0.004155697325811097, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyc]": 0.0037166315232311457, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyo]": 0.0036839758581539562, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-False]": 0.004039142086200925, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-True]": 0.004005154485620252, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-False]": 0.004013532377193002, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-True]": 0.003991929250022129, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyc]": 0.004676147097311003, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyo]": 0.004611427707063798, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyc]": 0.005581790972172064, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyo]": 0.004555961121461876, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyc]": 0.003946473586810838, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyo]": 0.003958016228244495, - "tests/plugins/test_auth_handlers.py::test_duplicated": 0.0038682027782407672, - "tests/plugins/test_auth_handlers.py::test_get_auth_handler": 0.006142423963646364, - "tests/plugins/test_auth_handlers.py::test_get_auth_handler_multiple": 0.0031656783681341645, - "tests/plugins/test_health_checks.py::test_health_check_not_ran": 0.07053519836206419, - "tests/plugins/test_health_checks.py::test_health_check_ran": 0.06546339115324344, - "tests/plugins/test_manager.py::test_disable_external_plugins[VerboseSolverPlugin]": 0.002966713008310909, - "tests/plugins/test_manager.py::test_disable_external_plugins[tests.plugins.test_manager]": 0.003444244709739621, - "tests/plugins/test_manager.py::test_get_canonical_name_class": 0.0027263972614933987, - "tests/plugins/test_manager.py::test_get_canonical_name_instance": 0.003861723997538999, - "tests/plugins/test_manager.py::test_get_canonical_name_module": 0.002696918670724419, - "tests/plugins/test_manager.py::test_get_canonical_name_object": 0.0032110470763263717, - "tests/plugins/test_manager.py::test_get_hook_results": 0.005667641695451292, - "tests/plugins/test_manager.py::test_get_solvers": 0.0028181103100311405, - "tests/plugins/test_manager.py::test_get_virtual_packages": 0.002940297108570686, - "tests/plugins/test_manager.py::test_get_virtual_packages_no_name": 0.003343516602108383, - "tests/plugins/test_manager.py::test_known_solver": 0.002927406268837281, - "tests/plugins/test_manager.py::test_load_entrypoints_blocked": 0.009478348893237188, - "tests/plugins/test_manager.py::test_load_entrypoints_importerror": 0.010702490038636419, - "tests/plugins/test_manager.py::test_load_entrypoints_register_valueerror": 0.014655295753925856, - "tests/plugins/test_manager.py::test_load_entrypoints_success": 0.010382760445293342, - "tests/plugins/test_manager.py::test_load_plugins_error": 0.0029008855920149164, - "tests/plugins/test_manager.py::test_load_two_plugins_one_impls": 0.003101848322603762, - "tests/plugins/test_manager.py::test_load_without_plugins": 0.0028359774770721083, - "tests/plugins/test_manager.py::test_unknown_solver": 0.002799812762643425, - "tests/plugins/test_post_commands.py::test_post_command_action_raises_exception": 0.061567266165123084, - "tests/plugins/test_post_commands.py::test_post_command_invoked": 0.0688420745663525, - "tests/plugins/test_post_commands.py::test_post_command_not_invoked": 0.07362020303021417, - "tests/plugins/test_post_solves.py::test_post_solve_action_raises_exception": 18.905972344312612, - "tests/plugins/test_post_solves.py::test_post_solve_invoked": 32.642133540888985, - "tests/plugins/test_post_solves.py::test_post_solve_not_invoked": 0.07358773640058165, - "tests/plugins/test_pre_commands.py::test_pre_command_action_raises_exception": 0.05317083014519577, - "tests/plugins/test_pre_commands.py::test_pre_command_invoked": 0.06841350333868651, - "tests/plugins/test_pre_commands.py::test_pre_command_not_invoked": 0.07360578804755948, - "tests/plugins/test_pre_solves.py::test_pre_solve_action_raises_exception": 0.06707054770608299, - "tests/plugins/test_pre_solves.py::test_pre_solve_invoked": 12.787368828261332, - "tests/plugins/test_pre_solves.py::test_pre_solve_not_invoked": 0.07399191095489402, - "tests/plugins/test_settings.py::test_get_settings": 0.003267044171690368, - "tests/plugins/test_settings.py::test_load_configuration_parameters": 0.00339801896293944, - "tests/plugins/test_settings.py::test_load_plugin_config_with_env_var": 0.013756013106852955, - "tests/plugins/test_settings.py::test_load_plugin_settings_with_condarc": 0.014866130678076184, - "tests/plugins/test_solvers.py::test_duplicated": 0.0037031601261303415, - "tests/plugins/test_solvers.py::test_get_cached_solver_backend": 0.003821675636853257, - "tests/plugins/test_solvers.py::test_get_conflicting_solvers": 0.003167714641175929, - "tests/plugins/test_solvers.py::test_get_no_solver": 0.0027062020415146294, - "tests/plugins/test_solvers.py::test_get_one_solver": 0.0028730471742226377, - "tests/plugins/test_solvers.py::test_get_solver_backend": 0.014035280687023154, - "tests/plugins/test_solvers.py::test_get_solver_backend_multiple": 0.013735176060640989, - "tests/plugins/test_solvers.py::test_get_two_solvers": 0.003901558654402088, - "tests/plugins/test_solvers.py::test_solver_user_agent": 0.013884760138010578, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[activate]": 0.047447194394973816, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[clean]": 0.04667924109974811, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[compare]": 0.04719557137065397, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[config]": 0.04611603807975673, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[create]": 0.048239207513574245, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[deactivate]": 0.045750009491711596, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[export]": 0.04412958806478161, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[info]": 0.04387340269195468, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[init]": 0.05840023016010893, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[install]": 0.04682862545688495, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[list]": 0.052435118978935866, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[notices]": 0.05120801828030019, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[package]": 0.043670144202926926, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[remove]": 0.045929130300718796, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[rename]": 0.04452066620932626, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[run]": 0.051869963836996394, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[search]": 0.045322413568016466, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[update]": 0.048209116423977384, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[upgrade]": 0.04749801304319466, - "tests/plugins/test_subcommands.py::test_custom_plugin_extend_parser": 0.048786112078384916, - "tests/plugins/test_subcommands.py::test_custom_plugin_not_extend_parser": 0.06368803716957522, - "tests/plugins/test_subcommands.py::test_duplicated": 0.0038099669373709466, - "tests/plugins/test_subcommands.py::test_help": 0.04250305541317982, - "tests/plugins/test_subcommands.py::test_invoked": 0.06394361130762385, - "tests/plugins/test_subcommands.py::test_parser_no_plugins": 0.040074898171879376, - "tests/plugins/test_virtual_packages.py::test_archspec_override[None-False]": 1.6401834309295125, - "tests/plugins/test_virtual_packages.py::test_archspec_override[bla-True]": 1.5463695423769328, - "tests/plugins/test_virtual_packages.py::test_conda_virtual_package": 1.1205660920346776, - "tests/plugins/test_virtual_packages.py::test_cuda_detection": 0.6860080345663718, - "tests/plugins/test_virtual_packages.py::test_cuda_override": 0.0018273514456000875, - "tests/plugins/test_virtual_packages.py::test_cuda_override_none": 0.0018264981267895547, - "tests/plugins/test_virtual_packages.py::test_duplicated": 3.460734024188238, - "tests/plugins/test_virtual_packages.py::test_glibc_override[1.0-True]": 1.1075167089439861, - "tests/plugins/test_virtual_packages.py::test_glibc_override[None-False]": 1.0940432623168352, - "tests/plugins/test_virtual_packages.py::test_invoked": 10.140264824128169, - "tests/plugins/test_virtual_packages.py::test_linux_override[1.0-True]": 1.1071959073170599, - "tests/plugins/test_virtual_packages.py::test_linux_override[None-True]": 1.355872125633904, - "tests/plugins/test_virtual_packages.py::test_osx_override[1.0-True]": 0.6588029453283434, - "tests/plugins/test_virtual_packages.py::test_osx_override[None-False]": 0.9402573037090919, - "tests/plugins/test_virtual_packages.py::test_subdir_override[emscripten-wasm32]": 0.5429655746571921, - "tests/plugins/test_virtual_packages.py::test_subdir_override[freebsd-64]": 0.5429754008120535, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-32]": 0.5725558806137648, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-64]": 2.3973544547589816, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-aarch64]": 0.9778795387810715, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv6l]": 0.24549494090408863, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv7l]": 0.2539005246271532, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64]": 0.5214152114772932, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64le]": 0.940012769410149, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-riscv64]": 0.53435206740517, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-s390x]": 2.3668790695137925, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-64]": 1.1272702619277348, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-aarch64]": 0.5347811343020871, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-arm64]": 1.0144167439679854, - "tests/plugins/test_virtual_packages.py::test_subdir_override[wasi-wasm32]": 0.5252594779198081, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-32]": 2.8516497619836985, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-640]": 2.8929479947362404, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-641]": 2.3291865514344776, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_0]": 13.370968674253701, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_1]": 11.605531255890915, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-arm64]": 0.6397057227595184, - "tests/plugins/test_virtual_packages.py::test_subdir_override[zos-z]": 0.23981220611974008, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 legacy]": 0.0003348819296736111, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 mingw64]": 0.000338055078978571, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-legacy]": 0.00035172097323942273, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-mingw64 legacy]": 0.00033484766708743465, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-nothing]": 0.0003601746526941051, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 clang64]": 0.0003469441426533526, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 legacy]": 0.00034837663949866443, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64]": 0.0003637623745010268, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 legacy]": 0.00033170140471077927, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 mingw64]": 0.00034381570754543725, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-legacy]": 0.0003280032460702633, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-mingw64 legacy]": 0.00033789337967464705, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-nothing]": 0.0003269740174501916, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 clang64]": 0.0003374980738914698, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 legacy]": 0.00033332817002642976, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64]": 0.000351598309393896, - "tests/test_activate.py::test_PS1": 0.013853644113964227, - "tests/test_activate.py::test_PS1_no_changeps1": 0.024711358011939532, - "tests/test_activate.py::test_activate_and_deactivate_for_uninitialized_env": 0.17387986897782498, - "tests/test_activate.py::test_activate_deactivate_modify_path[bash]": 3.5113324152146745, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyc]": 0.004734347231780893, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyo]": 0.004771975551398496, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyc]": 0.003898950384419708, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyo]": 0.003870902832160263, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyc]": 0.0040761012456949144, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyo]": 0.004129508187499128, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyc]": 0.004647340422899003, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyo]": 0.004715467655521382, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyc]": 0.0038187118729964436, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyo]": 0.0038573603331554, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-False]": 0.004225778564004935, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-True]": 0.004215784786456581, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-False]": 0.0042434289422846605, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-True]": 0.004290112132426332, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyc]": 0.003813230300435507, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyo]": 0.0037905241438849005, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-False]": 0.004168771231508798, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-True]": 0.0041985574399431985, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-False]": 0.004156578949698456, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-True]": 0.004164155743737853, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyc]": 0.0036838415793087657, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyo]": 0.0037097318242186213, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-False]": 0.004029402608795514, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-True]": 0.004016724793554672, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-False]": 0.0040189679002408975, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-True]": 0.00400552820894212, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyc]": 0.004676707086488595, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyo]": 0.004632096371069295, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyc]": 0.005413904327884109, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyo]": 0.0044985813879104535, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyc]": 0.004751494500004583, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyo]": 0.004794290699999237, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyc]": 0.004417305199990551, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyo]": 0.004562343600008489, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyc]": 0.005547544899985724, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyo]": 0.005572620499964387, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyc]": 0.003956361760285949, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyo]": 0.004004168627389054, + "tests/plugins/test_auth_handlers.py::test_duplicated": 0.00390878800696501, + "tests/plugins/test_auth_handlers.py::test_get_auth_handler": 0.00576108571786485, + "tests/plugins/test_auth_handlers.py::test_get_auth_handler_multiple": 0.0032137965592622486, + "tests/plugins/test_health_checks.py::test_health_check_not_ran": 0.07053776798426056, + "tests/plugins/test_health_checks.py::test_health_check_ran": 0.06734043044799556, + "tests/plugins/test_manager.py::test_disable_external_plugins[VerboseSolverPlugin]": 0.0029767249909312446, + "tests/plugins/test_manager.py::test_disable_external_plugins[tests.plugins.test_manager]": 0.0033931648771861975, + "tests/plugins/test_manager.py::test_get_canonical_name_class": 0.0027681406296627825, + "tests/plugins/test_manager.py::test_get_canonical_name_instance": 0.0037846543845467275, + "tests/plugins/test_manager.py::test_get_canonical_name_module": 0.0027143519048392862, + "tests/plugins/test_manager.py::test_get_canonical_name_object": 0.0032406944287021295, + "tests/plugins/test_manager.py::test_get_hook_results": 0.005671133019586915, + "tests/plugins/test_manager.py::test_get_solvers": 0.0028101724571759335, + "tests/plugins/test_manager.py::test_get_virtual_packages": 0.0028993507235617944, + "tests/plugins/test_manager.py::test_get_virtual_packages_no_name": 0.003395949391964475, + "tests/plugins/test_manager.py::test_known_solver": 0.0029263851339858637, + "tests/plugins/test_manager.py::test_load_entrypoints_blocked": 0.009577119317728443, + "tests/plugins/test_manager.py::test_load_entrypoints_importerror": 0.010785954396627603, + "tests/plugins/test_manager.py::test_load_entrypoints_register_valueerror": 0.014728860250081554, + "tests/plugins/test_manager.py::test_load_entrypoints_success": 0.010563155256300822, + "tests/plugins/test_manager.py::test_load_plugins_error": 0.0029057576375471875, + "tests/plugins/test_manager.py::test_load_two_plugins_one_impls": 0.0031004522235628705, + "tests/plugins/test_manager.py::test_load_without_plugins": 0.0028249393310584192, + "tests/plugins/test_manager.py::test_unknown_solver": 0.002782612499969806, + "tests/plugins/test_post_commands.py::test_post_command_action_raises_exception": 0.06140523681196245, + "tests/plugins/test_post_commands.py::test_post_command_invoked": 0.06900837825960202, + "tests/plugins/test_post_commands.py::test_post_command_not_invoked": 0.07336164862033452, + "tests/plugins/test_post_solves.py::test_post_solve_action_raises_exception": 18.704349893720543, + "tests/plugins/test_post_solves.py::test_post_solve_invoked": 36.31298043114865, + "tests/plugins/test_post_solves.py::test_post_solve_not_invoked": 0.07387537620963655, + "tests/plugins/test_pre_commands.py::test_pre_command_action_raises_exception": 0.053373653845151706, + "tests/plugins/test_pre_commands.py::test_pre_command_invoked": 0.06997850849066695, + "tests/plugins/test_pre_commands.py::test_pre_command_not_invoked": 0.07383421826603431, + "tests/plugins/test_pre_solves.py::test_pre_solve_action_raises_exception": 0.0668146283940034, + "tests/plugins/test_pre_solves.py::test_pre_solve_invoked": 14.208785298001448, + "tests/plugins/test_pre_solves.py::test_pre_solve_not_invoked": 0.07440477779374524, + "tests/plugins/test_settings.py::test_get_settings": 0.0032701940960970233, + "tests/plugins/test_settings.py::test_load_configuration_parameters": 0.004558638619699815, + "tests/plugins/test_settings.py::test_load_plugin_config_with_env_var": 0.013729035085242737, + "tests/plugins/test_settings.py::test_load_plugin_settings_with_condarc": 0.014921869476717997, + "tests/plugins/test_solvers.py::test_duplicated": 0.00368096029460265, + "tests/plugins/test_solvers.py::test_get_cached_solver_backend": 0.0038557917361954686, + "tests/plugins/test_solvers.py::test_get_conflicting_solvers": 0.003193701068640988, + "tests/plugins/test_solvers.py::test_get_no_solver": 0.0027351836432189906, + "tests/plugins/test_solvers.py::test_get_one_solver": 0.0028782280232697174, + "tests/plugins/test_solvers.py::test_get_solver_backend": 0.014051181157991387, + "tests/plugins/test_solvers.py::test_get_solver_backend_multiple": 0.013726905515299375, + "tests/plugins/test_solvers.py::test_get_two_solvers": 0.0037365562049045085, + "tests/plugins/test_solvers.py::test_solver_user_agent": 0.013970021011479086, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[activate]": 0.04337120217584758, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[clean]": 0.04634608642413115, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[compare]": 0.04689604648335575, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[config]": 0.04579656759472176, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[create]": 0.053214404888416805, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[deactivate]": 0.04572672831732375, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[export]": 0.04414889448422223, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[info]": 0.048711196911429305, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[init]": 0.057469653770488335, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[install]": 0.04677601623837927, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[list]": 0.049126014484458184, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[notices]": 0.05034178987617015, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[package]": 0.044042401150755424, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[remove]": 0.04641221422640277, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[rename]": 0.0468682275866052, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[run]": 0.04435257906575622, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[search]": 0.045250961880841226, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[update]": 0.05112974683313805, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[upgrade]": 0.047258667354282254, + "tests/plugins/test_subcommands.py::test_custom_plugin_extend_parser": 0.04817791630879929, + "tests/plugins/test_subcommands.py::test_custom_plugin_not_extend_parser": 0.06353794577890749, + "tests/plugins/test_subcommands.py::test_duplicated": 0.0037253222236464743, + "tests/plugins/test_subcommands.py::test_help": 0.04792237548965786, + "tests/plugins/test_subcommands.py::test_invoked": 0.06431124661892486, + "tests/plugins/test_subcommands.py::test_parser_no_plugins": 0.04309277428235115, + "tests/plugins/test_virtual_packages.py::test_archspec_override[None-False]": 1.5772098072281515, + "tests/plugins/test_virtual_packages.py::test_archspec_override[bla-True]": 1.354918472414612, + "tests/plugins/test_virtual_packages.py::test_conda_virtual_package": 1.1190813904782986, + "tests/plugins/test_virtual_packages.py::test_cuda_detection": 0.6880111151241435, + "tests/plugins/test_virtual_packages.py::test_cuda_override": 0.001834888358619193, + "tests/plugins/test_virtual_packages.py::test_cuda_override_none": 0.0018106648022923537, + "tests/plugins/test_virtual_packages.py::test_duplicated": 4.267026368589781, + "tests/plugins/test_virtual_packages.py::test_glibc_override[1.0-True]": 1.118655150378197, + "tests/plugins/test_virtual_packages.py::test_glibc_override[None-False]": 1.1018425820709137, + "tests/plugins/test_virtual_packages.py::test_invoked": 9.809328529924109, + "tests/plugins/test_virtual_packages.py::test_linux_override[1.0-True]": 1.1277367200555266, + "tests/plugins/test_virtual_packages.py::test_linux_override[None-True]": 1.1739928091192329, + "tests/plugins/test_virtual_packages.py::test_osx_override[1.0-True]": 0.6962818009032958, + "tests/plugins/test_virtual_packages.py::test_osx_override[None-False]": 0.8644557130533457, + "tests/plugins/test_virtual_packages.py::test_subdir_override[emscripten-wasm32]": 0.5315912492286751, + "tests/plugins/test_virtual_packages.py::test_subdir_override[freebsd-64]": 0.535179455929562, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-32]": 0.5937031592205203, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-64]": 2.891759228698189, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-aarch64]": 0.9649475090096027, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv6l]": 0.24613999030618797, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv7l]": 0.2471239349587085, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64]": 0.5153062929832077, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64le]": 0.9393197262676075, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-riscv64]": 0.5318731058829731, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-s390x]": 2.170284972356178, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-64]": 1.1349287290841956, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-aarch64]": 0.5366914852584848, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-arm64]": 1.0230646987055154, + "tests/plugins/test_virtual_packages.py::test_subdir_override[wasi-wasm32]": 0.5182538719865969, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-32]": 2.8176466037013594, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-640]": 2.895859813304109, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-641]": 2.2069246026327907, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_0]": 12.929644042626531, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_1]": 11.621686430276897, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-arm64]": 0.6221115730554403, + "tests/plugins/test_virtual_packages.py::test_subdir_override[zos-z]": 0.24449704541974057, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 legacy]": 0.0003375360382344733, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 mingw64]": 0.0003394338280579036, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-legacy]": 0.00035629329079764046, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-mingw64 legacy]": 0.00033808505038640285, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-nothing]": 0.00036220393454404904, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 clang64]": 0.00034514620215577406, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 legacy]": 0.00034669432299288367, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64]": 0.0003605294562699297, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 legacy]": 0.0003320375698351021, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 mingw64]": 0.0003411195939747648, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-legacy]": 0.00035728452121517196, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-mingw64 legacy]": 0.00034226830466204555, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-nothing]": 0.0003276882310978864, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 clang64]": 0.00033784434137548486, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 legacy]": 0.0003328088393810874, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64]": 0.00035673691265942467, + "tests/test_activate.py::test_PS1": 0.014204701765016757, + "tests/test_activate.py::test_PS1_no_changeps1": 0.02436951945589845, + "tests/test_activate.py::test_activate_and_deactivate_for_uninitialized_env": 0.1728072937524555, + "tests/test_activate.py::test_activate_deactivate_modify_path[bash]": 3.511332415214674, "tests/test_activate.py::test_activate_deactivate_modify_path[cmd.exe]": 0.00034304594718301756, - "tests/test_activate.py::test_activate_environment_not_found": 0.048746391078651016, - "tests/test_activate.py::test_activate_same_environment": 1.0110381615020179, - "tests/test_activate.py::test_add_prefix_to_path_cmdexe": 0.00048650251192081, - "tests/test_activate.py::test_add_prefix_to_path_posix": 0.012016503391160387, + "tests/test_activate.py::test_activate_environment_not_found": 0.0443525289682912, + "tests/test_activate.py::test_activate_same_environment": 0.9303683511666885, + "tests/test_activate.py::test_add_prefix_to_path_cmdexe": 0.00048600203153906305, + "tests/test_activate.py::test_add_prefix_to_path_posix": 0.012012035349878917, "tests/test_activate.py::test_bash_activate_error": 2.9346477837997815, "tests/test_activate.py::test_basic_integration[bash-basic_posix]": 17.102907983652624, - "tests/test_activate.py::test_basic_integration[csh-basic_csh]": 0.00038591360128583475, + "tests/test_activate.py::test_basic_integration[csh-basic_csh]": 0.0003859136012858348, "tests/test_activate.py::test_basic_integration[dash-basic_posix]": 17.01431735942892, - "tests/test_activate.py::test_basic_integration[tcsh-basic_csh]": 0.0004004144096409294, + "tests/test_activate.py::test_basic_integration[tcsh-basic_csh]": 0.00040041440964092945, "tests/test_activate.py::test_basic_integration[zsh-basic_posix]": 0.000739798520907652, - "tests/test_activate.py::test_build_activate_dont_activate_unset_var": 2.1545691439277044, - "tests/test_activate.py::test_build_activate_restore_unset_env_vars": 1.0141788297415133, - "tests/test_activate.py::test_build_activate_shlvl_0": 1.3581698854190845, - "tests/test_activate.py::test_build_activate_shlvl_1": 1.3310390074862946, - "tests/test_activate.py::test_build_activate_shlvl_warn_clobber_vars": 1.283291847714397, - "tests/test_activate.py::test_build_deactivate_shlvl_1": 1.009592316190853, - "tests/test_activate.py::test_build_deactivate_shlvl_2_from_activate": 1.991615120373433, - "tests/test_activate.py::test_build_deactivate_shlvl_2_from_stack": 2.0025132283800136, - "tests/test_activate.py::test_build_stack_shlvl_1": 1.2467546989868714, + "tests/test_activate.py::test_build_activate_dont_activate_unset_var": 2.0643807038406123, + "tests/test_activate.py::test_build_activate_restore_unset_env_vars": 0.9293363910803895, + "tests/test_activate.py::test_build_activate_shlvl_0": 1.265013102552982, + "tests/test_activate.py::test_build_activate_shlvl_1": 1.205657299008245, + "tests/test_activate.py::test_build_activate_shlvl_warn_clobber_vars": 1.2763771825776942, + "tests/test_activate.py::test_build_deactivate_shlvl_1": 0.9260067965620657, + "tests/test_activate.py::test_build_deactivate_shlvl_2_from_activate": 1.8309188743219351, + "tests/test_activate.py::test_build_deactivate_shlvl_2_from_stack": 1.8358058135691484, + "tests/test_activate.py::test_build_stack_shlvl_1": 1.1351542009714608, "tests/test_activate.py::test_cmd_exe_activate_error": 0.0003843804872841041, - "tests/test_activate.py::test_cmd_exe_basic": 0.0003630923689920658, + "tests/test_activate.py::test_cmd_exe_basic": 0.00036172129465002553, "tests/test_activate.py::test_cmd_exe_basic_integration": 0.00040980266622805213, - "tests/test_activate.py::test_csh_basic": 0.045814522407735, - "tests/test_activate.py::test_default_env": 0.04571911486239096, - "tests/test_activate.py::test_deprecations[ensure_binary-TypeError]": 0.012058684586115162, - "tests/test_activate.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.012073990491670687, - "tests/test_activate.py::test_deprecations[path_identity-TypeError]": 0.012389405149283805, - "tests/test_activate.py::test_fish_basic": 0.04531431099089674, + "tests/test_activate.py::test_csh_basic": 0.04580284404292843, + "tests/test_activate.py::test_default_env": 0.04142193022134939, + "tests/test_activate.py::test_deprecations[ensure_binary-TypeError]": 0.012087771956764082, + "tests/test_activate.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.012056752717663082, + "tests/test_activate.py::test_deprecations[path_identity-TypeError]": 0.012393339299437088, + "tests/test_activate.py::test_fish_basic": 0.045456163353272724, "tests/test_activate.py::test_fish_basic_integration": 0.00041150429877139937, - "tests/test_activate.py::test_force_uppercase[False]": 0.02213828262499773, - "tests/test_activate.py::test_force_uppercase[True]": 0.022273314083622205, - "tests/test_activate.py::test_get_env_vars_big_whitespace": 1.0147964490403056, - "tests/test_activate.py::test_get_env_vars_empty_file": 1.0013489992010076, - "tests/test_activate.py::test_json_basic": 0.04624930614615086, + "tests/test_activate.py::test_force_uppercase[False]": 0.022180224002406164, + "tests/test_activate.py::test_force_uppercase[True]": 0.022783891450453595, + "tests/test_activate.py::test_get_env_vars_big_whitespace": 0.9371575250384162, + "tests/test_activate.py::test_get_env_vars_empty_file": 0.921005786935068, + "tests/test_activate.py::test_json_basic": 0.046235460204115335, "tests/test_activate.py::test_legacy_activate_deactivate_bash": 4.078164641297805, - "tests/test_activate.py::test_legacy_activate_deactivate_cmd_exe": 0.0003819470115046987, - "tests/test_activate.py::test_metavars_force_uppercase[False]": 0.023065217807576033, - "tests/test_activate.py::test_metavars_force_uppercase[True]": 0.023281271786253752, - "tests/test_activate.py::test_native_path_to_unix[cygpath-None]": 0.0003903741518600633, - "tests/test_activate.py::test_native_path_to_unix[cygpath-empty string]": 0.00037293388581954065, - "tests/test_activate.py::test_native_path_to_unix[cygpath-empty tuple]": 0.0003407052688781107, - "tests/test_activate.py::test_native_path_to_unix[cygpath-list[path]]": 0.0003796999663201323, - "tests/test_activate.py::test_native_path_to_unix[cygpath-path;...]": 0.00032478932224599673, - "tests/test_activate.py::test_native_path_to_unix[cygpath-path]": 0.0003322176577814919, - "tests/test_activate.py::test_native_path_to_unix[cygpath-tuple[path, ...]]": 0.00032547893917969466, - "tests/test_activate.py::test_native_path_to_unix[fallback-None]": 0.0003289221352259063, - "tests/test_activate.py::test_native_path_to_unix[fallback-empty string]": 0.00032565898912470596, - "tests/test_activate.py::test_native_path_to_unix[fallback-empty tuple]": 0.00033915617290207825, - "tests/test_activate.py::test_native_path_to_unix[fallback-list[path]]": 0.0003558501345744542, - "tests/test_activate.py::test_native_path_to_unix[fallback-path;...]": 0.00035345726733706476, - "tests/test_activate.py::test_native_path_to_unix[fallback-path]": 0.00033767706574662466, - "tests/test_activate.py::test_native_path_to_unix[fallback-tuple[path, ...]]": 0.00035220716813243695, - "tests/test_activate.py::test_posix_basic": 0.04579545282041837, + "tests/test_activate.py::test_legacy_activate_deactivate_cmd_exe": 0.00038194701150469877, + "tests/test_activate.py::test_metavars_force_uppercase[False]": 0.023134904583572376, + "tests/test_activate.py::test_metavars_force_uppercase[True]": 0.023330301140048408, + "tests/test_activate.py::test_native_path_to_unix[cygpath-None]": 0.00038061891940536244, + "tests/test_activate.py::test_native_path_to_unix[cygpath-empty string]": 0.00036898922787038767, + "tests/test_activate.py::test_native_path_to_unix[cygpath-empty tuple]": 0.0003548196826577395, + "tests/test_activate.py::test_native_path_to_unix[cygpath-list[path]]": 0.0003381266016595916, + "tests/test_activate.py::test_native_path_to_unix[cygpath-path;...]": 0.0003285794934742092, + "tests/test_activate.py::test_native_path_to_unix[cygpath-path]": 0.00032775657327711703, + "tests/test_activate.py::test_native_path_to_unix[cygpath-tuple[path, ...]]": 0.00032304042157546364, + "tests/test_activate.py::test_native_path_to_unix[fallback-None]": 0.0003332659751918073, + "tests/test_activate.py::test_native_path_to_unix[fallback-empty string]": 0.00033051371445435993, + "tests/test_activate.py::test_native_path_to_unix[fallback-empty tuple]": 0.0003397510244606964, + "tests/test_activate.py::test_native_path_to_unix[fallback-list[path]]": 0.00035891102208782956, + "tests/test_activate.py::test_native_path_to_unix[fallback-path;...]": 0.00035254484867549554, + "tests/test_activate.py::test_native_path_to_unix[fallback-path]": 0.0003353640399233893, + "tests/test_activate.py::test_native_path_to_unix[fallback-tuple[path, ...]]": 0.0003508186619070072, + "tests/test_activate.py::test_posix_basic": 0.045893145781565524, "tests/test_activate.py::test_powershell_PATH_management": 0.0003362246514910076, - "tests/test_activate.py::test_powershell_basic": 0.04519917714742548, + "tests/test_activate.py::test_powershell_basic": 0.04530693414253017, "tests/test_activate.py::test_powershell_basic_integration": 15.182879105405958, - "tests/test_activate.py::test_remove_prefix_from_path_1": 0.011997938807403423, - "tests/test_activate.py::test_remove_prefix_from_path_2": 0.012053083122895346, - "tests/test_activate.py::test_replace_prefix_in_path_1": 0.011933878381589725, - "tests/test_activate.py::test_replace_prefix_in_path_2": 0.0004174789636079173, + "tests/test_activate.py::test_remove_prefix_from_path_1": 0.01199663427275227, + "tests/test_activate.py::test_remove_prefix_from_path_2": 0.012066561023819667, + "tests/test_activate.py::test_replace_prefix_in_path_1": 0.011957487825972692, + "tests/test_activate.py::test_replace_prefix_in_path_2": 0.0004226607840367173, "tests/test_activate.py::test_stacking[0--base-base,sys]": 11.63264032408763, "tests/test_activate.py::test_stacking[0--has-has,sys]": 11.926285147190688, "tests/test_activate.py::test_stacking[0--not-sys]": 11.582501803676541, - "tests/test_activate.py::test_stacking[0-base-base-base,sys]": 11.948239179499128, + "tests/test_activate.py::test_stacking[0-base-base-base,sys]": 11.948239179499126, "tests/test_activate.py::test_stacking[0-base-has-has,sys]": 11.5287724358317, "tests/test_activate.py::test_stacking[0-base-not-sys]": 11.139874093312148, "tests/test_activate.py::test_stacking[0-has-base-base,sys]": 11.018684794327674, @@ -1305,13 +1331,13 @@ "tests/test_activate.py::test_stacking[0-has-not-sys]": 11.095883221417484, "tests/test_activate.py::test_stacking[0-not-base-base,sys]": 11.042540028876726, "tests/test_activate.py::test_stacking[0-not-has-has,sys]": 10.96461351820636, - "tests/test_activate.py::test_stacking[0-not-not-sys]": 11.094798652550041, - "tests/test_activate.py::test_stacking[5-base,has-base-base,has,base,sys]": 11.334556127795663, + "tests/test_activate.py::test_stacking[0-not-not-sys]": 11.09479865255004, + "tests/test_activate.py::test_stacking[5-base,has-base-base,has,base,sys]": 11.334556127795665, "tests/test_activate.py::test_stacking[5-base,has-has-has,base,sys]": 11.201305849986408, - "tests/test_activate.py::test_stacking[5-base,has-not-has,base,sys]": 11.3096064914068, + "tests/test_activate.py::test_stacking[5-base,has-not-has,base,sys]": 11.309606491406798, "tests/test_activate.py::test_stacking[5-base,not-base-base,base,sys]": 11.195638522729022, "tests/test_activate.py::test_stacking[5-base,not-has-has,base,sys]": 11.121471092073692, - "tests/test_activate.py::test_stacking[5-base,not-not-base,sys]": 11.289225586317112, + "tests/test_activate.py::test_stacking[5-base,not-not-base,sys]": 11.289225586317114, "tests/test_activate.py::test_stacking[5-base-base-base,sys]": 11.005705828154165, "tests/test_activate.py::test_stacking[5-base-has-has,base,sys]": 10.96924079345786, "tests/test_activate.py::test_stacking[5-base-not-base,sys]": 11.087607194840777, @@ -1322,783 +1348,791 @@ "tests/test_activate.py::test_stacking[5-not-has-has,sys]": 11.002067840413115, "tests/test_activate.py::test_stacking[5-not-not-sys]": 11.101655398686306, "tests/test_activate.py::test_unicode": 0.071627464658128, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-None]": 0.00034640694612841374, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC mount [trailing]]": 0.0003300324018182815, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC mount]": 0.00033459046760913865, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC path [extra]]": 0.0003436475964853661, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC path]": 0.0003429368060808315, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-bare UNC mount]": 0.0003332967947981281, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-drive [trailing]]": 0.000352262237591141, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-drive]": 0.00033436229941324533, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-empty string]": 0.00032506460805326585, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-empty tuple]": 0.00040732633599647956, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-list[path]]": 0.0003548425160948106, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path [extra]]": 0.00038768587242193615, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path [trailing]]": 0.00035215627600755373, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path]": 0.00032817743979714757, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-path;...]": 0.00033370865045699127, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-relative [extra]]": 0.00034732842349148867, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-relative]": 0.0003240782115699903, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root [leading, trailing]]": 0.00033870457548506867, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root [leading]]": 0.0003360354000002853, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [extra]]": 0.000330790035240733, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [leading, trailing]]": 0.0003241478191392391, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [leading]]": 0.0003191041318873583, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [trailing]]": 0.00035521714920462994, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path0]": 0.0004691055146313209, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path1]": 0.00034397795669969167, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root]": 0.0003486516793007249, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-tuple[path, ...]]": 0.0003264834356406277, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-None]": 0.00032074553636445696, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC mount [trailing]]": 0.0003585037244373403, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC mount]": 0.00033489735401722327, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC path [extra]]": 0.00033712519750892205, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC path]": 0.00033163494605054116, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-bare UNC mount]": 0.00034916002993904684, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-drive [trailing]]": 0.00033369338385640964, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-drive]": 0.000331641923201045, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-empty string]": 0.00032245277886909594, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-empty tuple]": 0.0003331238539323476, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-list[path]]": 0.00032451846429367326, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path [extra]]": 0.0003264460739914501, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path [trailing]]": 0.00032853056454351247, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path]": 0.0003477820416486027, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-path;...]": 0.00033573378053857665, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-relative [extra]]": 0.00037565914436552694, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-relative]": 0.0003203761022805111, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root [leading, trailing]]": 0.00034409407873763124, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root [leading]]": 0.00033235773912088334, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [extra]]": 0.00035363670808672164, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [leading, trailing]]": 0.00034939793280008776, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [leading]]": 0.00034153527723221696, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [trailing]]": 0.0003315861466045009, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path0]": 0.0003545103805066801, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path1]": 0.00033482872711871855, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root]": 0.0003361858739508571, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-tuple[path, ...]]": 0.0004017420126319347, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-None]": 0.00032657657711586305, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC mount [trailing]]": 0.0003403560567745597, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC mount]": 0.00034279800824157106, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC path [extra]]": 0.000336416335706123, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC path]": 0.00032855040041295853, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-bare UNC mount]": 0.00033865683116895257, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-drive [trailing]]": 0.0003398946578429598, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-drive]": 0.00032650667030412433, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-empty string]": 0.000327575833329435, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-empty tuple]": 0.00032831694711711975, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-list[path]]": 0.000340252773333336, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path [extra]]": 0.00032629900159962446, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path [trailing]]": 0.00033923259334384093, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path]": 0.0003365468431518384, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-path;...]": 0.0003427216165499682, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-relative [extra]]": 0.00032748266262925017, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-relative]": 0.0003358181798098084, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root [leading, trailing]]": 0.0003303760934647518, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root [leading]]": 0.0003415279677125753, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [extra]]": 0.0003463942125870193, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [leading, trailing]]": 0.0003212547372252931, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [leading]]": 0.0003188984483730569, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [trailing]]": 0.0003377108261365572, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path0]": 0.0003285807097514912, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path1]": 0.0003221035475875477, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root]": 0.0003261331441978828, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-tuple[path, ...]]": 0.00033999311924510795, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-None]": 0.0003359428457864803, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC mount [trailing]]": 0.0003192476236378331, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC mount]": 0.00032517445203637634, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC path [extra]]": 0.00034428977249531214, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC path]": 0.00033235301022138116, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-bare UNC mount]": 0.00033309671700531787, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-drive [trailing]]": 0.0003303212808374894, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-drive]": 0.0003334780542096709, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-empty string]": 0.0003232773268149682, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-empty tuple]": 0.00032621110120660784, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-list[path]]": 0.00034039139824063616, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path [extra]]": 0.00032662684133635643, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path [trailing]]": 0.00033082945066708035, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path]": 0.0003378374512603038, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-path;...]": 0.00034136895309864947, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-relative [extra]]": 0.000317132078187127, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-relative]": 0.00036199643336037683, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root [leading, trailing]]": 0.00032929391254683744, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root [leading]]": 0.0003226215810747634, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [extra]]": 0.0003271880059079139, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [leading, trailing]]": 0.00033172874333043805, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [leading]]": 0.0003223212044876015, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [trailing]]": 0.000339843731484774, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path0]": 0.0003527692754813783, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path1]": 0.00032137012952379053, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root]": 0.0003237609608373231, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-tuple[path, ...]]": 0.0003345005321371641, - "tests/test_activate.py::test_xonsh_basic": 0.04567969623774775, - "tests/test_api.py::test_DepsModifier_contract": 0.0016221706847420777, - "tests/test_api.py::test_PackageCacheData_contract": 0.0019781355519647324, - "tests/test_api.py::test_PackageCacheData_return_value_contract": 0.0024334915527381928, - "tests/test_api.py::test_PrefixData_contract": 0.0019201434813945414, - "tests/test_api.py::test_PrefixData_return_value_contract": 0.6133883552047724, - "tests/test_api.py::test_Solver_inputs_contract": 0.00228697274566789, - "tests/test_api.py::test_Solver_return_value_contract": 1.7605159017162444, - "tests/test_api.py::test_SubdirData_contract": 0.0019300587194522657, - "tests/test_api.py::test_SubdirData_return_value_contract": 5.567526221415534, - "tests/test_api.py::test_UpdateModifier_contract": 0.001602498528838351, - "tests/test_auxlib.py::test_deepfreeze[42.0]": 0.0017081829288164768, - "tests/test_auxlib.py::test_deepfreeze[42]": 0.0018128822488490506, - "tests/test_auxlib.py::test_deepfreeze[True]": 0.001693879120529647, - "tests/test_auxlib.py::test_deepfreeze[freeze_installed]": 0.0017561806080478122, - "tests/test_auxlib.py::test_deepfreeze[text]": 0.0018192890303891337, - "tests/test_auxlib.py::test_deepfreeze[unfrozen10]": 0.0022935079385049623, - "tests/test_auxlib.py::test_deepfreeze[unfrozen11]": 0.00181842198741282, - "tests/test_auxlib.py::test_deepfreeze[unfrozen12]": 0.0017421652360742614, - "tests/test_auxlib.py::test_deepfreeze[unfrozen13]": 0.0021068901906931745, - "tests/test_auxlib.py::test_deepfreeze[unfrozen5]": 0.0018162247733567948, - "tests/test_auxlib.py::test_deepfreeze[unfrozen6]": 0.001833425723469334, - "tests/test_auxlib.py::test_deepfreeze[unfrozen7]": 0.0018388921861521607, - "tests/test_auxlib.py::test_deepfreeze[unfrozen8]": 0.0018155776514196414, - "tests/test_auxlib.py::test_deepfreeze[unfrozen9]": 0.0017768058716697676, - "tests/test_codesigned.py::test_stub_exe_signatures[cli-32.exe]": 0.00034621625822553876, - "tests/test_codesigned.py::test_stub_exe_signatures[cli-64.exe]": 0.0003475598491628023, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.base_env_name-conda.base.constants.ROOT_ENV_NAME]": 0.005627137182836266, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.get_filename-conda.env.env.get_filename]": 0.0038374751317534154, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.print_result-conda.env.env.print_result]": 0.0028555935946867035, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.create_parser-None]": 0.0032004314179264557, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.do_call-None]": 0.001839571666372521, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.main-None]": 0.001858939994974154, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.show_help_on_empty_command-None]": 0.0037316913045916888, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_description-None]": 0.003110057303029487, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_example-None]": 0.0028927890115499565, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.configure_parser-conda.cli.main_env_config.configure_parser]": 0.0017955075628767441, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.execute-conda.cli.main_env_config.execute]": 0.00219699729665756, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.configure_parser-conda.cli.main_env_create.configure_parser]": 0.0018901952575494237, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.description-None]": 0.003111067291517539, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.example-None]": 0.002615746822068333, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.execute-conda.cli.main_env_create.execute]": 0.0018627078489893195, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.configure_parser-conda.cli.main_env_export.configure_parser]": 0.0031726438080683776, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.configure_parser-conda.cli.main_export.configure_parser]": 0.0020725016060510744, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.description-None]": 0.003126180650346043, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.example-None]": 0.0024512789852704662, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_env_export.execute]": 0.002200815591556411, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_export.execute]": 0.001908078485157224, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.configure_parser-conda.cli.main_env_list.configure_parser]": 0.0018532598945026066, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.description-None]": 0.003131230256031054, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.example-None]": 0.002665159187164034, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.execute-conda.cli.main_env_list.execute]": 0.0019672908412384006, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._description-None]": 0.0022466251390757877, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._example-None]": 0.0025566248404428047, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._help-None]": 0.0030883561396224486, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.configure_parser-conda.cli.main_env_remove.configure_parser]": 0.0018445266953403042, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.execute-conda.cli.main_env_remove.execute]": 0.0017839210495825314, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.configure_parser-conda.cli.main_env_update.configure_parser]": 0.002090443387468497, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.description-None]": 0.003069838454474579, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.example-None]": 0.0027005693561978003, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.execute-conda.cli.main_env_update.execute]": 0.001838700278115806, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.configure_parser-conda.cli.main_env_vars.configure_parser]": 0.0017483942161938657, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.execute_list-conda.cli.main_env_vars.execute_list]": 0.0017440944749562218, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.execute_set-conda.cli.main_env_vars.execute_set]": 0.001766507712969323, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.execute_unset-conda.cli.main_env_vars.execute_unset]": 0.0017583274319301052, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_description-None]": 0.0020748372328338125, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_example-None]": 0.0018883615968868926, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_description-None]": 0.0017384119220789436, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_example-None]": 0.001764998364303096, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_description-None]": 0.0017408977346809558, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_example-None]": 0.001759522661964058, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_description-None]": 0.0031017799931486053, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_example-None]": 0.002642030266326324, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Dependencies-conda.env.env.Dependencies]": 0.0017592147573473028, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Environment-conda.env.env.Environment]": 0.0017589290468253776, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.VALID_KEYS-conda.env.env.VALID_KEYS]": 0.0031787846555115726, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env._expand_channels-conda.env.env._expand_channels]": 0.0019358458454069977, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_environment-conda.env.env.from_environment]": 0.0020560439269361524, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_file-conda.env.env.from_file]": 0.0018299645298570024, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_yaml-conda.env.env.from_yaml]": 0.001913473822836113, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.validate_keys-conda.env.env.validate_keys]": 0.002486142457154047, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.ENTRY_POINT-None]": 0.004378080572598478, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.InvalidInstaller-conda.exceptions.InvalidInstaller]": 0.0029878428401886614, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.get_installer-conda.env.installers.base.get_installer]": 0.002407170172823001, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda._solve-conda.env.installers.conda._solve]": 0.004017007154018347, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.dry_run-conda.env.installers.conda.dry_run]": 0.0028476652319135544, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.install-conda.env.installers.conda.install]": 0.002145360769084569, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip._pip_install_via_requirements-conda.env.installers.pip._pip_install_via_requirements]": 0.003804685956664513, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip.install-conda.env.installers.pip.install]": 0.0028504724226615257, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util._canonicalize_regex-None]": 0.0019167144956926524, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.get_pip_installed_packages-conda.env.pip_util.get_pip_installed_packages]": 0.0027273914341554096, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.pip_subprocess-conda.env.pip_util.pip_subprocess]": 0.003095436659363172, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.FileSpecTypes-conda.env.specs.FileSpecTypes]": 0.002668694693739591, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.SpecTypes-conda.env.specs.SpecTypes]": 0.0018558328463077949, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.BinstarSpec-conda.env.specs.binstar.BinstarSpec]": 0.002482964585207691, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.ENVIRONMENT_TYPE-conda.env.specs.binstar.ENVIRONMENT_TYPE]": 0.0029809078332979416, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.detect-conda.env.specs.detect]": 0.0018168443257597644, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.get_spec_class_from_file-conda.env.specs.get_spec_class_from_file]": 0.0029257219902437365, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.requirements.RequirementsSpec-conda.env.specs.requirements.RequirementsSpec]": 0.0031104954084845648, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.yaml_file.YamlFileSpec-conda.env.specs.yaml_file.YamlFileSpec]": 0.0030804988706938994, - "tests/test_create.py::test_allow_softlinks[classic]": 0.22735596146042097, - "tests/test_create.py::test_allow_softlinks[libmamba]": 0.48731671998237885, - "tests/test_create.py::test_channel_usage_replacing_python[classic]": 165.0335764785966, - "tests/test_create.py::test_channel_usage_replacing_python[libmamba]": 128.90923922356373, - "tests/test_create.py::test_clone_offline_simple[classic]": 0.2795925226957478, - "tests/test_create.py::test_clone_offline_simple[libmamba]": 0.2868532564343154, - "tests/test_create.py::test_clone_offline_with_untracked[classic]": 0.3384805159003049, - "tests/test_create.py::test_clone_offline_with_untracked[libmamba]": 0.28040290342301627, - "tests/test_create.py::test_compile_pyc[classic-False]": 12.22643489408187, - "tests/test_create.py::test_compile_pyc[classic-True]": 0.4411244953892724, - "tests/test_create.py::test_compile_pyc[libmamba-False]": 6.1556565200841105, - "tests/test_create.py::test_compile_pyc[libmamba-True]": 1.662643179086938, - "tests/test_create.py::test_conda_downgrade[classic]": 158.69859263333845, - "tests/test_create.py::test_conda_downgrade[libmamba]": 94.57130192411081, - "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[classic]": 20.722028292852464, - "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[libmamba]": 7.758006862129633, - "tests/test_create.py::test_conda_pip_interop_conda_editable_package[classic]": 24.962492177668178, - "tests/test_create.py::test_conda_pip_interop_conda_editable_package[libmamba]": 18.402496591242812, - "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[classic]": 20.087056519538418, - "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[libmamba]": 13.95115107220914, - "tests/test_create.py::test_conda_update_package_not_installed[classic]": 0.23599065746303213, - "tests/test_create.py::test_conda_update_package_not_installed[libmamba]": 1.5161921892993169, - "tests/test_create.py::test_create_default_packages[classic]": 0.2694745765193405, - "tests/test_create.py::test_create_default_packages[libmamba]": 0.22701052851082604, - "tests/test_create.py::test_create_default_packages_no_default_packages[classic]": 0.2194318558282948, - "tests/test_create.py::test_create_default_packages_no_default_packages[libmamba]": 0.21623298344224856, - "tests/test_create.py::test_create_dry_run[classic]": 8.626073605833605, - "tests/test_create.py::test_create_dry_run[libmamba]": 2.321866885479529, - "tests/test_create.py::test_create_dry_run_json[classic]": 8.400069113609538, - "tests/test_create.py::test_create_dry_run_json[libmamba]": 1.2896599822271806, - "tests/test_create.py::test_create_dry_run_without_prefix[classic]": 0.21008523969428738, - "tests/test_create.py::test_create_dry_run_without_prefix[libmamba]": 1.181492192368583, - "tests/test_create.py::test_create_dry_run_yes_safety[classic]": 0.15764234758696488, - "tests/test_create.py::test_create_dry_run_yes_safety[libmamba]": 1.0693615272996941, - "tests/test_create.py::test_create_empty_env[classic]": 0.22572156442292793, - "tests/test_create.py::test_create_empty_env[libmamba]": 1.4788244051903883, - "tests/test_create.py::test_create_env_different_platform[classic-cli]": 0.3219327210844324, - "tests/test_create.py::test_create_env_different_platform[classic-env]": 0.2976360171691853, - "tests/test_create.py::test_create_env_different_platform[libmamba-cli]": 0.317251501403942, - "tests/test_create.py::test_create_env_different_platform[libmamba-env]": 0.3511244214023281, - "tests/test_create.py::test_create_install_update_remove_smoketest[classic]": 180.4924037391883, - "tests/test_create.py::test_create_install_update_remove_smoketest[libmamba]": 38.93782548076002, - "tests/test_create.py::test_create_no_deps_flag[classic]": 0.2393939728516503, - "tests/test_create.py::test_create_no_deps_flag[libmamba]": 0.19972589960940818, - "tests/test_create.py::test_create_only_deps_flag[classic]": 0.6473738763647421, - "tests/test_create.py::test_create_only_deps_flag[libmamba]": 0.4805260708883142, - "tests/test_create.py::test_create_override_channels_enabled[classic]": 0.43070693672871657, - "tests/test_create.py::test_create_override_channels_enabled[libmamba]": 0.54872109150816, - "tests/test_create.py::test_create_without_prefix_raises_argument_error[classic]": 0.08068092343178077, - "tests/test_create.py::test_create_without_prefix_raises_argument_error[libmamba]": 0.07454727640667552, - "tests/test_create.py::test_cross_channel_incompatibility[classic]": 84.53347164814106, - "tests/test_create.py::test_cross_channel_incompatibility[libmamba]": 6.0876984459991546, - "tests/test_create.py::test_directory_not_a_conda_environment[classic]": 0.06923898892723357, - "tests/test_create.py::test_directory_not_a_conda_environment[libmamba]": 0.0717922194643264, - "tests/test_create.py::test_disallowed_packages[classic]": 15.674640885235172, - "tests/test_create.py::test_disallowed_packages[libmamba]": 3.0490086971375594, - "tests/test_create.py::test_dont_remove_conda_1[classic]": 213.49918263888281, - "tests/test_create.py::test_dont_remove_conda_1[libmamba]": 16.62916210236089, - "tests/test_create.py::test_dont_remove_conda_2[classic]": 208.63505508638843, - "tests/test_create.py::test_dont_remove_conda_2[libmamba]": 13.989860768261615, - "tests/test_create.py::test_download_only_flag[classic]": 17.18785346480433, - "tests/test_create.py::test_download_only_flag[libmamba]": 3.508381101947902, - "tests/test_create.py::test_force_remove[classic]": 71.78983126428044, - "tests/test_create.py::test_force_remove[libmamba]": 3.6784332565185442, - "tests/test_create.py::test_install_bound_virtual_package[classic]": 0.10335915056076356, - "tests/test_create.py::test_install_bound_virtual_package[libmamba]": 2.02217213064623, - "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[classic]": 0.8560878893450891, - "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[libmamba]": 1.0544771187814108, - "tests/test_create.py::test_install_force_reinstall_flag[classic]": 0.3668871320794784, - "tests/test_create.py::test_install_force_reinstall_flag[libmamba]": 0.29649725724932247, - "tests/test_create.py::test_install_only_deps_flag[classic]": 0.30794214329452635, - "tests/test_create.py::test_install_only_deps_flag[libmamba]": 0.29232772053538636, - "tests/test_create.py::test_install_prune_flag[classic]": 70.56037117998595, - "tests/test_create.py::test_install_prune_flag[libmamba]": 8.237257371915044, - "tests/test_create.py::test_install_python_and_search[classic]": 68.82612242212382, - "tests/test_create.py::test_install_python_and_search[libmamba]": 20.479634567514033, - "tests/test_create.py::test_install_tarball_from_file_based_channel[classic]": 0.7737050775855882, - "tests/test_create.py::test_install_tarball_from_file_based_channel[libmamba]": 1.7238295654430047, - "tests/test_create.py::test_install_update_deps_flag[classic]": 0.3607236790547066, - "tests/test_create.py::test_install_update_deps_flag[libmamba]": 0.32903909262643827, - "tests/test_create.py::test_install_update_deps_only_deps_flags[classic]": 0.40028277551327957, - "tests/test_create.py::test_install_update_deps_only_deps_flags[libmamba]": 0.33124258743437757, - "tests/test_create.py::test_json_create_install_update_remove[classic]": 129.42745021634676, - "tests/test_create.py::test_json_create_install_update_remove[libmamba]": 13.43106602623789, - "tests/test_create.py::test_list_with_pip_no_binary[classic]": 14.37474995345141, - "tests/test_create.py::test_list_with_pip_no_binary[libmamba]": 7.879879473367729, - "tests/test_create.py::test_list_with_pip_wheel[classic]": 26.19345202660285, - "tests/test_create.py::test_list_with_pip_wheel[libmamba]": 13.875412614453406, - "tests/test_create.py::test_menuinst_v2[classic]": 2.240333581737604, - "tests/test_create.py::test_menuinst_v2[libmamba]": 1.9018400352885925, - "tests/test_create.py::test_neutering_of_historic_specs[classic]": 137.06254706501525, - "tests/test_create.py::test_neutering_of_historic_specs[libmamba]": 19.10532000920644, - "tests/test_create.py::test_noarch_generic_package[classic]": 0.20742171376412097, - "tests/test_create.py::test_noarch_generic_package[libmamba]": 0.2115110071785934, - "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[classic]": 23.73979482159904, - "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[libmamba]": 12.106413987631175, - "tests/test_create.py::test_noarch_python_package_with_entry_points[classic]": 71.21956589470015, - "tests/test_create.py::test_noarch_python_package_with_entry_points[libmamba]": 9.331995444260807, - "tests/test_create.py::test_noarch_python_package_without_entry_points[classic]": 65.42757392138914, - "tests/test_create.py::test_noarch_python_package_without_entry_points[libmamba]": 8.555844872130859, - "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[classic]": 0.3431313293984845, - "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[libmamba]": 3.058681514426917, - "tests/test_create.py::test_offline_with_empty_index_cache[classic]": 21.194736591754836, - "tests/test_create.py::test_offline_with_empty_index_cache[libmamba]": 6.199950811276591, - "tests/test_create.py::test_override_channels[classic]": 0.23307300990606744, - "tests/test_create.py::test_override_channels[libmamba]": 0.32309378132489236, - "tests/test_create.py::test_override_channels_disabled[classic]": 0.15276779678576932, - "tests/test_create.py::test_override_channels_disabled[libmamba]": 0.15389866326217358, - "tests/test_create.py::test_package_cache_regression[classic]": 0.15684376962763805, - "tests/test_create.py::test_package_cache_regression[libmamba]": 0.5917863175472149, - "tests/test_create.py::test_package_optional_pinning[classic]": 0.4475923805615445, - "tests/test_create.py::test_package_optional_pinning[libmamba]": 0.4616485142314385, - "tests/test_create.py::test_package_pinning[classic]": 0.5296073600885567, - "tests/test_create.py::test_package_pinning[libmamba]": 0.4961644672061363, - "tests/test_create.py::test_packages_not_found[classic]": 0.19403507154769806, - "tests/test_create.py::test_packages_not_found[libmamba]": 2.0158337231028733, - "tests/test_create.py::test_pinned_override_with_explicit_spec[classic]": 0.929565446770662, - "tests/test_create.py::test_pinned_override_with_explicit_spec[libmamba]": 0.4660497230750223, - "tests/test_create.py::test_post_link_run_in_env[classic]": 1.1445284451339255, - "tests/test_create.py::test_post_link_run_in_env[libmamba]": 2.399656638925397, - "tests/test_create.py::test_remove_empty_env[classic]": 0.22702559402463177, - "tests/test_create.py::test_remove_empty_env[libmamba]": 1.188203546897164, - "tests/test_create.py::test_remove_force_remove_flag[classic]": 12.34262252883556, - "tests/test_create.py::test_remove_force_remove_flag[libmamba]": 5.542348139570368, - "tests/test_create.py::test_remove_ignore_nonenv[classic]": 0.06671997851073237, - "tests/test_create.py::test_remove_ignore_nonenv[libmamba]": 0.06656452559666716, - "tests/test_create.py::test_remove_spellcheck[classic]": 0.31983247193899345, - "tests/test_create.py::test_remove_spellcheck[libmamba]": 0.28345926677797756, - "tests/test_create.py::test_repodata_v2_base_url[classic]": 0.29461102353028773, - "tests/test_create.py::test_repodata_v2_base_url[libmamba]": 0.20707480168127088, - "tests/test_create.py::test_rm_rf[classic]": 11.855744588407845, - "tests/test_create.py::test_rm_rf[libmamba]": 6.771810656589752, - "tests/test_create.py::test_run_preserves_arguments[classic]": 13.695760845078505, - "tests/test_create.py::test_run_preserves_arguments[libmamba]": 6.505706240796976, - "tests/test_create.py::test_run_script_called[classic]": 19.889528672712967, - "tests/test_create.py::test_run_script_called[libmamba]": 2.4941540787385583, - "tests/test_create.py::test_safety_checks_disabled[classic]": 10.953803283174524, - "tests/test_create.py::test_safety_checks_disabled[libmamba]": 5.024147018953526, - "tests/test_create.py::test_safety_checks_enabled[classic]": 11.708107350679198, - "tests/test_create.py::test_safety_checks_enabled[libmamba]": 6.395696146922458, - "tests/test_create.py::test_safety_checks_warn[classic]": 15.242108144833384, - "tests/test_create.py::test_safety_checks_warn[libmamba]": 8.185108765931739, - "tests/test_create.py::test_search_override_channels_enabled[classic]": 0.22148365097527284, - "tests/test_create.py::test_search_override_channels_enabled[libmamba]": 0.2185793508475102, - "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[classic]": 9.449430302161765, - "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[libmamba]": 7.78289448492835, - "tests/test_create.py::test_shortcut_absent_when_condarc_set[classic]": 9.34100054367311, - "tests/test_create.py::test_shortcut_absent_when_condarc_set[libmamba]": 8.035600778255013, - "tests/test_create.py::test_shortcut_creation_installs_shortcut[classic]": 6.855760496755482, - "tests/test_create.py::test_shortcut_creation_installs_shortcut[libmamba]": 5.650258658095683, - "tests/test_create.py::test_strict_channel_priority[classic]": 0.0003976392806372206, - "tests/test_create.py::test_strict_channel_priority[libmamba]": 0.00040663575374411755, - "tests/test_create.py::test_strict_resolve_get_reduced_index[classic]": 58.471828531704496, - "tests/test_create.py::test_strict_resolve_get_reduced_index[libmamba]": 60.56370012256025, - "tests/test_create.py::test_tarball_install[classic]": 0.2852490051275732, - "tests/test_create.py::test_tarball_install[libmamba]": 0.3487162238863329, - "tests/test_create.py::test_tarball_install_and_bad_metadata[classic]": 1.0306337756881492, - "tests/test_create.py::test_tarball_install_and_bad_metadata[libmamba]": 0.5522613388187875, - "tests/test_create.py::test_transactional_rollback_simple[classic]": 0.20723494837187462, - "tests/test_create.py::test_transactional_rollback_simple[libmamba]": 0.19986199603761004, - "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[classic]": 0.3645417728598948, - "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[libmamba]": 0.30468151451989706, - "tests/test_create.py::test_update_all_updates_pip_pkg[classic]": 23.827483599383886, - "tests/test_create.py::test_update_all_updates_pip_pkg[libmamba]": 10.786514160200909, - "tests/test_create.py::test_update_deps_flag_absent[classic]": 0.35007242739975664, - "tests/test_create.py::test_update_deps_flag_absent[libmamba]": 0.30516180596082365, - "tests/test_create.py::test_update_deps_flag_present[classic]": 0.38390522979799646, - "tests/test_create.py::test_update_deps_flag_present[libmamba]": 0.33052912045143235, - "tests/test_create.py::test_update_with_pinned_packages[classic]": 0.5191162353536369, - "tests/test_create.py::test_update_with_pinned_packages[libmamba]": 0.32623179881206393, - "tests/test_create.py::test_use_index_cache[classic]": 10.441443099832368, - "tests/test_create.py::test_use_index_cache[libmamba]": 10.315934296935657, - "tests/test_deprecations.py::test_action[future]": 0.002328706582499846, - "tests/test_deprecations.py::test_action[pending]": 0.0023611862761829176, - "tests/test_deprecations.py::test_action[remove]": 0.002164162993964033, - "tests/test_deprecations.py::test_arguments[deprecated]": 0.0019109246231057808, - "tests/test_deprecations.py::test_arguments[pending]": 0.001934269763618577, - "tests/test_deprecations.py::test_arguments[remove]": 0.0018549880329402353, - "tests/test_deprecations.py::test_class[deprecated]": 0.0019892260565215467, - "tests/test_deprecations.py::test_class[pending]": 0.0020342373006792627, - "tests/test_deprecations.py::test_class[remove]": 0.0018628322968839578, - "tests/test_deprecations.py::test_constant[deprecated]": 0.0025294954476956203, - "tests/test_deprecations.py::test_constant[pending]": 0.0025012756746050774, - "tests/test_deprecations.py::test_constant[remove]": 0.002466864759959599, - "tests/test_deprecations.py::test_function[deprecated]": 0.002201454886774332, - "tests/test_deprecations.py::test_function[pending]": 0.0023323956076081887, - "tests/test_deprecations.py::test_function[remove]": 0.001842790401202592, - "tests/test_deprecations.py::test_method[deprecated]": 0.0019829364547901233, - "tests/test_deprecations.py::test_method[pending]": 0.002032813109933127, - "tests/test_deprecations.py::test_method[remove]": 0.0021735813317633056, - "tests/test_deprecations.py::test_module[deprecated]": 0.002625194014384279, - "tests/test_deprecations.py::test_module[pending]": 0.00260103898861163, - "tests/test_deprecations.py::test_module[remove]": 0.002513278504051204, - "tests/test_deprecations.py::test_topic[deprecated]": 0.001843333318950551, - "tests/test_deprecations.py::test_topic[pending]": 0.0018653677602669544, - "tests/test_deprecations.py::test_topic[remove]": 0.001820146087305442, - "tests/test_deprecations.py::test_version_fallback": 0.0017371092474880888, - "tests/test_exceptions.py::test_BasicClobberError": 0.007649050937771153, - "tests/test_exceptions.py::test_BinaryPrefixReplacementError": 0.013569548588725854, - "tests/test_exceptions.py::test_CommandNotFoundError_conda_build": 0.014367836466889874, - "tests/test_exceptions.py::test_CommandNotFoundError_simple": 0.013842149593574354, - "tests/test_exceptions.py::test_CondaFileNotFoundError": 0.012821883438854731, - "tests/test_exceptions.py::test_CondaHTTPError": 0.013531556377222599, - "tests/test_exceptions.py::test_CondaKeyError": 0.013155374663543162, - "tests/test_exceptions.py::test_DirectoryNotFoundError": 0.013651882274981604, - "tests/test_exceptions.py::test_KnownPackageClobberError": 0.007489115608356396, - "tests/test_exceptions.py::test_MD5MismatchError": 0.013505747268896149, - "tests/test_exceptions.py::test_PackageNotFoundError": 0.01335477527533154, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-None]": 0.0003694911309197254, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC mount [trailing]]": 0.0003363171991852442, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC mount]": 0.000327444341290262, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC path [extra]]": 0.0003572476459365079, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC path]": 0.00034053369441305415, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-bare UNC mount]": 0.0003625592462915287, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-drive [trailing]]": 0.00035522122586761776, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-drive]": 0.0003339470251250159, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-empty string]": 0.0003390678404807983, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-empty tuple]": 0.0004091426328049197, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-list[path]]": 0.00034667076540175113, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path [extra]]": 0.0003570363386210531, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path [trailing]]": 0.0003435427937136198, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path]": 0.00033094931528357597, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-path;...]": 0.0003352214471906059, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-relative [extra]]": 0.00034341851708987473, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-relative]": 0.0003232349390349335, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root [leading, trailing]]": 0.00034017118450095234, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root [leading]]": 0.0003338203581132135, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [extra]]": 0.00032823818847796784, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [leading, trailing]]": 0.0003251336983886386, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [leading]]": 0.00032134952993551703, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [trailing]]": 0.00034972894736304554, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path0]": 0.00045289102930786074, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path1]": 0.00034186717489161447, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root]": 0.00034657392131074225, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-tuple[path, ...]]": 0.00032711579464759995, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-None]": 0.00031939029529365933, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC mount [trailing]]": 0.00033877818505965025, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC mount]": 0.00033150459489566196, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC path [extra]]": 0.00033653437536708457, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC path]": 0.00032756261608337804, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-bare UNC mount]": 0.0003453844335516903, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-drive [trailing]]": 0.0003368097384077076, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-drive]": 0.00033350569221333407, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-empty string]": 0.0003282304368076212, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-empty tuple]": 0.00035096550609810875, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-list[path]]": 0.0003271830866500036, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path [extra]]": 0.0003234642086019826, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path [trailing]]": 0.0003276727495580882, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path]": 0.0003435340629966706, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-path;...]": 0.0003374458183734137, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-relative [extra]]": 0.0003787413377621941, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-relative]": 0.00032339178717252104, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root [leading, trailing]]": 0.0003339358202797405, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root [leading]]": 0.0003353585916434547, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [extra]]": 0.0003301575168020832, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [leading, trailing]]": 0.00037729550763395536, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [leading]]": 0.0003389202706432073, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [trailing]]": 0.0003317327470248534, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path0]": 0.00034894333367552097, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path1]": 0.000331133021659926, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root]": 0.0003368676398046026, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-tuple[path, ...]]": 0.0003874552399610782, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-None]": 0.00032940122726620157, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC mount [trailing]]": 0.0003396189916701198, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC mount]": 0.00034175218993427617, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC path [extra]]": 0.0003380776066092597, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC path]": 0.00032702299673988513, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-bare UNC mount]": 0.00033518406032421826, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-drive [trailing]]": 0.00033610382363771774, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-drive]": 0.0003287995040068083, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-empty string]": 0.00032523481018180585, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-empty tuple]": 0.00032897760476352695, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-list[path]]": 0.00034111871185168416, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path [extra]]": 0.0003460110620117599, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path [trailing]]": 0.0003410868232622702, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path]": 0.0003360311489382695, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-path;...]": 0.0003433413716521993, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-relative [extra]]": 0.000327395851859862, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-relative]": 0.0003381310610145457, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root [leading, trailing]]": 0.00033196227833518145, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root [leading]]": 0.000340352854719007, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [extra]]": 0.0003447968841645611, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [leading, trailing]]": 0.00033214494244685746, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [leading]]": 0.000320729583873777, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [trailing]]": 0.0003378401018871533, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path0]": 0.0003418813032464728, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path1]": 0.00032470398367429786, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root]": 0.0003397939771428045, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-tuple[path, ...]]": 0.0003367414248936868, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-None]": 0.00033642352954390924, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC mount [trailing]]": 0.00032848465939125344, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC mount]": 0.0003234974535723541, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC path [extra]]": 0.00033852433722568844, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC path]": 0.00033927047647087493, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-bare UNC mount]": 0.00033140779919835927, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-drive [trailing]]": 0.00033227009695790526, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-drive]": 0.0003323227987551101, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-empty string]": 0.0003287982728037785, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-empty tuple]": 0.0003216184731462478, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-list[path]]": 0.00033866273155909053, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path [extra]]": 0.0003261487839146521, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path [trailing]]": 0.000333457152886386, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path]": 0.00033943500955281857, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-path;...]": 0.00034266310474334653, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-relative [extra]]": 0.00032650546266233096, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-relative]": 0.00035684229220998804, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root [leading, trailing]]": 0.0003305956914060238, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root [leading]]": 0.0003238908069143916, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [extra]]": 0.0003274958286868792, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [leading, trailing]]": 0.0003307236900621989, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [leading]]": 0.0003214035696056792, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [trailing]]": 0.00033700385017490714, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path0]": 0.0003376413467548799, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path1]": 0.0003262668868211471, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root]": 0.00033180259237830333, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-tuple[path, ...]]": 0.00033096345473888775, + "tests/test_activate.py::test_xonsh_basic": 0.0456580407296973, + "tests/test_api.py::test_DepsModifier_contract": 0.0016302776610504614, + "tests/test_api.py::test_PackageCacheData_contract": 0.001986233630698544, + "tests/test_api.py::test_PackageCacheData_return_value_contract": 0.0024309502326229195, + "tests/test_api.py::test_PrefixData_contract": 0.001922040732499525, + "tests/test_api.py::test_PrefixData_return_value_contract": 0.6065530879429346, + "tests/test_api.py::test_Solver_inputs_contract": 0.002305599217223747, + "tests/test_api.py::test_Solver_return_value_contract": 1.7532026835223633, + "tests/test_api.py::test_SubdirData_contract": 0.0019381974979590668, + "tests/test_api.py::test_SubdirData_return_value_contract": 5.610237889320565, + "tests/test_api.py::test_UpdateModifier_contract": 0.001608053841444333, + "tests/test_auxlib.py::test_deepfreeze[42.0]": 0.001736322597393292, + "tests/test_auxlib.py::test_deepfreeze[42]": 0.0018117363499697047, + "tests/test_auxlib.py::test_deepfreeze[True]": 0.0017077030144615605, + "tests/test_auxlib.py::test_deepfreeze[freeze_installed]": 0.001751193455685575, + "tests/test_auxlib.py::test_deepfreeze[text]": 0.0018462390679755483, + "tests/test_auxlib.py::test_deepfreeze[unfrozen10]": 0.0022775282547131018, + "tests/test_auxlib.py::test_deepfreeze[unfrozen11]": 0.0018129153296149335, + "tests/test_auxlib.py::test_deepfreeze[unfrozen12]": 0.0017502607110363414, + "tests/test_auxlib.py::test_deepfreeze[unfrozen13]": 0.0021270253915907943, + "tests/test_auxlib.py::test_deepfreeze[unfrozen5]": 0.0018206446548492536, + "tests/test_auxlib.py::test_deepfreeze[unfrozen6]": 0.0018509579645225862, + "tests/test_auxlib.py::test_deepfreeze[unfrozen7]": 0.00185454247302238, + "tests/test_auxlib.py::test_deepfreeze[unfrozen8]": 0.0018264605781887285, + "tests/test_auxlib.py::test_deepfreeze[unfrozen9]": 0.001784576259149144, + "tests/test_codesigned.py::test_stub_exe_signatures[cli-32.exe]": 0.00035377972283982497, + "tests/test_codesigned.py::test_stub_exe_signatures[cli-64.exe]": 0.0003498522319935932, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.base_env_name-conda.base.constants.ROOT_ENV_NAME]": 0.005638572826387206, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.get_filename-conda.env.env.get_filename]": 0.003768023149159358, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.print_result-conda.env.env.print_result]": 0.002904889639420775, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.create_parser-None]": 0.003188990846695656, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.do_call-None]": 0.0018775593403408436, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.main-None]": 0.001829638623980627, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.show_help_on_empty_command-None]": 0.0037421469678419724, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_description-None]": 0.003093820487915664, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_example-None]": 0.0029444785257254644, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.configure_parser-conda.cli.main_env_config.configure_parser]": 0.0018292100700314363, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.execute-conda.cli.main_env_config.execute]": 0.0021411810473110685, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.configure_parser-conda.cli.main_env_create.configure_parser]": 0.0019398727769240603, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.description-None]": 0.003113853713355017, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.example-None]": 0.0028596716865314, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.execute-conda.cli.main_env_create.execute]": 0.001964455675636572, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.configure_parser-conda.cli.main_env_export.configure_parser]": 0.003186105412681643, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.configure_parser-conda.cli.main_export.configure_parser]": 0.002221242344679538, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.description-None]": 0.003118106731724672, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.example-None]": 0.0024375183636903414, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_env_export.execute]": 0.0023153406703920894, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_export.execute]": 0.0018931968889995482, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.configure_parser-conda.cli.main_env_list.configure_parser]": 0.0018795019752946283, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.description-None]": 0.0031227851525648543, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.example-None]": 0.002755523198556671, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.execute-conda.cli.main_env_list.execute]": 0.001963949730328476, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._description-None]": 0.0023296487004788985, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._example-None]": 0.0026055139768804032, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._help-None]": 0.003107485716812049, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.configure_parser-conda.cli.main_env_remove.configure_parser]": 0.0017740695737141808, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.execute-conda.cli.main_env_remove.execute]": 0.0017752058156271316, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.configure_parser-conda.cli.main_env_update.configure_parser]": 0.0019846952245284465, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.description-None]": 0.0031196264701066757, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.example-None]": 0.0027684462861295132, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.execute-conda.cli.main_env_update.execute]": 0.0018127799440785244, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.configure_parser-conda.cli.main_env_vars.configure_parser]": 0.0017606331877039426, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.execute_list-conda.cli.main_env_vars.execute_list]": 0.0017488773084109574, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.execute_set-conda.cli.main_env_vars.execute_set]": 0.0017850134672734404, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.execute_unset-conda.cli.main_env_vars.execute_unset]": 0.0017785931561251972, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_description-None]": 0.0021654642999174483, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_example-None]": 0.001886570624223889, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_description-None]": 0.0017808086563780765, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_example-None]": 0.0017671040467416152, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_description-None]": 0.0017463472940481154, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_example-None]": 0.0017968409096480106, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_description-None]": 0.003106995655448992, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_example-None]": 0.002541632304742799, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Dependencies-conda.env.env.Dependencies]": 0.001766950369524664, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Environment-conda.env.env.Environment]": 0.0017599044500468534, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.VALID_KEYS-conda.env.env.VALID_KEYS]": 0.003219812750459683, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env._expand_channels-conda.env.env._expand_channels]": 0.0019413794008571658, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_environment-conda.env.env.from_environment]": 0.002167976183036571, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_file-conda.env.env.from_file]": 0.0018268677737786, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_yaml-conda.env.env.from_yaml]": 0.0018547566809764037, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.validate_keys-conda.env.env.validate_keys]": 0.0024915510419794775, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.ENTRY_POINT-None]": 0.004399366918161758, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.InvalidInstaller-conda.exceptions.InvalidInstaller]": 0.0030996795058489, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.get_installer-conda.env.installers.base.get_installer]": 0.0021887529979079117, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda._solve-conda.env.installers.conda._solve]": 0.004128164383723245, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.dry_run-conda.env.installers.conda.dry_run]": 0.002903458019517683, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.install-conda.env.installers.conda.install]": 0.001995868090877432, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip._pip_install_via_requirements-conda.env.installers.pip._pip_install_via_requirements]": 0.003830718147206984, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip.install-conda.env.installers.pip.install]": 0.00272626259058838, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util._canonicalize_regex-None]": 0.0018888075728158967, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.get_pip_installed_packages-conda.env.pip_util.get_pip_installed_packages]": 0.0027036140606009006, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.pip_subprocess-conda.env.pip_util.pip_subprocess]": 0.0031087142650715596, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.FileSpecTypes-conda.env.specs.FileSpecTypes]": 0.0026390787501175553, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.SpecTypes-conda.env.specs.SpecTypes]": 0.0018665411601642096, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.BinstarSpec-conda.env.specs.binstar.BinstarSpec]": 0.002492703145130899, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.ENVIRONMENT_TYPE-conda.env.specs.binstar.ENVIRONMENT_TYPE]": 0.0032108635380367705, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.detect-conda.env.specs.detect]": 0.0018747933368301276, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.get_spec_class_from_file-conda.env.specs.get_spec_class_from_file]": 0.0029781158968416044, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.requirements.RequirementsSpec-conda.env.specs.requirements.RequirementsSpec]": 0.003124118147337728, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.yaml_file.YamlFileSpec-conda.env.specs.yaml_file.YamlFileSpec]": 0.0031008942763120573, + "tests/test_create.py::test_allow_softlinks[classic]": 0.2234137890101388, + "tests/test_create.py::test_allow_softlinks[libmamba]": 0.7002845046004055, + "tests/test_create.py::test_channel_usage_replacing_python[classic]": 164.39263183593226, + "tests/test_create.py::test_channel_usage_replacing_python[libmamba]": 125.23874639214897, + "tests/test_create.py::test_clone_offline_simple[classic]": 0.2781740612111662, + "tests/test_create.py::test_clone_offline_simple[libmamba]": 0.28754998413874516, + "tests/test_create.py::test_clone_offline_with_untracked[classic]": 0.3283357467509046, + "tests/test_create.py::test_clone_offline_with_untracked[libmamba]": 0.2790301831773706, + "tests/test_create.py::test_compile_pyc[classic-False]": 12.19986710617356, + "tests/test_create.py::test_compile_pyc[classic-True]": 0.44433169614583873, + "tests/test_create.py::test_compile_pyc[libmamba-False]": 6.030142421208942, + "tests/test_create.py::test_compile_pyc[libmamba-True]": 1.5478372178816502, + "tests/test_create.py::test_conda_downgrade[classic]": 158.59475319122285, + "tests/test_create.py::test_conda_downgrade[libmamba]": 94.29711877780667, + "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[classic]": 20.22645915453257, + "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[libmamba]": 7.670328872737214, + "tests/test_create.py::test_conda_pip_interop_conda_editable_package[classic]": 24.98566152772382, + "tests/test_create.py::test_conda_pip_interop_conda_editable_package[libmamba]": 18.435594215939126, + "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[classic]": 20.30485294112956, + "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[libmamba]": 13.987955965579516, + "tests/test_create.py::test_conda_update_package_not_installed[classic]": 0.23418174054475746, + "tests/test_create.py::test_conda_update_package_not_installed[libmamba]": 1.3845071092404924, + "tests/test_create.py::test_create_default_packages[classic]": 0.26683670509547386, + "tests/test_create.py::test_create_default_packages[libmamba]": 0.23991182054735952, + "tests/test_create.py::test_create_default_packages_no_default_packages[classic]": 0.21631684969672765, + "tests/test_create.py::test_create_default_packages_no_default_packages[libmamba]": 0.21364399549901114, + "tests/test_create.py::test_create_dry_run[classic]": 8.65998738752336, + "tests/test_create.py::test_create_dry_run[libmamba]": 2.1552046189617386, + "tests/test_create.py::test_create_dry_run_json[classic]": 8.42546071912588, + "tests/test_create.py::test_create_dry_run_json[libmamba]": 1.210630608880737, + "tests/test_create.py::test_create_dry_run_without_prefix[classic]": 0.2088939652104303, + "tests/test_create.py::test_create_dry_run_without_prefix[libmamba]": 1.0881402686386386, + "tests/test_create.py::test_create_dry_run_yes_safety[classic]": 0.15610898510045346, + "tests/test_create.py::test_create_dry_run_yes_safety[libmamba]": 0.9879314924207099, + "tests/test_create.py::test_create_empty_env[classic]": 0.2246296918261884, + "tests/test_create.py::test_create_empty_env[libmamba]": 1.354801003307107, + "tests/test_create.py::test_create_env_different_platform[classic-cli]": 0.3171298870111387, + "tests/test_create.py::test_create_env_different_platform[classic-env]": 0.29638678407212143, + "tests/test_create.py::test_create_env_different_platform[libmamba-cli]": 0.31482443738803173, + "tests/test_create.py::test_create_env_different_platform[libmamba-env]": 0.3264754932783446, + "tests/test_create.py::test_create_install_update_remove_smoketest[classic]": 181.20725952937826, + "tests/test_create.py::test_create_install_update_remove_smoketest[libmamba]": 38.72275252075106, + "tests/test_create.py::test_create_no_deps_flag[classic]": 0.23487229101534998, + "tests/test_create.py::test_create_no_deps_flag[libmamba]": 0.20245892036516694, + "tests/test_create.py::test_create_only_deps_flag[classic]": 0.6394275997222227, + "tests/test_create.py::test_create_only_deps_flag[libmamba]": 0.49327405811375097, + "tests/test_create.py::test_create_override_channels_enabled[classic]": 0.4276059155064665, + "tests/test_create.py::test_create_override_channels_enabled[libmamba]": 0.546158386514671, + "tests/test_create.py::test_create_without_prefix_raises_argument_error[classic]": 0.07972940556637922, + "tests/test_create.py::test_create_without_prefix_raises_argument_error[libmamba]": 0.07685525307226916, + "tests/test_create.py::test_cross_channel_incompatibility[classic]": 84.46824213892802, + "tests/test_create.py::test_cross_channel_incompatibility[libmamba]": 5.6896345059408, + "tests/test_create.py::test_directory_not_a_conda_environment[classic]": 0.06899025516977215, + "tests/test_create.py::test_directory_not_a_conda_environment[libmamba]": 0.07147174558561348, + "tests/test_create.py::test_disallowed_packages[classic]": 16.942873409650716, + "tests/test_create.py::test_disallowed_packages[libmamba]": 2.830449896238603, + "tests/test_create.py::test_dont_remove_conda_1[classic]": 204.54376748511672, + "tests/test_create.py::test_dont_remove_conda_1[libmamba]": 16.465628791513595, + "tests/test_create.py::test_dont_remove_conda_2[classic]": 209.12047894374751, + "tests/test_create.py::test_dont_remove_conda_2[libmamba]": 13.445341267823249, + "tests/test_create.py::test_download_only_flag[classic]": 16.975535023129115, + "tests/test_create.py::test_download_only_flag[libmamba]": 3.243085311550395, + "tests/test_create.py::test_force_remove[classic]": 70.52601814299024, + "tests/test_create.py::test_force_remove[libmamba]": 3.5649857347597096, + "tests/test_create.py::test_install_bound_virtual_package[classic]": 0.10329612112033656, + "tests/test_create.py::test_install_bound_virtual_package[libmamba]": 1.818865382050429, + "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[classic]": 0.8917361427537513, + "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[libmamba]": 1.0418123766557341, + "tests/test_create.py::test_install_force_reinstall_flag[classic]": 0.3564052068881313, + "tests/test_create.py::test_install_force_reinstall_flag[libmamba]": 0.2942403526190762, + "tests/test_create.py::test_install_only_deps_flag[classic]": 0.3052531701884064, + "tests/test_create.py::test_install_only_deps_flag[libmamba]": 0.2894289425125113, + "tests/test_create.py::test_install_prune_flag[classic]": 70.76088494962929, + "tests/test_create.py::test_install_prune_flag[libmamba]": 7.883762172736276, + "tests/test_create.py::test_install_python_and_search[classic]": 69.23474071948121, + "tests/test_create.py::test_install_python_and_search[libmamba]": 20.994711778474738, + "tests/test_create.py::test_install_tarball_from_file_based_channel[classic]": 0.7659120549659416, + "tests/test_create.py::test_install_tarball_from_file_based_channel[libmamba]": 1.5959101856938591, + "tests/test_create.py::test_install_update_deps_flag[classic]": 0.3589182579379048, + "tests/test_create.py::test_install_update_deps_flag[libmamba]": 0.3285511767580351, + "tests/test_create.py::test_install_update_deps_only_deps_flags[classic]": 0.3973661794784113, + "tests/test_create.py::test_install_update_deps_only_deps_flags[libmamba]": 0.3311211893639826, + "tests/test_create.py::test_json_create_install_update_remove[classic]": 129.54924423621173, + "tests/test_create.py::test_json_create_install_update_remove[libmamba]": 12.871382987516698, + "tests/test_create.py::test_list_with_pip_no_binary[classic]": 14.612945714978153, + "tests/test_create.py::test_list_with_pip_no_binary[libmamba]": 7.73457559093687, + "tests/test_create.py::test_list_with_pip_wheel[classic]": 26.109089946521067, + "tests/test_create.py::test_list_with_pip_wheel[libmamba]": 13.865402599982067, + "tests/test_create.py::test_menuinst_v2[classic]": 2.0992037955024947, + "tests/test_create.py::test_menuinst_v2[libmamba]": 1.7357363957382868, + "tests/test_create.py::test_neutering_of_historic_specs[classic]": 134.8832874421129, + "tests/test_create.py::test_neutering_of_historic_specs[libmamba]": 18.649796578556167, + "tests/test_create.py::test_noarch_generic_package[classic]": 0.20607619606818198, + "tests/test_create.py::test_noarch_generic_package[libmamba]": 0.207214087885841, + "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[classic]": 23.573906165823267, + "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[libmamba]": 12.107019188321603, + "tests/test_create.py::test_noarch_python_package_with_entry_points[classic]": 70.58434984692425, + "tests/test_create.py::test_noarch_python_package_with_entry_points[libmamba]": 9.174416110905863, + "tests/test_create.py::test_noarch_python_package_without_entry_points[classic]": 66.39391389850314, + "tests/test_create.py::test_noarch_python_package_without_entry_points[libmamba]": 8.356217340278008, + "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[classic]": 0.3301679913752701, + "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[libmamba]": 2.864577401349839, + "tests/test_create.py::test_offline_with_empty_index_cache[classic]": 20.951975352550456, + "tests/test_create.py::test_offline_with_empty_index_cache[libmamba]": 6.065187276567058, + "tests/test_create.py::test_override_channels[classic]": 0.2330730099060674, + "tests/test_create.py::test_override_channels[libmamba]": 0.3230937813248924, + "tests/test_create.py::test_override_channels_disabled[classic]": 0.1521116997319626, + "tests/test_create.py::test_override_channels_disabled[libmamba]": 0.15207820234327826, + "tests/test_create.py::test_package_cache_regression[classic]": 0.15758333308073558, + "tests/test_create.py::test_package_cache_regression[libmamba]": 0.5318230681333231, + "tests/test_create.py::test_package_optional_pinning[classic]": 0.44178213915201203, + "tests/test_create.py::test_package_optional_pinning[libmamba]": 0.45101491382193537, + "tests/test_create.py::test_package_pinning[classic]": 0.521167676675868, + "tests/test_create.py::test_package_pinning[libmamba]": 0.46489769863031666, + "tests/test_create.py::test_packages_not_found[classic]": 0.19408140469591714, + "tests/test_create.py::test_packages_not_found[libmamba]": 1.8551426233917425, + "tests/test_create.py::test_pinned_override_with_explicit_spec[classic]": 0.8600981490954838, + "tests/test_create.py::test_pinned_override_with_explicit_spec[libmamba]": 0.4490955397995802, + "tests/test_create.py::test_post_link_run_in_env[classic]": 1.0603530770603524, + "tests/test_create.py::test_post_link_run_in_env[libmamba]": 2.2074442587675485, + "tests/test_create.py::test_remove_empty_env[classic]": 0.23050053998072131, + "tests/test_create.py::test_remove_empty_env[libmamba]": 1.1068057556499278, + "tests/test_create.py::test_remove_force_remove_flag[classic]": 12.338765143946057, + "tests/test_create.py::test_remove_force_remove_flag[libmamba]": 5.39754270093009, + "tests/test_create.py::test_remove_ignore_nonenv[classic]": 0.06639874120076603, + "tests/test_create.py::test_remove_ignore_nonenv[libmamba]": 0.06638800926122812, + "tests/test_create.py::test_remove_spellcheck[classic]": 0.3233516092194781, + "tests/test_create.py::test_remove_spellcheck[libmamba]": 0.4263902019476556, + "tests/test_create.py::test_repodata_v2_base_url[classic]": 0.29474549959913393, + "tests/test_create.py::test_repodata_v2_base_url[libmamba]": 0.20476819730170345, + "tests/test_create.py::test_rm_rf[classic]": 11.97338789985917, + "tests/test_create.py::test_rm_rf[libmamba]": 6.668707388194576, + "tests/test_create.py::test_run_preserves_arguments[classic]": 15.621430670375478, + "tests/test_create.py::test_run_preserves_arguments[libmamba]": 6.529208426333491, + "tests/test_create.py::test_run_script_called[classic]": 21.930651481998982, + "tests/test_create.py::test_run_script_called[libmamba]": 2.348965643474594, + "tests/test_create.py::test_safety_checks_disabled[classic]": 10.91879943125494, + "tests/test_create.py::test_safety_checks_disabled[libmamba]": 4.9086157868378715, + "tests/test_create.py::test_safety_checks_enabled[classic]": 11.735469455379421, + "tests/test_create.py::test_safety_checks_enabled[libmamba]": 5.9203601886200525, + "tests/test_create.py::test_safety_checks_warn[classic]": 15.020194143305726, + "tests/test_create.py::test_safety_checks_warn[libmamba]": 7.854099939225144, + "tests/test_create.py::test_search_override_channels_enabled[classic]": 0.2204418562135762, + "tests/test_create.py::test_search_override_channels_enabled[libmamba]": 0.27414528690206164, + "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[classic]": 9.45329006529337, + "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[libmamba]": 7.654126212030156, + "tests/test_create.py::test_shortcut_absent_when_condarc_set[classic]": 9.375125598429973, + "tests/test_create.py::test_shortcut_absent_when_condarc_set[libmamba]": 7.939391612109168, + "tests/test_create.py::test_shortcut_creation_installs_shortcut[classic]": 6.863705083070754, + "tests/test_create.py::test_shortcut_creation_installs_shortcut[libmamba]": 5.616855738031029, + "tests/test_create.py::test_strict_channel_priority[classic]": 0.000415682652629149, + "tests/test_create.py::test_strict_channel_priority[libmamba]": 0.0004177553774718683, + "tests/test_create.py::test_strict_resolve_get_reduced_index[classic]": 58.78798917557997, + "tests/test_create.py::test_strict_resolve_get_reduced_index[libmamba]": 61.274695432557394, + "tests/test_create.py::test_tarball_install[classic]": 0.28250051906886187, + "tests/test_create.py::test_tarball_install[libmamba]": 0.3239855772138986, + "tests/test_create.py::test_tarball_install_and_bad_metadata[classic]": 0.9764107041703233, + "tests/test_create.py::test_tarball_install_and_bad_metadata[libmamba]": 0.5779254027572718, + "tests/test_create.py::test_transactional_rollback_simple[classic]": 0.2056837536992198, + "tests/test_create.py::test_transactional_rollback_simple[libmamba]": 0.20049876555489013, + "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[classic]": 0.3589764477258325, + "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[libmamba]": 0.30143610442426794, + "tests/test_create.py::test_update_all_updates_pip_pkg[classic]": 23.852460714023348, + "tests/test_create.py::test_update_all_updates_pip_pkg[libmamba]": 10.589058524761858, + "tests/test_create.py::test_update_deps_flag_absent[classic]": 0.37297806785951493, + "tests/test_create.py::test_update_deps_flag_absent[libmamba]": 0.2974133947118003, + "tests/test_create.py::test_update_deps_flag_present[classic]": 0.4025072941225109, + "tests/test_create.py::test_update_deps_flag_present[libmamba]": 0.32586430257130666, + "tests/test_create.py::test_update_with_pinned_packages[classic]": 0.5996022811661725, + "tests/test_create.py::test_update_with_pinned_packages[libmamba]": 0.32450719824772245, + "tests/test_create.py::test_use_index_cache[classic]": 10.52939880153668, + "tests/test_create.py::test_use_index_cache[libmamba]": 10.325718316004524, + "tests/test_deprecations.py::test_action[future]": 0.0023379815507194057, + "tests/test_deprecations.py::test_action[pending]": 0.0023571136372256473, + "tests/test_deprecations.py::test_action[remove]": 0.002167625343969687, + "tests/test_deprecations.py::test_arguments[deprecated]": 0.0019031143996087133, + "tests/test_deprecations.py::test_arguments[pending]": 0.0019207066493546312, + "tests/test_deprecations.py::test_arguments[remove]": 0.0018395042874511768, + "tests/test_deprecations.py::test_class[deprecated]": 0.0020254467351913065, + "tests/test_deprecations.py::test_class[pending]": 0.0020080505903603877, + "tests/test_deprecations.py::test_class[remove]": 0.001863381002753989, + "tests/test_deprecations.py::test_constant[deprecated]": 0.002526884503569277, + "tests/test_deprecations.py::test_constant[pending]": 0.0025213883834508577, + "tests/test_deprecations.py::test_constant[remove]": 0.002479750469712306, + "tests/test_deprecations.py::test_function[deprecated]": 0.0021868527167177732, + "tests/test_deprecations.py::test_function[pending]": 0.0023263460140234, + "tests/test_deprecations.py::test_function[remove]": 0.0018552588263705942, + "tests/test_deprecations.py::test_method[deprecated]": 0.0019709360431653835, + "tests/test_deprecations.py::test_method[pending]": 0.0020816332165586476, + "tests/test_deprecations.py::test_method[remove]": 0.0021297056581231423, + "tests/test_deprecations.py::test_module[deprecated]": 0.002604380565386506, + "tests/test_deprecations.py::test_module[pending]": 0.00259241876949811, + "tests/test_deprecations.py::test_module[remove]": 0.0025052724335396827, + "tests/test_deprecations.py::test_topic[deprecated]": 0.0018443889414210878, + "tests/test_deprecations.py::test_topic[pending]": 0.00187247980748651, + "tests/test_deprecations.py::test_topic[remove]": 0.0018354672158668894, + "tests/test_deprecations.py::test_version_fallback": 0.0017381233851793262, + "tests/test_exceptions.py::test_BasicClobberError": 0.00826746687414531, + "tests/test_exceptions.py::test_BinaryPrefixReplacementError": 0.014676814753764053, + "tests/test_exceptions.py::test_CommandNotFoundError_conda_build": 0.01531997394037801, + "tests/test_exceptions.py::test_CommandNotFoundError_simple": 0.01569864756630301, + "tests/test_exceptions.py::test_CondaFileNotFoundError": 0.01417998117548475, + "tests/test_exceptions.py::test_CondaHTTPError": 0.0148182168709028, + "tests/test_exceptions.py::test_CondaKeyError": 0.01437138220619566, + "tests/test_exceptions.py::test_DirectoryNotFoundError": 0.014881963146808298, + "tests/test_exceptions.py::test_KnownPackageClobberError": 0.008247936952882479, + "tests/test_exceptions.py::test_MD5MismatchError": 0.014738203993341496, + "tests/test_exceptions.py::test_PackageNotFoundError": 0.014661449844197783, "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2": 0.004012147512083931, - "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[False]": 0.012157628111213549, - "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[True]": 0.012438533979859438, - "tests/test_exceptions.py::test_SharedLinkPathClobberError": 0.0075374984703048, - "tests/test_exceptions.py::test_TooManyArgumentsError": 0.01338636766587921, - "tests/test_exceptions.py::test_UnknownPackageClobberError": 0.007434645298344803, - "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_1": 0.015748243894213948, - "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_2": 0.010863113877825502, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_1": 0.024381344747103538, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_2": 0.022276640851127218, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_3": 0.02453457801824231, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_spaces": 0.016368972554078355, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_unicode": 0.015872378222294228, - "tests/test_export.py::test_explicit[classic]": 22.148274756400507, - "tests/test_export.py::test_explicit[libmamba]": 4.426490469985625, - "tests/test_export.py::test_export[classic]": 29.56528353334725, - "tests/test_export.py::test_export[libmamba]": 3.4089311550568495, - "tests/test_exports.py::test_deprecations[Completer-None]": 0.0018595344714960192, + "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[False]": 0.012126714769012184, + "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[True]": 0.012515910694590904, + "tests/test_exceptions.py::test_SharedLinkPathClobberError": 0.008166593592779726, + "tests/test_exceptions.py::test_TooManyArgumentsError": 0.014677386284522247, + "tests/test_exceptions.py::test_UnknownPackageClobberError": 0.008153637516812876, + "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_1": 0.01632228716158199, + "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_2": 0.01157961065875836, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_1": 0.024176187834494423, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_2": 0.02221518605806, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_3": 0.02421473924682402, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_spaces": 0.017135474527519585, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_unicode": 0.01662619232721523, + "tests/test_export.py::test_explicit[classic]": 23.344524472453756, + "tests/test_export.py::test_explicit[libmamba]": 4.369657128486855, + "tests/test_export.py::test_export[classic]": 29.906570647955423, + "tests/test_export.py::test_export[libmamba]": 3.3403007429244584, + "tests/test_exports.py::test_deprecations[Completer-None]": 0.0018990361254439426, "tests/test_exports.py::test_deprecations[IndexRecord-TypeError]": 0.0018721626903983547, - "tests/test_exports.py::test_deprecations[InstalledPackages-None]": 0.001875931207466957, - "tests/test_exports.py::test_deprecations[KEYS-TypeError]": 0.0018294155512884088, - "tests/test_exports.py::test_deprecations[KEYS_DIR-TypeError]": 0.0018422325971696595, - "tests/test_exports.py::test_deprecations[_symlink_conda_hlp-TypeError]": 0.0018137083222544788, + "tests/test_exports.py::test_deprecations[InstalledPackages-None]": 0.0018629906948790032, + "tests/test_exports.py::test_deprecations[KEYS-TypeError]": 0.001828259918172437, + "tests/test_exports.py::test_deprecations[KEYS_DIR-TypeError]": 0.0018373595085408071, + "tests/test_exports.py::test_deprecations[_symlink_conda_hlp-TypeError]": 0.001830566555906037, "tests/test_exports.py::test_deprecations[fetch_index-TypeError]": 0.0018262774096301502, - "tests/test_exports.py::test_deprecations[hash_file-TypeError]": 0.0018455189827025953, - "tests/test_exports.py::test_deprecations[iteritems-TypeError]": 0.0018373357012427926, - "tests/test_exports.py::test_deprecations[move_to_trash-TypeError]": 0.0018088829971816406, - "tests/test_exports.py::test_deprecations[symlink_conda-TypeError]": 0.001858307060412856, - "tests/test_exports.py::test_deprecations[verify-TypeError]": 0.001809743192783561, - "tests/test_exports.py::test_deprecations[win_conda_bat_redirect-TypeError]": 0.0003482258522725998, - "tests/test_features.py::test_install_track_features_downgrade": 0.5933480053811642, - "tests/test_features.py::test_install_track_features_upgrade": 0.6000564549437685, - "tests/test_features.py::test_remove_features_downgrade": 0.29470465699973913, - "tests/test_features.py::test_remove_features_upgrade": 0.29500454827987727, - "tests/test_fetch.py::test_checksum_checks_bytes[bad-type]": 0.03167321822670384, - "tests/test_fetch.py::test_checksum_checks_bytes[gibberish]": 0.05132253024891056, - "tests/test_fetch.py::test_checksum_checks_bytes[original]": 0.08941421306906112, - "tests/test_fetch.py::test_checksum_checks_bytes[upper]": 0.5345563571328376, - "tests/test_fetch.py::test_download_connectionerror": 4.559008887847465, - "tests/test_fetch.py::test_download_http_errors": 0.002787274048787031, - "tests/test_fetch.py::test_download_httperror": 0.004499284987221438, - "tests/test_fetch.py::test_download_when_ranges_not_supported": 0.0093589810322735, - "tests/test_fetch.py::test_fetchrepodate_connectionerror": 3.9329955661085116, - "tests/test_fetch.py::test_resume_download": 0.013797203243823308, - "tests/test_fetch.py::test_resume_partial": 0.6994310614555789, - "tests/test_fetch.py::test_tmpDownload": 0.1455670020893007, - "tests/test_history.py::test_calls_update_on_exit": 0.00409227869711553, - "tests/test_history.py::test_comment_parsing[conda 4.5.1]": 0.0017398002521500624, - "tests/test_history.py::test_comment_parsing[conda 4.5.1dev0]": 0.001741652207062156, - "tests/test_history.py::test_comment_parsing[conda 4.5.1rc1]": 0.0017395760191735471, - "tests/test_history.py::test_comment_parsing[post 4.4, install spec]": 0.0017623479473156745, - "tests/test_history.py::test_comment_parsing[post 4.4, update spec]": 0.0017659734642761396, - "tests/test_history.py::test_comment_parsing[pre 4.4, install many specs]": 0.0017543585334127616, - "tests/test_history.py::test_comment_parsing[pre 4.4, install one spec]": 0.0017429151394197635, - "tests/test_history.py::test_comment_parsing[pre 4.4, install two specs]": 0.0017381047282250218, - "tests/test_history.py::test_comment_parsing[pre 4.4, update one spec]": 0.0017506113768469124, - "tests/test_history.py::test_comment_parsing[pre 4.4, update two specs]": 0.0017311373149400198, - "tests/test_history.py::test_empty_history_check_on_empty_env": 0.003834820969089617, - "tests/test_history.py::test_history_malformed": 0.0028619725949537264, - "tests/test_history.py::test_parse_on_empty_env": 0.00422310545406365, - "tests/test_history.py::test_returns_history_object_as_context_object": 0.0028443769322248004, - "tests/test_history.py::test_user_requests[0]": 0.0021854156357735965, - "tests/test_history.py::test_user_requests[1]": 0.0021513229922115965, - "tests/test_history.py::test_user_requests[2]": 0.002161813030199839, - "tests/test_history.py::test_user_requests[3]": 0.0020922539211203264, - "tests/test_history.py::test_user_requests[4]": 0.002120436898873455, - "tests/test_history.py::test_user_requests[5]": 0.002488518484784589, - "tests/test_history.py::test_works_as_context_manager": 0.0023179866405808737, - "tests/test_install.py::test_binary[linux-64]": 0.00696822932047975, - "tests/test_install.py::test_binary[noarch]": 0.006019068004320467, - "tests/test_install.py::test_binary[win-64]": 0.0032741187483260304, - "tests/test_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 88.82102676403461, - "tests/test_install.py::test_default_text": 0.0033823025358574923, - "tests/test_install.py::test_ends_with_newl[linux-64]": 0.002035918154622679, - "tests/test_install.py::test_ends_with_newl[noarch]": 0.0020375302150926777, - "tests/test_install.py::test_ends_with_newl[win-64]": 0.0022602995239331815, - "tests/test_install.py::test_install_freezes_env_by_default": 0.40450561222082676, + "tests/test_exports.py::test_deprecations[hash_file-TypeError]": 0.001837355028900048, + "tests/test_exports.py::test_deprecations[iteritems-TypeError]": 0.001854864933202653, + "tests/test_exports.py::test_deprecations[move_to_trash-TypeError]": 0.0018313720751850751, + "tests/test_exports.py::test_deprecations[symlink_conda-TypeError]": 0.0018477993721643339, + "tests/test_exports.py::test_deprecations[verify-TypeError]": 0.0018174663698120417, + "tests/test_exports.py::test_deprecations[win_conda_bat_redirect-TypeError]": 0.0003502744725833505, + "tests/test_features.py::test_install_track_features_downgrade": 0.5737709650254771, + "tests/test_features.py::test_install_track_features_upgrade": 0.6068834408298172, + "tests/test_features.py::test_remove_features_downgrade": 0.2793246469838241, + "tests/test_features.py::test_remove_features_upgrade": 0.2904656507029552, + "tests/test_fetch.py::test_checksum_checks_bytes[bad-type]": 0.027893222902850557, + "tests/test_fetch.py::test_checksum_checks_bytes[gibberish]": 0.04582027331138315, + "tests/test_fetch.py::test_checksum_checks_bytes[original]": 0.0788247638676206, + "tests/test_fetch.py::test_checksum_checks_bytes[upper]": 0.4886132917755816, + "tests/test_fetch.py::test_download_connectionerror": 4.3021863119897725, + "tests/test_fetch.py::test_download_http_errors": 0.0027293715205738748, + "tests/test_fetch.py::test_download_httperror": 0.004393490529857794, + "tests/test_fetch.py::test_download_when_ranges_not_supported": 0.00769914421364221, + "tests/test_fetch.py::test_fetchrepodate_connectionerror": 4.478958855157767, + "tests/test_fetch.py::test_resume_download": 0.014886316229853003, + "tests/test_fetch.py::test_resume_partial": 0.6999848656758966, + "tests/test_fetch.py::test_tmpDownload": 0.1483747589338792, + "tests/test_history.py::test_calls_update_on_exit": 0.004106058573365908, + "tests/test_history.py::test_comment_parsing[conda 4.5.1]": 0.0017339898217720612, + "tests/test_history.py::test_comment_parsing[conda 4.5.1dev0]": 0.0017464910648164614, + "tests/test_history.py::test_comment_parsing[conda 4.5.1rc1]": 0.0017422324639949323, + "tests/test_history.py::test_comment_parsing[post 4.4, install spec]": 0.0017582122135615058, + "tests/test_history.py::test_comment_parsing[post 4.4, update spec]": 0.001797849605105068, + "tests/test_history.py::test_comment_parsing[pre 4.4, install many specs]": 0.0017560516213118327, + "tests/test_history.py::test_comment_parsing[pre 4.4, install one spec]": 0.0017428913621004656, + "tests/test_history.py::test_comment_parsing[pre 4.4, install two specs]": 0.0017449778850765975, + "tests/test_history.py::test_comment_parsing[pre 4.4, update one spec]": 0.0017513542131286522, + "tests/test_history.py::test_comment_parsing[pre 4.4, update two specs]": 0.0017297689676565179, + "tests/test_history.py::test_empty_history_check_on_empty_env": 0.0038749557963795793, + "tests/test_history.py::test_history_malformed": 0.003178162664514817, + "tests/test_history.py::test_parse_on_empty_env": 0.004120047982538707, + "tests/test_history.py::test_returns_history_object_as_context_object": 0.0028283255446866573, + "tests/test_history.py::test_user_requests[0]": 0.0021785848507351936, + "tests/test_history.py::test_user_requests[1]": 0.002164279419270168, + "tests/test_history.py::test_user_requests[2]": 0.0021447777559701377, + "tests/test_history.py::test_user_requests[3]": 0.002125746691572757, + "tests/test_history.py::test_user_requests[4]": 0.002130704301836358, + "tests/test_history.py::test_user_requests[5]": 0.0024491532213097708, + "tests/test_history.py::test_works_as_context_manager": 0.002299235712597479, + "tests/test_install.py::test_binary[linux-64]": 0.006967358478965653, + "tests/test_install.py::test_binary[noarch]": 0.0059525606531956035, + "tests/test_install.py::test_binary[win-64]": 0.0032379818831100677, + "tests/test_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 88.82102676403463, + "tests/test_install.py::test_default_text": 0.0033265175214792163, + "tests/test_install.py::test_ends_with_newl[linux-64]": 0.002008010705089997, + "tests/test_install.py::test_ends_with_newl[noarch]": 0.00200569435968517, + "tests/test_install.py::test_ends_with_newl[win-64]": 0.002235563305911252, + "tests/test_install.py::test_install_freezes_env_by_default": 0.4045056122208268, "tests/test_install.py::test_install_from_extracted_package": 7.417486000328556, - "tests/test_install.py::test_install_mkdir": 13.119640905277306, - "tests/test_install.py::test_long_default_text": 0.0031236321432867357, - "tests/test_install.py::test_multiple[linux-64]": 0.0017261930878591986, - "tests/test_install.py::test_multiple[noarch]": 0.0017929613306329546, - "tests/test_install.py::test_multiple[win-64]": 0.00223674156856322, - "tests/test_install.py::test_no_extra[linux-64]": 0.0016729227182890511, - "tests/test_install.py::test_no_extra[noarch]": 0.001701174091355788, - "tests/test_install.py::test_no_extra[win-64]": 0.00230255076340893, - "tests/test_install.py::test_read_no_link": 0.00257630658058772, - "tests/test_install.py::test_shorter[linux-64]": 0.0017604070401050775, - "tests/test_install.py::test_shorter[noarch]": 0.0017511597851223644, - "tests/test_install.py::test_shorter[win-64]": 0.002375324592148344, - "tests/test_install.py::test_simple[linux-64]": 0.005472213582818268, - "tests/test_install.py::test_simple[noarch]": 0.003998945762199347, - "tests/test_install.py::test_simple[win-64]": 0.0026751899163725604, - "tests/test_install.py::test_spaces[linux-64]": 0.002049454851965174, - "tests/test_install.py::test_spaces[noarch]": 0.0019648089360182106, - "tests/test_install.py::test_spaces[win-64]": 0.002166272362358349, - "tests/test_install.py::test_too_long[linux-64]": 0.00196218529969955, - "tests/test_install.py::test_too_long[noarch]": 0.0017231519705883265, - "tests/test_install.py::test_too_long[win-64]": 0.001770480349108079, - "tests/test_install.py::test_trash_outside_prefix": 0.09690247987053989, - "tests/test_install.py::test_two[linux-64]": 0.0016764774771277752, - "tests/test_install.py::test_two[noarch]": 0.0016754103163367031, - "tests/test_install.py::test_two[win-64]": 0.0024036564142853193, - "tests/test_install.py::test_windows_entry_point": 0.00041329864676676426, - "tests/test_install.py::test_yield_lines": 0.002533055255850547, - "tests/test_instructions.py::test_check_files_in_tarball_files_exist": 0.0016549343021633601, - "tests/test_instructions.py::test_check_files_in_tarball_files_not_exist": 0.0016721730765182899, - "tests/test_instructions.py::test_expected_operation_order": 0.0016787437699510794, - "tests/test_instructions.py::test_simple_instruction": 0.0018016605580454884, - "tests/test_instructions.py::test_state": 0.0017094808572221418, - "tests/test_link_order.py::test_link_order_post_link_actions": 0.34657227630471893, - "tests/test_link_order.py::test_link_order_post_link_depend": 0.511672504783654, - "tests/test_logic.py::test_ALL": 10.836116059982858, - "tests/test_logic.py::test_AMONE": 1.7505190931565702, - "tests/test_logic.py::test_AND": 0.013293781541386924, - "tests/test_logic.py::test_ANY": 10.374307007107012, - "tests/test_logic.py::test_ITE": 0.46735476309209184, - "tests/test_logic.py::test_LinearBound": 7.016008312944861, - "tests/test_logic.py::test_NOT": 0.002539850293703998, - "tests/test_logic.py::test_OR": 0.014936014900865444, - "tests/test_logic.py::test_XONE": 1.782189445838956, - "tests/test_logic.py::test_XOR": 0.01629295159875718, - "tests/test_logic.py::test_minimal_unsatisfiable_subset": 0.0017921765765193042, - "tests/test_logic.py::test_minimize": 0.003916039161912921, - "tests/test_logic.py::test_sat": 0.0021103016540473243, - "tests/test_misc.py::test_Utf8NamedTemporaryFile": 0.0019089393496530308, - "tests/test_misc.py::test_cache_fn_url": 0.0016636696582174946, - "tests/test_misc.py::test_explicit_missing_cache_entries": 2.4652533192149266, - "tests/test_misc.py::test_explicit_no_cache": 0.0052768989590424725, - "tests/test_misc.py::test_url_pat_1": 0.00161175805602595, - "tests/test_misc.py::test_url_pat_2": 0.001599428411303528, - "tests/test_misc.py::test_url_pat_3": 0.0015793180051624361, - "tests/test_misc.py::test_walk_prefix": 0.0035476314906820014, - "tests/test_plan.py::test_adds_to_existing_actions": 0.002024755108332009, - "tests/test_plan.py::test_deprecations[_get_best_prec_match]": 0.001733209092467395, - "tests/test_plan.py::test_deprecations[_handle_menuinst]": 0.0017128425941302853, - "tests/test_plan.py::test_deprecations[_inject_UNLINKLINKTRANSACTION]": 0.0016959165121902772, - "tests/test_plan.py::test_deprecations[_plan_from_actions]": 0.0017073297749313097, - "tests/test_plan.py::test_deprecations[_update_old_plan]": 0.0017012947061314486, - "tests/test_plan.py::test_deprecations[add_defaults_to_specs]": 0.0017413377233794788, - "tests/test_plan.py::test_deprecations[add_unlink]": 0.001828226975451724, - "tests/test_plan.py::test_deprecations[display_actions]": 0.0017707650908644556, - "tests/test_plan.py::test_deprecations[execute_actions]": 0.001714386196283284, - "tests/test_plan.py::test_deprecations[execute_instructions]": 0.0016877093009634678, - "tests/test_plan.py::test_deprecations[execute_plan]": 0.0016874392612710486, - "tests/test_plan.py::test_deprecations[get_blank_actions]": 0.0016935572281011903, - "tests/test_plan.py::test_deprecations[install_actions]": 0.0016965547437739652, - "tests/test_plan.py::test_deprecations[print_dists]": 0.0018851436221225294, - "tests/test_plan.py::test_deprecations[revert_actions]": 0.0017293757238259647, - "tests/test_plan.py::test_display_actions_0": 0.06145686511654134, - "tests/test_plan.py::test_display_actions_features": 0.08637706283323121, - "tests/test_plan.py::test_display_actions_link_type": 0.007900224423246668, - "tests/test_plan.py::test_display_actions_show_channel_urls": 0.07409131750367184, - "tests/test_plan.py::test_execute_plan": 0.0017789412649430651, - "tests/test_plan.py::test_pinned_specs_CONDA_PINNED_PACKAGES": 0.008052959421346612, - "tests/test_plan.py::test_pinned_specs_all": 1.0809411606658827, - "tests/test_plan.py::test_pinned_specs_conda_meta_pinned": 1.0161270104663445, - "tests/test_plan.py::test_pinned_specs_condarc": 1.0735726413324795, - "tests/test_plan.py::test_simply_adds_unlink_on_non_windows": 0.0023521463185117056, - "tests/test_plan.py::test_update_old_plan": 0.00176292105661607, - "tests/test_priority.py::test_reorder_channel_priority[classic-with pinned_package]": 24.033281549765825, - "tests/test_priority.py::test_reorder_channel_priority[classic-without pinned_package]": 17.60574739450379, - "tests/test_priority.py::test_reorder_channel_priority[libmamba-with pinned_package]": 5.364209394718907, - "tests/test_priority.py::test_reorder_channel_priority[libmamba-without pinned_package]": 5.118022457962036, - "tests/test_shell.py::test_activate_deactivate_modify_path[bash]": 2.929322692698117, - "tests/test_shell.py::test_activate_deactivate_modify_path[cmd.exe]": 0.00034142455982863766, - "tests/test_shell.py::test_bash_activate_error": 3.109593101496276, - "tests/test_shell.py::test_basic_integration[bash-basic_posix]": 16.71187945086851, - "tests/test_shell.py::test_basic_integration[csh-basic_csh]": 0.0003738592274467968, - "tests/test_shell.py::test_basic_integration[dash-basic_posix]": 16.594928694207418, - "tests/test_shell.py::test_basic_integration[tcsh-basic_csh]": 0.00046349565568751434, - "tests/test_shell.py::test_basic_integration[zsh-basic_posix]": 0.0004096541608657064, - "tests/test_shell.py::test_cmd_exe_activate_error": 0.0004563858925788761, - "tests/test_shell.py::test_cmd_exe_basic_integration": 0.0003519811352209377, - "tests/test_shell.py::test_fish_basic_integration": 0.0003708087324027104, - "tests/test_shell.py::test_legacy_activate_deactivate_bash": 4.173432182368524, - "tests/test_shell.py::test_legacy_activate_deactivate_cmd_exe": 0.00032634609805557845, - "tests/test_shell.py::test_powershell_PATH_management": 0.00037193347058549155, - "tests/test_shell.py::test_powershell_basic_integration": 14.325807627524098, - "tests/test_shell.py::test_stacking[0--base-base,sys]": 8.582869242101829, - "tests/test_shell.py::test_stacking[0--has-has,sys]": 9.022415556213682, - "tests/test_shell.py::test_stacking[0--not-sys]": 8.980711503679604, - "tests/test_shell.py::test_stacking[0-base-base-base,sys]": 8.751262050225948, - "tests/test_shell.py::test_stacking[0-base-has-has,sys]": 8.909325625990283, - "tests/test_shell.py::test_stacking[0-base-not-sys]": 8.58793446742228, - "tests/test_shell.py::test_stacking[0-has-base-base,sys]": 8.711593818268472, - "tests/test_shell.py::test_stacking[0-has-has-has,sys]": 9.160724438115624, - "tests/test_shell.py::test_stacking[0-has-not-sys]": 8.607744594059252, - "tests/test_shell.py::test_stacking[0-not-base-base,sys]": 8.798998220762908, - "tests/test_shell.py::test_stacking[0-not-has-has,sys]": 8.911856185910692, - "tests/test_shell.py::test_stacking[0-not-not-sys]": 8.730008581585167, - "tests/test_shell.py::test_stacking[5-base,has-base-base,has,base,sys]": 8.864427235388838, - "tests/test_shell.py::test_stacking[5-base,has-has-has,base,sys]": 9.02527237395976, - "tests/test_shell.py::test_stacking[5-base,has-not-has,base,sys]": 8.759428372477826, - "tests/test_shell.py::test_stacking[5-base,not-base-base,base,sys]": 8.878185754279606, - "tests/test_shell.py::test_stacking[5-base,not-has-has,base,sys]": 9.011642831102847, - "tests/test_shell.py::test_stacking[5-base,not-not-base,sys]": 8.777925483379583, - "tests/test_shell.py::test_stacking[5-base-base-base,sys]": 8.827084382590757, - "tests/test_shell.py::test_stacking[5-base-has-has,base,sys]": 8.762263859755953, - "tests/test_shell.py::test_stacking[5-base-not-base,sys]": 8.777273536509323, - "tests/test_shell.py::test_stacking[5-has-base-base,has,sys]": 8.950854346111106, - "tests/test_shell.py::test_stacking[5-has-has-has,sys]": 8.862714028518543, - "tests/test_shell.py::test_stacking[5-has-not-has,sys]": 8.618825487475918, - "tests/test_shell.py::test_stacking[5-not-base-base,sys]": 8.657150677012947, - "tests/test_shell.py::test_stacking[5-not-has-has,sys]": 8.74815373479022, - "tests/test_shell.py::test_stacking[5-not-not-sys]": 8.56607783986483, - "tests/test_solvers.py::TestClassicSolver::test_accelerate": 2.1872919819858887, - "tests/test_solvers.py::TestClassicSolver::test_anaconda_nomkl": 1.3095384865284545, - "tests/test_solvers.py::TestClassicSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.03266052173442558, - "tests/test_solvers.py::TestClassicSolver::test_channel_priority_1": 0.6961650854504404, - "tests/test_solvers.py::TestClassicSolver::test_circular_dependencies": 0.1769668631701387, - "tests/test_solvers.py::TestClassicSolver::test_empty": 0.6288596022750208, - "tests/test_solvers.py::TestClassicSolver::test_get_dists": 1.447969494683932, - "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_preferred_solution": 0.03994037202071263, - "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.035499238366021674, - "tests/test_solvers.py::TestClassicSolver::test_install_package_with_feature": 0.2809759507273275, - "tests/test_solvers.py::TestClassicSolver::test_iopro_mkl": 1.0064637354135717, - "tests/test_solvers.py::TestClassicSolver::test_iopro_nomkl": 0.755476024636447, - "tests/test_solvers.py::TestClassicSolver::test_irrational_version": 0.15154675833187867, - "tests/test_solvers.py::TestClassicSolver::test_mkl": 1.514257613970243, - "tests/test_solvers.py::TestClassicSolver::test_no_features": 1.9908301148974143, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater": 0.03305876313735204, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.03392058411902859, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater": 0.030854587915924506, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.03365525140292158, - "tests/test_solvers.py::TestClassicSolver::test_nonexistent": 0.03087688540206473, - "tests/test_solvers.py::TestClassicSolver::test_nonexistent_deps": 1.219863397628946, - "tests/test_solvers.py::TestClassicSolver::test_pseudo_boolean": 1.1735918341643716, - "tests/test_solvers.py::TestClassicSolver::test_remove": 1.2621893170936676, - "tests/test_solvers.py::TestClassicSolver::test_scipy_mkl": 0.5820703703728066, - "tests/test_solvers.py::TestClassicSolver::test_surplus_features_1": 0.0425339883610638, - "tests/test_solvers.py::TestClassicSolver::test_surplus_features_2": 0.0349268870419847, - "tests/test_solvers.py::TestClassicSolver::test_timestamps_and_deps": 0.41049074458403856, - "tests/test_solvers.py::TestClassicSolver::test_unintentional_feature_downgrade": 0.884272990400547, - "tests/test_solvers.py::TestClassicSolver::test_unsat_any_two_not_three": 0.1520500146922524, - "tests/test_solvers.py::TestClassicSolver::test_unsat_chain": 0.053859486660401086, - "tests/test_solvers.py::TestClassicSolver::test_unsat_channel_priority": 0.09651693464517333, - "tests/test_solvers.py::TestClassicSolver::test_unsat_expand_single": 0.04476917124242001, - "tests/test_solvers.py::TestClassicSolver::test_unsat_from_r1": 2.1588993476481066, - "tests/test_solvers.py::TestClassicSolver::test_unsat_missing_dep": 0.04049491430122873, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_1": 0.050033978592292305, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_2": 0.050535931721507096, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_3": 0.0526375398754424, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_4": 0.04810274396487124, - "tests/test_solvers.py::TestClassicSolver::test_unsat_simple": 0.04627367875643231, - "tests/test_solvers.py::TestLibMambaSolver::test_accelerate": 0.0015637886636197767, - "tests/test_solvers.py::TestLibMambaSolver::test_anaconda_nomkl": 0.23734603966728404, - "tests/test_solvers.py::TestLibMambaSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.040442627391137936, - "tests/test_solvers.py::TestLibMambaSolver::test_channel_priority_1": 0.09857322335134318, - "tests/test_solvers.py::TestLibMambaSolver::test_circular_dependencies": 0.1994839824821178, - "tests/test_solvers.py::TestLibMambaSolver::test_empty": 0.07202169027494101, - "tests/test_solvers.py::TestLibMambaSolver::test_get_dists": 0.11313476855967754, - "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_preferred_solution": 0.04354419715874285, - "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.04116695872188841, - "tests/test_solvers.py::TestLibMambaSolver::test_install_package_with_feature": 0.07368983318853359, - "tests/test_solvers.py::TestLibMambaSolver::test_iopro_mkl": 0.0016308141748896969, - "tests/test_solvers.py::TestLibMambaSolver::test_iopro_nomkl": 0.001559139031283028, - "tests/test_solvers.py::TestLibMambaSolver::test_irrational_version": 0.07444482517584314, - "tests/test_solvers.py::TestLibMambaSolver::test_mkl": 0.0015584780832306375, - "tests/test_solvers.py::TestLibMambaSolver::test_no_features": 0.0016241635398547114, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater": 0.04011992319077208, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.04052969368659833, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater": 0.04229456244645976, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.04191978354457011, - "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent": 0.04982817426739872, - "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent_deps": 0.46282191058681754, - "tests/test_solvers.py::TestLibMambaSolver::test_pseudo_boolean": 0.0016554697190814837, - "tests/test_solvers.py::TestLibMambaSolver::test_remove": 0.0016377294149701191, - "tests/test_solvers.py::TestLibMambaSolver::test_scipy_mkl": 0.0015724891305345784, - "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_1": 0.0015724858954478977, - "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_2": 0.0015266774345889717, - "tests/test_solvers.py::TestLibMambaSolver::test_timestamps_and_deps": 0.45148917848784015, - "tests/test_solvers.py::TestLibMambaSolver::test_unintentional_feature_downgrade": 0.001615128598198254, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_any_two_not_three": 0.13509293321420046, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_chain": 0.030076818927051132, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_channel_priority": 0.1068005074530635, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_expand_single": 0.02899855045905034, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_from_r1": 0.18141251449407764, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_missing_dep": 0.02880267993910494, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_1": 0.030160805762717482, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_2": 0.030316797577255458, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_3": 0.029709045083073888, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_4": 0.02967158663030697, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_simple": 0.02983236819729856, - "tests/test_toposort.py::test_cycle": 0.0017458002192793473, - "tests/test_toposort.py::test_cycle_best_effort": 0.0017075364327503442, - "tests/test_toposort.py::test_degenerate": 0.0015701873807995345, - "tests/test_toposort.py::test_pop_key": 0.0016827139930500152, - "tests/test_toposort.py::test_python_is_prioritized": 0.0016601534777755326, - "tests/test_toposort.py::test_simple": 0.001715997008056376, - "tests/test_utils.py::test_deprecations[cygwin_path_to_win-TypeError]": 0.0017795185916487848, - "tests/test_utils.py::test_deprecations[msys2_shell_base-TypeError]": 0.0017820331512278021, - "tests/test_utils.py::test_deprecations[path_identity-TypeError]": 0.0017953403859243065, - "tests/test_utils.py::test_deprecations[shells-TypeError]": 0.00179219129956723, - "tests/test_utils.py::test_deprecations[translate_stream-TypeError]": 0.001796195801287111, - "tests/test_utils.py::test_deprecations[unix_shell_base-TypeError]": 0.0018228211480878769, - "tests/test_utils.py::test_deprecations[win_path_to_cygwin-TypeError]": 0.0017930468936050955, - "tests/test_utils.py::test_ensure_dir": 0.002471611719455075, - "tests/test_utils.py::test_ensure_dir_errors": 0.0021892451636778194, - "tests/test_utils.py::test_path_translations": 0.014389704314836122, - "tests/test_utils.py::test_quote_for_shell[!-'!']": 0.0017474263721973871, - "tests/test_utils.py::test_quote_for_shell[\"-'\"']": 0.0017190574944023888, - "tests/test_utils.py::test_quote_for_shell[#-'#']": 0.0017326942738139894, - "tests/test_utils.py::test_quote_for_shell[$-'$']": 0.0017283441269267045, - "tests/test_utils.py::test_quote_for_shell[%-%]": 0.0017302200416242964, - "tests/test_utils.py::test_quote_for_shell[&-'&']": 0.001731096090098465, - "tests/test_utils.py::test_quote_for_shell['-''\"'\"'']": 0.0017119893237459883, - "tests/test_utils.py::test_quote_for_shell[(-'(']": 0.0017221669478573501, - "tests/test_utils.py::test_quote_for_shell[)-')']": 0.0017186954377027175, - "tests/test_utils.py::test_quote_for_shell[*-'*']": 0.0017205892282753793, - "tests/test_utils.py::test_quote_for_shell[+-+]": 0.0017120205862286386, - "tests/test_utils.py::test_quote_for_shell[,-,]": 0.0017048222071180473, - "tests/test_utils.py::test_quote_for_shell[---]": 0.0017100310328895913, - "tests/test_utils.py::test_quote_for_shell[.-.]": 0.0017141315739952158, - "tests/test_utils.py::test_quote_for_shell[/-/]": 0.0017264997608657333, - "tests/test_utils.py::test_quote_for_shell[1>/dev/null-'1>/dev/null']": 0.0017183172152116536, - "tests/test_utils.py::test_quote_for_shell[1>NUL-'1>NUL']": 0.0017155962754734646, - "tests/test_utils.py::test_quote_for_shell[2>&1-'2>&1']": 0.0017310393150335966, - "tests/test_utils.py::test_quote_for_shell[2>/dev/null-'2>/dev/null']": 0.001736852085100005, - "tests/test_utils.py::test_quote_for_shell[2>NUL-'2>NUL']": 0.0017259249975006595, - "tests/test_utils.py::test_quote_for_shell[:-:]": 0.0017161941329394885, - "tests/test_utils.py::test_quote_for_shell[;-';']": 0.0017139070919534186, - "tests/test_utils.py::test_quote_for_shell[<-'<']": 0.0017058151863769675, - "tests/test_utils.py::test_quote_for_shell[=-=]": 0.0017050212121854026, - "tests/test_utils.py::test_quote_for_shell[>-'>']": 0.00181079687681047, - "tests/test_utils.py::test_quote_for_shell[>/dev/null-'>/dev/null']": 0.0017421439544818712, - "tests/test_utils.py::test_quote_for_shell[>NUL-'>NUL']": 0.0017357603328079152, - "tests/test_utils.py::test_quote_for_shell[?-'?']": 0.0017117601643704939, - "tests/test_utils.py::test_quote_for_shell[@-@]": 0.001726950105854498, - "tests/test_utils.py::test_quote_for_shell[C:\\\\temp\\\\some ^%file^% > nul-\"C:\\\\temp\\\\some ^%%file^%% > nul\"]": 0.00033600090206274886, - "tests/test_utils.py::test_quote_for_shell[None-'']": 0.001734275053627626, - "tests/test_utils.py::test_quote_for_shell[[-'[']": 0.0017150690318351838, - "tests/test_utils.py::test_quote_for_shell[\\\\-'\\\\']": 0.001722933624871346, - "tests/test_utils.py::test_quote_for_shell[]-']']": 0.0019280400377305025, - "tests/test_utils.py::test_quote_for_shell[^-'^']": 0.001722252708942375, - "tests/test_utils.py::test_quote_for_shell[arg1 and 2-'arg1 and 2']": 0.0018011329144078754, - "tests/test_utils.py::test_quote_for_shell[arg1-arg1]": 0.001838019721794859, - "tests/test_utils.py::test_quote_for_shell[arg1\\nand\\n2-'arg1\\nand\\n2']": 0.001751022243195506, - "tests/test_utils.py::test_quote_for_shell[malicious argument\\\\\"&whoami-\"malicious argument\\\\\"\"&whoami\"]": 0.0003544539022485989, - "tests/test_utils.py::test_quote_for_shell[numpy<1.22-'numpy<1.22']": 0.0017414882324428892, - "tests/test_utils.py::test_quote_for_shell[numpy>=1.0-'numpy>=1.0']": 0.001762152245603167, - "tests/test_utils.py::test_quote_for_shell[one|two-'one|two']": 0.0017492813322763866, - "tests/test_utils.py::test_quote_for_shell[{-'{']": 0.0017404632243469985, - "tests/test_utils.py::test_quote_for_shell[|-'|']": 0.0017207372263631083, - "tests/test_utils.py::test_quote_for_shell[}-'}']": 0.0017137055574306488, - "tests/test_utils.py::test_quote_for_shell[~-'~']": 0.0017315457653413872, - "tests/test_utils.py::test_text_translations": 0.006417553415570566, - "tests/trust/test_signature_verification.py::test_2nd_root_metadata_from_web": 0.04385595443980072, - "tests/trust/test_signature_verification.py::test_3rd_root_metadata_from_web": 0.036664030171793836, - "tests/trust/test_signature_verification.py::test_invalid_2nd_metadata_on_disk_no_new_metadata_on_web": 0.005179617887668297, - "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.conda-None]": 12.536895190320202, - "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.tar.bz2-False]": 12.556330103061983, - "tests/trust/test_signature_verification.py::test_signature_verification[first.tar.bz2-True]": 12.627847624830189, - "tests/trust/test_signature_verification.py::test_signature_verification[second.conda-True]": 12.667828012482413, - "tests/trust/test_signature_verification.py::test_signature_verification[third.conda-True]": 12.623666700508226, - "tests/trust/test_signature_verification.py::test_signature_verification_not_enabled": 0.026674981899383946, - "tests/trust/test_signature_verification.py::test_single_invalid_signature_3rd_root_metadata_from_web": 0.013952853109622273, - "tests/trust/test_signature_verification.py::test_trusted_root_2nd_metadata_on_disk_no_new_metadata_on_web": 0.005195257265478134, - "tests/trust/test_signature_verification.py::test_trusted_root_invalid_key_mgr_online_valid_on_disk": 0.006018253183017732, - "tests/trust/test_signature_verification.py::test_trusted_root_new_key_mgr_online": 0.009822470546724882, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_is_on_disk": 0.007127308810625768, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_not_on_disk": 0.006159881624264594, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_metadata": 0.005032526897900852 + "tests/test_install.py::test_install_mkdir": 13.119640905277308, + "tests/test_install.py::test_long_default_text": 0.0030088195694845518, + "tests/test_install.py::test_multiple[linux-64]": 0.0017430605232305336, + "tests/test_install.py::test_multiple[noarch]": 0.0017776320327492858, + "tests/test_install.py::test_multiple[win-64]": 0.002218567689738351, + "tests/test_install.py::test_no_extra[linux-64]": 0.0016795663807508043, + "tests/test_install.py::test_no_extra[noarch]": 0.0016852928708942898, + "tests/test_install.py::test_no_extra[win-64]": 0.0024002453160760742, + "tests/test_install.py::test_read_no_link": 0.002589499252259548, + "tests/test_install.py::test_shorter[linux-64]": 0.0017654343635007343, + "tests/test_install.py::test_shorter[noarch]": 0.0026209997506606597, + "tests/test_install.py::test_shorter[win-64]": 0.0023314483258272583, + "tests/test_install.py::test_simple[linux-64]": 0.0054890789767772005, + "tests/test_install.py::test_simple[noarch]": 0.004216630124061674, + "tests/test_install.py::test_simple[win-64]": 0.0026876023106634753, + "tests/test_install.py::test_spaces[linux-64]": 0.0020399405776184262, + "tests/test_install.py::test_spaces[noarch]": 0.0019556953589231615, + "tests/test_install.py::test_spaces[win-64]": 0.0021644934546135282, + "tests/test_install.py::test_too_long[linux-64]": 0.0019442685452743518, + "tests/test_install.py::test_too_long[noarch]": 0.0017331695555613987, + "tests/test_install.py::test_too_long[win-64]": 0.0017859894923453166, + "tests/test_install.py::test_trash_outside_prefix": 0.09682927712737624, + "tests/test_install.py::test_two[linux-64]": 0.0016869339641512524, + "tests/test_install.py::test_two[noarch]": 0.0016823428003464949, + "tests/test_install.py::test_two[win-64]": 0.0023716585487125316, + "tests/test_install.py::test_windows_entry_point": 0.00041308772249592655, + "tests/test_install.py::test_yield_lines": 0.002503583990724968, + "tests/test_instructions.py::test_check_files_in_tarball_files_exist": 0.0016540285800272685, + "tests/test_instructions.py::test_check_files_in_tarball_files_not_exist": 0.0016827318882462203, + "tests/test_instructions.py::test_expected_operation_order": 0.0016698718839175974, + "tests/test_instructions.py::test_simple_instruction": 0.0017854035195331232, + "tests/test_instructions.py::test_state": 0.0017039360911943779, + "tests/test_link_order.py::test_link_order_post_link_actions": 0.35775361217953133, + "tests/test_link_order.py::test_link_order_post_link_depend": 0.5068597205367057, + "tests/test_logic.py::test_ALL": 10.845428635080658, + "tests/test_logic.py::test_AMONE": 1.756272119294792, + "tests/test_logic.py::test_AND": 0.013321932880548703, + "tests/test_logic.py::test_ANY": 10.387890349635645, + "tests/test_logic.py::test_ITE": 0.4667031971091477, + "tests/test_logic.py::test_LinearBound": 7.033466977187911, + "tests/test_logic.py::test_NOT": 0.0026081143205528225, + "tests/test_logic.py::test_OR": 0.01471298442966974, + "tests/test_logic.py::test_XONE": 1.780634034380478, + "tests/test_logic.py::test_XOR": 0.01615970802938629, + "tests/test_logic.py::test_minimal_unsatisfiable_subset": 0.0017898665013799055, + "tests/test_logic.py::test_minimize": 0.00393336637537425, + "tests/test_logic.py::test_sat": 0.002717338436348673, + "tests/test_misc.py::test_Utf8NamedTemporaryFile": 0.0019055953128552451, + "tests/test_misc.py::test_cache_fn_url": 0.0016615166895805995, + "tests/test_misc.py::test_explicit_missing_cache_entries": 2.4753895546536366, + "tests/test_misc.py::test_explicit_no_cache": 0.005347792936341418, + "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03-ParseError]": 0.0020480802000207633, + "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.0029309877999850187, + "tests/test_misc.py::test_explicit_parser[doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.0031622648000052323, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-None]": 0.0028978368000281305, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-md5:5e9e17751f19d03c4034246de428582e-ParseError]": 0.0020017617999911865, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-sha123:2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-ParseError]": 0.001906040699984146, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-sha256:2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-None]": 0.00311204430000771, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.0030547536000085527, + "tests/test_misc.py::test_url_pat_1": 0.0016112886036163741, + "tests/test_misc.py::test_url_pat_2": 0.0015988910662017343, + "tests/test_misc.py::test_url_pat_3": 0.0015823447605716207, + "tests/test_misc.py::test_walk_prefix": 0.003577089243825535, + "tests/test_plan.py::test_adds_to_existing_actions": 0.0020343188357720096, + "tests/test_plan.py::test_deprecations[_get_best_prec_match]": 0.001716565325111854, + "tests/test_plan.py::test_deprecations[_handle_menuinst]": 0.0016917464291558361, + "tests/test_plan.py::test_deprecations[_inject_UNLINKLINKTRANSACTION]": 0.0016926779281937678, + "tests/test_plan.py::test_deprecations[_plan_from_actions]": 0.001690820721252884, + "tests/test_plan.py::test_deprecations[_update_old_plan]": 0.001683858010691554, + "tests/test_plan.py::test_deprecations[add_defaults_to_specs]": 0.0017357400601003376, + "tests/test_plan.py::test_deprecations[add_unlink]": 0.0017939438519943833, + "tests/test_plan.py::test_deprecations[display_actions]": 0.0017653822674276811, + "tests/test_plan.py::test_deprecations[execute_actions]": 0.0017098681230812084, + "tests/test_plan.py::test_deprecations[execute_instructions]": 0.001691832194552692, + "tests/test_plan.py::test_deprecations[execute_plan]": 0.0016863739649961426, + "tests/test_plan.py::test_deprecations[get_blank_actions]": 0.0016798610068409423, + "tests/test_plan.py::test_deprecations[install_actions]": 0.001697913614065231, + "tests/test_plan.py::test_deprecations[print_dists]": 0.0018594572285980187, + "tests/test_plan.py::test_deprecations[revert_actions]": 0.0017099191925473713, + "tests/test_plan.py::test_display_actions_0": 0.061624439051342114, + "tests/test_plan.py::test_display_actions_features": 0.08742440441971942, + "tests/test_plan.py::test_display_actions_link_type": 0.008436253415097362, + "tests/test_plan.py::test_display_actions_show_channel_urls": 0.07323370117766438, + "tests/test_plan.py::test_execute_plan": 0.0017698464372061188, + "tests/test_plan.py::test_pinned_specs_CONDA_PINNED_PACKAGES": 0.008541571301755816, + "tests/test_plan.py::test_pinned_specs_all": 0.9998820375563652, + "tests/test_plan.py::test_pinned_specs_conda_meta_pinned": 0.9286518820553794, + "tests/test_plan.py::test_pinned_specs_condarc": 0.9882130050692156, + "tests/test_plan.py::test_simply_adds_unlink_on_non_windows": 0.0023555882389186683, + "tests/test_plan.py::test_update_old_plan": 0.0017598702448221595, + "tests/test_priority.py::test_reorder_channel_priority[classic-with pinned_package]": 22.531058285800505, + "tests/test_priority.py::test_reorder_channel_priority[classic-without pinned_package]": 16.88006791017976, + "tests/test_priority.py::test_reorder_channel_priority[libmamba-with pinned_package]": 4.998524559933348, + "tests/test_priority.py::test_reorder_channel_priority[libmamba-without pinned_package]": 4.746495816082341, + "tests/test_shell.py::test_activate_deactivate_modify_path[bash]": 2.9832164426722447, + "tests/test_shell.py::test_activate_deactivate_modify_path[cmd.exe]": 0.00033910226139177924, + "tests/test_shell.py::test_bash_activate_error": 3.1093059710560103, + "tests/test_shell.py::test_basic_integration[bash-basic_posix]": 16.77758279915363, + "tests/test_shell.py::test_basic_integration[csh-basic_csh]": 0.00037769808410122115, + "tests/test_shell.py::test_basic_integration[dash-basic_posix]": 16.626830946086297, + "tests/test_shell.py::test_basic_integration[tcsh-basic_csh]": 0.0004479199840803651, + "tests/test_shell.py::test_basic_integration[zsh-basic_posix]": 0.0003991722992569511, + "tests/test_shell.py::test_cmd_exe_activate_error": 0.00045317160982992033, + "tests/test_shell.py::test_cmd_exe_basic_integration": 0.00035733679413429433, + "tests/test_shell.py::test_fish_basic_integration": 0.00036444492501512717, + "tests/test_shell.py::test_legacy_activate_deactivate_bash": 4.187936482480608, + "tests/test_shell.py::test_legacy_activate_deactivate_cmd_exe": 0.00033699181871506685, + "tests/test_shell.py::test_powershell_PATH_management": 0.0003827053884749225, + "tests/test_shell.py::test_powershell_basic_integration": 14.395343121748214, + "tests/test_shell.py::test_stacking[0--base-base,sys]": 8.632821101857683, + "tests/test_shell.py::test_stacking[0--has-has,sys]": 9.060246582754521, + "tests/test_shell.py::test_stacking[0--not-sys]": 9.005066360664847, + "tests/test_shell.py::test_stacking[0-base-base-base,sys]": 8.733160071596917, + "tests/test_shell.py::test_stacking[0-base-has-has,sys]": 8.922453895455599, + "tests/test_shell.py::test_stacking[0-base-not-sys]": 8.65274040609773, + "tests/test_shell.py::test_stacking[0-has-base-base,sys]": 8.705119545381374, + "tests/test_shell.py::test_stacking[0-has-has-has,sys]": 9.061997127086395, + "tests/test_shell.py::test_stacking[0-has-not-sys]": 8.661909059722896, + "tests/test_shell.py::test_stacking[0-not-base-base,sys]": 8.772728648497965, + "tests/test_shell.py::test_stacking[0-not-has-has,sys]": 8.919371045793385, + "tests/test_shell.py::test_stacking[0-not-not-sys]": 8.735311134180584, + "tests/test_shell.py::test_stacking[5-base,has-base-base,has,base,sys]": 8.904672982070986, + "tests/test_shell.py::test_stacking[5-base,has-has-has,base,sys]": 9.010653101093874, + "tests/test_shell.py::test_stacking[5-base,has-not-has,base,sys]": 8.81236910857942, + "tests/test_shell.py::test_stacking[5-base,not-base-base,base,sys]": 8.918269092143438, + "tests/test_shell.py::test_stacking[5-base,not-has-has,base,sys]": 8.979474002519252, + "tests/test_shell.py::test_stacking[5-base,not-not-base,sys]": 8.856933878787006, + "tests/test_shell.py::test_stacking[5-base-base-base,sys]": 8.838480222269396, + "tests/test_shell.py::test_stacking[5-base-has-has,base,sys]": 8.729167551610248, + "tests/test_shell.py::test_stacking[5-base-not-base,sys]": 8.772584838802125, + "tests/test_shell.py::test_stacking[5-has-base-base,has,sys]": 8.90019933655851, + "tests/test_shell.py::test_stacking[5-has-has-has,sys]": 8.865018701463628, + "tests/test_shell.py::test_stacking[5-has-not-has,sys]": 8.676756153451844, + "tests/test_shell.py::test_stacking[5-not-base-base,sys]": 8.74255543640805, + "tests/test_shell.py::test_stacking[5-not-has-has,sys]": 8.757387863926605, + "tests/test_shell.py::test_stacking[5-not-not-sys]": 8.621281875361372, + "tests/test_solvers.py::TestClassicSolver::test_accelerate": 2.201382668538435, + "tests/test_solvers.py::TestClassicSolver::test_anaconda_nomkl": 1.3103698904154992, + "tests/test_solvers.py::TestClassicSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.03355984545901862, + "tests/test_solvers.py::TestClassicSolver::test_channel_priority_1": 0.6948897976702562, + "tests/test_solvers.py::TestClassicSolver::test_circular_dependencies": 0.17799528237676598, + "tests/test_solvers.py::TestClassicSolver::test_empty": 0.6286943934717465, + "tests/test_solvers.py::TestClassicSolver::test_get_dists": 1.4518093437310549, + "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_preferred_solution": 0.03922639852055081, + "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.03550065990123455, + "tests/test_solvers.py::TestClassicSolver::test_install_package_with_feature": 0.2795849821721689, + "tests/test_solvers.py::TestClassicSolver::test_iopro_mkl": 0.941617190114301, + "tests/test_solvers.py::TestClassicSolver::test_iopro_nomkl": 0.7515386026356773, + "tests/test_solvers.py::TestClassicSolver::test_irrational_version": 0.14964875046879383, + "tests/test_solvers.py::TestClassicSolver::test_mkl": 1.566700176809723, + "tests/test_solvers.py::TestClassicSolver::test_no_features": 1.9860915399336896, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater": 0.03293841684120903, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.033611749585490305, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater": 0.030980502341166897, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.03346601000531803, + "tests/test_solvers.py::TestClassicSolver::test_nonexistent": 0.03216874236622273, + "tests/test_solvers.py::TestClassicSolver::test_nonexistent_deps": 1.2199625200277298, + "tests/test_solvers.py::TestClassicSolver::test_pseudo_boolean": 1.1766915862525829, + "tests/test_solvers.py::TestClassicSolver::test_remove": 1.3807218091618645, + "tests/test_solvers.py::TestClassicSolver::test_scipy_mkl": 0.6039192044228114, + "tests/test_solvers.py::TestClassicSolver::test_surplus_features_1": 0.04174227105725247, + "tests/test_solvers.py::TestClassicSolver::test_surplus_features_2": 0.035282456715240204, + "tests/test_solvers.py::TestClassicSolver::test_timestamps_and_deps": 0.4140247527636453, + "tests/test_solvers.py::TestClassicSolver::test_unintentional_feature_downgrade": 0.885836354336259, + "tests/test_solvers.py::TestClassicSolver::test_unsat_any_two_not_three": 0.15270322123117944, + "tests/test_solvers.py::TestClassicSolver::test_unsat_chain": 0.0550888244749371, + "tests/test_solvers.py::TestClassicSolver::test_unsat_channel_priority": 0.09746542138692503, + "tests/test_solvers.py::TestClassicSolver::test_unsat_expand_single": 0.04496354608640049, + "tests/test_solvers.py::TestClassicSolver::test_unsat_from_r1": 2.168410586385065, + "tests/test_solvers.py::TestClassicSolver::test_unsat_missing_dep": 0.04036953288988026, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_1": 0.050096698924674915, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_2": 0.051149079671246905, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_3": 0.05299799129332805, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_4": 0.04823387890979364, + "tests/test_solvers.py::TestClassicSolver::test_unsat_simple": 0.046449315480235634, + "tests/test_solvers.py::TestLibMambaSolver::test_accelerate": 0.0015708618127233081, + "tests/test_solvers.py::TestLibMambaSolver::test_anaconda_nomkl": 0.23616814341013434, + "tests/test_solvers.py::TestLibMambaSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.040398463136028635, + "tests/test_solvers.py::TestLibMambaSolver::test_channel_priority_1": 0.09792401588935899, + "tests/test_solvers.py::TestLibMambaSolver::test_circular_dependencies": 0.20126676869178342, + "tests/test_solvers.py::TestLibMambaSolver::test_empty": 0.07176412077612085, + "tests/test_solvers.py::TestLibMambaSolver::test_get_dists": 0.11370545846690899, + "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_preferred_solution": 0.04316996503538003, + "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.04117562883578258, + "tests/test_solvers.py::TestLibMambaSolver::test_install_package_with_feature": 0.07347184434125699, + "tests/test_solvers.py::TestLibMambaSolver::test_iopro_mkl": 0.001643318856763502, + "tests/test_solvers.py::TestLibMambaSolver::test_iopro_nomkl": 0.0015694526663022007, + "tests/test_solvers.py::TestLibMambaSolver::test_irrational_version": 0.07446220976418653, + "tests/test_solvers.py::TestLibMambaSolver::test_mkl": 0.0015626210185766198, + "tests/test_solvers.py::TestLibMambaSolver::test_no_features": 0.0016302263394943983, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater": 0.04023635755361662, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.04035074936884577, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater": 0.04208808099646065, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.04180383206950383, + "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent": 0.049730978938804266, + "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent_deps": 0.46226902572670026, + "tests/test_solvers.py::TestLibMambaSolver::test_pseudo_boolean": 0.0016547670227696422, + "tests/test_solvers.py::TestLibMambaSolver::test_remove": 0.0016414236356051258, + "tests/test_solvers.py::TestLibMambaSolver::test_scipy_mkl": 0.0015785635274916247, + "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_1": 0.0015714430874430407, + "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_2": 0.0015298191866329343, + "tests/test_solvers.py::TestLibMambaSolver::test_timestamps_and_deps": 0.45094561946103834, + "tests/test_solvers.py::TestLibMambaSolver::test_unintentional_feature_downgrade": 0.0016260578751388672, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_any_two_not_three": 0.1349940684254747, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_chain": 0.030755179486593762, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_channel_priority": 0.1069115976881174, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_expand_single": 0.029148357490035647, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_from_r1": 0.1813569024521537, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_missing_dep": 0.029709293501493726, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_1": 0.030476371889331895, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_2": 0.03018826402075199, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_3": 0.029474478378194956, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_4": 0.02958846873357151, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_simple": 0.029709635326814803, + "tests/test_toposort.py::test_cycle": 0.0017473419674410868, + "tests/test_toposort.py::test_cycle_best_effort": 0.0017083355661471232, + "tests/test_toposort.py::test_degenerate": 0.0015698499090891118, + "tests/test_toposort.py::test_pop_key": 0.0016882051728634734, + "tests/test_toposort.py::test_python_is_prioritized": 0.0016651071760345813, + "tests/test_toposort.py::test_simple": 0.0017261401068189087, + "tests/test_utils.py::test_deprecations[cygwin_path_to_win-TypeError]": 0.0017880161179546555, + "tests/test_utils.py::test_deprecations[msys2_shell_base-TypeError]": 0.0017859249847004303, + "tests/test_utils.py::test_deprecations[path_identity-TypeError]": 0.001801625704716837, + "tests/test_utils.py::test_deprecations[shells-TypeError]": 0.0018031674634667422, + "tests/test_utils.py::test_deprecations[translate_stream-TypeError]": 0.0018109340250434837, + "tests/test_utils.py::test_deprecations[unix_shell_base-TypeError]": 0.001823260893516407, + "tests/test_utils.py::test_deprecations[win_path_to_cygwin-TypeError]": 0.0017966421465520563, + "tests/test_utils.py::test_ensure_dir": 0.002483181667659515, + "tests/test_utils.py::test_ensure_dir_errors": 0.002196641129929148, + "tests/test_utils.py::test_path_translations": 0.014017797823626065, + "tests/test_utils.py::test_quote_for_shell[!-'!']": 0.0017491097905926634, + "tests/test_utils.py::test_quote_for_shell[\"-'\"']": 0.0017163602077911544, + "tests/test_utils.py::test_quote_for_shell[#-'#']": 0.0017352336382286785, + "tests/test_utils.py::test_quote_for_shell[$-'$']": 0.0017299925689358336, + "tests/test_utils.py::test_quote_for_shell[%-%]": 0.0017273537221352859, + "tests/test_utils.py::test_quote_for_shell[&-'&']": 0.0017296903420601004, + "tests/test_utils.py::test_quote_for_shell['-''\"'\"'']": 0.0017219059335272212, + "tests/test_utils.py::test_quote_for_shell[(-'(']": 0.0017212822765450236, + "tests/test_utils.py::test_quote_for_shell[)-')']": 0.0017190646969052076, + "tests/test_utils.py::test_quote_for_shell[*-'*']": 0.0017163274075465028, + "tests/test_utils.py::test_quote_for_shell[+-+]": 0.0017142336884485299, + "tests/test_utils.py::test_quote_for_shell[,-,]": 0.001708217004525071, + "tests/test_utils.py::test_quote_for_shell[---]": 0.001714154303891928, + "tests/test_utils.py::test_quote_for_shell[.-.]": 0.0017167689268515482, + "tests/test_utils.py::test_quote_for_shell[/-/]": 0.00171973134493143, + "tests/test_utils.py::test_quote_for_shell[1>/dev/null-'1>/dev/null']": 0.00172618359587014, + "tests/test_utils.py::test_quote_for_shell[1>NUL-'1>NUL']": 0.0017266248619770734, + "tests/test_utils.py::test_quote_for_shell[2>&1-'2>&1']": 0.001736064986475573, + "tests/test_utils.py::test_quote_for_shell[2>/dev/null-'2>/dev/null']": 0.0017477522256529581, + "tests/test_utils.py::test_quote_for_shell[2>NUL-'2>NUL']": 0.001731661352000534, + "tests/test_utils.py::test_quote_for_shell[:-:]": 0.0017269396754150347, + "tests/test_utils.py::test_quote_for_shell[;-';']": 0.0017188759080763965, + "tests/test_utils.py::test_quote_for_shell[<-'<']": 0.0017079419085546483, + "tests/test_utils.py::test_quote_for_shell[=-=]": 0.0017158520328919458, + "tests/test_utils.py::test_quote_for_shell[>-'>']": 0.001799392741015485, + "tests/test_utils.py::test_quote_for_shell[>/dev/null-'>/dev/null']": 0.0017563680170451976, + "tests/test_utils.py::test_quote_for_shell[>NUL-'>NUL']": 0.0017400164077233584, + "tests/test_utils.py::test_quote_for_shell[?-'?']": 0.0017141624422755042, + "tests/test_utils.py::test_quote_for_shell[@-@]": 0.0017302228187504156, + "tests/test_utils.py::test_quote_for_shell[C:\\\\temp\\\\some ^%file^% > nul-\"C:\\\\temp\\\\some ^%%file^%% > nul\"]": 0.0003365864082777884, + "tests/test_utils.py::test_quote_for_shell[None-'']": 0.0017364546052196085, + "tests/test_utils.py::test_quote_for_shell[[-'[']": 0.0017113268671951772, + "tests/test_utils.py::test_quote_for_shell[\\\\-'\\\\']": 0.0017243219723058398, + "tests/test_utils.py::test_quote_for_shell[]-']']": 0.00190333449193451, + "tests/test_utils.py::test_quote_for_shell[^-'^']": 0.00171869665625794, + "tests/test_utils.py::test_quote_for_shell[arg1 and 2-'arg1 and 2']": 0.0017898943107633343, + "tests/test_utils.py::test_quote_for_shell[arg1-arg1]": 0.0018499401262884155, + "tests/test_utils.py::test_quote_for_shell[arg1\\nand\\n2-'arg1\\nand\\n2']": 0.0017513891719279963, + "tests/test_utils.py::test_quote_for_shell[malicious argument\\\\\"&whoami-\"malicious argument\\\\\"\"&whoami\"]": 0.00035529373856541425, + "tests/test_utils.py::test_quote_for_shell[numpy<1.22-'numpy<1.22']": 0.0017407906801442249, + "tests/test_utils.py::test_quote_for_shell[numpy>=1.0-'numpy>=1.0']": 0.001757755881373, + "tests/test_utils.py::test_quote_for_shell[one|two-'one|two']": 0.0017666963398886373, + "tests/test_utils.py::test_quote_for_shell[{-'{']": 0.0017363013689982445, + "tests/test_utils.py::test_quote_for_shell[|-'|']": 0.0017216714754249378, + "tests/test_utils.py::test_quote_for_shell[}-'}']": 0.0017147016410490408, + "tests/test_utils.py::test_quote_for_shell[~-'~']": 0.001736728294877408, + "tests/test_utils.py::test_text_translations": 0.006458502269432126, + "tests/trust/test_signature_verification.py::test_2nd_root_metadata_from_web": 0.04196148403183362, + "tests/trust/test_signature_verification.py::test_3rd_root_metadata_from_web": 0.031846721847853296, + "tests/trust/test_signature_verification.py::test_invalid_2nd_metadata_on_disk_no_new_metadata_on_web": 0.005202386342242279, + "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.conda-None]": 12.531412709967372, + "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.tar.bz2-False]": 12.55814857545107, + "tests/trust/test_signature_verification.py::test_signature_verification[first.tar.bz2-True]": 12.60482127173286, + "tests/trust/test_signature_verification.py::test_signature_verification[second.conda-True]": 12.735687999242215, + "tests/trust/test_signature_verification.py::test_signature_verification[third.conda-True]": 12.679422173983108, + "tests/trust/test_signature_verification.py::test_signature_verification_not_enabled": 0.026860905495564427, + "tests/trust/test_signature_verification.py::test_single_invalid_signature_3rd_root_metadata_from_web": 0.019260187506500073, + "tests/trust/test_signature_verification.py::test_trusted_root_2nd_metadata_on_disk_no_new_metadata_on_web": 0.005205000156011868, + "tests/trust/test_signature_verification.py::test_trusted_root_invalid_key_mgr_online_valid_on_disk": 0.006070357607663717, + "tests/trust/test_signature_verification.py::test_trusted_root_new_key_mgr_online": 0.013117436872322407, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_is_on_disk": 0.007064723993722726, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_not_on_disk": 0.006175553771991466, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_metadata": 0.0050316773970953636 } diff --git a/durations/Windows.json b/durations/Windows.json index ca6fff13..b7bbdccb 100644 --- a/durations/Windows.json +++ b/durations/Windows.json @@ -1,1305 +1,1331 @@ { - "tests/base/test_constants.py::test_ChannelPriority": 0.003939960821003643, - "tests/base/test_constants.py::test_null_is_falsey": 0.0036473723988768958, - "tests/base/test_context.py::test_aggressive_update_packages": 0.03712557399938837, - "tests/base/test_context.py::test_channel_priority": 0.033749379819726234, - "tests/base/test_context.py::test_channel_settings": 0.0339084591041671, - "tests/base/test_context.py::test_channels_defaults": 0.03426303061035275, - "tests/base/test_context.py::test_channels_defaults_condarc": 0.035635472993370505, - "tests/base/test_context.py::test_client_ssl_cert": 0.05554337001613028, - "tests/base/test_context.py::test_clobber_enum": 0.034807305286199366, - "tests/base/test_context.py::test_conda_bld_path": 0.048064486804761136, - "tests/base/test_context.py::test_conda_build_root_dir": 0.03376774600357918, - "tests/base/test_context.py::test_conda_envs_path": 0.06153033318708531, - "tests/base/test_context.py::test_context_parameter_map": 0.033589134149191596, - "tests/base/test_context.py::test_context_parameters_have_descriptions": 0.06856358080459496, - "tests/base/test_context.py::test_custom_multichannels": 0.03565601127340127, - "tests/base/test_context.py::test_default_target_is_root_prefix": 0.033774857569793613, - "tests/base/test_context.py::test_expandvars": 0.12529818392535808, - "tests/base/test_context.py::test_get_plugin_config_data_env_var_source": 0.0023724794599631954, - "tests/base/test_context.py::test_get_plugin_config_data_file_source": 0.007614231130445909, - "tests/base/test_context.py::test_get_plugin_config_data_skip_bad_values": 0.0024051101156390645, - "tests/base/test_context.py::test_local_build_root_custom_rc": 0.03682164154080765, - "tests/base/test_context.py::test_local_build_root_default_rc": 0.016267098383603497, - "tests/base/test_context.py::test_migrated_custom_channels": 0.038243461659636074, - "tests/base/test_context.py::test_old_channel_alias": 0.03688686826294335, - "tests/base/test_context.py::test_proxy_servers": 0.03372758234421913, - "tests/base/test_context.py::test_reporters_default_value": 0.0027158044481184087, - "tests/base/test_context.py::test_reporters_from_config_file": 0.03398421778763558, - "tests/base/test_context.py::test_reporters_json_is_true": 0.047728805821602584, - "tests/base/test_context.py::test_reporters_quiet_is_true": 0.04770674947856267, - "tests/base/test_context.py::test_restore_free_channel": 0.03881200950352008, - "tests/base/test_context.py::test_signing_metadata_url_base": 0.04802135340435381, - "tests/base/test_context.py::test_signing_metadata_url_base_empty_default_channels": 0.0492523170878202, - "tests/base/test_context.py::test_specify_channels_cli_adding_defaults_no_condarc": 0.03555115759507749, - "tests/base/test_context.py::test_specify_channels_cli_condarc": 0.03776193650110541, - "tests/base/test_context.py::test_specify_different_channels_cli_condarc": 0.03722187879102689, - "tests/base/test_context.py::test_specify_same_channels_cli_as_in_condarc": 0.03746780127389595, - "tests/base/test_context.py::test_subdirs": 0.004089349365146902, - "tests/base/test_context.py::test_target_prefix": 0.0855004380288611, - "tests/base/test_context.py::test_threads": 0.04160196328934176, - "tests/base/test_context.py::test_validate_prefix_name[base-False-mock_return_values2-expected2]": 0.003961236885154873, - "tests/base/test_context.py::test_validate_prefix_name[env-name-False-mock_return_values0-expected0]": 0.005230762062205812, - "tests/base/test_context.py::test_validate_prefix_name[not/allow#characters:in-path-False-mock_return_values1-expected1]": 0.00540900089211746, - "tests/cli/test_cli_install.py::test_emscripten_forge[classic]": 11.577440857072581, - "tests/cli/test_cli_install.py::test_emscripten_forge[libmamba]": 16.103163998799047, - "tests/cli/test_cli_install.py::test_find_conflicts_called_once[classic]": 112.07316402072733, - "tests/cli/test_cli_install.py::test_find_conflicts_called_once[libmamba]": 0.022726704154268623, - "tests/cli/test_cli_install.py::test_pre_link_message[classic]": 1.259553628571039, - "tests/cli/test_cli_install.py::test_pre_link_message[libmamba]": 1.7847244324929175, - "tests/cli/test_common.py::test_check_non_admin_enabled_false": 0.005081068646017047, - "tests/cli/test_common.py::test_check_non_admin_enabled_true": 0.004722113803525182, - "tests/cli/test_common.py::test_confirm_dry_run_exit": 0.0042393739465316745, - "tests/cli/test_common.py::test_confirm_yn_always_yes": 0.004352662738847353, - "tests/cli/test_common.py::test_confirm_yn_dry_run_exit": 0.004304202735720296, - "tests/cli/test_common.py::test_confirm_yn_no": 0.004811361402164201, - "tests/cli/test_common.py::test_confirm_yn_yes": 0.0046393634061252876, - "tests/cli/test_common.py::test_is_active_prefix[-False]": 0.003097441789358455, - "tests/cli/test_common.py::test_is_active_prefix[active_prefix-True]": 0.003003434982461925, - "tests/cli/test_compare.py::test_compare_fail": 1.1364950768062039, - "tests/cli/test_compare.py::test_compare_success": 1.3499702865407146, - "tests/cli/test_conda_argparse.py::test_cli_args_as_strings": 0.09226277707722266, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ArgumentParser-isclass]": 0.0029617027896659733, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.BUILTIN_COMMANDS-]": 0.0030050239603402985, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ExtendConstAction-isclass]": 0.002997861738947239, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.NullCountAction-isclass]": 0.0030187777213809544, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_output_and_prompt_options-isfunction]": 0.003117628022999868, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_channels-isfunction]": 0.0031646715886241034, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_create_install_update-isfunction]": 0.00305653700984065, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_default_packages-isfunction]": 0.003010966143413322, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_help-isfunction]": 0.0029905579369002653, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_json-isfunction]": 0.0031021366159949904, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_known-isfunction]": 0.00300006278175995, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_networking-isfunction]": 0.0030829085751115557, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_package_install_options-isfunction]": 0.003018998532092826, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prefix-isfunction]": 0.0029763766116985436, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prune-isfunction]": 0.002964551258363813, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_pscheck-isfunction]": 0.003012145070839794, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_show_channel_urls-isfunction]": 0.003013792779877092, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver-isfunction]": 0.0029830119341417525, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver_mode-isfunction]": 0.003035008936004122, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_update_modifiers-isfunction]": 0.0030050430378064357, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_verbose-isfunction]": 0.0029669963902300336, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_clean-isfunction]": 0.0030382637297584267, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_compare-isfunction]": 0.0029631775538784396, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_config-isfunction]": 0.0029801239021663827, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_create-isfunction]": 0.002989712843026137, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_info-isfunction]": 0.0030005409333775427, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_init-isfunction]": 0.0030107236974562888, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_install-isfunction]": 0.0029835253837966064, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_list-isfunction]": 0.0029619848162798666, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_notices-isfunction]": 0.0029849485392072915, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_package-isfunction]": 0.002958454414802405, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_plugins-isfunction]": 0.0029742986522139376, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_remove-isfunction]": 0.003015531213830791, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_rename-isfunction]": 0.0029936532611347035, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_run-isfunction]": 0.002970890336881188, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_search-isfunction]": 0.002978813268663272, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_update-isfunction]": 0.003011016636263072, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.do_call-isfunction]": 0.002970332069724721, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_sys_rc_path-]": 0.0029785706555424205, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_user_rc_path-]": 0.0029938327032224153, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.find_builtin_commands-isfunction]": 0.0029750010497997135, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_parser-isfunction]": 0.002985724875180528, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_pre_parser-isfunction]": 0.003014703316301005, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.sys_rc_path-]": 0.0029868893207960663, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.user_rc_path-]": 0.0030067628712336474, - "tests/cli/test_conda_argparse.py::test_list_through_python_api": 3.5138915216623205, - "tests/cli/test_conda_argparse.py::test_parser_basics": 0.0365291704395092, - "tests/cli/test_config.py::test_add_invalid_key": 0.09365908571780973, - "tests/cli/test_config.py::test_add_key": 0.10371888492240576, - "tests/cli/test_config.py::test_channels_add_duplicate": 0.0979011499714011, - "tests/cli/test_config.py::test_channels_add_empty": 0.09543276461692705, - "tests/cli/test_config.py::test_channels_add_empty_with_defaults": 0.09696718490579746, - "tests/cli/test_config.py::test_channels_append": 0.10299138167161276, - "tests/cli/test_config.py::test_channels_append_duplicate": 0.10081670493904558, - "tests/cli/test_config.py::test_channels_prepend": 0.1001922259963442, - "tests/cli/test_config.py::test_channels_prepend_duplicate": 0.10176841874527745, - "tests/cli/test_config.py::test_channels_remove": 0.09928310563063505, - "tests/cli/test_config.py::test_channels_remove_duplicate": 0.18098813076018846, - "tests/cli/test_config.py::test_conda_config_describe": 11.241025025532343, - "tests/cli/test_config.py::test_conda_config_validate": 9.690816739574545, - "tests/cli/test_config.py::test_conda_config_validate_sslverify_truststore": 8.835947930955523, - "tests/cli/test_config.py::test_create_condarc_on_set": 0.09662825771687795, - "tests/cli/test_config.py::test_custom_multichannels_add": 0.10216819458990821, - "tests/cli/test_config.py::test_custom_multichannels_add_duplicate": 0.1032568587197049, - "tests/cli/test_config.py::test_custom_multichannels_append": 0.09538720629636478, - "tests/cli/test_config.py::test_custom_multichannels_append_duplicate": 0.10365363306195127, - "tests/cli/test_config.py::test_custom_multichannels_prepend": 0.09600324521920758, - "tests/cli/test_config.py::test_custom_multichannels_prepend_duplicate": 0.09646139656536974, - "tests/cli/test_config.py::test_get_all": 0.11069467695272701, - "tests/cli/test_config.py::test_get_all_inc_maps": 0.11819824128062148, - "tests/cli/test_config.py::test_get_boolean_value": 0.10781703266812108, - "tests/cli/test_config.py::test_get_channels_list": 0.10845436225426323, - "tests/cli/test_config.py::test_get_invalid_key": 0.10818102800455469, - "tests/cli/test_config.py::test_get_map_full": 0.10394725523028644, - "tests/cli/test_config.py::test_get_map_subkey[conda_build.cache_dir-/tmp/conda-bld]": 0.10935095480300126, - "tests/cli/test_config.py::test_get_map_subkey[proxy_servers.http-1.2.3.4:5678]": 0.11319963834022251, - "tests/cli/test_config.py::test_get_multiple_keys": 0.1082250791678782, - "tests/cli/test_config.py::test_get_multiple_keys_incl_map_full": 0.11251431167444739, - "tests/cli/test_config.py::test_get_multiple_keys_incl_map_subkey": 0.11209842949845036, - "tests/cli/test_config.py::test_get_string_value": 0.1063934090650288, - "tests/cli/test_config.py::test_get_unconfigured_key": 0.10465203241328974, - "tests/cli/test_config.py::test_invalid_yaml": 0.0820766793004689, - "tests/cli/test_config.py::test_remove_key": 0.10333867427720765, - "tests/cli/test_config.py::test_remove_key_duplicate": 0.17616516100440116, - "tests/cli/test_config.py::test_remove_unconfigured_key": 0.08675533758978991, - "tests/cli/test_config.py::test_set_and_get_bool": 0.18330774236610234, - "tests/cli/test_config.py::test_set_check_types[always_yes-false-False]": 0.09337362190594913, - "tests/cli/test_config.py::test_set_check_types[always_yes-no-False]": 0.09342561071721404, - "tests/cli/test_config.py::test_set_check_types[always_yes-true-True]": 0.09191119669662579, - "tests/cli/test_config.py::test_set_check_types[always_yes-yes-True]": 0.09654417574655838, - "tests/cli/test_config.py::test_set_check_types[channel_alias-https://repo.example.com-https://repo.example.com]": 0.09355495964812956, - "tests/cli/test_config.py::test_set_check_types[proxy_servers.http-1.2.3.4:5678-py_value5]": 0.09489595527780355, - "tests/cli/test_config.py::test_set_invalid_key": 0.09186002929647545, - "tests/cli/test_config.py::test_set_key": 0.09986210509480863, - "tests/cli/test_config.py::test_set_map_key[conda_build.cache_dir-/tmp/conda-bld-/var/tmp/build]": 0.09976001570379339, - "tests/cli/test_config.py::test_set_map_key[conda_build.error_overlinking-true-false]": 0.0006654086222587977, - "tests/cli/test_config.py::test_set_map_key[proxy_servers.http-1.2.3.4:5678-4.3.2.1:9876]": 0.10163747140469198, - "tests/cli/test_config.py::test_set_rc_without_user_rc": 0.08849829656368911, - "tests/cli/test_config.py::test_set_unconfigured_key": 0.1052604520590535, - "tests/cli/test_config.py::test_show_sorts_keys": 0.15827873569704334, - "tests/cli/test_config.py::test_ssl_verify_default": 0.006356449046437824, - "tests/cli/test_config.py::test_ssl_verify_set_bool": 0.09754469586610252, - "tests/cli/test_config.py::test_ssl_verify_set_filename": 0.09394843236500361, - "tests/cli/test_env.py::test_conda_env_create_empty_file[classic]": 0.17500730396966682, - "tests/cli/test_env.py::test_conda_env_create_empty_file[libmamba]": 0.12761111561845942, - "tests/cli/test_env.py::test_conda_env_create_http[classic]": 518.2979560035013, - "tests/cli/test_env.py::test_conda_env_create_http[libmamba]": 22.931650478866164, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file[classic]": 0.09922594580123076, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file[libmamba]": 0.09413481846751921, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[classic]": 0.08647790820269731, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[libmamba]": 0.09675876432634908, - "tests/cli/test_env.py::test_conda_env_create_no_file[classic]": 0.09245202818346047, - "tests/cli/test_env.py::test_conda_env_create_no_file[libmamba]": 0.09068895752359156, - "tests/cli/test_env.py::test_create_dry_run_json[classic]": 2.828092708211267, - "tests/cli/test_env.py::test_create_dry_run_json[libmamba]": 4.601425144911094, - "tests/cli/test_env.py::test_create_dry_run_yaml[classic]": 5.726841030642127, - "tests/cli/test_env.py::test_create_dry_run_yaml[libmamba]": 7.1821336636268205, - "tests/cli/test_env.py::test_create_valid_env[classic]": 12.93701902614653, - "tests/cli/test_env.py::test_create_valid_env[libmamba]": 6.987802904978383, - "tests/cli/test_env.py::test_create_valid_env_json_output[classic]": 0.41610764739797595, - "tests/cli/test_env.py::test_create_valid_env_json_output[libmamba]": 4.926753142329189, - "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[classic]": 372.07982881162496, - "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[libmamba]": 24.278323099165732, - "tests/cli/test_env.py::test_create_valid_env_with_variables[classic]": 2.3056714561912037, - "tests/cli/test_env.py::test_create_valid_env_with_variables[libmamba]": 5.777735675121647, + "tests/base/test_constants.py::test_ChannelPriority": 0.0038809273421348853, + "tests/base/test_constants.py::test_null_is_falsey": 0.003625997463433222, + "tests/base/test_context.py::test_aggressive_update_packages": 0.03702793496648367, + "tests/base/test_context.py::test_channel_priority": 0.033623185294755706, + "tests/base/test_context.py::test_channel_settings": 0.03394613575137321, + "tests/base/test_context.py::test_channels_defaults": 0.03420124888613221, + "tests/base/test_context.py::test_channels_defaults_condarc": 0.03572187459655475, + "tests/base/test_context.py::test_client_ssl_cert": 0.055267139576896954, + "tests/base/test_context.py::test_clobber_enum": 0.034893209132638006, + "tests/base/test_context.py::test_conda_bld_path": 0.04790076011421314, + "tests/base/test_context.py::test_conda_build_root_dir": 0.03384012296148115, + "tests/base/test_context.py::test_conda_envs_path": 0.06168249760444161, + "tests/base/test_context.py::test_context_parameter_map": 0.03341991168631433, + "tests/base/test_context.py::test_context_parameters_have_descriptions": 0.0681672417071232, + "tests/base/test_context.py::test_custom_multichannels": 0.035452877825302584, + "tests/base/test_context.py::test_default_target_is_root_prefix": 0.03376098889821307, + "tests/base/test_context.py::test_expandvars": 0.12561365684154993, + "tests/base/test_context.py::test_get_plugin_config_data_env_var_source": 0.0023816621794024275, + "tests/base/test_context.py::test_get_plugin_config_data_file_source": 0.007692764400705526, + "tests/base/test_context.py::test_get_plugin_config_data_skip_bad_values": 0.002423711584634679, + "tests/base/test_context.py::test_local_build_root_custom_rc": 0.03669992228324035, + "tests/base/test_context.py::test_local_build_root_default_rc": 0.016347767186543065, + "tests/base/test_context.py::test_migrated_custom_channels": 0.03805552109380563, + "tests/base/test_context.py::test_old_channel_alias": 0.03687256116298265, + "tests/base/test_context.py::test_proxy_servers": 0.03387840458096023, + "tests/base/test_context.py::test_reporters_default_value": 0.002718627985559476, + "tests/base/test_context.py::test_reporters_from_config_file": 0.03408916397993098, + "tests/base/test_context.py::test_reporters_json_is_true": 0.04779307279669047, + "tests/base/test_context.py::test_reporters_quiet_is_true": 0.0475747820884795, + "tests/base/test_context.py::test_restore_free_channel": 0.03892280595352914, + "tests/base/test_context.py::test_signing_metadata_url_base": 0.048229776052238785, + "tests/base/test_context.py::test_signing_metadata_url_base_empty_default_channels": 0.04932501125733828, + "tests/base/test_context.py::test_specify_channels_cli_adding_defaults_no_condarc": 0.03565168090024649, + "tests/base/test_context.py::test_specify_channels_cli_condarc": 0.037785432567733555, + "tests/base/test_context.py::test_specify_different_channels_cli_condarc": 0.03709230707578597, + "tests/base/test_context.py::test_specify_same_channels_cli_as_in_condarc": 0.0375819136931568, + "tests/base/test_context.py::test_subdirs": 0.004077678829738579, + "tests/base/test_context.py::test_target_prefix": 0.08435581579178002, + "tests/base/test_context.py::test_threads": 0.0418053492890397, + "tests/base/test_context.py::test_validate_prefix_name[base-False-mock_return_values2-expected2]": 0.003938023046402836, + "tests/base/test_context.py::test_validate_prefix_name[env-name-False-mock_return_values0-expected0]": 0.0052409849693055436, + "tests/base/test_context.py::test_validate_prefix_name[not/allow#characters:in-path-False-mock_return_values1-expected1]": 0.005336556427109487, + "tests/cli/test_cli_install.py::test_emscripten_forge[classic]": 11.588801451132593, + "tests/cli/test_cli_install.py::test_emscripten_forge[libmamba]": 15.541011220740044, + "tests/cli/test_cli_install.py::test_find_conflicts_called_once[classic]": 116.12731255675249, + "tests/cli/test_cli_install.py::test_find_conflicts_called_once[libmamba]": 0.021883837419511526, + "tests/cli/test_cli_install.py::test_pre_link_message[classic]": 1.2753900228400363, + "tests/cli/test_cli_install.py::test_pre_link_message[libmamba]": 1.743116244681501, + "tests/cli/test_common.py::test_check_non_admin_enabled_false": 0.005078493900819466, + "tests/cli/test_common.py::test_check_non_admin_enabled_true": 0.004725117978573884, + "tests/cli/test_common.py::test_confirm_dry_run_exit": 0.004241712291122257, + "tests/cli/test_common.py::test_confirm_yn_always_yes": 0.004354836051683031, + "tests/cli/test_common.py::test_confirm_yn_dry_run_exit": 0.00431479605483102, + "tests/cli/test_common.py::test_confirm_yn_no": 0.004878317963524665, + "tests/cli/test_common.py::test_confirm_yn_yes": 0.0045979832045504165, + "tests/cli/test_common.py::test_is_active_prefix[-False]": 0.0031247614812855776, + "tests/cli/test_common.py::test_is_active_prefix[active_prefix-True]": 0.0030035216650463018, + "tests/cli/test_compare.py::test_compare_fail": 0.9702050295923578, + "tests/cli/test_compare.py::test_compare_success": 1.3545868178352676, + "tests/cli/test_conda_argparse.py::test_cli_args_as_strings": 0.09154149890239924, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ArgumentParser-isclass]": 0.0029589485652853067, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.BUILTIN_COMMANDS-]": 0.0030000644036776935, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ExtendConstAction-isclass]": 0.003000743194119271, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.NullCountAction-isclass]": 0.0030060397253339663, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_output_and_prompt_options-isfunction]": 0.003114315616566549, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_channels-isfunction]": 0.0031158279052999035, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_create_install_update-isfunction]": 0.0030430394473102674, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_default_packages-isfunction]": 0.003011645124653831, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_help-isfunction]": 0.0030019907437250793, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_json-isfunction]": 0.0030148556735245277, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_known-isfunction]": 0.0030055307519158162, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_networking-isfunction]": 0.0030378477149562363, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_package_install_options-isfunction]": 0.003009441093421102, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prefix-isfunction]": 0.002972983830758016, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prune-isfunction]": 0.0029699714235726987, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_pscheck-isfunction]": 0.0030098457539528877, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_show_channel_urls-isfunction]": 0.0030000633426710125, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver-isfunction]": 0.002986300970038307, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver_mode-isfunction]": 0.003010034430967193, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_update_modifiers-isfunction]": 0.0029904068842369473, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_verbose-isfunction]": 0.0029694292770861518, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_clean-isfunction]": 0.0030293248901335935, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_compare-isfunction]": 0.002961022714217143, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_config-isfunction]": 0.0029806515461168726, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_create-isfunction]": 0.002985640365556553, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_info-isfunction]": 0.003002889055249848, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_init-isfunction]": 0.0030102820149480692, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_install-isfunction]": 0.003038422823511198, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_list-isfunction]": 0.002970962451584945, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_notices-isfunction]": 0.0029798306890890178, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_package-isfunction]": 0.002957265351101066, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_plugins-isfunction]": 0.0029733897613688216, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_remove-isfunction]": 0.002998025265317953, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_rename-isfunction]": 0.0029914272612729487, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_run-isfunction]": 0.00299684054673491, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_search-isfunction]": 0.0029785847548778, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_update-isfunction]": 0.0030165474351504062, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.do_call-isfunction]": 0.0029732340773324867, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_sys_rc_path-]": 0.0029807242118203726, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_user_rc_path-]": 0.0029895852776098708, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.find_builtin_commands-isfunction]": 0.002975460242306509, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_parser-isfunction]": 0.0029871700554204863, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_pre_parser-isfunction]": 0.0029946360926522493, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.sys_rc_path-]": 0.0029804214948213957, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.user_rc_path-]": 0.003003000008958925, + "tests/cli/test_conda_argparse.py::test_list_through_python_api": 3.6108133540499745, + "tests/cli/test_conda_argparse.py::test_parser_basics": 0.036882970313444265, + "tests/cli/test_config.py::test_add_invalid_key": 0.09291791509315847, + "tests/cli/test_config.py::test_add_key": 0.10237756216975594, + "tests/cli/test_config.py::test_channels_add_duplicate": 0.09758727604540757, + "tests/cli/test_config.py::test_channels_add_empty": 0.09663357080256907, + "tests/cli/test_config.py::test_channels_add_empty_with_defaults": 0.09441778030776651, + "tests/cli/test_config.py::test_channels_append": 0.10259308469240938, + "tests/cli/test_config.py::test_channels_append_duplicate": 0.10180926283360509, + "tests/cli/test_config.py::test_channels_prepend": 0.10176802135400138, + "tests/cli/test_config.py::test_channels_prepend_duplicate": 0.10125800007568823, + "tests/cli/test_config.py::test_channels_remove": 0.09930153465338827, + "tests/cli/test_config.py::test_channels_remove_duplicate": 0.18049778759643492, + "tests/cli/test_config.py::test_conda_config_describe": 12.525508807869588, + "tests/cli/test_config.py::test_conda_config_validate": 8.460946681891693, + "tests/cli/test_config.py::test_conda_config_validate_sslverify_truststore": 8.092324089195092, + "tests/cli/test_config.py::test_create_condarc_on_set": 0.09587950918523325, + "tests/cli/test_config.py::test_custom_multichannels_add": 0.09876404763428007, + "tests/cli/test_config.py::test_custom_multichannels_add_duplicate": 0.09985347412530407, + "tests/cli/test_config.py::test_custom_multichannels_append": 0.0964172413819148, + "tests/cli/test_config.py::test_custom_multichannels_append_duplicate": 0.10300266466421486, + "tests/cli/test_config.py::test_custom_multichannels_prepend": 0.0952079323403093, + "tests/cli/test_config.py::test_custom_multichannels_prepend_duplicate": 0.09880634400928862, + "tests/cli/test_config.py::test_get_all": 0.11056244553191014, + "tests/cli/test_config.py::test_get_all_inc_maps": 0.11836504296528418, + "tests/cli/test_config.py::test_get_boolean_value": 0.10571762282976835, + "tests/cli/test_config.py::test_get_channels_list": 0.10785574096574406, + "tests/cli/test_config.py::test_get_invalid_key": 0.10777622914987624, + "tests/cli/test_config.py::test_get_map_full": 0.10409499069671153, + "tests/cli/test_config.py::test_get_map_subkey[conda_build.cache_dir-/tmp/conda-bld]": 0.10863788709777548, + "tests/cli/test_config.py::test_get_map_subkey[proxy_servers.http-1.2.3.4:5678]": 0.11338838487283145, + "tests/cli/test_config.py::test_get_multiple_keys": 0.10822480959885192, + "tests/cli/test_config.py::test_get_multiple_keys_incl_map_full": 0.11642971371449486, + "tests/cli/test_config.py::test_get_multiple_keys_incl_map_subkey": 0.11189569189043173, + "tests/cli/test_config.py::test_get_string_value": 0.10601906597559789, + "tests/cli/test_config.py::test_get_unconfigured_key": 0.10483457153278224, + "tests/cli/test_config.py::test_invalid_yaml": 0.08197090175662657, + "tests/cli/test_config.py::test_remove_key": 0.10515968557112058, + "tests/cli/test_config.py::test_remove_key_duplicate": 0.17558624621987842, + "tests/cli/test_config.py::test_remove_unconfigured_key": 0.08663650781301947, + "tests/cli/test_config.py::test_set_and_get_bool": 0.18382075180829677, + "tests/cli/test_config.py::test_set_check_types[always_yes-false-False]": 0.09327129464396823, + "tests/cli/test_config.py::test_set_check_types[always_yes-no-False]": 0.09522745349439296, + "tests/cli/test_config.py::test_set_check_types[always_yes-true-True]": 0.09178295912320347, + "tests/cli/test_config.py::test_set_check_types[always_yes-yes-True]": 0.0957387824033737, + "tests/cli/test_config.py::test_set_check_types[channel_alias-https://repo.example.com-https://repo.example.com]": 0.0956318606839075, + "tests/cli/test_config.py::test_set_check_types[proxy_servers.http-1.2.3.4:5678-py_value5]": 0.09761396124632626, + "tests/cli/test_config.py::test_set_invalid_key": 0.09156137493986202, + "tests/cli/test_config.py::test_set_key": 0.09958835764584614, + "tests/cli/test_config.py::test_set_map_key[conda_build.cache_dir-/tmp/conda-bld-/var/tmp/build]": 0.09957198053985622, + "tests/cli/test_config.py::test_set_map_key[conda_build.error_overlinking-true-false]": 0.0006668816261849285, + "tests/cli/test_config.py::test_set_map_key[proxy_servers.http-1.2.3.4:5678-4.3.2.1:9876]": 0.09897970928124025, + "tests/cli/test_config.py::test_set_rc_without_user_rc": 0.08807265672462358, + "tests/cli/test_config.py::test_set_unconfigured_key": 0.10603105434952616, + "tests/cli/test_config.py::test_show_sorts_keys": 0.15852723139442348, + "tests/cli/test_config.py::test_ssl_verify_default": 0.006340413764223094, + "tests/cli/test_config.py::test_ssl_verify_set_bool": 0.09907297137515707, + "tests/cli/test_config.py::test_ssl_verify_set_filename": 0.09345539405403792, + "tests/cli/test_env.py::test_conda_env_create_empty_file[classic]": 0.16372247531425901, + "tests/cli/test_env.py::test_conda_env_create_empty_file[libmamba]": 0.12908823290667015, + "tests/cli/test_env.py::test_conda_env_create_http[classic]": 521.7085112774273, + "tests/cli/test_env.py::test_conda_env_create_http[libmamba]": 22.52657709306845, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file[classic]": 0.09737846856190124, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file[libmamba]": 0.09631448319538724, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[classic]": 0.08644400170899001, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[libmamba]": 0.09650438335966194, + "tests/cli/test_env.py::test_conda_env_create_no_file[classic]": 0.09197566332267708, + "tests/cli/test_env.py::test_conda_env_create_no_file[libmamba]": 0.09142829903380711, + "tests/cli/test_env.py::test_create_dry_run_json[classic]": 4.105791481129959, + "tests/cli/test_env.py::test_create_dry_run_json[libmamba]": 4.471544768541559, + "tests/cli/test_env.py::test_create_dry_run_yaml[classic]": 6.11892660212675, + "tests/cli/test_env.py::test_create_dry_run_yaml[libmamba]": 6.9372008560940355, + "tests/cli/test_env.py::test_create_valid_env[classic]": 13.173458849461683, + "tests/cli/test_env.py::test_create_valid_env[libmamba]": 7.188016174282311, + "tests/cli/test_env.py::test_create_valid_env_json_output[classic]": 0.4136004958214589, + "tests/cli/test_env.py::test_create_valid_env_json_output[libmamba]": 4.76246895253732, + "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[classic]": 407.7830314848737, + "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[libmamba]": 25.725723905517775, + "tests/cli/test_env.py::test_create_valid_env_with_variables[classic]": 2.13538940097871, + "tests/cli/test_env.py::test_create_valid_env_with_variables[libmamba]": 5.610804095516817, "tests/cli/test_env.py::test_create_valid_remote_env[classic]": 10.046578977004488, - "tests/cli/test_env.py::test_create_valid_remote_env[libmamba]": 7.127595987124855, - "tests/cli/test_env.py::test_deprecated_binstar[libmamba]": 0.15874016666682186, - "tests/cli/test_env.py::test_env_export[classic]": 57.312208927422176, - "tests/cli/test_env.py::test_env_export[libmamba]": 9.514829916864333, - "tests/cli/test_env.py::test_env_export_json[classic]": 33.454851814348714, - "tests/cli/test_env.py::test_env_export_json[libmamba]": 5.066037169950578, - "tests/cli/test_env.py::test_env_export_with_variables[classic]": 33.38664753132934, - "tests/cli/test_env.py::test_env_export_with_variables[libmamba]": 9.419014943257269, - "tests/cli/test_env.py::test_export_multi_channel[classic]": 62.41762655134725, - "tests/cli/test_env.py::test_export_multi_channel[libmamba]": 28.721316887494336, - "tests/cli/test_env.py::test_invalid_extensions[classic]": 0.08431785471907059, - "tests/cli/test_env.py::test_invalid_extensions[libmamba]": 0.08852738624420482, - "tests/cli/test_env.py::test_list[classic]": 13.775800857996838, - "tests/cli/test_env.py::test_list[libmamba]": 8.876234120012633, - "tests/cli/test_env.py::test_name[classic]": 0.6815067558074039, - "tests/cli/test_env.py::test_name[libmamba]": 5.390060078631548, - "tests/cli/test_env.py::test_non_existent_file[classic]": 0.08457031198411988, - "tests/cli/test_env.py::test_non_existent_file[libmamba]": 0.08495150680886397, - "tests/cli/test_env.py::test_pip_error_is_propagated[classic]": 357.5609469792678, - "tests/cli/test_env.py::test_pip_error_is_propagated[libmamba]": 22.40369960090576, - "tests/cli/test_env.py::test_remove_dry_run[classic]": 0.5055572622933007, - "tests/cli/test_env.py::test_remove_dry_run[libmamba]": 5.068501569671966, - "tests/cli/test_env.py::test_set_unset_env_vars[classic]": 0.7478589370608525, - "tests/cli/test_env.py::test_set_unset_env_vars[libmamba]": 5.192810870409897, - "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[classic]": 0.12993238695861795, - "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[libmamba]": 0.08681508032343177, - "tests/cli/test_env.py::test_update[classic]": 305.0459650317716, - "tests/cli/test_env.py::test_update[libmamba]": 9.816097891556497, - "tests/cli/test_env.py::test_update_env_json_output[classic]": 257.2765764092564, - "tests/cli/test_env.py::test_update_env_json_output[libmamba]": 9.901854014140541, - "tests/cli/test_env.py::test_update_env_no_action_json_output[classic]": 705.2429881735017, - "tests/cli/test_env.py::test_update_env_no_action_json_output[libmamba]": 28.635723413842065, - "tests/cli/test_env.py::test_update_env_only_pip_json_output[classic]": 724.0771128924382, - "tests/cli/test_env.py::test_update_env_only_pip_json_output[libmamba]": 30.85500301191847, - "tests/cli/test_find_commands.py::test_find_commands": 0.0241678194706599, - "tests/cli/test_find_commands.py::test_find_executable": 0.008199068961410377, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--debug]": 0.057286309897546496, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--json]": 0.05794464670755466, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--trace]": 0.05445326686296867, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[-v]": 0.0566620640189517, - "tests/cli/test_main.py::test_main": 0.059045061382583884, - "tests/cli/test_main_clean.py::test_clean_all[False]": 0.7172597495358188, - "tests/cli/test_main_clean.py::test_clean_all[True]": 0.7243563450759356, - "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[False]": 0.37740010177947875, - "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[True]": 0.38348428895595094, - "tests/cli/test_main_clean.py::test_clean_and_packages": 0.5080754437881095, - "tests/cli/test_main_clean.py::test_clean_force_pkgs_dirs": 0.27531861755957565, - "tests/cli/test_main_clean.py::test_clean_index_cache": 0.2756935202758332, - "tests/cli/test_main_clean.py::test_clean_logfiles": 0.2565502388767824, - "tests/cli/test_main_clean.py::test_clean_tarballs": 0.2646038407011724, - "tests/cli/test_main_clean.py::test_clean_tempfiles": 0.25671069072446645, - "tests/cli/test_main_clean.py::test_get_size": 0.0047458810956661525, - "tests/cli/test_main_clean.py::test_get_size_None": 0.002994802777102075, - "tests/cli/test_main_clean.py::test_get_size_list": 0.002913805156773646, - "tests/cli/test_main_compare.py::test_compare": 0.0749887481051673, - "tests/cli/test_main_config.py::test_config_get_key": 0.017545169861171463, - "tests/cli/test_main_config.py::test_config_get_missing[get]": 0.10362496611470698, - "tests/cli/test_main_config.py::test_config_get_missing[key]": 0.10479812252313345, - "tests/cli/test_main_config.py::test_config_get_missing[unknown]": 0.10326222900557973, - "tests/cli/test_main_config.py::test_config_get_system[get]": 0.103980643586322, - "tests/cli/test_main_config.py::test_config_get_system[key]": 0.10019618006602235, - "tests/cli/test_main_config.py::test_config_get_system[unknown]": 0.10245613631045915, - "tests/cli/test_main_config.py::test_config_get_user[get]": 0.10738220287899601, - "tests/cli/test_main_config.py::test_config_get_user[key]": 0.10473608628421555, - "tests/cli/test_main_config.py::test_config_get_user[unknown]": 0.10312554887393749, - "tests/cli/test_main_config.py::test_config_read_rc": 0.006070967160742066, - "tests/cli/test_main_config.py::test_config_remove_item": 0.010417806188708805, - "tests/cli/test_main_config.py::test_config_remove_key": 0.0047284501247017935, - "tests/cli/test_main_config.py::test_config_set_key": 0.00727473585805281, - "tests/cli/test_main_config.py::test_config_set_keys": 0.010729318677266465, - "tests/cli/test_main_config.py::test_config_show_sources_json": 0.08673409711529495, - "tests/cli/test_main_config.py::test_config_write_rc": 0.00553746267324318, - "tests/cli/test_main_export.py::test_execute_export_no_file_specified": 0.08952698680329856, - "tests/cli/test_main_export.py::test_export": 0.09521886321077355, - "tests/cli/test_main_export.py::test_export_add_channels": 0.09329618623448897, - "tests/cli/test_main_export.py::test_export_override_channels": 0.10408467719831622, - "tests/cli/test_main_export.py::test_export_yaml_file_extension": 0.08077568366582397, - "tests/cli/test_main_info.py::test_info": 0.4029469493403214, + "tests/cli/test_env.py::test_create_valid_remote_env[libmamba]": 7.046448237215346, + "tests/cli/test_env.py::test_deprecated_binstar[classic]": 0.15118284999990314, + "tests/cli/test_env.py::test_deprecated_binstar[libmamba]": 0.15325343916667197, + "tests/cli/test_env.py::test_env_export[classic]": 57.514478084769266, + "tests/cli/test_env.py::test_env_export[libmamba]": 9.317840814477982, + "tests/cli/test_env.py::test_env_export_json[classic]": 34.69703661393855, + "tests/cli/test_env.py::test_env_export_json[libmamba]": 5.033392363992011, + "tests/cli/test_env.py::test_env_export_with_variables[classic]": 31.339253732638905, + "tests/cli/test_env.py::test_env_export_with_variables[libmamba]": 9.454265948392992, + "tests/cli/test_env.py::test_export_multi_channel[classic]": 63.074273588595936, + "tests/cli/test_env.py::test_export_multi_channel[libmamba]": 30.9464872407502, + "tests/cli/test_env.py::test_invalid_extensions[classic]": 0.08439446127663863, + "tests/cli/test_env.py::test_invalid_extensions[libmamba]": 0.08541031915986477, + "tests/cli/test_env.py::test_list[classic]": 12.167190843142105, + "tests/cli/test_env.py::test_list[libmamba]": 8.97989348979403, + "tests/cli/test_env.py::test_name[classic]": 0.6568654602916272, + "tests/cli/test_env.py::test_name[libmamba]": 5.316783496411959, + "tests/cli/test_env.py::test_non_existent_file[classic]": 0.0846285206711537, + "tests/cli/test_env.py::test_non_existent_file[libmamba]": 0.08587367172344411, + "tests/cli/test_env.py::test_pip_error_is_propagated[classic]": 358.70007441438696, + "tests/cli/test_env.py::test_pip_error_is_propagated[libmamba]": 20.65267337492595, + "tests/cli/test_env.py::test_remove_dry_run[classic]": 0.5060900311757937, + "tests/cli/test_env.py::test_remove_dry_run[libmamba]": 4.902148122459431, + "tests/cli/test_env.py::test_set_unset_env_vars[classic]": 0.74403044532764, + "tests/cli/test_env.py::test_set_unset_env_vars[libmamba]": 5.235041271577903, + "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[classic]": 0.12461213969583028, + "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[libmamba]": 0.0869464830867857, + "tests/cli/test_env.py::test_update[classic]": 279.6986742202392, + "tests/cli/test_env.py::test_update[libmamba]": 9.755079498989815, + "tests/cli/test_env.py::test_update_env_json_output[classic]": 257.8427676833916, + "tests/cli/test_env.py::test_update_env_json_output[libmamba]": 9.851349908507483, + "tests/cli/test_env.py::test_update_env_no_action_json_output[classic]": 704.4641046955683, + "tests/cli/test_env.py::test_update_env_no_action_json_output[libmamba]": 28.547542752235085, + "tests/cli/test_env.py::test_update_env_only_pip_json_output[classic]": 724.8644604497598, + "tests/cli/test_env.py::test_update_env_only_pip_json_output[libmamba]": 30.439041794238484, + "tests/cli/test_find_commands.py::test_find_commands": 0.02400181746007333, + "tests/cli/test_find_commands.py::test_find_executable": 0.008274579667784106, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--debug]": 0.056988906552686125, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--json]": 0.05555945861490435, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--trace]": 0.054710541295571756, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[-v]": 0.05796581450100176, + "tests/cli/test_main.py::test_main": 0.05632296488099835, + "tests/cli/test_main_clean.py::test_clean_all[False]": 0.7181457221459319, + "tests/cli/test_main_clean.py::test_clean_all[True]": 0.7246298547026816, + "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[False]": 0.3806239875071141, + "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[True]": 0.38741707237852696, + "tests/cli/test_main_clean.py::test_clean_and_packages": 0.5022405743404816, + "tests/cli/test_main_clean.py::test_clean_force_pkgs_dirs": 0.3210921068892767, + "tests/cli/test_main_clean.py::test_clean_index_cache": 0.27555810682738924, + "tests/cli/test_main_clean.py::test_clean_logfiles": 0.2551794678477455, + "tests/cli/test_main_clean.py::test_clean_tarballs": 0.26348501338699304, + "tests/cli/test_main_clean.py::test_clean_tempfiles": 0.2579039907558597, + "tests/cli/test_main_clean.py::test_get_size": 0.004753401447623385, + "tests/cli/test_main_clean.py::test_get_size_None": 0.0029688368534340503, + "tests/cli/test_main_clean.py::test_get_size_list": 0.0029449577733737893, + "tests/cli/test_main_compare.py::test_compare": 0.07515759403436828, + "tests/cli/test_main_config.py::test_config_get_key": 0.017490506452855374, + "tests/cli/test_main_config.py::test_config_get_missing[get]": 0.1039525344837444, + "tests/cli/test_main_config.py::test_config_get_missing[key]": 0.10446634398061548, + "tests/cli/test_main_config.py::test_config_get_missing[unknown]": 0.10243872905668916, + "tests/cli/test_main_config.py::test_config_get_system[get]": 0.10182681342801808, + "tests/cli/test_main_config.py::test_config_get_system[key]": 0.10038805420429471, + "tests/cli/test_main_config.py::test_config_get_system[unknown]": 0.1042900654054408, + "tests/cli/test_main_config.py::test_config_get_user[get]": 0.10705426142922539, + "tests/cli/test_main_config.py::test_config_get_user[key]": 0.10424125355246933, + "tests/cli/test_main_config.py::test_config_get_user[unknown]": 0.10296285548275265, + "tests/cli/test_main_config.py::test_config_read_rc": 0.0060769436485182135, + "tests/cli/test_main_config.py::test_config_remove_item": 0.010422212573925851, + "tests/cli/test_main_config.py::test_config_remove_key": 0.004803082425609049, + "tests/cli/test_main_config.py::test_config_set_key": 0.0072941035620188365, + "tests/cli/test_main_config.py::test_config_set_keys": 0.010722538715803165, + "tests/cli/test_main_config.py::test_config_show_sources_json": 0.08637676404146334, + "tests/cli/test_main_config.py::test_config_write_rc": 0.005541230396034073, + "tests/cli/test_main_export.py::test_execute_export_no_file_specified": 0.08939764049859418, + "tests/cli/test_main_export.py::test_export": 0.09531130292020397, + "tests/cli/test_main_export.py::test_export_add_channels": 0.09529261911110182, + "tests/cli/test_main_export.py::test_export_override_channels": 0.10316245375566759, + "tests/cli/test_main_export.py::test_export_yaml_file_extension": 0.0817026985204993, + "tests/cli/test_main_info.py::test_info": 0.3948399914974777, "tests/cli/test_main_info.py::test_info_all": 0.10127750000005636, - "tests/cli/test_main_info.py::test_info_json": 0.10002765480282343, - "tests/cli/test_main_info.py::test_info_root": 0.18171764594203255, - "tests/cli/test_main_info.py::test_info_unsafe_channels": 0.18622662539824858, - "tests/cli/test_main_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 346.1498967354308, - "tests/cli/test_main_install.py::test_install_freezes_env_by_default": 0.6566617177437416, - "tests/cli/test_main_install.py::test_install_from_extracted_package": 24.69105181609974, - "tests/cli/test_main_install.py::test_install_mkdir": 61.45306706972791, - "tests/cli/test_main_list.py::test_list": 8.148634120646049, - "tests/cli/test_main_list.py::test_list_explicit": 13.140930875317112, - "tests/cli/test_main_list.py::test_list_json": 0.19524868499300163, - "tests/cli/test_main_list.py::test_list_package": 0.09167845736893207, - "tests/cli/test_main_list.py::test_list_reverse": 11.3450769351798, - "tests/cli/test_main_list.py::test_list_revisions": 0.16552751784864037, - "tests/cli/test_main_list.py::test_list_specific_version": 0.2546413104798809, - "tests/cli/test_main_notices.py::test_cache_names_appear_as_expected": 0.03734225395286815, - "tests/cli/test_main_notices.py::test_main_notices[200]": 0.0365052066517667, - "tests/cli/test_main_notices.py::test_main_notices[404]": 0.03468340149883025, - "tests/cli/test_main_notices.py::test_main_notices_handles_bad_expired_at_field": 0.0363065553261744, - "tests/cli/test_main_notices.py::test_main_notices_help": 0.03152690089046065, - "tests/cli/test_main_notices.py::test_main_notices_json": 0.05210999613233628, - "tests/cli/test_main_notices.py::test_main_notices_reads_from_cache": 0.03837107281404489, - "tests/cli/test_main_notices.py::test_main_notices_reads_from_expired_cache": 0.04049751921211445, - "tests/cli/test_main_notices.py::test_notices_appear_once_when_running_decorated_commands": 9.974969855204051, - "tests/cli/test_main_notices.py::test_notices_cannot_read_cache_files": 0.10147658328678016, - "tests/cli/test_main_notices.py::test_notices_does_not_interrupt_command_on_failure": 0.21006571486720987, - "tests/cli/test_main_notices.py::test_notices_work_with_s3_channel": 0.1009379899292393, - "tests/cli/test_main_remove.py::test_remove_all": 28.99216736061241, - "tests/cli/test_main_remove.py::test_remove_all_keep_env": 23.994296641397906, - "tests/cli/test_main_remove.py::test_remove_globbed_package_names[classic]": 32.65209121657963, - "tests/cli/test_main_remove.py::test_remove_globbed_package_names[libmamba]": 0.9094306499534945, - "tests/cli/test_main_rename.py::test_cannot_rename_active_env_by_name": 8.817926078308114, - "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_name": 0.1562383715287439, - "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_path": 0.16172594884093616, - "tests/cli/test_main_rename.py::test_cannot_rename_nonexistent_env": 0.15628568988541924, - "tests/cli/test_main_rename.py::test_protected_dirs_error_for_rename": 11.046334108673422, - "tests/cli/test_main_rename.py::test_rename_by_name_name_already_exists_error": 6.575364338108992, - "tests/cli/test_main_rename.py::test_rename_by_name_success": 9.920302739324017, - "tests/cli/test_main_rename.py::test_rename_by_path_path_already_exists_error": 7.3712339943915435, - "tests/cli/test_main_rename.py::test_rename_by_path_success": 9.246816575594316, - "tests/cli/test_main_rename.py::test_rename_with_dry_run": 8.601057270030608, - "tests/cli/test_main_rename.py::test_rename_with_force": 18.46046695679652, - "tests/cli/test_main_rename.py::test_rename_with_force_and_dry_run": 7.785801409567837, - "tests/cli/test_main_rename.py::test_rename_with_force_with_errors": 19.34824143407418, - "tests/cli/test_main_rename.py::test_rename_with_force_with_errors_prefix": 6.7912600935652385, - "tests/cli/test_main_rename.py::test_separator_chars_on_win": 5.729271990192778, - "tests/cli/test_main_run.py::test_conda_run_nonexistant_prefix": 0.11379772511316603, - "tests/cli/test_main_run.py::test_conda_run_prefix_not_a_conda_env": 0.07339042467145579, - "tests/cli/test_main_run.py::test_multiline_run_command": 8.147747336455856, - "tests/cli/test_main_run.py::test_run_readonly_env": 0.0006316244831842904, - "tests/cli/test_main_run.py::test_run_returns_int": 6.354913135069716, - "tests/cli/test_main_run.py::test_run_returns_nonzero_errorlevel": 9.228817702087612, - "tests/cli/test_main_run.py::test_run_returns_zero_errorlevel": 7.618276913649286, - "tests/cli/test_main_run.py::test_run_uncaptured": 8.257447967090032, - "tests/cli/test_main_search.py::test_anaconda_token_with_private_package": 44.656618804868, - "tests/cli/test_main_search.py::test_bad_anaconda_token": 1.2301849188019989, - "tests/cli/test_main_search.py::test_current_platform_package_missing": 0.15339372041217836, - "tests/cli/test_main_search.py::test_different_platform_package_found": 0.1405236564783279, - "tests/cli/test_main_search.py::test_mocked_platform_package_found": 0.20552467709354957, - "tests/cli/test_main_search.py::test_rpy_search[linux-32]": 10.876230578277806, - "tests/cli/test_main_search.py::test_rpy_search[linux-64]": 15.716485981448646, - "tests/cli/test_main_search.py::test_rpy_search[osx-64]": 16.983107070141667, - "tests/cli/test_main_search.py::test_rpy_search[win-32]": 8.211964801751071, - "tests/cli/test_main_search.py::test_rpy_search[win-64]": 12.416136140810973, - "tests/cli/test_main_search.py::test_search_0": 8.079727346778482, - "tests/cli/test_main_search.py::test_search_1": 0.5081782372479402, - "tests/cli/test_main_search.py::test_search_2[exact]": 0.26113242537713455, - "tests/cli/test_main_search.py::test_search_2[wildcard]": 1.6535951137528635, - "tests/cli/test_main_search.py::test_search_3": 1.4765657438239965, - "tests/cli/test_main_search.py::test_search_4": 0.4085413557074935, - "tests/cli/test_main_search.py::test_search_5": 1.1682997047237063, - "tests/cli/test_main_search.py::test_search_envs": 0.11390425711565982, - "tests/cli/test_main_search.py::test_search_envs_info": 0.09071283672289457, - "tests/cli/test_main_search.py::test_search_envs_json": 0.09230712404768174, - "tests/cli/test_main_search.py::test_search_inflexible": 1.1934881745063954, - "tests/cli/test_main_search.py::test_unknown_platform_package_missing": 0.1548831004320212, - "tests/cli/test_subcommands.py::test_clean[classic]": 1.7590837414032263, - "tests/cli/test_subcommands.py::test_clean[libmamba]": 1.7029256815157146, - "tests/cli/test_subcommands.py::test_compare[classic]": 0.21531661791696913, - "tests/cli/test_subcommands.py::test_compare[libmamba]": 8.86485077428051, - "tests/cli/test_subcommands.py::test_config[classic]": 0.10100467793400157, - "tests/cli/test_subcommands.py::test_config[libmamba]": 0.10283017729266132, - "tests/cli/test_subcommands.py::test_create[classic]": 0.1335411958476796, - "tests/cli/test_subcommands.py::test_create[libmamba]": 9.033081125101946, - "tests/cli/test_subcommands.py::test_doctor[classic]": 5.989303310980602, - "tests/cli/test_subcommands.py::test_doctor[libmamba]": 6.1389923308345375, - "tests/cli/test_subcommands.py::test_env_config_vars[classic]": 0.3911691912785594, - "tests/cli/test_subcommands.py::test_env_config_vars[libmamba]": 7.866807350747351, - "tests/cli/test_subcommands.py::test_env_create[classic]": 1.2776853174559477, - "tests/cli/test_subcommands.py::test_env_create[libmamba]": 8.768722144647468, - "tests/cli/test_subcommands.py::test_env_export[classic]": 1.0457978701314161, - "tests/cli/test_subcommands.py::test_env_export[libmamba]": 1.2392953408778815, - "tests/cli/test_subcommands.py::test_env_list[classic]": 0.2305663602447624, - "tests/cli/test_subcommands.py::test_env_list[libmamba]": 0.2200536243116931, - "tests/cli/test_subcommands.py::test_env_remove[classic]": 0.2714849072830795, - "tests/cli/test_subcommands.py::test_env_remove[libmamba]": 7.826123756950076, - "tests/cli/test_subcommands.py::test_env_update[classic]": 1.6828012850064848, - "tests/cli/test_subcommands.py::test_env_update[libmamba]": 17.679812252120698, - "tests/cli/test_subcommands.py::test_info[classic]": 0.10741213181148938, - "tests/cli/test_subcommands.py::test_info[libmamba]": 0.10773923150730379, - "tests/cli/test_subcommands.py::test_info_json[classic]": 0.2148599952606052, - "tests/cli/test_subcommands.py::test_info_json[libmamba]": 0.21345191176406886, - "tests/cli/test_subcommands.py::test_init[classic]": 0.4813752937178599, - "tests/cli/test_subcommands.py::test_init[libmamba]": 0.4819926072173835, - "tests/cli/test_subcommands.py::test_install[classic]": 1.677996882902935, - "tests/cli/test_subcommands.py::test_install[libmamba]": 17.591908481649057, - "tests/cli/test_subcommands.py::test_list[classic]": 1.3327683483239392, - "tests/cli/test_subcommands.py::test_list[libmamba]": 6.312271868684932, - "tests/cli/test_subcommands.py::test_notices[classic]": 0.19422475353487156, - "tests/cli/test_subcommands.py::test_notices[libmamba]": 0.19667258796342993, - "tests/cli/test_subcommands.py::test_package[classic]": 0.23059413629076841, - "tests/cli/test_subcommands.py::test_package[libmamba]": 5.803117437923148, - "tests/cli/test_subcommands.py::test_remove[classic-remove]": 0.23090335827622596, - "tests/cli/test_subcommands.py::test_remove[classic-uninstall]": 0.22469301073229142, - "tests/cli/test_subcommands.py::test_remove[libmamba-remove]": 8.953007052032255, - "tests/cli/test_subcommands.py::test_remove[libmamba-uninstall]": 7.536858789244665, - "tests/cli/test_subcommands.py::test_remove_all_json[classic-remove]": 0.7653547168471785, - "tests/cli/test_subcommands.py::test_remove_all_json[classic-uninstall]": 0.5471439904206434, - "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-remove]": 7.555169004981926, - "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-uninstall]": 8.304168387540681, - "tests/cli/test_subcommands.py::test_rename[classic]": 0.22863121404442188, - "tests/cli/test_subcommands.py::test_rename[libmamba]": 9.788760201360189, - "tests/cli/test_subcommands.py::test_run[classic]": 1.181682559839659, - "tests/cli/test_subcommands.py::test_run[libmamba]": 7.463101843176925, - "tests/cli/test_subcommands.py::test_search[classic]": 6.314542927735472, - "tests/cli/test_subcommands.py::test_search[libmamba]": 11.401728540630577, - "tests/cli/test_subcommands.py::test_update[classic-update]": 4.014817636236313, - "tests/cli/test_subcommands.py::test_update[classic-upgrade]": 0.4473166429509685, - "tests/cli/test_subcommands.py::test_update[libmamba-update]": 17.881875707005534, - "tests/cli/test_subcommands.py::test_update[libmamba-upgrade]": 13.79163627296535, - "tests/common/os/test_windows.py::test_is_admin_on_windows": 0.0024288533690509585, - "tests/common/pkg_formats/test_python.py::test_basepydist_load_requires_provides_file": 0.0042383493883272625, - "tests/common/pkg_formats/test_python.py::test_basepydist_parse_entries_file_data": 0.003186544248469884, - "tests/common/pkg_formats/test_python.py::test_basepydist_parse_requires_file_data": 0.0027271751150384402, - "tests/common/pkg_formats/test_python.py::test_dist_get_paths": 0.003750119063420047, - "tests/common/pkg_formats/test_python.py::test_dist_get_paths_no_paths": 0.002910187636175754, - "tests/common/pkg_formats/test_python.py::test_evaluate_marker": 0.0032119553656632196, - "tests/common/pkg_formats/test_python.py::test_get_default_marker_context": 0.0027319804747354503, - "tests/common/pkg_formats/test_python.py::test_get_dist_file_from_egg_link": 0.007836392273160485, - "tests/common/pkg_formats/test_python.py::test_get_dist_requirements": 0.004476382768065169, - "tests/common/pkg_formats/test_python.py::test_get_entry_points": 0.004834115624573174, - "tests/common/pkg_formats/test_python.py::test_get_extra_provides": 0.004248213580605547, - "tests/common/pkg_formats/test_python.py::test_get_python_distribution_info": 0.0005815922185058763, - "tests/common/pkg_formats/test_python.py::test_get_site_packages_anchor_files": 0.023305632516374308, - "tests/common/pkg_formats/test_python.py::test_metadata": 0.00562776642845715, - "tests/common/pkg_formats/test_python.py::test_metadata_keys": 0.0023390412999544034, - "tests/common/pkg_formats/test_python.py::test_metadata_process_path": 0.0036759073977303044, - "tests/common/pkg_formats/test_python.py::test_metadata_read_metadata": 0.004917959203712354, - "tests/common/pkg_formats/test_python.py::test_norm_package_name": 0.0028270516414350627, - "tests/common/pkg_formats/test_python.py::test_norm_package_version": 0.002923879655397372, - "tests/common/pkg_formats/test_python.py::test_parse_specification": 0.005218373849040854, - "tests/common/pkg_formats/test_python.py::test_pydist_check_files": 0.005606656416980509, - "tests/common/pkg_formats/test_python.py::test_pypi_name_to_conda_name": 0.002602004072135233, - "tests/common/pkg_formats/test_python.py::test_python_dist_egg_fpath": 0.03155058903254298, - "tests/common/pkg_formats/test_python.py::test_python_dist_egg_path": 0.0038237891548930586, - "tests/common/pkg_formats/test_python.py::test_python_dist_info": 0.004934530414880421, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies": 0.005063713235199521, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_2": 0.004198351479645093, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_3": 0.0037526307726133373, - "tests/common/pkg_formats/test_python.py::test_split_spec": 0.002846682407649026, - "tests/common/test_compat.py::test_deprecations[FILESYSTEM_ENCODING-TypeError]": 0.002793083333281901, - "tests/common/test_compat.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.0025602222221807994, - "tests/common/test_compat.py::test_deprecations[ensure_unicode-TypeError]": 0.0025385277777721805, - "tests/common/test_compat.py::test_deprecations[open-TypeError]": 0.002690930555584398, - "tests/common/test_compat.py::test_deprecations[six_with_metaclass-TypeError]": 0.0026373888888586963, - "tests/common/test_configuration.py::test_commented_map_parameter": 0.003956693801733558, - "tests/common/test_configuration.py::test_config_resets": 0.0036603728449231543, - "tests/common/test_configuration.py::test_cross_parameter_validation": 0.002367724138498491, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$$/suffix]": 0.0005504646972636897, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$/suffix]": 0.0025455934174107306, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$1/suffix]": 0.002547019022317766, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$MISSING/suffix]": 0.0025291994327537827, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$VARIABLE/suffix]": 0.002566312976247006, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${1}/suffix]": 0.0025290149386726886, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${MISSING}/suffix]": 0.0025455350999462755, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${VARIABLE}/suffix]": 0.0025683248388780424, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${}/suffix]": 0.0025815909658351227, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%%/suffix]": 0.0005420091773013473, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%/suffix]": 0.002553142257181694, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1%/suffix]": 0.002530246649506184, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1/suffix]": 0.0025248421424056786, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%MISSING%/suffix]": 0.0025258716249140847, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%VARIABLE%/suffix]": 0.0025637754936060227, - "tests/common/test_configuration.py::test_default_values": 0.0026900234942619354, - "tests/common/test_configuration.py::test_empty_map_parameter": 0.0062081144269404255, - "tests/common/test_configuration.py::test_env_var_config": 0.003188310273153276, - "tests/common/test_configuration.py::test_env_var_config_alias": 0.0031438494060957328, - "tests/common/test_configuration.py::test_env_var_config_empty_sequence": 0.0030623319946689307, - "tests/common/test_configuration.py::test_env_var_config_no_split_sequence": 0.0031113808411811464, - "tests/common/test_configuration.py::test_env_var_config_split_sequence": 0.0031653142927730495, - "tests/common/test_configuration.py::test_expand_search_path": 0.0006064546835879351, - "tests/common/test_configuration.py::test_expanded_variables": 0.007611599996017283, - "tests/common/test_configuration.py::test_important_primitive_map_merges": 0.08418907466763473, - "tests/common/test_configuration.py::test_invalid_map_parameter": 0.0025095390514945103, - "tests/common/test_configuration.py::test_invalid_seq_parameter": 0.0024584179981466617, - "tests/common/test_configuration.py::test_list_merges": 0.07335001183581971, - "tests/common/test_configuration.py::test_load_raw_configs": 0.030166746949401007, - "tests/common/test_configuration.py::test_map_parameter_must_be_map": 0.0035427683999973165, - "tests/common/test_configuration.py::test_nested": 0.015498320590451704, - "tests/common/test_configuration.py::test_object": 0.012071422162833375, - "tests/common/test_configuration.py::test_object_defaults_completely_empty": 0.003011219444426653, - "tests/common/test_configuration.py::test_object_defaults_partially_empty": 0.005333327777826469, - "tests/common/test_configuration.py::test_parameter": 0.002370889290828575, - "tests/common/test_configuration.py::test_parameter_flag": 0.0023469379136581425, - "tests/common/test_configuration.py::test_pretty_list": 0.00278996151464438, - "tests/common/test_configuration.py::test_raise_errors": 0.00240818880513609, - "tests/common/test_configuration.py::test_simple_merges_and_caching": 0.018751971657450003, - "tests/common/test_configuration.py::test_unique_sequence_map_error_with_duplicates": 0.004026698041547516, - "tests/common/test_configuration.py::test_unique_sequence_map_error_with_unique_key": 0.005323024176022388, - "tests/common/test_configuration.py::test_validate_all": 0.012769374624871424, - "tests/common/test_configuration.py::test_validation": 0.01303912968316875, - "tests/common/test_io.py::test_attach_stderr_handler": 0.0031168476208662016, - "tests/common/test_io.py::test_captured": 0.002771092038690627, - "tests/common/test_path.py::test_get_major_minor_version_no_dot": 0.0025123051852557333, - "tests/common/test_path.py::test_missing_pyc_files_27": 0.002416982398747461, - "tests/common/test_path.py::test_missing_pyc_files_34": 0.002506781040146918, - "tests/common/test_path.py::test_missing_pyc_files_35": 0.0025258390505882348, - "tests/common/test_path.py::test_path_identity": 0.004260546853397728, - "tests/common/test_path.py::test_url_to_path_unix": 0.002499544378227456, - "tests/common/test_path.py::test_url_to_path_windows_local": 0.003158012183986525, - "tests/common/test_path.py::test_url_to_path_windows_unc": 0.0024385989515726863, - "tests/common/test_path.py::test_win_path_backout": 0.0023503429457780115, - "tests/common/test_url.py::test_add_username_and_pass_to_url": 0.0024485538672943665, - "tests/common/test_url.py::test_is_ip_address": 0.0023687220674614403, - "tests/common/test_url.py::test_is_ipv6_address": 0.002422070902096832, - "tests/common/test_url.py::test_is_url": 0.002629031929198298, - "tests/common/test_url.py::test_maybe_add_auth": 0.0025443950457460477, - "tests/common/test_url.py::test_split_scheme_auth_token": 0.0024090775421157103, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj0-http://conda.io/path/to/somewhere]": 0.0025662367918382655, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj1-https://user:pass@conda.io/path/to/somewhere]": 0.0025246536505401608, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj2-file:///opt/happy/path]": 0.0026055864113299987, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj3-file:///path/to/something.txt]": 0.002545422959651006, - "tests/common/test_url.py::test_url_to_s3_info": 0.002461760087380498, - "tests/common/test_url.py::test_urlparse[192.168.1.1:8080/path/to/resource-exp_url_obj0]": 0.0026297398972573564, - "tests/common/test_url.py::test_urlparse[file:///opt/happy/path-exp_url_obj2]": 0.0026188904561486397, - "tests/common/test_url.py::test_urlparse[https://conda.io/happy/path-exp_url_obj1]": 0.0026052914128612287, - "tests/common/test_url.py::test_urlparse[https://u:p@conda.io/t/x1029384756/more/path-exp_url_obj3]": 0.0025908799269034827, - "tests/common/test_yaml.py::test_dump": 0.006024695542763292, - "tests/common/test_yaml.py::test_map": 0.0030520966034076336, - "tests/common/test_yaml.py::test_seq_simple": 0.0031877989326127907, - "tests/common/test_yaml.py::test_yaml_complex": 0.010955148503968483, - "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_none_values_error": 0.00055129127524498, - "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_permission_error": 0.025903813111735625, - "tests/core/test_envs_manager.py::test_prefix_cli_flag": 0.024069169727831772, - "tests/core/test_envs_manager.py::test_register_env_directory_creation_error": 0.006050671574341532, - "tests/core/test_envs_manager.py::test_register_unregister_location_env": 0.012182105124369663, - "tests/core/test_envs_manager.py::test_rewrite_environments_txt_file": 0.005913269208560128, - "tests/core/test_index.py::test_basic_get_reduced_index": 5.507669714152256, - "tests/core/test_index.py::test_check_allowlist": 0.007872149795892118, - "tests/core/test_index.py::test_get_index_linux64_platform": 13.148646890058984, - "tests/core/test_index.py::test_get_index_osx64_platform": 12.475478980263903, - "tests/core/test_index.py::test_get_index_win64_platform": 2.2638639164476815, - "tests/core/test_index.py::test_supplement_index_with_system": 0.03157824777110629, - "tests/core/test_index.py::test_supplement_index_with_system_archspec": 0.005489563518369912, - "tests/core/test_index.py::test_supplement_index_with_system_cuda": 0.005728968442792755, - "tests/core/test_index.py::test_supplement_index_with_system_glibc": 0.0005670141320099058, - "tests/core/test_index.py::test_supplement_index_with_system_linux[1.2.3.4-1.2.3.4]": 0.0005293720025414569, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2-4.2]": 0.000527968960962573, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.0-42-generic-4.2.0]": 0.0005398038303379061, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.1-4.2.1]": 0.0005427472855371695, - "tests/core/test_index.py::test_supplement_index_with_system_linux[5.4.89+-5.4.89]": 0.0005466949827340298, - "tests/core/test_index.py::test_supplement_index_with_system_linux[5.5-rc1-5.5]": 0.0005424108809294027, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a-9.1]": 0.0005242055516274338, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a.2-9.1]": 0.0005252119926742725, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.a.1-0]": 0.0005370497745932343, - "tests/core/test_index.py::test_supplement_index_with_system_osx": 0.0005378982157582069, - "tests/core/test_initialize.py::test__get_python_info": 0.010872346669804883, - "tests/core/test_initialize.py::test_get_python_info": 0.011650356730721602, - "tests/core/test_initialize.py::test_init_all": 0.5534785783085753, - "tests/core/test_initialize.py::test_init_cmd_exe_registry": 0.0070753708149585625, - "tests/core/test_initialize.py::test_init_enable_long_path": 0.0037931577122477652, - "tests/core/test_initialize.py::test_init_sh_system": 0.028042360270203744, - "tests/core/test_initialize.py::test_init_sh_user_tcsh_unix": 0.0005437417771008494, - "tests/core/test_initialize.py::test_init_sh_user_unix": 0.0005567308601630803, - "tests/core/test_initialize.py::test_init_sh_user_windows": 0.05892935220403761, - "tests/core/test_initialize.py::test_initialize_dev_bash": 0.050018082858627556, - "tests/core/test_initialize.py::test_initialize_dev_cmd_exe": 0.04183469040690427, - "tests/core/test_initialize.py::test_install_1": 0.019728493589615072, - "tests/core/test_initialize.py::test_install_conda_csh": 0.015244674128076948, - "tests/core/test_initialize.py::test_install_conda_fish": 0.01685950449795881, - "tests/core/test_initialize.py::test_install_conda_sh": 0.04225090542786676, - "tests/core/test_initialize.py::test_install_conda_xsh": 0.01606441043647107, - "tests/core/test_initialize.py::test_install_condabin_conda_bat": 0.014568752703585803, - "tests/core/test_initialize.py::test_make_entry_point": 0.015166243558296898, - "tests/core/test_initialize.py::test_make_entry_point_exe": 0.01595006845075197, - "tests/core/test_initialize.py::test_make_initialize_plan_bash_zsh": 0.015056043457411053, - "tests/core/test_initialize.py::test_make_initialize_plan_cmd_exe": 0.01546501181676375, - "tests/core/test_initialize.py::test_make_install_plan": 0.007791943412269017, - "tests/core/test_package_cache_data.py::test_ProgressiveFetchExtract_prefers_conda_v2_format": 0.054701498961683394, - "tests/core/test_package_cache_data.py::test_conda_build_alias": 0.002407642815781882, - "tests/core/test_package_cache_data.py::test_conda_pkg_in_pkg_cache_doesnt_overwrite_tar_bz2": 0.10570858684971804, - "tests/core/test_package_cache_data.py::test_cover_extract_bad_package": 0.015290855364615484, - "tests/core/test_package_cache_data.py::test_cover_fetch_not_exists": 22.262059016567765, - "tests/core/test_package_cache_data.py::test_cover_get_entry_to_link": 0.008892186608352797, - "tests/core/test_package_cache_data.py::test_cover_reverse": 0.0025016523455313063, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist": 0.03624191508554946, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist_read_only": 0.045263122467468414, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_unpacked_conda_exist": 0.034217728095968306, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_cache_not_extracted": 0.10016759345887448, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_doesnt_overwrite_conda_pkg": 0.1080312813464453, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_used_instead_of_conda_pkg": 0.0544454177768047, - "tests/core/test_path_actions.py::test_CompileMultiPycAction_generic": 0.004616363361215025, - "tests/core/test_path_actions.py::test_CompileMultiPycAction_noarch_python": 1.3074577376367964, - "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_generic": 0.004828850602426836, - "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_noarch_python": 0.00905220067748959, - "tests/core/test_path_actions.py::test_create_file_link_actions": 0.006227266678909802, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_copy": 0.03350656720662029, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_directory": 0.005258889835907628, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_hardlink": 0.006821551751521782, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_softlink": 0.007483083351829166, - "tests/core/test_portability.py::test_escaped_prefix_replaced_only_shebang": 0.0005590349555848672, - "tests/core/test_portability.py::test_replace_long_shebang_spaces_in_prefix": 0.002486241647517496, - "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_escaped_space": 0.0028539220863139617, - "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_python": 0.002581109478084416, - "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_escaped_space": 0.002401206511789274, - "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_python": 0.0023738030778451646, - "tests/core/test_portability.py::test_replace_simple_shebang_no_replacement": 0.0035757212049536244, - "tests/core/test_portability.py::test_shebang_regex_matches": 0.004118959941428475, - "tests/core/test_prefix_data.py::test_corrupt_json_conda_meta_json": 0.002972472957379377, - "tests/core/test_prefix_data.py::test_corrupt_unicode_conda_meta_json": 0.0029368600903026385, - "tests/core/test_prefix_data.py::test_get_conda_anchor_files_and_records": 0.005630261104086447, - "tests/core/test_prefix_data.py::test_get_environment_env_vars": 9.191422772088137, - "tests/core/test_prefix_data.py::test_no_tokens_dumped[False]": 0.008390377756887052, - "tests/core/test_prefix_data.py::test_no_tokens_dumped[True]": 0.008550567191829749, - "tests/core/test_prefix_data.py::test_pip_interop_osx": 1.2402401813173678, - "tests/core/test_prefix_data.py::test_pip_interop_windows": 0.8315152289740367, - "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars": 9.103958690232808, - "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars_no_exist": 6.697041179104723, - "tests/core/test_solve.py::test_aggressive_update_packages[classic]": 7.832730456936285, - "tests/core/test_solve.py::test_aggressive_update_packages[libmamba]": 7.8910752095093795, - "tests/core/test_solve.py::test_archspec_call[classic]": 2.2699304824160063, - "tests/core/test_solve.py::test_archspec_call[libmamba]": 1.1379923835705001, - "tests/core/test_solve.py::test_auto_update_conda[classic]": 5.4133739118417985, - "tests/core/test_solve.py::test_auto_update_conda[libmamba]": 4.544363880553998, - "tests/core/test_solve.py::test_broken_install[classic]": 6.765720940221169, - "tests/core/test_solve.py::test_broken_install[libmamba]": 0.019429311277857648, - "tests/core/test_solve.py::test_channel_priority_churn_minimized[classic]": 11.930683605476268, - "tests/core/test_solve.py::test_channel_priority_churn_minimized[libmamba]": 1.299551900978808, - "tests/core/test_solve.py::test_conda_downgrade[classic]": 35.97482670231293, - "tests/core/test_solve.py::test_conda_downgrade[libmamba]": 6.566913745240473, - "tests/core/test_solve.py::test_cuda_1[classic]": 1.1120499997722675, - "tests/core/test_solve.py::test_cuda_1[libmamba]": 1.1256157156071307, - "tests/core/test_solve.py::test_cuda_2[classic]": 1.1084274978428457, - "tests/core/test_solve.py::test_cuda_2[libmamba]": 1.1414734955124957, - "tests/core/test_solve.py::test_cuda_constrain_absent[classic]": 1.129440992587518, - "tests/core/test_solve.py::test_cuda_constrain_absent[libmamba]": 1.1251774991205803, - "tests/core/test_solve.py::test_cuda_constrain_sat[classic]": 0.0005520703895006992, - "tests/core/test_solve.py::test_cuda_constrain_sat[libmamba]": 0.0005617480415898448, - "tests/core/test_solve.py::test_cuda_constrain_unsat[classic]": 0.000522852556336816, - "tests/core/test_solve.py::test_cuda_constrain_unsat[libmamba]": 0.000531138378083443, - "tests/core/test_solve.py::test_cuda_fail_1[classic]": 1.1106531606571548, - "tests/core/test_solve.py::test_cuda_fail_1[libmamba]": 1.134262139379652, - "tests/core/test_solve.py::test_cuda_fail_2[classic]": 1.113689810248089, - "tests/core/test_solve.py::test_cuda_fail_2[libmamba]": 1.134817088348386, - "tests/core/test_solve.py::test_cuda_glibc_sat[classic]": 0.0005329497631618791, - "tests/core/test_solve.py::test_cuda_glibc_sat[libmamba]": 0.0005254880337085317, - "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[classic]": 0.0005349026982442557, - "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[libmamba]": 0.0005164102367337861, - "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[classic]": 0.000518111492324564, - "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[libmamba]": 0.000510244458433591, - "tests/core/test_solve.py::test_current_repodata_fallback[classic]": 0.0529131058208191, - "tests/core/test_solve.py::test_current_repodata_fallback[libmamba]": 0.04790008715303426, - "tests/core/test_solve.py::test_current_repodata_usage[classic]": 0.06383219365565021, - "tests/core/test_solve.py::test_current_repodata_usage[libmamba]": 0.05191014243390877, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[classic]": 0.02136187762062452, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[libmamba]": 0.0216979173922873, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[classic]": 0.021443241177585753, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[libmamba]": 0.021696734779377013, - "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[classic]": 0.02180389488188397, - "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[libmamba]": 0.021972564905764713, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[classic]": 0.021095810443632346, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[libmamba]": 0.02113337896456829, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[classic]": 0.021414173189573088, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[libmamba]": 0.021600065223772627, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[classic]": 0.02145910407769704, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[libmamba]": 0.021625653127090038, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[classic]": 0.02110344924308539, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[libmamba]": 0.021617691077431413, - "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[classic]": 6.087775633018976, - "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[libmamba]": 3.3962263467376244, - "tests/core/test_solve.py::test_explicit_conda_downgrade[classic]": 5.290288243150705, - "tests/core/test_solve.py::test_explicit_conda_downgrade[libmamba]": 4.59330027229073, - "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[classic]": 1.769444815991035, - "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[libmamba]": 1.137429725900044, - "tests/core/test_solve.py::test_features_solve_1[classic]": 6.300986119232181, - "tests/core/test_solve.py::test_features_solve_1[libmamba]": 0.8045130934919311, - "tests/core/test_solve.py::test_force_reinstall_1[classic]": 2.6030316604747785, - "tests/core/test_solve.py::test_force_reinstall_1[libmamba]": 2.44214614284314, - "tests/core/test_solve.py::test_force_reinstall_2[classic]": 1.2304721889682895, - "tests/core/test_solve.py::test_force_reinstall_2[libmamba]": 1.134962739716877, - "tests/core/test_solve.py::test_force_remove_1[classic]": 6.480602890607669, - "tests/core/test_solve.py::test_force_remove_1[libmamba]": 3.737336771952968, - "tests/core/test_solve.py::test_freeze_deps_1[classic]": 35.23776671085665, - "tests/core/test_solve.py::test_freeze_deps_1[libmamba]": 5.510808785134807, - "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[classic]": 7.142186282020587, - "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[libmamba]": 2.52332543300991, - "tests/core/test_solve.py::test_no_deps_1[classic]": 5.803877159412592, - "tests/core/test_solve.py::test_no_deps_1[libmamba]": 3.377066091015758, - "tests/core/test_solve.py::test_no_update_deps_1[classic]": 5.126122383907161, - "tests/core/test_solve.py::test_no_update_deps_1[libmamba]": 4.539137565320651, - "tests/core/test_solve.py::test_only_deps_1[classic]": 1.831494645222483, - "tests/core/test_solve.py::test_only_deps_1[libmamba]": 1.1446176645075277, - "tests/core/test_solve.py::test_only_deps_2[classic]": 8.46207997058031, - "tests/core/test_solve.py::test_only_deps_2[libmamba]": 4.586353841095631, - "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[classic]": 0.020856303397706073, - "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[libmamba]": 0.021740705389238037, - "tests/core/test_solve.py::test_packages_in_solution_change_constrained[classic]": 0.020244945847609854, - "tests/core/test_solve.py::test_packages_in_solution_change_constrained[libmamba]": 0.021104306982688767, - "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[classic]": 0.02048274768673728, - "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[libmamba]": 0.02108133391899644, - "tests/core/test_solve.py::test_pinned_1[classic]": 15.404574386003427, - "tests/core/test_solve.py::test_pinned_1[libmamba]": 10.288427830951193, - "tests/core/test_solve.py::test_priority_1[classic]": 25.973204429811613, - "tests/core/test_solve.py::test_priority_1[libmamba]": 11.105586566166874, - "tests/core/test_solve.py::test_prune_1[classic]": 3.534972872441667, - "tests/core/test_solve.py::test_prune_1[libmamba]": 1.1854837404941596, - "tests/core/test_solve.py::test_python2_update[classic]": 5.742665036165294, - "tests/core/test_solve.py::test_python2_update[libmamba]": 1.6492804296471684, - "tests/core/test_solve.py::test_remove_with_constrained_dependencies[classic]": 6.911109991327158, - "tests/core/test_solve.py::test_remove_with_constrained_dependencies[libmamba]": 0.7919421782243881, - "tests/core/test_solve.py::test_solve_1[classic]": 4.755887715395249, - "tests/core/test_solve.py::test_solve_1[libmamba]": 2.2535951624635278, - "tests/core/test_solve.py::test_solve_2[classic]": 22.69644925964622, - "tests/core/test_solve.py::test_solve_2[libmamba]": 0.019259317969514397, - "tests/core/test_solve.py::test_solve_msgs_exclude_vp[classic]": 1.198784422623436, - "tests/core/test_solve.py::test_solve_msgs_exclude_vp[libmamba]": 1.1338736516088324, - "tests/core/test_solve.py::test_timestamps_1[classic]": 0.35889544159205367, - "tests/core/test_solve.py::test_timestamps_1[libmamba]": 0.31999790637253844, - "tests/core/test_solve.py::test_unfreeze_when_required[classic]": 0.19718584605580172, - "tests/core/test_solve.py::test_unfreeze_when_required[libmamba]": 0.19253547145272462, - "tests/core/test_solve.py::test_update_all_1[classic]": 5.738318299283912, - "tests/core/test_solve.py::test_update_all_1[libmamba]": 3.411925074526997, - "tests/core/test_solve.py::test_update_deps_1[classic]": 11.086130019325221, - "tests/core/test_solve.py::test_update_deps_1[libmamba]": 5.842014114832726, - "tests/core/test_solve.py::test_update_deps_2[classic]": 8.844591660472565, - "tests/core/test_solve.py::test_update_deps_2[libmamba]": 3.6000818494125983, - "tests/core/test_solve.py::test_update_prune_1[classic]": 3.2517235155750024, - "tests/core/test_solve.py::test_update_prune_1[libmamba]": 2.254245950583578, - "tests/core/test_solve.py::test_update_prune_2[classic]": 3.31130669332586, - "tests/core/test_solve.py::test_update_prune_2[libmamba]": 1.1671485162748079, - "tests/core/test_solve.py::test_update_prune_3[classic]": 3.6696345291345205, - "tests/core/test_solve.py::test_update_prune_3[libmamba]": 1.219194627350316, - "tests/core/test_solve.py::test_update_prune_4[classic]": 3.1994473494570346, - "tests/core/test_solve.py::test_update_prune_4[libmamba]": 2.2979901701347174, - "tests/core/test_solve.py::test_update_prune_5[classic-False]": 3.7650535547116615, - "tests/core/test_solve.py::test_update_prune_5[classic-True]": 3.180135545553897, - "tests/core/test_solve.py::test_update_prune_5[libmamba-False]": 2.2670142469919017, - "tests/core/test_solve.py::test_update_prune_5[libmamba-True]": 2.334063255025883, - "tests/core/test_solve.py::test_virtual_package_solver[classic]": 1.106920852196715, - "tests/core/test_solve.py::test_virtual_package_solver[libmamba]": 0.01918653620488613, - "tests/core/test_subdir_data.py::test_cache_fn_url_repo_anaconda_com": 0.002419804205851488, - "tests/core/test_subdir_data.py::test_cache_fn_url_repo_continuum_io": 0.0024529324850005216, - "tests/core/test_subdir_data.py::test_get_index_no_platform_with_offline_cache": 0.5816033366759604, - "tests/core/test_subdir_data.py::test_metadata_cache_clearing": 0.013357152743127758, - "tests/core/test_subdir_data.py::test_metadata_cache_works": 3.011803467863175, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[no-credentials]": 0.3309930382555941, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-auth]": 0.15692006651051527, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-token]": 0.02355062305906858, - "tests/core/test_subdir_data.py::test_repodata_version_error": 0.44216528854808324, - "tests/core/test_subdir_data.py::test_search_by_packagerecord": 0.011722634572974776, - "tests/core/test_subdir_data.py::test_state_is_not_json": 0.018998350325741535, - "tests/core/test_subdir_data.py::test_subdir_data_coverage": 0.0191798088257842, - "tests/core/test_subdir_data.py::test_subdir_data_dict_state": 0.004750876813583268, - "tests/core/test_subdir_data.py::test_subdir_data_prefers_conda_to_tar_bz2": 0.012598351387698737, - "tests/core/test_subdir_data.py::test_use_only_tar_bz2": 0.02204459505550925, - "tests/env/specs/test_binstar.py::test_binstar_not_installed": 0.002930197531565576, - "tests/env/specs/test_binstar.py::test_deprecations[BinstarSpec-None]": 0.002714300000027, - "tests/env/specs/test_binstar.py::test_deprecations[ENVIRONMENT_TYPE-TypeError]": 0.0034614333332759393, - "tests/env/specs/test_binstar.py::test_download_environment": 0.005508377289644556, - "tests/env/specs/test_binstar.py::test_environment_version_sorting": 0.005099554194597865, - "tests/env/specs/test_binstar.py::test_invalid_name": 0.0071649948772908555, - "tests/env/specs/test_binstar.py::test_name_not_present": 0.007703937832453511, - "tests/env/specs/test_binstar.py::test_package_not_exist": 0.007190871567222399, - "tests/env/specs/test_binstar.py::test_package_without_environment_file": 0.008047829958558973, - "tests/env/specs/test_requirements.py::test_environment": 0.0028180371072201267, - "tests/env/specs/test_requirements.py::test_no_environment_file": 0.0024829935878606458, - "tests/env/specs/test_requirements.py::test_no_name": 0.002432961664686334, - "tests/env/specs/test_requirements.py::test_req_file_and_name": 0.002415008123542355, - "tests/env/specs/test_yaml_file.py::test_environment_file_exist": 0.002699509815314253, - "tests/env/specs/test_yaml_file.py::test_filename": 0.0029643382400765307, - "tests/env/specs/test_yaml_file.py::test_get_environment": 0.002709057262754748, - "tests/env/specs/test_yaml_file.py::test_no_environment_file": 0.002421205668471384, - "tests/env/test_create.py::test_create_advanced_pip": 31.894549203965838, - "tests/env/test_create.py::test_create_empty_env": 12.212577968501499, - "tests/env/test_create.py::test_create_env_default_packages": 50.801055908932966, - "tests/env/test_create.py::test_create_env_json[example/environment.yml]": 34.604568951161724, - "tests/env/test_create.py::test_create_env_json[example/environment_with_pip.yml]": 28.693824149881934, - "tests/env/test_create.py::test_create_env_no_default_packages": 31.791680973388793, - "tests/env/test_create.py::test_create_host_port": 0.0006705529420023994, - "tests/env/test_create.py::test_create_update": 23.9518388749469, - "tests/env/test_create.py::test_create_update_remote_env_file": 24.010924072494603, - "tests/env/test_create.py::test_fail_to_create_env_in_dir_with_colon": 0.000546523611479487, - "tests/env/test_create.py::test_protected_dirs_error_for_env_create": 5.246143935034018, - "tests/env/test_env.py::test_add_channels": 0.0023420988525413365, - "tests/env/test_env.py::test_add_pip": 0.004971261418572563, - "tests/env/test_env.py::test_args_are_wildcarded": 0.002422121898257488, - "tests/env/test_env.py::test_builds_spec_from_line_raw_dependency": 0.0024978332276147253, - "tests/env/test_env.py::test_can_add_dependencies_to_environment": 0.0047473002130707966, - "tests/env/test_env.py::test_channels_are_provided_by_kwarg": 0.0023467506814485017, - "tests/env/test_env.py::test_channels_default_to_empty_list": 0.0023280135162476404, - "tests/env/test_env.py::test_create_advanced_pip": 20.485422365929043, - "tests/env/test_env.py::test_creates_file_on_save": 0.006003937015203833, - "tests/env/test_env.py::test_dependencies_are_empty_by_default": 0.0023303621377942013, - "tests/env/test_env.py::test_dependencies_update_after_adding": 0.0038530157961915576, - "tests/env/test_env.py::test_envvars": 0.0051172251428099995, - "tests/env/test_env.py::test_from_history": 0.003960072009571885, - "tests/env/test_env.py::test_has_empty_filename_by_default": 0.0023404817252759957, - "tests/env/test_env.py::test_has_empty_name_by_default": 0.002356029537566641, - "tests/env/test_env.py::test_has_filename_if_provided": 0.0023756982619097147, - "tests/env/test_env.py::test_has_name_if_provided": 0.0023434898754867424, - "tests/env/test_env.py::test_http": 0.07369514125857424, - "tests/env/test_env.py::test_http_raises": 0.12702131808397357, - "tests/env/test_env.py::test_invalid_keys": 0.004727893823832801, - "tests/env/test_env.py::test_other_tips_of_dependencies_are_supported": 0.0024187982030182916, - "tests/env/test_env.py::test_parses_dependencies_from_raw_file": 0.0037515728565953766, - "tests/env/test_env.py::test_remove_channels": 0.002314971296350929, - "tests/env/test_env.py::test_retains_full_filename": 0.003890968551480157, - "tests/env/test_env.py::test_returns_Environment": 0.004143754783425294, - "tests/env/test_env.py::test_to_dict_returns_dictionary_of_data": 0.002477924046913436, - "tests/env/test_env.py::test_to_dict_returns_just_name_if_only_thing_present": 0.002319931409497327, - "tests/env/test_env.py::test_to_yaml_returns_proper_yaml": 0.0035985278207697697, - "tests/env/test_env.py::test_to_yaml_returns_yaml_parseable_string": 0.005836106133031181, - "tests/env/test_env.py::test_to_yaml_takes_stream": 0.003530704465546562, - "tests/env/test_env.py::test_valid_keys": 0.005244925136012974, - "tests/env/test_env.py::test_with_pip": 0.004621710111372855, - "tests/env/test_pip_util.py::test_get_pip_installed_packages[Successfully installed foo bar-expected0]": 0.0034832724474383853, - "tests/env/test_pip_util.py::test_get_pip_installed_packages[\\nCollecting attrs\\n Using cached https://files.pythonhosted.org/packages/23/96/d828354fa2dbdf216eaa7b7de0db692f12c234f7ef888cc14980ef40d1d2/attrs-19.1.0-py2.py3-none-any.whl\\nInstalling collected packages: attrs\\nSuccessfully installed attrs-19.1.0\\n-expected1]": 0.003006469445429421, - "tests/env/test_pip_util.py::test_get_pip_installed_packages[\\nCollecting flask\\n Using cached https://files.pythonhosted.org/packages/9b/93/628509b8d5dc749656a9641f4caf13540e2cdec85276964ff8f43bbb1d3b/Flask-1.1.1-py2.py3-none-any.whl\\nCollecting itsdangerous>=0.24 (from flask)\\n Using cached https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl\\nCollecting click>=5.1 (from flask)\\n Using cached https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl\\nCollecting Werkzeug>=0.15 (from flask)\\n Using cached https://files.pythonhosted.org/packages/b7/61/c0a1adf9ad80db012ed7191af98fa05faa95fa09eceb71bb6fa8b66e6a43/Werkzeug-0.15.6-py2.py3-none-any.whl\\nCollecting Jinja2>=2.10.1 (from flask)\\n Using cached https://files.pythonhosted.org/packages/1d/e7/fd8b501e7a6dfe492a433deb7b9d833d39ca74916fa8bc63dd1a4947a671/Jinja2-2.10.1-py2.py3-none-any.whl\\nCollecting MarkupSafe>=0.23 (from Jinja2>=2.10.1->flask)\\n Using cached https://files.pythonhosted.org/packages/ce/c6/f000f1af136ef74e4a95e33785921c73595c5390403f102e9b231b065b7a/MarkupSafe-1.1.1-cp37-cp37m-macosx_10_6_intel.whl\\nInstalling collected packages: itsdangerous, click, Werkzeug, MarkupSafe, Jinja2, flask\\nSuccessfully installed Jinja2-2.10.1 MarkupSafe-1.1.1 Werkzeug-0.15.6 click-7.0 flask-1.1.1 itsdangerous-1.1.0\\n-expected2]": 0.0027113972851155435, - "tests/env/test_pip_util.py::test_get_pip_installed_packages[\\nCollecting flask\\n Using cached https://files.pythonhosted.org/packages/9b/93/628509b8d5dc749656a9641f4caf13540e2cdec85276964ff8f43bbb1d3b/Flask-1.1.1-py2.py3-none-any.whl\\nRequirement already satisfied: Werkzeug>=0.15 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (0.15.6)\\nRequirement already satisfied: itsdangerous>=0.24 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (1.1.0)\\nRequirement already satisfied: Jinja2>=2.10.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (2.10.1)\\nRequirement already satisfied: click>=5.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (7.0)\\nRequirement already satisfied: MarkupSafe>=0.23 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from Jinja2>=2.10.1->flask) (1.1.1)\\nInstalling collected packages: flask\\nSuccessfully installed flask-1.1.1\\n-expected3]": 0.00286131268080513, - "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[\\nRequirement already satisfied: flask in ./miniconda3/envs/fooo/lib/python3.7/site-packages (1.1.1)\\nRequirement already satisfied: itsdangerous>=0.24 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (1.1.0)\\nRequirement already satisfied: Jinja2>=2.10.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (2.10.1)\\nRequirement already satisfied: click>=5.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (7.0)\\nRequirement already satisfied: Werkzeug>=0.15 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (0.15.6)\\nRequirement already satisfied: MarkupSafe>=0.23 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from Jinja2>=2.10.1->flask) (1.1.1)\\n]": 0.0024720616128924198, - "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[]": 0.0024942370626723706, - "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[foo]": 0.0027111509457782624, - "tests/gateways/disk/test_delete.py::test_backoff_unlink": 0.01275576844136886, - "tests/gateways/disk/test_delete.py::test_backoff_unlink_doesnt_exist": 0.0035129090404536914, - "tests/gateways/disk/test_delete.py::test_deprecations[move_path_to_trash-TypeError-None]": 0.002706814209871625, - "tests/gateways/disk/test_delete.py::test_deprecations[move_to_trash-TypeError-None]": 0.0027156544311150482, - "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs0]": 0.002826964299329904, - "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs1]": 0.0029125825269246033, - "tests/gateways/disk/test_delete.py::test_deprecations[try_rmdir_all_empty-TypeError-None]": 0.0027838453034510556, - "tests/gateways/disk/test_delete.py::test_move_path_to_trash_couldnt": 0.0037849351111090257, - "tests/gateways/disk/test_delete.py::test_move_to_trash": 0.014272973454508318, - "tests/gateways/disk/test_delete.py::test_remove_dir": 0.014070474929577212, - "tests/gateways/disk/test_delete.py::test_remove_file": 0.006090620566290439, - "tests/gateways/disk/test_delete.py::test_remove_file_to_trash": 0.004768233055989856, - "tests/gateways/disk/test_delete.py::test_remove_link_to_dir": 0.015245217174963719, - "tests/gateways/disk/test_delete.py::test_remove_link_to_file": 0.005843870539428673, - "tests/gateways/disk/test_delete.py::test_rm_rf": 0.01502061482501604, - "tests/gateways/disk/test_delete.py::test_rm_rf_couldnt": 0.0038117044408362824, - "tests/gateways/disk/test_delete.py::test_rm_rf_does_not_follow_symlinks": 0.02339685880529841, - "tests/gateways/disk/test_delete.py::test_try_rmdir_all_empty_doesnt_exist": 0.011710129751173847, - "tests/gateways/disk/test_link.py::test_hard_link": 0.005484226446697608, - "tests/gateways/disk/test_link.py::test_soft_link": 0.0062498679031616905, - "tests/gateways/disk/test_permissions.py::test_make_executable": 0.0038241123486675833, - "tests/gateways/disk/test_permissions.py::test_make_writable": 0.004453079023149935, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EACCES": 0.0033186772135503076, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EPERM": 0.003332342075047665, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EROFS": 0.0032719792817272344, - "tests/gateways/disk/test_permissions.py::test_make_writable_doesnt_exist": 0.0024671168048367776, - "tests/gateways/disk/test_permissions.py::test_recursive_make_writable": 0.004465236194279323, - "tests/gateways/disk/test_read.py::test_cherrypy_py27_osx_no_binary": 0.04215141142513885, - "tests/gateways/disk/test_read.py::test_cherrypy_py36_osx_whl": 0.06255558396067717, - "tests/gateways/disk/test_read.py::test_pyjwt_py27_osx_no_binary": 0.012149814752990158, - "tests/gateways/disk/test_read.py::test_pyjwt_py36_osx_whl": 0.015831777837089656, - "tests/gateways/disk/test_read.py::test_scrapy_py27_osx_no_binary": 0.0946072257371311, - "tests/gateways/disk/test_read.py::test_scrapy_py36_osx_whl": 0.14378571618689312, - "tests/gateways/disk/test_read.py::test_six_py27_osx_no_binary_unmanageable": 0.005740789317303661, - "tests/gateways/disk/test_read.py::test_twilio_py27_osx_no_binary": 0.12324968837317196, - "tests/gateways/disk/test_read.py::test_twilio_py36_osx_whl": 0.20491713011817397, - "tests/gateways/test_connection.py::test_accept_range_none": 0.9996858930619832, - "tests/gateways/test_connection.py::test_add_binstar_token": 0.008155981404469805, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost-channels3-http://localhost]": 0.018267444659649697, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost/noarch/test-package-0.1.0.conda-channels2-http://localhost]": 0.01840813152692048, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[https://conda.anaconda.org/conda-forge/linux-64/test-package-0.1.0.tar.bz2-channels1-conda-forge]": 0.01861900245045261, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[https://repo.anaconda.com/pkgs/main/linux-64/test-package-0.1.0.conda-channels0-defaults]": 0.018804364036088563, - "tests/gateways/test_connection.py::test_get_session_returns_default": 0.007544544538074437, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings": 0.012365491555284939, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings_multiple": 0.00811366636547973, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings_no_handler": 0.004176691463375213, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[exact-url]": 0.00954731256194092, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[no-match]": 0.008856312321138012, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[url-prefix]": 0.01470816317072398, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-match-same-schema]": 0.010314974922242317, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-different-scheme]": 0.00492287186870965, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-missing-scheme]": 0.004713301994981559, - "tests/gateways/test_connection.py::test_local_file_adapter_200": 0.01928368957223674, - "tests/gateways/test_connection.py::test_local_file_adapter_404": 0.0034599823199079295, - "tests/gateways/test_connection.py::test_s3_server": 2.8682076978488364, - "tests/gateways/test_connection.py::test_s3_server_with_mock": 2.9115462108639854, - "tests/gateways/test_jlap.py::test_download_and_hash": 0.2100033326993716, - "tests/gateways/test_jlap.py::test_hashwriter": 0.002411778356116344, - "tests/gateways/test_jlap.py::test_jlap_cache_clock[False]": 0.06324933926425952, - "tests/gateways/test_jlap.py::test_jlap_cache_clock[True]": 0.068166482625103, - "tests/gateways/test_jlap.py::test_jlap_core": 0.005675333781321525, - "tests/gateways/test_jlap.py::test_jlap_coverage": 0.002471979622670822, - "tests/gateways/test_jlap.py::test_jlap_errors": 0.149375457698213, - "tests/gateways/test_jlap.py::test_jlap_fetch": 0.16472786808176168, - "tests/gateways/test_jlap.py::test_jlap_fetch_file": 0.02279908095839787, - "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[False]": 1.8746791199808885, - "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[True]": 8.472798687443566, - "tests/gateways/test_jlap.py::test_jlap_flag[]": 0.0038755479843720925, - "tests/gateways/test_jlap.py::test_jlap_flag[jlap,another]": 0.004062197773468539, - "tests/gateways/test_jlap.py::test_jlap_flag[jlap]": 0.0040329792130312705, - "tests/gateways/test_jlap.py::test_jlap_flag[jlapopotamus]": 0.004001867450423341, - "tests/gateways/test_jlap.py::test_jlap_sought": 0.17468122130705388, - "tests/gateways/test_jlap.py::test_jlap_zst_not_404": 0.007085341788432207, - "tests/gateways/test_jlap.py::test_jlap_zst_not_zst": 0.03487237601063047, - "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[False]": 0.04159293889089921, - "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[True]": 0.052964357016582565, - "tests/gateways/test_jlap.py::test_repodata_state[False]": 0.04606087254680236, - "tests/gateways/test_jlap.py::test_repodata_state[True]": 0.1386450861200358, - "tests/gateways/test_jlap.py::test_repodata_use_zst[False]": 0.00396522493572952, - "tests/gateways/test_jlap.py::test_repodata_use_zst[True]": 0.003885579853798562, - "tests/gateways/test_jlap.py::test_request_url_jlap_state": 0.024874610409943338, - "tests/gateways/test_jlap.py::test_server_available": 0.659205465714446, - "tests/gateways/test_logging.py::test_token_not_present_in_conda_create": 8.499137857922712, - "tests/gateways/test_logging.py::test_token_replace_big_string": 0.0030195947775976304, - "tests/gateways/test_logging.py::test_token_replace_individual_strings": 0.0024381629573871815, - "tests/gateways/test_repodata_gateway.py::test_coverage_conda_http_errors": 0.01433011464354516, - "tests/gateways/test_repodata_gateway.py::test_get_cache_control_max_age": 0.002391979071650302, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-False]": 0.011160239958992952, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-True]": 0.023226772875607597, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-False]": 0.010616343814340463, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-True]": 0.020249810259024455, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[False]": 0.028760496867504884, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[True]": 0.04359733163756743, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_jsondecodeerror": 0.00761733456813495, - "tests/gateways/test_repodata_gateway.py::test_repodata_state_has_format": 0.004772352237324519, - "tests/gateways/test_repodata_gateway.py::test_save": 0.1116260133617072, - "tests/gateways/test_repodata_gateway.py::test_ssl_unavailable_error_message": 0.002985266641262574, - "tests/gateways/test_repodata_gateway.py::test_stale": 0.015805463077745864, + "tests/cli/test_main_info.py::test_info_json": 0.09976874419436507, + "tests/cli/test_main_info.py::test_info_root": 0.1834703950870224, + "tests/cli/test_main_info.py::test_info_unsafe_channels": 0.18609234787651963, + "tests/cli/test_main_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 344.4701987940613, + "tests/cli/test_main_install.py::test_install_freezes_env_by_default": 0.6601006731791341, + "tests/cli/test_main_install.py::test_install_from_extracted_package": 23.63515060068769, + "tests/cli/test_main_install.py::test_install_mkdir": 58.654890018079094, + "tests/cli/test_main_list.py::test_explicit[--md5]": 13.06673234999993, + "tests/cli/test_main_list.py::test_explicit[--quiet]": 14.089326366666588, + "tests/cli/test_main_list.py::test_explicit[--sha256]": 13.087215166666548, + "tests/cli/test_main_list.py::test_export": 1.6713582000000713, + "tests/cli/test_main_list.py::test_list": 7.928129129819314, + "tests/cli/test_main_list.py::test_list_explicit": 12.109217693986615, + "tests/cli/test_main_list.py::test_list_json": 0.19457983287659258, + "tests/cli/test_main_list.py::test_list_package": 0.09142079848818008, + "tests/cli/test_main_list.py::test_list_reverse": 10.933345259502302, + "tests/cli/test_main_list.py::test_list_revisions": 0.164765022846887, + "tests/cli/test_main_list.py::test_list_specific_version": 0.2539896237269927, + "tests/cli/test_main_notices.py::test_cache_names_appear_as_expected": 0.03934909245504069, + "tests/cli/test_main_notices.py::test_main_notices[200]": 0.03655831234868335, + "tests/cli/test_main_notices.py::test_main_notices[404]": 0.038787555152012355, + "tests/cli/test_main_notices.py::test_main_notices_handles_bad_expired_at_field": 0.03646538866902911, + "tests/cli/test_main_notices.py::test_main_notices_help": 0.03130851030843706, + "tests/cli/test_main_notices.py::test_main_notices_json": 0.05151066870606752, + "tests/cli/test_main_notices.py::test_main_notices_reads_from_cache": 0.03924000225736387, + "tests/cli/test_main_notices.py::test_main_notices_reads_from_expired_cache": 0.0406227649393062, + "tests/cli/test_main_notices.py::test_notices_appear_once_when_running_decorated_commands": 9.973729997125412, + "tests/cli/test_main_notices.py::test_notices_cannot_read_cache_files": 0.09923837452435703, + "tests/cli/test_main_notices.py::test_notices_does_not_interrupt_command_on_failure": 0.29709500966996194, + "tests/cli/test_main_notices.py::test_notices_work_with_s3_channel": 0.09786987557575666, + "tests/cli/test_main_remove.py::test_remove_all": 27.86584240143804, + "tests/cli/test_main_remove.py::test_remove_all_keep_env": 23.560029309379168, + "tests/cli/test_main_remove.py::test_remove_globbed_package_names[classic]": 34.1462210931889, + "tests/cli/test_main_remove.py::test_remove_globbed_package_names[libmamba]": 0.9788054721001594, + "tests/cli/test_main_rename.py::test_cannot_rename_active_env_by_name": 9.31183431762298, + "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_name": 0.1549600300330122, + "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_path": 0.159493486256712, + "tests/cli/test_main_rename.py::test_cannot_rename_nonexistent_env": 0.15594764259811866, + "tests/cli/test_main_rename.py::test_protected_dirs_error_for_rename": 11.744639306079016, + "tests/cli/test_main_rename.py::test_rename_by_name_name_already_exists_error": 7.016341637386661, + "tests/cli/test_main_rename.py::test_rename_by_name_success": 8.642331921612685, + "tests/cli/test_main_rename.py::test_rename_by_path_path_already_exists_error": 6.802967356790045, + "tests/cli/test_main_rename.py::test_rename_by_path_success": 9.33107402947798, + "tests/cli/test_main_rename.py::test_rename_with_dry_run": 8.76165017438451, + "tests/cli/test_main_rename.py::test_rename_with_force": 17.698834694852124, + "tests/cli/test_main_rename.py::test_rename_with_force_and_dry_run": 7.950039480548834, + "tests/cli/test_main_rename.py::test_rename_with_force_with_errors": 17.76213952310055, + "tests/cli/test_main_rename.py::test_rename_with_force_with_errors_prefix": 5.966848076286586, + "tests/cli/test_main_rename.py::test_separator_chars_on_win": 5.437602344426421, + "tests/cli/test_main_run.py::test_conda_run_nonexistant_prefix": 0.07462880837204139, + "tests/cli/test_main_run.py::test_conda_run_prefix_not_a_conda_env": 0.0731661335400546, + "tests/cli/test_main_run.py::test_multiline_run_command": 8.373905808089312, + "tests/cli/test_main_run.py::test_run_readonly_env": 0.0006149358824435698, + "tests/cli/test_main_run.py::test_run_returns_int": 5.495144136482939, + "tests/cli/test_main_run.py::test_run_returns_nonzero_errorlevel": 9.773676480591451, + "tests/cli/test_main_run.py::test_run_returns_zero_errorlevel": 7.827372627185641, + "tests/cli/test_main_run.py::test_run_uncaptured": 7.615435097231362, + "tests/cli/test_main_search.py::test_anaconda_token_with_private_package": 33.98114413213464, + "tests/cli/test_main_search.py::test_bad_anaconda_token": 1.0929540388833998, + "tests/cli/test_main_search.py::test_current_platform_package_missing": 0.1485127262133277, + "tests/cli/test_main_search.py::test_different_platform_package_found": 0.1377350778791021, + "tests/cli/test_main_search.py::test_mocked_platform_package_found": 0.19614189058196616, + "tests/cli/test_main_search.py::test_rpy_search[linux-32]": 10.559151410823574, + "tests/cli/test_main_search.py::test_rpy_search[linux-64]": 15.246530026878018, + "tests/cli/test_main_search.py::test_rpy_search[osx-64]": 16.35753133495072, + "tests/cli/test_main_search.py::test_rpy_search[win-32]": 8.588128216426565, + "tests/cli/test_main_search.py::test_rpy_search[win-64]": 13.28675399646188, + "tests/cli/test_main_search.py::test_search_0": 8.221665472846416, + "tests/cli/test_main_search.py::test_search_1": 0.40382834645879906, + "tests/cli/test_main_search.py::test_search_2[exact]": 0.42291354324727587, + "tests/cli/test_main_search.py::test_search_2[wildcard]": 5.995937313799413, + "tests/cli/test_main_search.py::test_search_3": 1.4771557430053994, + "tests/cli/test_main_search.py::test_search_4": 0.30089785489644866, + "tests/cli/test_main_search.py::test_search_5": 1.080650798300661, + "tests/cli/test_main_search.py::test_search_envs": 0.1700368035456088, + "tests/cli/test_main_search.py::test_search_envs_info": 0.08939634938406865, + "tests/cli/test_main_search.py::test_search_envs_json": 0.09157465935894744, + "tests/cli/test_main_search.py::test_search_inflexible": 1.1400472359179172, + "tests/cli/test_main_search.py::test_unknown_platform_package_missing": 0.15256050568520854, + "tests/cli/test_subcommands.py::test_clean[classic]": 1.704588553518715, + "tests/cli/test_subcommands.py::test_clean[libmamba]": 1.8788994599663624, + "tests/cli/test_subcommands.py::test_compare[classic]": 0.21518136333041285, + "tests/cli/test_subcommands.py::test_compare[libmamba]": 8.344163213517291, + "tests/cli/test_subcommands.py::test_config[classic]": 0.10198237105204222, + "tests/cli/test_subcommands.py::test_config[libmamba]": 0.10242889858578873, + "tests/cli/test_subcommands.py::test_create[classic]": 0.13369950347049314, + "tests/cli/test_subcommands.py::test_create[libmamba]": 9.242457579040432, + "tests/cli/test_subcommands.py::test_doctor[classic]": 5.976553291994206, + "tests/cli/test_subcommands.py::test_doctor[libmamba]": 6.20334844219336, + "tests/cli/test_subcommands.py::test_env_config_vars[classic]": 0.3868976393042661, + "tests/cli/test_subcommands.py::test_env_config_vars[libmamba]": 8.8952950782897, + "tests/cli/test_subcommands.py::test_env_create[classic]": 1.2289531498486286, + "tests/cli/test_subcommands.py::test_env_create[libmamba]": 8.52402556739842, + "tests/cli/test_subcommands.py::test_env_export[classic]": 1.039626521657288, + "tests/cli/test_subcommands.py::test_env_export[libmamba]": 1.1966267942622448, + "tests/cli/test_subcommands.py::test_env_list[classic]": 0.22724352727533112, + "tests/cli/test_subcommands.py::test_env_list[libmamba]": 0.260215735865162, + "tests/cli/test_subcommands.py::test_env_remove[classic]": 0.2673234816096747, + "tests/cli/test_subcommands.py::test_env_remove[libmamba]": 6.857048070790987, + "tests/cli/test_subcommands.py::test_env_update[classic]": 1.5180362419792721, + "tests/cli/test_subcommands.py::test_env_update[libmamba]": 16.29471633545908, + "tests/cli/test_subcommands.py::test_info[classic]": 0.10738260566996775, + "tests/cli/test_subcommands.py::test_info[libmamba]": 0.10764538046515193, + "tests/cli/test_subcommands.py::test_info_json[classic]": 0.21564572700471527, + "tests/cli/test_subcommands.py::test_info_json[libmamba]": 0.24617199582854912, + "tests/cli/test_subcommands.py::test_init[classic]": 0.4808562969770602, + "tests/cli/test_subcommands.py::test_init[libmamba]": 0.48256393183685725, + "tests/cli/test_subcommands.py::test_install[classic]": 1.8603407489985249, + "tests/cli/test_subcommands.py::test_install[libmamba]": 17.129699150314458, + "tests/cli/test_subcommands.py::test_list[classic]": 1.2416845627298279, + "tests/cli/test_subcommands.py::test_list[libmamba]": 6.76518942168438, + "tests/cli/test_subcommands.py::test_notices[classic]": 0.19484775156212172, + "tests/cli/test_subcommands.py::test_notices[libmamba]": 0.19989635110250584, + "tests/cli/test_subcommands.py::test_package[classic]": 0.22705623749966594, + "tests/cli/test_subcommands.py::test_package[libmamba]": 4.948744865883643, + "tests/cli/test_subcommands.py::test_remove[classic-remove]": 0.23038002068815908, + "tests/cli/test_subcommands.py::test_remove[classic-uninstall]": 0.22497380937265143, + "tests/cli/test_subcommands.py::test_remove[libmamba-remove]": 8.634143438666303, + "tests/cli/test_subcommands.py::test_remove[libmamba-uninstall]": 7.447129725181996, + "tests/cli/test_subcommands.py::test_remove_all_json[classic-remove]": 0.7899961741850174, + "tests/cli/test_subcommands.py::test_remove_all_json[classic-uninstall]": 0.5102304932177865, + "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-remove]": 7.406803175406498, + "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-uninstall]": 7.680771511054571, + "tests/cli/test_subcommands.py::test_rename[classic]": 0.22919594774906, + "tests/cli/test_subcommands.py::test_rename[libmamba]": 9.369351884842184, + "tests/cli/test_subcommands.py::test_run[classic]": 1.2039399565989695, + "tests/cli/test_subcommands.py::test_run[libmamba]": 6.678313188176206, + "tests/cli/test_subcommands.py::test_search[classic]": 5.53252279143585, + "tests/cli/test_subcommands.py::test_search[libmamba]": 10.221330791177127, + "tests/cli/test_subcommands.py::test_update[classic-update]": 3.566850394343625, + "tests/cli/test_subcommands.py::test_update[classic-upgrade]": 1.693616836453955, + "tests/cli/test_subcommands.py::test_update[libmamba-update]": 18.158839166147377, + "tests/cli/test_subcommands.py::test_update[libmamba-upgrade]": 14.552235137797894, + "tests/common/os/test_windows.py::test_is_admin_on_windows": 0.0024264100128029123, + "tests/common/pkg_formats/test_python.py::test_basepydist_load_requires_provides_file": 0.004148225976066213, + "tests/common/pkg_formats/test_python.py::test_basepydist_parse_entries_file_data": 0.003180971956581207, + "tests/common/pkg_formats/test_python.py::test_basepydist_parse_requires_file_data": 0.002729880371790565, + "tests/common/pkg_formats/test_python.py::test_dist_get_paths": 0.003880620032030216, + "tests/common/pkg_formats/test_python.py::test_dist_get_paths_no_paths": 0.0028884564459199847, + "tests/common/pkg_formats/test_python.py::test_evaluate_marker": 0.0032507751588044895, + "tests/common/pkg_formats/test_python.py::test_get_default_marker_context": 0.0027132128603530323, + "tests/common/pkg_formats/test_python.py::test_get_dist_file_from_egg_link": 0.0075954088532096805, + "tests/common/pkg_formats/test_python.py::test_get_dist_requirements": 0.004451454775170087, + "tests/common/pkg_formats/test_python.py::test_get_entry_points": 0.0048118794014980655, + "tests/common/pkg_formats/test_python.py::test_get_extra_provides": 0.004409512215087232, + "tests/common/pkg_formats/test_python.py::test_get_python_distribution_info": 0.0005779305398996657, + "tests/common/pkg_formats/test_python.py::test_get_site_packages_anchor_files": 0.022132190860349114, + "tests/common/pkg_formats/test_python.py::test_metadata": 0.00560500627010285, + "tests/common/pkg_formats/test_python.py::test_metadata[path0-False-False-False-False]": 0.0033643333334036165, + "tests/common/pkg_formats/test_python.py::test_metadata[path1-True-False-False-False]": 0.0035246666667205773, + "tests/common/pkg_formats/test_python.py::test_metadata[path2-True-True-True-False]": 0.003531966666722989, + "tests/common/pkg_formats/test_python.py::test_metadata[path3-True-True-True-True]": 0.0036267666667602803, + "tests/common/pkg_formats/test_python.py::test_metadata_keys": 0.0023364740736767082, + "tests/common/pkg_formats/test_python.py::test_metadata_none": 0.0025185666667842574, + "tests/common/pkg_formats/test_python.py::test_metadata_process_path": 0.003804918425358813, + "tests/common/pkg_formats/test_python.py::test_metadata_read_metadata": 0.004936319466300408, + "tests/common/pkg_formats/test_python.py::test_norm_package_name": 0.002820330553717816, + "tests/common/pkg_formats/test_python.py::test_norm_package_version": 0.002916013581667308, + "tests/common/pkg_formats/test_python.py::test_parse_specification": 0.005217103234658013, + "tests/common/pkg_formats/test_python.py::test_pydist_check_files": 0.0056854501096308355, + "tests/common/pkg_formats/test_python.py::test_pypi_name_to_conda_name": 0.0026002907116734575, + "tests/common/pkg_formats/test_python.py::test_python_dist_egg_fpath": 0.028001409160973125, + "tests/common/pkg_formats/test_python.py::test_python_dist_egg_path": 0.00394358696864385, + "tests/common/pkg_formats/test_python.py::test_python_dist_info": 0.005028391635041847, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies": 0.005177958740676918, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_2": 0.004096984563947183, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_3": 0.003717549367643241, + "tests/common/pkg_formats/test_python.py::test_split_spec": 0.0028139116158423906, + "tests/common/test_compat.py::test_deprecations[FILESYSTEM_ENCODING-TypeError]": 0.0027678985532486717, + "tests/common/test_compat.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.0025658766796515355, + "tests/common/test_compat.py::test_deprecations[ensure_unicode-TypeError]": 0.0025514715314385343, + "tests/common/test_compat.py::test_deprecations[open-TypeError]": 0.0027241166259399704, + "tests/common/test_compat.py::test_deprecations[six_with_metaclass-TypeError]": 0.002604589729517999, + "tests/common/test_configuration.py::test_commented_map_parameter": 0.003936600452070266, + "tests/common/test_configuration.py::test_config_resets": 0.00365514251177445, + "tests/common/test_configuration.py::test_cross_parameter_validation": 0.0023614558312107245, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$$/suffix]": 0.0005608440396834297, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$/suffix]": 0.0025378260177897544, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$1/suffix]": 0.002535624483974792, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$MISSING/suffix]": 0.0025519937327036237, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$VARIABLE/suffix]": 0.0025779490449233575, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${1}/suffix]": 0.002525823929286933, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${MISSING}/suffix]": 0.0025454662837560036, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${VARIABLE}/suffix]": 0.0025660974692645337, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${}/suffix]": 0.002572194689379136, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%%/suffix]": 0.0005490212471663262, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%/suffix]": 0.0025927425342777513, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1%/suffix]": 0.0025182384964908206, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1/suffix]": 0.0025125490615938674, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%MISSING%/suffix]": 0.0025220817286020843, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%VARIABLE%/suffix]": 0.0025696237683126145, + "tests/common/test_configuration.py::test_default_values": 0.0026652682304734955, + "tests/common/test_configuration.py::test_empty_map_parameter": 0.006105067787902101, + "tests/common/test_configuration.py::test_env_var_config": 0.003177875553598383, + "tests/common/test_configuration.py::test_env_var_config_alias": 0.003139080725452482, + "tests/common/test_configuration.py::test_env_var_config_empty_sequence": 0.003055955732296337, + "tests/common/test_configuration.py::test_env_var_config_no_split_sequence": 0.0031158215674742707, + "tests/common/test_configuration.py::test_env_var_config_split_sequence": 0.0031648714527702485, + "tests/common/test_configuration.py::test_expand_search_path": 0.0005349102485920949, + "tests/common/test_configuration.py::test_expanded_variables": 0.007606107415888641, + "tests/common/test_configuration.py::test_important_primitive_map_merges": 0.08419548887395098, + "tests/common/test_configuration.py::test_invalid_map_parameter": 0.002520041259628057, + "tests/common/test_configuration.py::test_invalid_seq_parameter": 0.0024531222282939227, + "tests/common/test_configuration.py::test_list_merges": 0.07305253480187181, + "tests/common/test_configuration.py::test_load_raw_configs": 0.030294051118844853, + "tests/common/test_configuration.py::test_map_parameter_must_be_map": 0.0034903003276889476, + "tests/common/test_configuration.py::test_nested": 0.01547314293792058, + "tests/common/test_configuration.py::test_object": 0.012037512405604247, + "tests/common/test_configuration.py::test_object_defaults_completely_empty": 0.0029527056321128715, + "tests/common/test_configuration.py::test_object_defaults_partially_empty": 0.00538191100362154, + "tests/common/test_configuration.py::test_parameter": 0.002376170875262388, + "tests/common/test_configuration.py::test_parameter_flag": 0.0023549084636493374, + "tests/common/test_configuration.py::test_pretty_list": 0.0027866010578481027, + "tests/common/test_configuration.py::test_raise_errors": 0.0024035468216003835, + "tests/common/test_configuration.py::test_simple_merges_and_caching": 0.018697910770442302, + "tests/common/test_configuration.py::test_unique_sequence_map_error_with_duplicates": 0.004085379025026366, + "tests/common/test_configuration.py::test_unique_sequence_map_error_with_unique_key": 0.005131602726136016, + "tests/common/test_configuration.py::test_validate_all": 0.01280682637682649, + "tests/common/test_configuration.py::test_validation": 0.013020843422748812, + "tests/common/test_io.py::test_attach_stderr_handler": 0.003108449242797835, + "tests/common/test_io.py::test_captured": 0.002752703641908526, + "tests/common/test_path.py::test_get_major_minor_version_no_dot": 0.0025168752028405005, + "tests/common/test_path.py::test_missing_pyc_files_27": 0.0024091208232431276, + "tests/common/test_path.py::test_missing_pyc_files_34": 0.002509938191670668, + "tests/common/test_path.py::test_missing_pyc_files_35": 0.002524100525699522, + "tests/common/test_path.py::test_path_identity": 0.0045620033241426244, + "tests/common/test_path.py::test_url_to_path_unix": 0.002495354215078742, + "tests/common/test_path.py::test_url_to_path_windows_local": 0.0031587788222614604, + "tests/common/test_path.py::test_url_to_path_windows_unc": 0.0024262471749256307, + "tests/common/test_path.py::test_win_path_backout": 0.0023458294992678226, + "tests/common/test_toposort.py::test_cycle": 0.002507733333298271, + "tests/common/test_toposort.py::test_cycle_best_effort": 0.0024267999999996923, + "tests/common/test_toposort.py::test_degenerate": 0.0024273999999403864, + "tests/common/test_toposort.py::test_pop_key": 0.00248693333338205, + "tests/common/test_toposort.py::test_python_is_prioritized": 0.00242626666677855, + "tests/common/test_toposort.py::test_simple": 0.002466966666650213, + "tests/common/test_url.py::test_add_username_and_pass_to_url": 0.0024542902554637418, + "tests/common/test_url.py::test_is_ip_address": 0.002365378744484348, + "tests/common/test_url.py::test_is_ipv6_address": 0.00240745826243447, + "tests/common/test_url.py::test_is_url": 0.002610281112615121, + "tests/common/test_url.py::test_maybe_add_auth": 0.0025483054387836434, + "tests/common/test_url.py::test_split_scheme_auth_token": 0.0024026980868841973, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj0-http://conda.io/path/to/somewhere]": 0.0025587446090508227, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj1-https://user:pass@conda.io/path/to/somewhere]": 0.002522625387454371, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj2-file:///opt/happy/path]": 0.002603716783844262, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj3-file:///path/to/something.txt]": 0.002538445760151275, + "tests/common/test_url.py::test_url_to_s3_info": 0.0024660290440566526, + "tests/common/test_url.py::test_urlparse[192.168.1.1:8080/path/to/resource-exp_url_obj0]": 0.002615304314969198, + "tests/common/test_url.py::test_urlparse[file:///opt/happy/path-exp_url_obj2]": 0.002595989935971195, + "tests/common/test_url.py::test_urlparse[https://conda.io/happy/path-exp_url_obj1]": 0.002597200336835717, + "tests/common/test_url.py::test_urlparse[https://u:p@conda.io/t/x1029384756/more/path-exp_url_obj3]": 0.002603622147297154, + "tests/common/test_yaml.py::test_dump": 0.006030332975966543, + "tests/common/test_yaml.py::test_map": 0.003042814218449692, + "tests/common/test_yaml.py::test_seq_simple": 0.0031653579379991655, + "tests/common/test_yaml.py::test_yaml_complex": 0.010888066933961504, + "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_none_values_error": 0.0005506290230424296, + "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_permission_error": 0.025755242927335078, + "tests/core/test_envs_manager.py::test_prefix_cli_flag": 0.02184358722857389, + "tests/core/test_envs_manager.py::test_register_env_directory_creation_error": 0.006132931275210516, + "tests/core/test_envs_manager.py::test_register_unregister_location_env": 0.012174448228862699, + "tests/core/test_envs_manager.py::test_rewrite_environments_txt_file": 0.0059144547523508175, + "tests/core/test_index.py::test_basic_get_reduced_index": 5.564144399104234, + "tests/core/test_index.py::test_check_allowlist": 0.007877989792427483, + "tests/core/test_index.py::test_get_index_linux64_platform": 13.326228607359427, + "tests/core/test_index.py::test_get_index_osx64_platform": 12.426280200623427, + "tests/core/test_index.py::test_get_index_win64_platform": 1.6945626747736922, + "tests/core/test_index.py::test_supplement_index_with_system": 0.028300518053462797, + "tests/core/test_index.py::test_supplement_index_with_system_archspec": 0.005499987437963059, + "tests/core/test_index.py::test_supplement_index_with_system_cuda": 0.005737915896805236, + "tests/core/test_index.py::test_supplement_index_with_system_glibc": 0.000565290083612846, + "tests/core/test_index.py::test_supplement_index_with_system_linux[1.2.3.4-1.2.3.4]": 0.0005307142004480677, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2-4.2]": 0.0005228354065997772, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.0-42-generic-4.2.0]": 0.0005358701192831423, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.1-4.2.1]": 0.0005442205203585092, + "tests/core/test_index.py::test_supplement_index_with_system_linux[5.4.89+-5.4.89]": 0.0005456863221610121, + "tests/core/test_index.py::test_supplement_index_with_system_linux[5.5-rc1-5.5]": 0.0005331456968642021, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a-9.1]": 0.0005224429166584254, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a.2-9.1]": 0.0005223633179278019, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.a.1-0]": 0.0005310198119129515, + "tests/core/test_index.py::test_supplement_index_with_system_osx": 0.000533642048828415, + "tests/core/test_initialize.py::test__get_python_info": 0.010844799584362212, + "tests/core/test_initialize.py::test_get_python_info": 0.011695160419778573, + "tests/core/test_initialize.py::test_init_all": 0.5513779690877211, + "tests/core/test_initialize.py::test_init_cmd_exe_registry": 0.007135477122275281, + "tests/core/test_initialize.py::test_init_enable_long_path": 0.0037642599316882186, + "tests/core/test_initialize.py::test_init_sh_system": 0.02789281016875754, + "tests/core/test_initialize.py::test_init_sh_user_tcsh_unix": 0.0005433724962402819, + "tests/core/test_initialize.py::test_init_sh_user_unix": 0.0005544070092599432, + "tests/core/test_initialize.py::test_init_sh_user_windows": 0.05908840969608042, + "tests/core/test_initialize.py::test_initialize_dev_bash": 0.049669333387976286, + "tests/core/test_initialize.py::test_initialize_dev_cmd_exe": 0.04193329382164003, + "tests/core/test_initialize.py::test_install_1": 0.01956978436938566, + "tests/core/test_initialize.py::test_install_conda_csh": 0.015135900572843596, + "tests/core/test_initialize.py::test_install_conda_fish": 0.016802925715422898, + "tests/core/test_initialize.py::test_install_conda_sh": 0.039342435165606066, + "tests/core/test_initialize.py::test_install_conda_xsh": 0.015501422022375503, + "tests/core/test_initialize.py::test_install_condabin_conda_bat": 0.014476776599928728, + "tests/core/test_initialize.py::test_make_entry_point": 0.014968831764390263, + "tests/core/test_initialize.py::test_make_entry_point_exe": 0.01571181576139373, + "tests/core/test_initialize.py::test_make_initialize_plan_bash_zsh": 0.014998383373229968, + "tests/core/test_initialize.py::test_make_initialize_plan_cmd_exe": 0.015258036272815965, + "tests/core/test_initialize.py::test_make_install_plan": 0.007659887677929917, + "tests/core/test_package_cache_data.py::test_ProgressiveFetchExtract_prefers_conda_v2_format": 0.05232778364536038, + "tests/core/test_package_cache_data.py::test_conda_build_alias": 0.0024076428157818815, + "tests/core/test_package_cache_data.py::test_conda_pkg_in_pkg_cache_doesnt_overwrite_tar_bz2": 0.12094035927812308, + "tests/core/test_package_cache_data.py::test_cover_extract_bad_package": 0.0154033884520926, + "tests/core/test_package_cache_data.py::test_cover_fetch_not_exists": 22.263606671946853, + "tests/core/test_package_cache_data.py::test_cover_get_entry_to_link": 0.009144562703699627, + "tests/core/test_package_cache_data.py::test_cover_reverse": 0.0024939504182292065, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist": 0.03658670824061063, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist_read_only": 0.04679530205517735, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_unpacked_conda_exist": 0.0365097035816534, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_cache_not_extracted": 0.10125558085644631, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_doesnt_overwrite_conda_pkg": 0.10821628450137141, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_used_instead_of_conda_pkg": 0.05167013341012784, + "tests/core/test_path_actions.py::test_CompileMultiPycAction_generic": 0.00486926811058609, + "tests/core/test_path_actions.py::test_CompileMultiPycAction_noarch_python": 1.2996243976194588, + "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_generic": 0.005135978443992727, + "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_noarch_python": 0.00914458397691934, + "tests/core/test_path_actions.py::test_create_file_link_actions": 0.006238693926919275, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_copy": 0.030294905701254128, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_directory": 0.0055392942027292155, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_hardlink": 0.007219010034023531, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_softlink": 0.007469100270321222, + "tests/core/test_portability.py::test_escaped_prefix_replaced_only_shebang": 0.000553798742465923, + "tests/core/test_portability.py::test_replace_long_shebang_spaces_in_prefix": 0.002479154993020525, + "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_escaped_space": 0.0027428472892305025, + "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_python": 0.0025546546072985517, + "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_escaped_space": 0.0023948021143295607, + "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_python": 0.002366503529267339, + "tests/core/test_portability.py::test_replace_simple_shebang_no_replacement": 0.003722195380748411, + "tests/core/test_portability.py::test_shebang_regex_matches": 0.0041262791608582235, + "tests/core/test_prefix_data.py::test_corrupt_json_conda_meta_json": 0.002943362570997612, + "tests/core/test_prefix_data.py::test_corrupt_unicode_conda_meta_json": 0.0029255936166958534, + "tests/core/test_prefix_data.py::test_get_conda_anchor_files_and_records": 0.0057207680256363665, + "tests/core/test_prefix_data.py::test_get_environment_env_vars": 9.246888042561642, + "tests/core/test_prefix_data.py::test_no_tokens_dumped[False]": 0.008526400252203954, + "tests/core/test_prefix_data.py::test_no_tokens_dumped[True]": 0.008511585277802729, + "tests/core/test_prefix_data.py::test_pip_interop[envpy27osx]": 0.0005159333333987585, + "tests/core/test_prefix_data.py::test_pip_interop[envpy27win_whl]": 0.4537812666667567, + "tests/core/test_prefix_data.py::test_pip_interop[envpy37osx_whl]": 0.0005025666666066778, + "tests/core/test_prefix_data.py::test_pip_interop[envpy37win]": 0.32512369999994917, + "tests/core/test_prefix_data.py::test_pip_interop_osx": 1.265874199484916, + "tests/core/test_prefix_data.py::test_pip_interop_windows": 0.8297737141642165, + "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars": 9.596114329769302, + "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars_no_exist": 7.869294926535456, + "tests/core/test_solve.py::test_aggressive_update_packages[classic]": 7.798813859459312, + "tests/core/test_solve.py::test_aggressive_update_packages[libmamba]": 7.918771692556854, + "tests/core/test_solve.py::test_archspec_call[classic]": 2.2587734364325156, + "tests/core/test_solve.py::test_archspec_call[libmamba]": 1.1263296961125957, + "tests/core/test_solve.py::test_auto_update_conda[classic]": 5.3724110833621355, + "tests/core/test_solve.py::test_auto_update_conda[libmamba]": 4.545504300235506, + "tests/core/test_solve.py::test_broken_install[classic]": 6.7238002146564995, + "tests/core/test_solve.py::test_broken_install[libmamba]": 0.01938107832977715, + "tests/core/test_solve.py::test_channel_priority_churn_minimized[classic]": 11.897272251820622, + "tests/core/test_solve.py::test_channel_priority_churn_minimized[libmamba]": 1.2875072322817982, + "tests/core/test_solve.py::test_conda_downgrade[classic]": 35.39028532301698, + "tests/core/test_solve.py::test_conda_downgrade[libmamba]": 7.214316089172629, + "tests/core/test_solve.py::test_cuda_1[classic]": 1.1085569124110937, + "tests/core/test_solve.py::test_cuda_1[libmamba]": 1.1234731564744995, + "tests/core/test_solve.py::test_cuda_2[classic]": 1.1057835863272734, + "tests/core/test_solve.py::test_cuda_2[libmamba]": 1.1391518922372534, + "tests/core/test_solve.py::test_cuda_constrain_absent[classic]": 1.1238818777494368, + "tests/core/test_solve.py::test_cuda_constrain_absent[libmamba]": 1.1226241082489565, + "tests/core/test_solve.py::test_cuda_constrain_sat[classic]": 0.0005516645219733457, + "tests/core/test_solve.py::test_cuda_constrain_sat[libmamba]": 0.0005662604011466819, + "tests/core/test_solve.py::test_cuda_constrain_unsat[classic]": 0.0005241423204538123, + "tests/core/test_solve.py::test_cuda_constrain_unsat[libmamba]": 0.0005339851569626752, + "tests/core/test_solve.py::test_cuda_fail_1[classic]": 1.1095405418290394, + "tests/core/test_solve.py::test_cuda_fail_1[libmamba]": 1.1442172873233254, + "tests/core/test_solve.py::test_cuda_fail_2[classic]": 1.1111334352254512, + "tests/core/test_solve.py::test_cuda_fail_2[libmamba]": 1.1357501788567412, + "tests/core/test_solve.py::test_cuda_glibc_sat[classic]": 0.0005318286201475525, + "tests/core/test_solve.py::test_cuda_glibc_sat[libmamba]": 0.0005248397842787099, + "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[classic]": 0.0005319062273861458, + "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[libmamba]": 0.0005407416949863867, + "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[classic]": 0.0005175462827454094, + "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[libmamba]": 0.0005121685915655251, + "tests/core/test_solve.py::test_current_repodata_fallback[classic]": 0.05285263564058135, + "tests/core/test_solve.py::test_current_repodata_fallback[libmamba]": 0.047724556195302865, + "tests/core/test_solve.py::test_current_repodata_usage[classic]": 0.06330460970866547, + "tests/core/test_solve.py::test_current_repodata_usage[libmamba]": 0.05219219043055072, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[classic]": 0.02133087400417119, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[libmamba]": 0.02169697677271946, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[classic]": 0.021389269743943427, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[libmamba]": 0.0216759575602612, + "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[classic]": 0.021766368961368198, + "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[libmamba]": 0.02188880685905366, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[classic]": 0.021062338622023377, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[libmamba]": 0.020997441932964454, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[classic]": 0.021371476996643785, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[libmamba]": 0.02145567352971369, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[classic]": 0.021391757168141037, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[libmamba]": 0.02157788986660676, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[classic]": 0.02113398705158574, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[libmamba]": 0.02146672540426079, + "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[classic]": 6.065619999979628, + "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[libmamba]": 3.467731058323946, + "tests/core/test_solve.py::test_explicit_conda_downgrade[classic]": 5.269541840968556, + "tests/core/test_solve.py::test_explicit_conda_downgrade[libmamba]": 4.528268536228788, + "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[classic]": 1.7604941286865992, + "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[libmamba]": 1.0890155675455793, + "tests/core/test_solve.py::test_features_solve_1[classic]": 6.323003150930619, + "tests/core/test_solve.py::test_features_solve_1[libmamba]": 0.5932552941404834, + "tests/core/test_solve.py::test_force_reinstall_1[classic]": 2.5921295880627198, + "tests/core/test_solve.py::test_force_reinstall_1[libmamba]": 2.4430201377442184, + "tests/core/test_solve.py::test_force_reinstall_2[classic]": 1.224612038577, + "tests/core/test_solve.py::test_force_reinstall_2[libmamba]": 1.1380188184096443, + "tests/core/test_solve.py::test_force_remove_1[classic]": 6.458688524172923, + "tests/core/test_solve.py::test_force_remove_1[libmamba]": 3.686488583422078, + "tests/core/test_solve.py::test_freeze_deps_1[classic]": 35.37854485517042, + "tests/core/test_solve.py::test_freeze_deps_1[libmamba]": 5.439946938462996, + "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[classic]": 7.125212138609207, + "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[libmamba]": 2.5209268426402662, + "tests/core/test_solve.py::test_no_deps_1[classic]": 5.824636609950364, + "tests/core/test_solve.py::test_no_deps_1[libmamba]": 3.38028063277121, + "tests/core/test_solve.py::test_no_update_deps_1[classic]": 5.115632714391647, + "tests/core/test_solve.py::test_no_update_deps_1[libmamba]": 4.541748745491169, + "tests/core/test_solve.py::test_only_deps_1[classic]": 1.8196293709890117, + "tests/core/test_solve.py::test_only_deps_1[libmamba]": 1.1426364043351351, + "tests/core/test_solve.py::test_only_deps_2[classic]": 8.429438447034665, + "tests/core/test_solve.py::test_only_deps_2[libmamba]": 4.571913723264984, + "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[classic]": 0.020909321149095588, + "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[libmamba]": 0.021728509897122814, + "tests/core/test_solve.py::test_packages_in_solution_change_constrained[classic]": 0.020263577693309758, + "tests/core/test_solve.py::test_packages_in_solution_change_constrained[libmamba]": 0.02126854717320496, + "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[classic]": 0.02044834422614474, + "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[libmamba]": 0.020992757020829204, + "tests/core/test_solve.py::test_pinned_1[classic]": 15.365056387542007, + "tests/core/test_solve.py::test_pinned_1[libmamba]": 10.25140273312979, + "tests/core/test_solve.py::test_priority_1[classic]": 25.1010006890261, + "tests/core/test_solve.py::test_priority_1[libmamba]": 11.045653562528182, + "tests/core/test_solve.py::test_prune_1[classic]": 3.523386948425599, + "tests/core/test_solve.py::test_prune_1[libmamba]": 1.1867678450708692, + "tests/core/test_solve.py::test_python2_update[classic]": 5.6294658609091695, + "tests/core/test_solve.py::test_python2_update[libmamba]": 1.2430116539164182, + "tests/core/test_solve.py::test_remove_with_constrained_dependencies[classic]": 6.939794378584233, + "tests/core/test_solve.py::test_remove_with_constrained_dependencies[libmamba]": 0.7870001019937657, + "tests/core/test_solve.py::test_solve_1[classic]": 4.747244200013804, + "tests/core/test_solve.py::test_solve_1[libmamba]": 2.2486185994986467, + "tests/core/test_solve.py::test_solve_2[classic]": 22.604061071210086, + "tests/core/test_solve.py::test_solve_2[libmamba]": 0.019120354871911553, + "tests/core/test_solve.py::test_solve_msgs_exclude_vp[classic]": 1.1941494144787566, + "tests/core/test_solve.py::test_solve_msgs_exclude_vp[libmamba]": 1.1617455587675691, + "tests/core/test_solve.py::test_timestamps_1[classic]": 0.3583378860589967, + "tests/core/test_solve.py::test_timestamps_1[libmamba]": 0.318697429891948, + "tests/core/test_solve.py::test_unfreeze_when_required[classic]": 0.19737985593964155, + "tests/core/test_solve.py::test_unfreeze_when_required[libmamba]": 0.19144488957447772, + "tests/core/test_solve.py::test_update_all_1[classic]": 5.718467593216278, + "tests/core/test_solve.py::test_update_all_1[libmamba]": 3.414348109342957, + "tests/core/test_solve.py::test_update_deps_1[classic]": 11.049916856759692, + "tests/core/test_solve.py::test_update_deps_1[libmamba]": 5.834479988232239, + "tests/core/test_solve.py::test_update_deps_2[classic]": 8.791444447415635, + "tests/core/test_solve.py::test_update_deps_2[libmamba]": 4.253034287194624, + "tests/core/test_solve.py::test_update_prune_1[classic]": 3.2354081784698923, + "tests/core/test_solve.py::test_update_prune_1[libmamba]": 2.257212279600546, + "tests/core/test_solve.py::test_update_prune_2[classic]": 3.3010769341713786, + "tests/core/test_solve.py::test_update_prune_2[libmamba]": 1.1684317033918712, + "tests/core/test_solve.py::test_update_prune_3[classic]": 3.6678293756488545, + "tests/core/test_solve.py::test_update_prune_3[libmamba]": 1.1628900129161568, + "tests/core/test_solve.py::test_update_prune_4[classic]": 3.197750271519954, + "tests/core/test_solve.py::test_update_prune_4[libmamba]": 2.2928370891063135, + "tests/core/test_solve.py::test_update_prune_5[classic-False]": 3.7511967001558117, + "tests/core/test_solve.py::test_update_prune_5[classic-True]": 3.1712777872901823, + "tests/core/test_solve.py::test_update_prune_5[libmamba-False]": 2.299752101361251, + "tests/core/test_solve.py::test_update_prune_5[libmamba-True]": 2.320453448919171, + "tests/core/test_solve.py::test_virtual_package_solver[classic]": 1.1043634752615374, + "tests/core/test_solve.py::test_virtual_package_solver[libmamba]": 0.019393866662193674, + "tests/core/test_subdir_data.py::test_cache_fn_url_repo_anaconda_com": 0.002421236069769575, + "tests/core/test_subdir_data.py::test_cache_fn_url_repo_continuum_io": 0.0024484071379491097, + "tests/core/test_subdir_data.py::test_get_index_no_platform_with_offline_cache": 0.579015105460689, + "tests/core/test_subdir_data.py::test_metadata_cache_clearing": 0.013324464858951852, + "tests/core/test_subdir_data.py::test_metadata_cache_works": 3.0114996231863813, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[no-credentials]": 0.32079258123905924, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-auth]": 0.13369535362707347, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-token]": 0.022419483870610935, + "tests/core/test_subdir_data.py::test_repodata_version_error": 0.5033610885329884, + "tests/core/test_subdir_data.py::test_search_by_packagerecord": 0.011685682480455224, + "tests/core/test_subdir_data.py::test_state_is_not_json": 0.018062238348997783, + "tests/core/test_subdir_data.py::test_subdir_data_coverage": 0.0190472446285085, + "tests/core/test_subdir_data.py::test_subdir_data_dict_state": 0.004720327874632475, + "tests/core/test_subdir_data.py::test_subdir_data_prefers_conda_to_tar_bz2": 0.012852596959706024, + "tests/core/test_subdir_data.py::test_use_only_tar_bz2": 0.022054311550569326, + "tests/env/specs/test_binstar.py::test_binstar_not_installed": 0.0029298640880973414, + "tests/env/specs/test_binstar.py::test_deprecations[BinstarSpec-None]": 0.0029938333333403926, + "tests/env/specs/test_binstar.py::test_deprecations[ENVIRONMENT_TYPE-TypeError]": 0.0035294572649529257, + "tests/env/specs/test_binstar.py::test_download_environment": 0.005320047659291562, + "tests/env/specs/test_binstar.py::test_environment_version_sorting": 0.005091603329330377, + "tests/env/specs/test_binstar.py::test_invalid_name": 0.007181923345699047, + "tests/env/specs/test_binstar.py::test_name_not_present": 0.007786988151388236, + "tests/env/specs/test_binstar.py::test_package_not_exist": 0.007216357624485122, + "tests/env/specs/test_binstar.py::test_package_without_environment_file": 0.00841745147553337, + "tests/env/specs/test_requirements.py::test_environment": 0.0029210261892337695, + "tests/env/specs/test_requirements.py::test_no_environment_file": 0.0024679529046054876, + "tests/env/specs/test_requirements.py::test_no_name": 0.002528027757172121, + "tests/env/specs/test_requirements.py::test_req_file_and_name": 0.0024091243964481676, + "tests/env/specs/test_yaml_file.py::test_environment_file_exist": 0.002727062334389036, + "tests/env/specs/test_yaml_file.py::test_filename": 0.003136784298353544, + "tests/env/specs/test_yaml_file.py::test_get_environment": 0.002736780841305665, + "tests/env/specs/test_yaml_file.py::test_no_environment_file": 0.002454208495329253, + "tests/env/test_create.py::test_create_advanced_pip": 31.621735267553856, + "tests/env/test_create.py::test_create_empty_env": 12.312723183576992, + "tests/env/test_create.py::test_create_env_default_packages": 52.37369469821188, + "tests/env/test_create.py::test_create_env_json[example/environment.yml]": 34.50639403133713, + "tests/env/test_create.py::test_create_env_json[example/environment_with_pip.yml]": 28.00524007778548, + "tests/env/test_create.py::test_create_env_no_default_packages": 32.5240647126545, + "tests/env/test_create.py::test_create_host_port": 0.0006523262056515144, + "tests/env/test_create.py::test_create_update": 23.794494092006214, + "tests/env/test_create.py::test_create_update_remote_env_file": 25.16294839263601, + "tests/env/test_create.py::test_fail_to_create_env_in_dir_with_colon": 0.0005454100923656262, + "tests/env/test_create.py::test_protected_dirs_error_for_env_create": 6.638924061504772, + "tests/env/test_env.py::test_add_channels": 0.0023796800989807627, + "tests/env/test_env.py::test_add_pip": 0.004887454602349334, + "tests/env/test_env.py::test_args_are_wildcarded": 0.0024264375991155285, + "tests/env/test_env.py::test_builds_spec_from_line_raw_dependency": 0.002496703534262993, + "tests/env/test_env.py::test_can_add_dependencies_to_environment": 0.004705283353233443, + "tests/env/test_env.py::test_channels_are_provided_by_kwarg": 0.002377486101689952, + "tests/env/test_env.py::test_channels_default_to_empty_list": 0.0023316757664728653, + "tests/env/test_env.py::test_create_advanced_pip": 21.447694233353886, + "tests/env/test_env.py::test_creates_file_on_save": 0.006002671592771922, + "tests/env/test_env.py::test_dependencies_are_empty_by_default": 0.0023241445004039876, + "tests/env/test_env.py::test_dependencies_update_after_adding": 0.0038388655062626363, + "tests/env/test_env.py::test_envvars": 0.005135932690706458, + "tests/env/test_env.py::test_from_history": 0.003959060775531232, + "tests/env/test_env.py::test_has_empty_filename_by_default": 0.002330926621084109, + "tests/env/test_env.py::test_has_empty_name_by_default": 0.002339401631351925, + "tests/env/test_env.py::test_has_filename_if_provided": 0.0023631042299097145, + "tests/env/test_env.py::test_has_name_if_provided": 0.0023307273164629777, + "tests/env/test_env.py::test_http": 0.06867126023583565, + "tests/env/test_env.py::test_http_raises": 0.15312005293435174, + "tests/env/test_env.py::test_invalid_keys": 0.004726110909414039, + "tests/env/test_env.py::test_other_tips_of_dependencies_are_supported": 0.0024462996330050003, + "tests/env/test_env.py::test_parses_dependencies_from_raw_file": 0.0037569384946996294, + "tests/env/test_env.py::test_remove_channels": 0.0023491062360636583, + "tests/env/test_env.py::test_retains_full_filename": 0.0038931038552261197, + "tests/env/test_env.py::test_returns_Environment": 0.004094772244668585, + "tests/env/test_env.py::test_to_dict_returns_dictionary_of_data": 0.0024679858392093216, + "tests/env/test_env.py::test_to_dict_returns_just_name_if_only_thing_present": 0.0023142238966678053, + "tests/env/test_env.py::test_to_yaml_returns_proper_yaml": 0.0035985677263480013, + "tests/env/test_env.py::test_to_yaml_returns_yaml_parseable_string": 0.005802690605337537, + "tests/env/test_env.py::test_to_yaml_takes_stream": 0.0035227113485120764, + "tests/env/test_env.py::test_valid_keys": 0.0052124575821361095, + "tests/env/test_env.py::test_with_pip": 0.004571778214549733, + "tests/env/test_pip_util.py::test_get_pip_installed_packages[Successfully installed foo bar-expected0]": 0.003415142213636349, + "tests/env/test_pip_util.py::test_get_pip_installed_packages[\\nCollecting attrs\\n Using cached https://files.pythonhosted.org/packages/23/96/d828354fa2dbdf216eaa7b7de0db692f12c234f7ef888cc14980ef40d1d2/attrs-19.1.0-py2.py3-none-any.whl\\nInstalling collected packages: attrs\\nSuccessfully installed attrs-19.1.0\\n-expected1]": 0.003037128278160502, + "tests/env/test_pip_util.py::test_get_pip_installed_packages[\\nCollecting flask\\n Using cached https://files.pythonhosted.org/packages/9b/93/628509b8d5dc749656a9641f4caf13540e2cdec85276964ff8f43bbb1d3b/Flask-1.1.1-py2.py3-none-any.whl\\nCollecting itsdangerous>=0.24 (from flask)\\n Using cached https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl\\nCollecting click>=5.1 (from flask)\\n Using cached https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl\\nCollecting Werkzeug>=0.15 (from flask)\\n Using cached https://files.pythonhosted.org/packages/b7/61/c0a1adf9ad80db012ed7191af98fa05faa95fa09eceb71bb6fa8b66e6a43/Werkzeug-0.15.6-py2.py3-none-any.whl\\nCollecting Jinja2>=2.10.1 (from flask)\\n Using cached https://files.pythonhosted.org/packages/1d/e7/fd8b501e7a6dfe492a433deb7b9d833d39ca74916fa8bc63dd1a4947a671/Jinja2-2.10.1-py2.py3-none-any.whl\\nCollecting MarkupSafe>=0.23 (from Jinja2>=2.10.1->flask)\\n Using cached https://files.pythonhosted.org/packages/ce/c6/f000f1af136ef74e4a95e33785921c73595c5390403f102e9b231b065b7a/MarkupSafe-1.1.1-cp37-cp37m-macosx_10_6_intel.whl\\nInstalling collected packages: itsdangerous, click, Werkzeug, MarkupSafe, Jinja2, flask\\nSuccessfully installed Jinja2-2.10.1 MarkupSafe-1.1.1 Werkzeug-0.15.6 click-7.0 flask-1.1.1 itsdangerous-1.1.0\\n-expected2]": 0.002650368127569401, + "tests/env/test_pip_util.py::test_get_pip_installed_packages[\\nCollecting flask\\n Using cached https://files.pythonhosted.org/packages/9b/93/628509b8d5dc749656a9641f4caf13540e2cdec85276964ff8f43bbb1d3b/Flask-1.1.1-py2.py3-none-any.whl\\nRequirement already satisfied: Werkzeug>=0.15 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (0.15.6)\\nRequirement already satisfied: itsdangerous>=0.24 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (1.1.0)\\nRequirement already satisfied: Jinja2>=2.10.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (2.10.1)\\nRequirement already satisfied: click>=5.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (7.0)\\nRequirement already satisfied: MarkupSafe>=0.23 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from Jinja2>=2.10.1->flask) (1.1.1)\\nInstalling collected packages: flask\\nSuccessfully installed flask-1.1.1\\n-expected3]": 0.0028257170948689245, + "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[\\nRequirement already satisfied: flask in ./miniconda3/envs/fooo/lib/python3.7/site-packages (1.1.1)\\nRequirement already satisfied: itsdangerous>=0.24 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (1.1.0)\\nRequirement already satisfied: Jinja2>=2.10.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (2.10.1)\\nRequirement already satisfied: click>=5.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (7.0)\\nRequirement already satisfied: Werkzeug>=0.15 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (0.15.6)\\nRequirement already satisfied: MarkupSafe>=0.23 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from Jinja2>=2.10.1->flask) (1.1.1)\\n]": 0.0024705050285018337, + "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[]": 0.002782184830690148, + "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[foo]": 0.0026675366374034615, + "tests/gateways/disk/test_delete.py::test_backoff_unlink": 0.012589514374904425, + "tests/gateways/disk/test_delete.py::test_backoff_unlink_doesnt_exist": 0.003533976815751687, + "tests/gateways/disk/test_delete.py::test_deprecations[move_path_to_trash-TypeError-None]": 0.002695489779320763, + "tests/gateways/disk/test_delete.py::test_deprecations[move_to_trash-TypeError-None]": 0.0027381251893932456, + "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs0]": 0.0028111267137685813, + "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs1]": 0.0028808385528371963, + "tests/gateways/disk/test_delete.py::test_deprecations[try_rmdir_all_empty-TypeError-None]": 0.0027682352239343654, + "tests/gateways/disk/test_delete.py::test_move_path_to_trash_couldnt": 0.0037849351111090253, + "tests/gateways/disk/test_delete.py::test_move_to_trash": 0.014272973454508316, + "tests/gateways/disk/test_delete.py::test_remove_dir": 0.01398253891936882, + "tests/gateways/disk/test_delete.py::test_remove_file": 0.0057130669930622775, + "tests/gateways/disk/test_delete.py::test_remove_file_to_trash": 0.00478272298145284, + "tests/gateways/disk/test_delete.py::test_remove_link_to_dir": 0.014901347150985553, + "tests/gateways/disk/test_delete.py::test_remove_link_to_file": 0.005449246705680387, + "tests/gateways/disk/test_delete.py::test_rm_rf": 0.014613533562749567, + "tests/gateways/disk/test_delete.py::test_rm_rf_couldnt": 0.0037944245820548212, + "tests/gateways/disk/test_delete.py::test_rm_rf_does_not_follow_symlinks": 0.024119446516790644, + "tests/gateways/disk/test_delete.py::test_try_rmdir_all_empty_doesnt_exist": 0.011714934115106088, + "tests/gateways/disk/test_link.py::test_hard_link": 0.005426483626384418, + "tests/gateways/disk/test_link.py::test_soft_link": 0.006179360943013155, + "tests/gateways/disk/test_permissions.py::test_make_executable": 0.003839635535011606, + "tests/gateways/disk/test_permissions.py::test_make_writable": 0.0044304990528498565, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EACCES": 0.003332127966757245, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EPERM": 0.0033325826684965547, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EROFS": 0.0032758984460322465, + "tests/gateways/disk/test_permissions.py::test_make_writable_doesnt_exist": 0.002468726678885156, + "tests/gateways/disk/test_permissions.py::test_recursive_make_writable": 0.004544295421286967, + "tests/gateways/disk/test_read.py::test_cherrypy_py27_osx_no_binary": 0.042123795763666136, + "tests/gateways/disk/test_read.py::test_cherrypy_py36_osx_whl": 0.06235382473165365, + "tests/gateways/disk/test_read.py::test_pyjwt_py27_osx_no_binary": 0.012143362640847267, + "tests/gateways/disk/test_read.py::test_pyjwt_py36_osx_whl": 0.015726778181489123, + "tests/gateways/disk/test_read.py::test_scrapy_py27_osx_no_binary": 0.09428913247660176, + "tests/gateways/disk/test_read.py::test_scrapy_py36_osx_whl": 0.14337581610103117, + "tests/gateways/disk/test_read.py::test_six_py27_osx_no_binary_unmanageable": 0.005669304043093988, + "tests/gateways/disk/test_read.py::test_twilio_py27_osx_no_binary": 0.12323564421219957, + "tests/gateways/disk/test_read.py::test_twilio_py36_osx_whl": 0.20349281911788158, + "tests/gateways/test_connection.py::test_accept_range_none": 0.9752557851725975, + "tests/gateways/test_connection.py::test_add_binstar_token": 0.008390397868727242, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost-channels3-http://localhost]": 0.018121811025359896, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost/noarch/test-package-0.1.0.conda-channels2-http://localhost]": 0.018285193016766413, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[https://conda.anaconda.org/conda-forge/linux-64/test-package-0.1.0.tar.bz2-channels1-conda-forge]": 0.018450532093779577, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[https://repo.anaconda.com/pkgs/main/linux-64/test-package-0.1.0.conda-channels0-defaults]": 0.018783030943407393, + "tests/gateways/test_connection.py::test_get_session_returns_default": 0.007837472985738222, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings": 0.01230537846087846, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings_multiple": 0.008025543319834525, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings_no_handler": 0.004128511430483334, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[exact-url]": 0.00944063733416319, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[no-match]": 0.008765383494359106, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[url-prefix]": 0.01101707450899474, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-match-same-schema]": 0.010391215292085544, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-different-scheme]": 0.004841503069035104, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-missing-scheme]": 0.004720080217313668, + "tests/gateways/test_connection.py::test_local_file_adapter_200": 0.019246575983469603, + "tests/gateways/test_connection.py::test_local_file_adapter_404": 0.003536913472113308, + "tests/gateways/test_connection.py::test_s3_server": 2.8883527535759024, + "tests/gateways/test_connection.py::test_s3_server_with_mock": 2.9324085644422078, + "tests/gateways/test_jlap.py::test_download_and_hash": 0.27265845988999443, + "tests/gateways/test_jlap.py::test_hashwriter": 0.0024101079806980465, + "tests/gateways/test_jlap.py::test_jlap_cache_clock[False]": 0.06857237898639514, + "tests/gateways/test_jlap.py::test_jlap_cache_clock[True]": 0.06523457086734133, + "tests/gateways/test_jlap.py::test_jlap_core": 0.005724274320843873, + "tests/gateways/test_jlap.py::test_jlap_coverage": 0.002469941313838582, + "tests/gateways/test_jlap.py::test_jlap_errors": 0.1471290033505323, + "tests/gateways/test_jlap.py::test_jlap_fetch": 0.17988515347435727, + "tests/gateways/test_jlap.py::test_jlap_fetch_file": 0.022452443253405494, + "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[False]": 1.6722610311152801, + "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[True]": 8.474586694312894, + "tests/gateways/test_jlap.py::test_jlap_flag[]": 0.0038573269406211074, + "tests/gateways/test_jlap.py::test_jlap_flag[jlap,another]": 0.004037140782816968, + "tests/gateways/test_jlap.py::test_jlap_flag[jlap]": 0.004017195715524864, + "tests/gateways/test_jlap.py::test_jlap_flag[jlapopotamus]": 0.0039905218672866, + "tests/gateways/test_jlap.py::test_jlap_sought": 0.17587791989804166, + "tests/gateways/test_jlap.py::test_jlap_zst_not_404": 0.007123704659338862, + "tests/gateways/test_jlap.py::test_jlap_zst_not_zst": 0.034039420076132795, + "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[False]": 0.041112524939554515, + "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[True]": 0.05240912794587071, + "tests/gateways/test_jlap.py::test_repodata_state[False]": 0.04185821472583923, + "tests/gateways/test_jlap.py::test_repodata_state[True]": 0.1475401640367991, + "tests/gateways/test_jlap.py::test_repodata_use_zst[False]": 0.0039677618940456355, + "tests/gateways/test_jlap.py::test_repodata_use_zst[True]": 0.003873972476723017, + "tests/gateways/test_jlap.py::test_request_url_jlap_state": 0.02540004920844158, + "tests/gateways/test_jlap.py::test_server_available": 0.5240185598827024, + "tests/gateways/test_logging.py::test_token_not_present_in_conda_create": 8.384579158167163, + "tests/gateways/test_logging.py::test_token_replace_big_string": 0.003006503474394097, + "tests/gateways/test_logging.py::test_token_replace_individual_strings": 0.0024202724008881905, + "tests/gateways/test_repodata_gateway.py::test_coverage_conda_http_errors": 0.014304777539147516, + "tests/gateways/test_repodata_gateway.py::test_get_cache_control_max_age": 0.0023787442449820758, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-False]": 0.011618530087352294, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-True]": 0.02297804399771004, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-False]": 0.010396579612627603, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-True]": 0.0218928176103932, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[False]": 0.02697139820278473, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[True]": 0.0440798747010108, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_jsondecodeerror": 0.007191009485055909, + "tests/gateways/test_repodata_gateway.py::test_repodata_state_has_format": 0.0047684584699452, + "tests/gateways/test_repodata_gateway.py::test_save": 0.1089149959504944, + "tests/gateways/test_repodata_gateway.py::test_ssl_unavailable_error_message": 0.002972886321894991, + "tests/gateways/test_repodata_gateway.py::test_stale": 0.015925486198968414, "tests/gateways/test_repodata_lock.py::test_lock_can_lock[False]": 1.6751727039314765, "tests/gateways/test_repodata_lock.py::test_lock_can_lock[True]": 10.716690997442317, - "tests/gateways/test_repodata_lock.py::test_lock_no_lock[False]": 10.911883432766416, - "tests/gateways/test_repodata_lock.py::test_lock_no_lock[True]": 1.8702069088435793, - "tests/gateways/test_repodata_lock.py::test_lock_rename": 0.0005743612674848938, - "tests/gateways/test_subprocess.py::test_subprocess_call_with_capture_output": 0.47732254763920473, - "tests/gateways/test_subprocess.py::test_subprocess_call_without_capture_output": 0.4804343425483774, - "tests/models/test_channel.py::test_bare_channel_file": 0.003822984500009782, - "tests/models/test_channel.py::test_bare_channel_http": 0.0036955842755221893, - "tests/models/test_channel.py::test_canonicalized_url_gets_correct_token": 0.019097239802146757, - "tests/models/test_channel.py::test_channel_alias": 0.024081586196937, - "tests/models/test_channel.py::test_channel_alias_channels": 0.003910445974750731, - "tests/models/test_channel.py::test_channel_alias_w_conda_path": 0.018346146282855812, - "tests/models/test_channel.py::test_channel_alias_w_subhcnnale": 0.018762217285186737, - "tests/models/test_channel.py::test_channel_cache": 0.003583271254136219, - "tests/models/test_channel.py::test_channel_host_port": 0.003696479601252915, - "tests/models/test_channel.py::test_channel_mangles_urls": 0.004101245557620186, - "tests/models/test_channel.py::test_channel_name_subdir_only": 0.004793718398150665, - "tests/models/test_channel.py::test_channels_with_dashes": 0.020570113010040185, - "tests/models/test_channel.py::test_custom_channels": 0.026840179145483332, - "tests/models/test_channel.py::test_custom_channels_port_token_auth": 0.025693069748500566, - "tests/models/test_channel.py::test_custom_token_in_channel": 0.018439166743565376, - "tests/models/test_channel.py::test_default_channel": 0.005113231374065811, - "tests/models/test_channel.py::test_default_channels": 0.023670082447173085, - "tests/models/test_channel.py::test_defaults_channel": 0.024771648573121658, - "tests/models/test_channel.py::test_env_var_file_urls": 0.005342244993292683, - "tests/models/test_channel.py::test_expanded_variables": 0.022604772940444322, - "tests/models/test_channel.py::test_file_channel": 0.025684452026060945, - "tests/models/test_channel.py::test_file_url_with_backslashes": 0.003857683325269871, - "tests/models/test_channel.py::test_file_urls": 0.003844563255867748, - "tests/models/test_channel.py::test_local_channel": 0.03653936554527275, - "tests/models/test_channel.py::test_migrated_custom_channels": 0.02623524721155771, - "tests/models/test_channel.py::test_multichannel_priority": 0.005157173621329326, - "tests/models/test_channel.py::test_named_custom_channel": 0.023762450376915618, - "tests/models/test_channel.py::test_named_custom_channel_w_subchan": 0.023166550138671346, - "tests/models/test_channel.py::test_old_channel_alias": 0.025929430610347318, - "tests/models/test_channel.py::test_pkgs_main": 0.028111291265906706, - "tests/models/test_channel.py::test_pkgs_pro": 0.02741806674255442, - "tests/models/test_channel.py::test_ppc64le_vs_ppc64": 0.0057841326505780055, - "tests/models/test_channel.py::test_regression_against_unknown_none": 0.004771433246781896, - "tests/models/test_channel.py::test_subdir_env_var": 0.014241880478228913, - "tests/models/test_channel.py::test_subdirs_env_var": 0.015012687543470845, - "tests/models/test_channel.py::test_token_in_custom_channel": 0.004215730047447963, - "tests/models/test_channel.py::test_unexpanded_variables": 0.02156179259327315, - "tests/models/test_channel.py::test_url_channel_w_platform": 0.0049777215990063255, - "tests/models/test_channel.py::test_url_custom_channel": 0.023735606849347862, - "tests/models/test_channel.py::test_url_custom_channel_w_subchan": 0.023393565360636193, - "tests/models/test_dist.py::test_channel[.conda]": 0.004505725237346767, - "tests/models/test_dist.py::test_channel[.tar.bz2]": 0.004334968385804397, - "tests/models/test_dist.py::test_dist[.conda]": 0.003909079103464891, - "tests/models/test_dist.py::test_dist[.tar.bz2]": 0.0036568734042339082, - "tests/models/test_dist.py::test_dist_with_channel_url[.conda]": 0.03457490300459061, - "tests/models/test_dist.py::test_dist_with_channel_url[.tar.bz2]": 0.033792761160162485, - "tests/models/test_dist.py::test_dist_with_non_channel_url[.conda]": 0.004212607449054068, - "tests/models/test_dist.py::test_dist_with_non_channel_url[.tar.bz2]": 0.004161626574671073, - "tests/models/test_index_record.py::test_index_record_timestamp": 0.004616422904414965, - "tests/models/test_index_record.py::test_prefix_record_no_channel": 0.005716129992774012, - "tests/models/test_match_spec.py::test_bracket_matches": 0.007502911963358212, - "tests/models/test_match_spec.py::test_build_merge": 0.004334344804244638, - "tests/models/test_match_spec.py::test_build_number_and_filename": 0.002424244215667884, - "tests/models/test_match_spec.py::test_build_number_merge": 0.004405911627119971, - "tests/models/test_match_spec.py::test_canonical_string_forms": 0.010558407179216387, - "tests/models/test_match_spec.py::test_catch_invalid_regexes": 0.005277893948815257, - "tests/models/test_match_spec.py::test_channel_matching": 0.005568610124944393, - "tests/models/test_match_spec.py::test_channel_merge": 0.004518280761391664, - "tests/models/test_match_spec.py::test_comment": 0.002499051083941616, - "tests/models/test_match_spec.py::test_conda_style": 0.002497939313441159, - "tests/models/test_match_spec.py::test_dist": 0.005884739654158252, - "tests/models/test_match_spec.py::test_dist_str": 0.006267256768640639, - "tests/models/test_match_spec.py::test_exact_values": 0.0032756663307320286, - "tests/models/test_match_spec.py::test_hash": 0.002814245607676635, - "tests/models/test_match_spec.py::test_hash_merge_with_name": 0.0049322210599595205, - "tests/models/test_match_spec.py::test_hash_merge_wo_name": 0.002876774566496639, - "tests/models/test_match_spec.py::test_index_record": 0.004843743464505413, - "tests/models/test_match_spec.py::test_invalid": 0.002367280124522265, - "tests/models/test_match_spec.py::test_invalid_arg2spec": 0.002439709630219125, - "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg 4.2.2<6.0.0]": 0.002616858904511613, - "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg>=0.10.0,<1.0.0=0.13.0,<1.0.0>=py312]": 0.002751699925593112, - "tests/models/test_match_spec.py::test_key_value_features_canonical_string_forms": 0.0005446162820581928, - "tests/models/test_match_spec.py::test_legacy_features_canonical_string_forms": 0.0024937968436237207, - "tests/models/test_match_spec.py::test_license_match": 0.00828981426742691, - "tests/models/test_match_spec.py::test_match_1": 0.018683967317310358, - "tests/models/test_match_spec.py::test_matchspec_errors": 0.0025630812360812097, - "tests/models/test_match_spec.py::test_merge_multiple_name": 0.004948233034315555, - "tests/models/test_match_spec.py::test_merge_single_name": 0.004523673748424146, - "tests/models/test_match_spec.py::test_no_name_match_spec": 0.002418672917883587, - "tests/models/test_match_spec.py::test_openssl_match": 0.004209036096583686, - "tests/models/test_match_spec.py::test_parse_build_number_brackets": 0.002530076545970283, - "tests/models/test_match_spec.py::test_parse_channel_subdir": 0.0036422360377811793, - "tests/models/test_match_spec.py::test_parse_equal_equal": 0.0024773200913971467, - "tests/models/test_match_spec.py::test_parse_errors": 0.002391444983593385, - "tests/models/test_match_spec.py::test_parse_hard": 0.002681606636325239, - "tests/models/test_match_spec.py::test_parse_parens": 0.0035342779722929013, - "tests/models/test_match_spec.py::test_parse_spec_str_no_brackets": 0.003789829568302039, - "tests/models/test_match_spec.py::test_parse_spec_str_tarball_url": 0.005469692940218498, - "tests/models/test_match_spec.py::test_parse_spec_str_with_brackets": 0.003989822654352971, - "tests/models/test_match_spec.py::test_pip_style": 0.0027251257636527774, - "tests/models/test_match_spec.py::test_pip_style2": 0.0030932127780190066, - "tests/models/test_match_spec.py::test_simple": 0.0030150642973813557, - "tests/models/test_match_spec.py::test_star_name": 0.002410831559821431, - "tests/models/test_match_spec.py::test_strictness": 0.004583435263929117, - "tests/models/test_match_spec.py::test_subdir_merge": 0.004589942888887352, - "tests/models/test_match_spec.py::test_tarball_match_specs": 0.0077807837809720885, - "tests/models/test_match_spec.py::test_to_filename": 0.004041125024772978, - "tests/models/test_match_spec.py::test_track_features_match": 0.007590865118601514, - "tests/models/test_package_info.py::test_package_info": 0.0040478462016570295, - "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[classic]": 1.5192509002146484, - "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[libmamba]": 0.633109513678209, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[classic]": 0.025546210937612574, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[libmamba]": 0.02456743156108186, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[classic]": 0.021992302591306884, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[libmamba]": 0.02279388402471425, - "tests/models/test_prefix_graph.py::test_prefix_graph_1[classic]": 5.8207192797070135, - "tests/models/test_prefix_graph.py::test_prefix_graph_1[libmamba]": 0.449033048357047, - "tests/models/test_prefix_graph.py::test_prefix_graph_2[classic]": 5.911338394566965, - "tests/models/test_prefix_graph.py::test_prefix_graph_2[libmamba]": 0.43884074274907936, - "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[classic]": 5.9093560250962724, - "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[libmamba]": 0.4461203738337963, - "tests/models/test_prefix_graph.py::test_sort_without_prep[classic]": 6.406598067534139, - "tests/models/test_prefix_graph.py::test_sort_without_prep[libmamba]": 0.9801731237830532, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[classic]": 6.714071290660147, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[libmamba]": 1.3705518177361513, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[classic]": 6.721459736838307, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[libmamba]": 1.31459636526111, - "tests/models/test_version.py::test_compatible_release_versions": 0.0028320041887241417, - "tests/models/test_version.py::test_compound_versions": 0.002805845266596675, - "tests/models/test_version.py::test_hexrd": 0.002412742869643403, - "tests/models/test_version.py::test_invalid_version_specs": 0.0029144387616473525, - "tests/models/test_version.py::test_local_identifier": 0.0025543350203123694, - "tests/models/test_version.py::test_match": 0.008544460697832518, - "tests/models/test_version.py::test_not_eq_star": 0.0026992672163655648, - "tests/models/test_version.py::test_openssl_convention": 0.0030835320785021878, - "tests/models/test_version.py::test_pep440": 0.003929591376534543, - "tests/models/test_version.py::test_pep_440_arbitrary_equality_operator": 0.002421903626630733, - "tests/models/test_version.py::test_ver_eval": 0.0031327008788023278, - "tests/models/test_version.py::test_ver_eval_errors": 0.002463617012462324, - "tests/models/test_version.py::test_version_order": 0.005114997531215653, - "tests/models/test_version.py::test_version_spec_1": 0.002448470607690047, - "tests/models/test_version.py::test_version_spec_2": 0.002721045232193712, - "tests/models/test_version.py::test_version_spec_3": 0.0024035212370285166, - "tests/models/test_version.py::test_version_spec_4": 0.0025464889716909924, - "tests/notices/test_core.py::test__conda_user_story__disable_notices": 0.011028139072248772, - "tests/notices/test_core.py::test__conda_user_story__more_notices_message": 0.014841144243839735, - "tests/notices/test_core.py::test__conda_user_story__only_see_once": 0.014227338605835353, - "tests/notices/test_core.py::test_display_notices_happy_path[200]": 0.020429108956657054, - "tests/notices/test_core.py::test_display_notices_happy_path[404]": 0.015469087135618361, - "tests/notices/test_core.py::test_display_notices_happy_path[500]": 0.014871183175694176, - "tests/notices/test_core.py::test_notices_decorator": 0.013945168494748385, - "tests/notices/test_fetch.py::test_get_channel_notice_response_malformed_json": 0.014082324072364578, - "tests/notices/test_fetch.py::test_get_channel_notice_response_timeout_error": 0.012789526550748782, - "tests/notices/test_fetch.py::test_notice_response_cache_expired": 0.0024272266838748723, - "tests/notices/test_types.py::test_channel_notice_response": 0.0024956469906016183, - "tests/notices/test_types.py::test_channel_notice_response_date_parse_error": 0.002479304583386738, - "tests/notices/test_types.py::test_channel_notice_response_integer_id": 0.0023591173921764202, - "tests/notices/test_types.py::test_channel_notice_undefined_id": 0.0023440833158969265, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path": 5.950201656998989, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_show_help": 0.05825673671303982, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_verbose": 5.960740517642691, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_non_existent_environment": 0.08213531666660935, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_test_environment": 7.8484093875670915, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyc]": 0.010404323206015961, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyo]": 0.010202732576743976, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-False]": 0.01073363994697269, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-True]": 0.01101063226268787, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-False]": 0.010987056933863686, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-True]": 0.010553169690208435, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyc-False]": 0.022063537365008004, + "tests/gateways/test_repodata_lock.py::test_lock_no_lock[False]": 10.927169230581496, + "tests/gateways/test_repodata_lock.py::test_lock_no_lock[True]": 1.8777031110950622, + "tests/gateways/test_repodata_lock.py::test_lock_rename": 0.0005748408835520837, + "tests/gateways/test_subprocess.py::test_subprocess_call_with_capture_output": 0.47612620535302275, + "tests/gateways/test_subprocess.py::test_subprocess_call_without_capture_output": 0.48110034542788876, + "tests/models/test_channel.py::test_bare_channel_file": 0.00382845797296718, + "tests/models/test_channel.py::test_bare_channel_http": 0.003678922679154279, + "tests/models/test_channel.py::test_canonicalized_url_gets_correct_token": 0.01899679529191789, + "tests/models/test_channel.py::test_channel_alias": 0.02402088528274206, + "tests/models/test_channel.py::test_channel_alias_channels": 0.0038925607075748175, + "tests/models/test_channel.py::test_channel_alias_w_conda_path": 0.018285613049998484, + "tests/models/test_channel.py::test_channel_alias_w_subhcnnale": 0.01862309606313062, + "tests/models/test_channel.py::test_channel_cache": 0.0035910907609513496, + "tests/models/test_channel.py::test_channel_host_port": 0.0036858723614447532, + "tests/models/test_channel.py::test_channel_mangles_urls": 0.004091212588509723, + "tests/models/test_channel.py::test_channel_name_subdir_only": 0.0047951284133875855, + "tests/models/test_channel.py::test_channels_with_dashes": 0.02036257514483055, + "tests/models/test_channel.py::test_custom_channels": 0.026752242755185496, + "tests/models/test_channel.py::test_custom_channels_port_token_auth": 0.025531419325601646, + "tests/models/test_channel.py::test_custom_token_in_channel": 0.018326718340587245, + "tests/models/test_channel.py::test_default_channel": 0.005116194730796068, + "tests/models/test_channel.py::test_default_channels": 0.02355939919309068, + "tests/models/test_channel.py::test_defaults_channel": 0.02471895678907549, + "tests/models/test_channel.py::test_env_var_file_urls": 0.005373580964795931, + "tests/models/test_channel.py::test_expanded_variables": 0.0226209025855316, + "tests/models/test_channel.py::test_file_channel": 0.025635288866174603, + "tests/models/test_channel.py::test_file_url_with_backslashes": 0.003885996082901459, + "tests/models/test_channel.py::test_file_urls": 0.0038324704366280876, + "tests/models/test_channel.py::test_local_channel": 0.03637347022201116, + "tests/models/test_channel.py::test_migrated_custom_channels": 0.026074019984909946, + "tests/models/test_channel.py::test_multichannel_priority": 0.005154714565523197, + "tests/models/test_channel.py::test_named_custom_channel": 0.023607515475223446, + "tests/models/test_channel.py::test_named_custom_channel_w_subchan": 0.023057452446705314, + "tests/models/test_channel.py::test_old_channel_alias": 0.025989019078515647, + "tests/models/test_channel.py::test_pkgs_main": 0.027899490809400407, + "tests/models/test_channel.py::test_pkgs_pro": 0.027344762816706412, + "tests/models/test_channel.py::test_ppc64le_vs_ppc64": 0.005617268308910056, + "tests/models/test_channel.py::test_regression_against_unknown_none": 0.00476972498606902, + "tests/models/test_channel.py::test_subdir_env_var": 0.014289038933784203, + "tests/models/test_channel.py::test_subdirs_env_var": 0.015052077186074089, + "tests/models/test_channel.py::test_token_in_custom_channel": 0.004208433542929825, + "tests/models/test_channel.py::test_unexpanded_variables": 0.021406535856804253, + "tests/models/test_channel.py::test_url_channel_w_platform": 0.004963114559763078, + "tests/models/test_channel.py::test_url_custom_channel": 0.023650077183979806, + "tests/models/test_channel.py::test_url_custom_channel_w_subchan": 0.023367675115537754, + "tests/models/test_dist.py::test_channel[.conda]": 0.004440647431411256, + "tests/models/test_dist.py::test_channel[.tar.bz2]": 0.004335268221165474, + "tests/models/test_dist.py::test_dist[.conda]": 0.004007213635033863, + "tests/models/test_dist.py::test_dist[.tar.bz2]": 0.0036772270632545977, + "tests/models/test_dist.py::test_dist_with_channel_url[.conda]": 0.03424925236001119, + "tests/models/test_dist.py::test_dist_with_channel_url[.tar.bz2]": 0.0335737604863829, + "tests/models/test_dist.py::test_dist_with_non_channel_url[.conda]": 0.004177949397129234, + "tests/models/test_dist.py::test_dist_with_non_channel_url[.tar.bz2]": 0.0041688107446593735, + "tests/models/test_index_record.py::test_index_record_timestamp": 0.004603005222683675, + "tests/models/test_index_record.py::test_prefix_record_no_channel": 0.00573430381773634, + "tests/models/test_match_spec.py::test_bracket_matches": 0.007477760104679465, + "tests/models/test_match_spec.py::test_build_merge": 0.004311369134055893, + "tests/models/test_match_spec.py::test_build_number_and_filename": 0.002418511282770944, + "tests/models/test_match_spec.py::test_build_number_merge": 0.004390642470821454, + "tests/models/test_match_spec.py::test_canonical_string_forms": 0.010586588318804938, + "tests/models/test_match_spec.py::test_catch_invalid_regexes": 0.005270693864986636, + "tests/models/test_match_spec.py::test_channel_matching": 0.005549884560717375, + "tests/models/test_match_spec.py::test_channel_merge": 0.004537527165986391, + "tests/models/test_match_spec.py::test_comment": 0.0025017358461412826, + "tests/models/test_match_spec.py::test_conda_style": 0.0024839953784046064, + "tests/models/test_match_spec.py::test_dist": 0.005870013470294025, + "tests/models/test_match_spec.py::test_dist_str": 0.00629498353576779, + "tests/models/test_match_spec.py::test_exact_values": 0.0033619012413394606, + "tests/models/test_match_spec.py::test_hash": 0.002803657454451526, + "tests/models/test_match_spec.py::test_hash_merge_with_name": 0.0049230680283902355, + "tests/models/test_match_spec.py::test_hash_merge_wo_name": 0.002884467133950685, + "tests/models/test_match_spec.py::test_index_record": 0.004822682327658978, + "tests/models/test_match_spec.py::test_invalid": 0.00235937750110782, + "tests/models/test_match_spec.py::test_invalid_arg2spec": 0.002447883591970604, + "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg 4.2.2<6.0.0]": 0.002623351559420142, + "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg>=0.10.0,<1.0.0=0.13.0,<1.0.0>=py312]": 0.002739757119783668, + "tests/models/test_match_spec.py::test_key_value_features_canonical_string_forms": 0.0005449547544785778, + "tests/models/test_match_spec.py::test_legacy_features_canonical_string_forms": 0.0024821956305916696, + "tests/models/test_match_spec.py::test_license_match": 0.008234771367516549, + "tests/models/test_match_spec.py::test_match_1": 0.01861078359851083, + "tests/models/test_match_spec.py::test_matchspec_errors": 0.0025610922935632666, + "tests/models/test_match_spec.py::test_merge_multiple_name": 0.004959639286609454, + "tests/models/test_match_spec.py::test_merge_single_name": 0.004660193760352193, + "tests/models/test_match_spec.py::test_no_name_match_spec": 0.0024155905423567207, + "tests/models/test_match_spec.py::test_openssl_match": 0.004216028649764112, + "tests/models/test_match_spec.py::test_parse_build_number_brackets": 0.00256434524602134, + "tests/models/test_match_spec.py::test_parse_channel_subdir": 0.003710221873416683, + "tests/models/test_match_spec.py::test_parse_equal_equal": 0.002484166133038885, + "tests/models/test_match_spec.py::test_parse_errors": 0.002390585689521223, + "tests/models/test_match_spec.py::test_parse_hard": 0.0027241737214211965, + "tests/models/test_match_spec.py::test_parse_parens": 0.003532381994563997, + "tests/models/test_match_spec.py::test_parse_spec_str_no_brackets": 0.00378364909116017, + "tests/models/test_match_spec.py::test_parse_spec_str_tarball_url": 0.0054400308140516085, + "tests/models/test_match_spec.py::test_parse_spec_str_with_brackets": 0.003984883801930449, + "tests/models/test_match_spec.py::test_pip_style": 0.002711464317953508, + "tests/models/test_match_spec.py::test_pip_style2": 0.00308689039673726, + "tests/models/test_match_spec.py::test_simple": 0.0029981197051575106, + "tests/models/test_match_spec.py::test_star_name": 0.0024050046290813557, + "tests/models/test_match_spec.py::test_strictness": 0.004601757704648386, + "tests/models/test_match_spec.py::test_subdir_merge": 0.004605134688353133, + "tests/models/test_match_spec.py::test_tarball_match_specs": 0.007764188826886477, + "tests/models/test_match_spec.py::test_to_filename": 0.00404029988631539, + "tests/models/test_match_spec.py::test_track_features_match": 0.007593678137242159, + "tests/models/test_package_info.py::test_package_info": 0.004034604747389888, + "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[classic]": 1.524576725407411, + "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[libmamba]": 0.6289086062457548, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[classic]": 0.024999858349610903, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[libmamba]": 0.024318978788957227, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[classic]": 0.021970784609079724, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[libmamba]": 0.023428912206937824, + "tests/models/test_prefix_graph.py::test_prefix_graph_1[classic]": 5.788489837820384, + "tests/models/test_prefix_graph.py::test_prefix_graph_1[libmamba]": 0.44859164668836177, + "tests/models/test_prefix_graph.py::test_prefix_graph_2[classic]": 5.875101648275781, + "tests/models/test_prefix_graph.py::test_prefix_graph_2[libmamba]": 0.4339363598770044, + "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[classic]": 5.932865738515155, + "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[libmamba]": 0.4476954732190786, + "tests/models/test_prefix_graph.py::test_sort_without_prep[classic]": 6.387929763846538, + "tests/models/test_prefix_graph.py::test_sort_without_prep[libmamba]": 1.0176113066653154, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[classic]": 6.726851203163008, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[libmamba]": 1.3705210908087313, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[classic]": 6.586291199385478, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[libmamba]": 1.3072520783782098, + "tests/models/test_version.py::test_compatible_release_versions": 0.002814978255829316, + "tests/models/test_version.py::test_compound_versions": 0.0028011219193902984, + "tests/models/test_version.py::test_hexrd": 0.002400182948785512, + "tests/models/test_version.py::test_invalid_version_specs": 0.002909748249928261, + "tests/models/test_version.py::test_local_identifier": 0.0026363907182669222, + "tests/models/test_version.py::test_match": 0.008603123470383448, + "tests/models/test_version.py::test_not_eq_star": 0.0027098226305850006, + "tests/models/test_version.py::test_openssl_convention": 0.0030846759793871884, + "tests/models/test_version.py::test_pep440": 0.003969257249081426, + "tests/models/test_version.py::test_pep_440_arbitrary_equality_operator": 0.0024175114144327392, + "tests/models/test_version.py::test_ver_eval": 0.003135448391724602, + "tests/models/test_version.py::test_ver_eval_errors": 0.0024684064229615497, + "tests/models/test_version.py::test_version_order": 0.005094083973016098, + "tests/models/test_version.py::test_version_spec_1": 0.0024393539793737796, + "tests/models/test_version.py::test_version_spec_2": 0.0027066948152871767, + "tests/models/test_version.py::test_version_spec_3": 0.0024052893970284385, + "tests/models/test_version.py::test_version_spec_4": 0.002550364102804026, + "tests/notices/test_core.py::test__conda_user_story__disable_notices": 0.01037368171766218, + "tests/notices/test_core.py::test__conda_user_story__more_notices_message": 0.01527546649798894, + "tests/notices/test_core.py::test__conda_user_story__only_see_once": 0.014758550870419206, + "tests/notices/test_core.py::test_display_notices_happy_path[200]": 0.017160716355676568, + "tests/notices/test_core.py::test_display_notices_happy_path[404]": 0.017405524981262546, + "tests/notices/test_core.py::test_display_notices_happy_path[500]": 0.01723864948743681, + "tests/notices/test_core.py::test_notices_decorator": 0.01381922577716129, + "tests/notices/test_fetch.py::test_get_channel_notice_response_malformed_json": 0.013213121521249444, + "tests/notices/test_fetch.py::test_get_channel_notice_response_timeout_error": 0.012453725299196954, + "tests/notices/test_fetch.py::test_notice_response_cache_expired": 0.0024228511039849805, + "tests/notices/test_types.py::test_channel_notice_response": 0.0024927235095256526, + "tests/notices/test_types.py::test_channel_notice_response_date_parse_error": 0.0024742556139626514, + "tests/notices/test_types.py::test_channel_notice_response_integer_id": 0.0023601702154140702, + "tests/notices/test_types.py::test_channel_notice_undefined_id": 0.002347836263956536, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path": 5.974528327608114, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_show_help": 0.057536241641116356, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_verbose": 5.991838103853351, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_non_existent_environment": 0.08212360388069566, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_test_environment": 7.715488214772666, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyc]": 0.008096960619967772, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyo]": 0.009049228449709644, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-False]": 0.00972407755485945, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-True]": 0.009733690110915256, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-False]": 0.010370210571583015, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-True]": 0.009602820368252869, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyc-False]": 0.022063537365008, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyc-True]": 0.0222801616697343, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyo-False]": 0.022248000513055803, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyo-True]": 0.02237871774172859, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyo-False]": 0.022248000513055807, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyo-True]": 0.022378717741728588, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyc-False]": 0.022525914420543046, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyc-True]": 0.022344842319190244, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyo-False]": 0.022722467215131405, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyo-True]": 0.022183822931299113, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyc-False]": 0.022312922399002327, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyc-True]": 0.02228115556704178, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyo-False]": 0.022103610550855475, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyo-True]": 0.021972504318172943, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyc]": 0.01051293377471756, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyo]": 0.010638685033844337, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyc]": 0.009713642751575461, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyo]": 0.008818071549466667, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyc]": 0.020118197693928357, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyo]": 0.008897220454176031, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyc]": 0.0137856166627871, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyo]": 0.01642514899322703, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyc]": 0.007927741579955636, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyo]": 0.010259328660404464, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-False]": 0.011325665025291363, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-True]": 0.011995772539655801, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-False]": 0.009082988282052876, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-True]": 0.009120248844353768, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyc]": 0.009886748406952927, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyo]": 0.008814555424557004, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-False]": 0.012011293504267691, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-True]": 0.008704540812635319, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-False]": 0.009707215387046648, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-True]": 0.0090057023189025, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyc]": 0.009196770461750907, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyo]": 0.010200654563468508, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-False]": 0.008217640952336147, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-True]": 0.008845160992650114, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-False]": 0.010291930691199203, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-True]": 0.009830876254130975, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyc]": 0.011201068529743327, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyo]": 0.009816360432588055, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyc]": 0.014242392466762031, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyo]": 0.008178263609682167, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyc]": 0.008813148584132567, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyo]": 0.009219384032925989, - "tests/plugins/test_auth_handlers.py::test_duplicated": 0.006541031704420491, - "tests/plugins/test_auth_handlers.py::test_get_auth_handler": 0.004488520463154752, - "tests/plugins/test_auth_handlers.py::test_get_auth_handler_multiple": 0.004467174581817221, - "tests/plugins/test_health_checks.py::test_health_check_not_ran": 0.09135093277447778, - "tests/plugins/test_health_checks.py::test_health_check_ran": 0.08422366313611034, - "tests/plugins/test_manager.py::test_disable_external_plugins[VerboseSolverPlugin]": 0.004059250316678798, - "tests/plugins/test_manager.py::test_disable_external_plugins[tests.plugins.test_manager]": 0.004075131988219446, - "tests/plugins/test_manager.py::test_get_canonical_name_class": 0.0036755024492746225, - "tests/plugins/test_manager.py::test_get_canonical_name_instance": 0.005683749885440442, - "tests/plugins/test_manager.py::test_get_canonical_name_module": 0.003755461145772824, - "tests/plugins/test_manager.py::test_get_canonical_name_object": 0.004936035569425687, - "tests/plugins/test_manager.py::test_get_hook_results": 0.010412799324711881, - "tests/plugins/test_manager.py::test_get_solvers": 0.0039238326453853315, - "tests/plugins/test_manager.py::test_get_virtual_packages": 0.0039706166083792, - "tests/plugins/test_manager.py::test_get_virtual_packages_no_name": 0.004961103672137493, - "tests/plugins/test_manager.py::test_known_solver": 0.003964168885454525, - "tests/plugins/test_manager.py::test_load_entrypoints_blocked": 0.021164431378177473, - "tests/plugins/test_manager.py::test_load_entrypoints_importerror": 0.023202737187294084, - "tests/plugins/test_manager.py::test_load_entrypoints_register_valueerror": 0.031509229007341794, - "tests/plugins/test_manager.py::test_load_entrypoints_success": 0.02255304355153534, - "tests/plugins/test_manager.py::test_load_plugins_error": 0.004011270681753333, - "tests/plugins/test_manager.py::test_load_two_plugins_one_impls": 0.004247074678138559, - "tests/plugins/test_manager.py::test_load_without_plugins": 0.0037346552823582235, - "tests/plugins/test_manager.py::test_unknown_solver": 0.003918215733978525, - "tests/plugins/test_post_commands.py::test_post_command_action_raises_exception": 0.07833378516514024, - "tests/plugins/test_post_commands.py::test_post_command_invoked": 0.09382467875813287, - "tests/plugins/test_post_commands.py::test_post_command_not_invoked": 0.09898866417946234, - "tests/plugins/test_post_solves.py::test_post_solve_action_raises_exception": 18.5569665959713, - "tests/plugins/test_post_solves.py::test_post_solve_invoked": 53.10314903706748, - "tests/plugins/test_post_solves.py::test_post_solve_not_invoked": 0.10179601113119177, - "tests/plugins/test_pre_commands.py::test_pre_command_action_raises_exception": 0.06923861806953224, - "tests/plugins/test_pre_commands.py::test_pre_command_invoked": 0.1153300669750822, - "tests/plugins/test_pre_commands.py::test_pre_command_not_invoked": 0.10311519173017603, - "tests/plugins/test_pre_solves.py::test_pre_solve_action_raises_exception": 0.08759089598678468, - "tests/plugins/test_pre_solves.py::test_pre_solve_invoked": 18.93869439898988, - "tests/plugins/test_pre_solves.py::test_pre_solve_not_invoked": 0.10475837445111344, - "tests/plugins/test_settings.py::test_get_settings": 0.0044265806663964374, - "tests/plugins/test_settings.py::test_load_configuration_parameters": 0.00455799549267011, - "tests/plugins/test_settings.py::test_load_plugin_config_with_env_var": 0.021280294062666606, - "tests/plugins/test_settings.py::test_load_plugin_settings_with_condarc": 0.02033416794410152, - "tests/plugins/test_solvers.py::test_duplicated": 0.005857390599811407, - "tests/plugins/test_solvers.py::test_get_cached_solver_backend": 0.005270670878093038, - "tests/plugins/test_solvers.py::test_get_conflicting_solvers": 0.005907428347997109, - "tests/plugins/test_solvers.py::test_get_no_solver": 0.003823330607262394, - "tests/plugins/test_solvers.py::test_get_one_solver": 0.003923349968336466, - "tests/plugins/test_solvers.py::test_get_solver_backend": 0.018655396264999922, - "tests/plugins/test_solvers.py::test_get_solver_backend_multiple": 0.018514253824978337, - "tests/plugins/test_solvers.py::test_get_two_solvers": 0.004213869792291883, - "tests/plugins/test_solvers.py::test_solver_user_agent": 0.018490587401517898, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[activate]": 0.055646787430303345, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[clean]": 0.06517402135312883, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[compare]": 0.0671694037346328, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[config]": 0.05776613882839211, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[create]": 0.06256180253419447, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[deactivate]": 0.05664107060489498, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[export]": 0.07583733985751025, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[info]": 0.06043722953273223, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[init]": 0.06400592680929436, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[install]": 0.06049027001879084, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[list]": 0.06461283896428886, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[notices]": 0.07111890093032308, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[package]": 0.05583785519587819, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[remove]": 0.058875271868479406, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[rename]": 0.05603482885148778, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[run]": 0.05736060005298645, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[search]": 0.057400841046538136, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[update]": 0.06653042085387008, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[upgrade]": 0.05979055748000336, - "tests/plugins/test_subcommands.py::test_custom_plugin_extend_parser": 0.05428469402787051, - "tests/plugins/test_subcommands.py::test_custom_plugin_not_extend_parser": 0.08709177904865269, - "tests/plugins/test_subcommands.py::test_duplicated": 0.004583028257160724, - "tests/plugins/test_subcommands.py::test_help": 0.05848862943748672, - "tests/plugins/test_subcommands.py::test_invoked": 0.08704826181456687, - "tests/plugins/test_subcommands.py::test_parser_no_plugins": 0.04846750265096761, - "tests/plugins/test_virtual_packages.py::test_archspec_override[None-False]": 2.930390667550274, - "tests/plugins/test_virtual_packages.py::test_archspec_override[bla-True]": 2.9678642226233727, - "tests/plugins/test_virtual_packages.py::test_conda_virtual_package": 2.81453804318395, - "tests/plugins/test_virtual_packages.py::test_cuda_detection": 1.7221951871284749, - "tests/plugins/test_virtual_packages.py::test_cuda_override": 0.0026837241582816926, - "tests/plugins/test_virtual_packages.py::test_cuda_override_none": 0.0025981033808933716, - "tests/plugins/test_virtual_packages.py::test_duplicated": 15.696124431158072, - "tests/plugins/test_virtual_packages.py::test_glibc_override[1.0-True]": 3.7034452477079447, - "tests/plugins/test_virtual_packages.py::test_glibc_override[None-False]": 6.144044729483772, - "tests/plugins/test_virtual_packages.py::test_invoked": 20.753996277877334, - "tests/plugins/test_virtual_packages.py::test_linux_override[1.0-True]": 5.674121040584873, - "tests/plugins/test_virtual_packages.py::test_linux_override[None-True]": 8.10433085268112, - "tests/plugins/test_virtual_packages.py::test_osx_override[1.0-True]": 3.8050055812138788, - "tests/plugins/test_virtual_packages.py::test_osx_override[None-False]": 5.561465090502453, - "tests/plugins/test_virtual_packages.py::test_subdir_override[emscripten-wasm32]": 1.6596652896139257, - "tests/plugins/test_virtual_packages.py::test_subdir_override[freebsd-64]": 1.3645148049999067, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-32]": 4.513037633622709, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-64]": 12.408112406573936, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-aarch64]": 4.171188995575469, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv6l]": 0.600033132115717, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv7l]": 0.9553011907863659, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64]": 1.0095827977796845, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64le]": 3.782298924670876, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-riscv64]": 1.0362650929689154, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-s390x]": 3.360359604313528, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-64]": 8.024268926034932, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-aarch64]": 1.0164101113649169, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-arm64]": 4.086294758339475, - "tests/plugins/test_virtual_packages.py::test_subdir_override[wasi-wasm32]": 1.0312396888462882, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-32]": 5.740276507969714, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-640]": 1.4454821508764346, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-641]": 1.4156053114750389, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_0]": 9.506473730226936, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_1]": 7.414567719645043, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-arm64]": 0.9216205972828314, - "tests/plugins/test_virtual_packages.py::test_subdir_override[zos-z]": 0.5845602483430894, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 legacy]": 4.327699926710254, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 mingw64]": 4.333214422882785, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-legacy]": 4.33076114243127, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-mingw64 legacy]": 4.327651191204387, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-nothing]": 4.320091851680855, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 clang64]": 4.345990343174994, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 legacy]": 4.331692125316338, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64]": 4.314677008118477, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 legacy]": 4.349420489440701, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 mingw64]": 4.301644812262317, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-legacy]": 4.314656276470995, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-mingw64 legacy]": 4.347836337453334, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-nothing]": 4.328097626324842, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 clang64]": 4.338900351130759, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 legacy]": 4.306429709660013, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64]": 4.342322321645299, - "tests/test_activate.py::test_PS1": 0.163073066452168, - "tests/test_activate.py::test_PS1_no_changeps1": 0.17651365966973043, - "tests/test_activate.py::test_activate_and_deactivate_for_uninitialized_env": 0.21274914527822955, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyo-False]": 0.02210361055085547, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyo-True]": 0.02197250431817294, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyc]": 0.009008995503621038, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyo]": 0.008828599068615496, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyc]": 0.0107776769836205, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyo]": 0.00805367509607832, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyc]": 0.010258607252927737, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyo]": 0.009211368674783248, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyc]": 0.01074280560754323, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyo]": 0.009440216133040347, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyc]": 0.007551084023081017, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyo]": 0.00833366276532742, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-False]": 0.009513641069013883, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-True]": 0.00952706458155421, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-False]": 0.007884947332973721, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-True]": 0.008526532625339847, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyc]": 0.007944965739194119, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyo]": 0.008316452189012908, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-False]": 0.010008932186422069, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-True]": 0.008825897768293362, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-False]": 0.008716340471385581, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-True]": 0.008873246544942558, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyc]": 0.010209577957486348, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyo]": 0.007243643586384619, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-False]": 0.007594384262832564, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-True]": 0.009062841251406311, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-False]": 0.008478355776659173, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-True]": 0.008927593426617985, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyc]": 0.010438661226273582, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyo]": 0.009757125739326224, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyc]": 0.013298766953739166, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyo]": 0.008113260661423113, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyc]": 0.01944844999995136, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyo]": 0.013732850000091426, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyc]": 0.02049439999998981, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyo]": 0.01594313333326151, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyc]": 0.025500033333334688, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyo]": 0.02174783333331713, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyc]": 0.008555860498029382, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyo]": 0.008429923916554494, + "tests/plugins/test_auth_handlers.py::test_duplicated": 0.0066476246087360654, + "tests/plugins/test_auth_handlers.py::test_get_auth_handler": 0.004520885759307996, + "tests/plugins/test_auth_handlers.py::test_get_auth_handler_multiple": 0.004422261900354898, + "tests/plugins/test_health_checks.py::test_health_check_not_ran": 0.0910385080237023, + "tests/plugins/test_health_checks.py::test_health_check_ran": 0.08423506437518102, + "tests/plugins/test_manager.py::test_disable_external_plugins[VerboseSolverPlugin]": 0.004024113567947344, + "tests/plugins/test_manager.py::test_disable_external_plugins[tests.plugins.test_manager]": 0.004012230494865253, + "tests/plugins/test_manager.py::test_get_canonical_name_class": 0.003688584225659899, + "tests/plugins/test_manager.py::test_get_canonical_name_instance": 0.005744315911153574, + "tests/plugins/test_manager.py::test_get_canonical_name_module": 0.0037095950123476862, + "tests/plugins/test_manager.py::test_get_canonical_name_object": 0.004938792715198259, + "tests/plugins/test_manager.py::test_get_hook_results": 0.010319324747511712, + "tests/plugins/test_manager.py::test_get_solvers": 0.003917645511283312, + "tests/plugins/test_manager.py::test_get_virtual_packages": 0.0039371340351114625, + "tests/plugins/test_manager.py::test_get_virtual_packages_no_name": 0.004999576424882275, + "tests/plugins/test_manager.py::test_known_solver": 0.003964229149356542, + "tests/plugins/test_manager.py::test_load_entrypoints_blocked": 0.02120544599535412, + "tests/plugins/test_manager.py::test_load_entrypoints_importerror": 0.023275871919007384, + "tests/plugins/test_manager.py::test_load_entrypoints_register_valueerror": 0.031825816241599095, + "tests/plugins/test_manager.py::test_load_entrypoints_success": 0.022731404669601097, + "tests/plugins/test_manager.py::test_load_plugins_error": 0.003996542671252025, + "tests/plugins/test_manager.py::test_load_two_plugins_one_impls": 0.004224233845828951, + "tests/plugins/test_manager.py::test_load_without_plugins": 0.003748038836020041, + "tests/plugins/test_manager.py::test_unknown_solver": 0.003842089488509223, + "tests/plugins/test_post_commands.py::test_post_command_action_raises_exception": 0.07775250871607081, + "tests/plugins/test_post_commands.py::test_post_command_invoked": 0.09829904556831773, + "tests/plugins/test_post_commands.py::test_post_command_not_invoked": 0.09866479187331055, + "tests/plugins/test_post_solves.py::test_post_solve_action_raises_exception": 21.96744662269872, + "tests/plugins/test_post_solves.py::test_post_solve_invoked": 52.47421540451231, + "tests/plugins/test_post_solves.py::test_post_solve_not_invoked": 0.10116124180311972, + "tests/plugins/test_pre_commands.py::test_pre_command_action_raises_exception": 0.06929032331702252, + "tests/plugins/test_pre_commands.py::test_pre_command_invoked": 0.11214845898879487, + "tests/plugins/test_pre_commands.py::test_pre_command_not_invoked": 0.1025006737626002, + "tests/plugins/test_pre_solves.py::test_pre_solve_action_raises_exception": 0.0868996100435827, + "tests/plugins/test_pre_solves.py::test_pre_solve_invoked": 22.711284043575336, + "tests/plugins/test_pre_solves.py::test_pre_solve_not_invoked": 0.11172156784786658, + "tests/plugins/test_settings.py::test_get_settings": 0.004409978746204048, + "tests/plugins/test_settings.py::test_load_configuration_parameters": 0.004534304923322838, + "tests/plugins/test_settings.py::test_load_plugin_config_with_env_var": 0.021024007091949987, + "tests/plugins/test_settings.py::test_load_plugin_settings_with_condarc": 0.020289129941124383, + "tests/plugins/test_solvers.py::test_duplicated": 0.005871297098596808, + "tests/plugins/test_solvers.py::test_get_cached_solver_backend": 0.005247835155907539, + "tests/plugins/test_solvers.py::test_get_conflicting_solvers": 0.005834963834638686, + "tests/plugins/test_solvers.py::test_get_no_solver": 0.003754019381914673, + "tests/plugins/test_solvers.py::test_get_one_solver": 0.0039452686526971585, + "tests/plugins/test_solvers.py::test_get_solver_backend": 0.018496794890648732, + "tests/plugins/test_solvers.py::test_get_solver_backend_multiple": 0.018342813799236267, + "tests/plugins/test_solvers.py::test_get_two_solvers": 0.0042177756189502634, + "tests/plugins/test_solvers.py::test_solver_user_agent": 0.018416021021034883, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[activate]": 0.05591729764439954, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[clean]": 0.06406496429469613, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[compare]": 0.065919819194404, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[config]": 0.05757684209118331, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[create]": 0.061933446436593, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[deactivate]": 0.05601991794948499, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[export]": 0.06814668032132701, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[info]": 0.05995991321071636, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[init]": 0.06301683124283432, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[install]": 0.0674564993446796, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[list]": 0.06382627408668923, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[notices]": 0.07434943465410865, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[package]": 0.05941778019744774, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[remove]": 0.058731133408880205, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[rename]": 0.05650419818760474, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[run]": 0.05767660570608453, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[search]": 0.05760793916028971, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[update]": 0.06578280349056576, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[upgrade]": 0.06713988893708552, + "tests/plugins/test_subcommands.py::test_custom_plugin_extend_parser": 0.05864962759969724, + "tests/plugins/test_subcommands.py::test_custom_plugin_not_extend_parser": 0.08614550638361616, + "tests/plugins/test_subcommands.py::test_duplicated": 0.0045569360556503595, + "tests/plugins/test_subcommands.py::test_help": 0.058181675737493596, + "tests/plugins/test_subcommands.py::test_invoked": 0.08622585959809134, + "tests/plugins/test_subcommands.py::test_parser_no_plugins": 0.05563615281365402, + "tests/plugins/test_virtual_packages.py::test_archspec_override[None-False]": 3.3292395452445125, + "tests/plugins/test_virtual_packages.py::test_archspec_override[bla-True]": 2.9525247243027604, + "tests/plugins/test_virtual_packages.py::test_conda_virtual_package": 2.7854840876251408, + "tests/plugins/test_virtual_packages.py::test_cuda_detection": 1.7221858968236439, + "tests/plugins/test_virtual_packages.py::test_cuda_override": 0.0026833900549520055, + "tests/plugins/test_virtual_packages.py::test_cuda_override_none": 0.0026215595307426793, + "tests/plugins/test_virtual_packages.py::test_duplicated": 11.529809128809422, + "tests/plugins/test_virtual_packages.py::test_glibc_override[1.0-True]": 3.652040367030572, + "tests/plugins/test_virtual_packages.py::test_glibc_override[None-False]": 4.983211676890407, + "tests/plugins/test_virtual_packages.py::test_invoked": 20.824444567278235, + "tests/plugins/test_virtual_packages.py::test_linux_override[1.0-True]": 5.572226633625158, + "tests/plugins/test_virtual_packages.py::test_linux_override[None-True]": 8.739638561197754, + "tests/plugins/test_virtual_packages.py::test_osx_override[1.0-True]": 3.427999456907622, + "tests/plugins/test_virtual_packages.py::test_osx_override[None-False]": 5.6915643096450745, + "tests/plugins/test_virtual_packages.py::test_subdir_override[emscripten-wasm32]": 2.197188538349063, + "tests/plugins/test_virtual_packages.py::test_subdir_override[freebsd-64]": 1.3547874088826102, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-32]": 4.411652347246336, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-64]": 12.468973130521178, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-aarch64]": 4.140795877015782, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv6l]": 0.6029530525632162, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv7l]": 0.9804849299343675, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64]": 1.048179474512563, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64le]": 3.7486122540967193, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-riscv64]": 1.0255863763572668, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-s390x]": 3.4645847042834603, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-64]": 7.907630451957647, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-aarch64]": 1.0202606314207607, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-arm64]": 4.121123989922291, + "tests/plugins/test_virtual_packages.py::test_subdir_override[wasi-wasm32]": 1.005438400201708, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-32]": 5.786285436842742, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-640]": 1.4457486014182515, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-641]": 1.426451876928176, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_0]": 9.791204054551672, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_1]": 7.491970560815199, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-arm64]": 0.9434418036681405, + "tests/plugins/test_virtual_packages.py::test_subdir_override[zos-z]": 0.5820740895295448, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 legacy]": 4.330589783737015, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 mingw64]": 4.311992470775625, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-legacy]": 4.3310909781408125, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-mingw64 legacy]": 4.198271959880483, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-nothing]": 4.167375022972827, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 clang64]": 4.347288495593891, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 legacy]": 4.187645667197155, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64]": 4.312019655183807, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 legacy]": 4.197680285488428, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 mingw64]": 4.1580816337799025, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-legacy]": 4.185774540803523, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-mingw64 legacy]": 4.1996210191483465, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-nothing]": 4.183968744995306, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 clang64]": 4.323179981925918, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 legacy]": 4.3234804497559, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64]": 4.3414420600468295, + "tests/test_activate.py::test_PS1": 0.16413095445587594, + "tests/test_activate.py::test_PS1_no_changeps1": 0.17608206466157703, + "tests/test_activate.py::test_activate_and_deactivate_for_uninitialized_env": 0.2152091400112824, "tests/test_activate.py::test_activate_deactivate_modify_path[bash]": 10.116768478169323, "tests/test_activate.py::test_activate_deactivate_modify_path[cmd.exe]": 3.2973048121642763, - "tests/test_activate.py::test_activate_environment_not_found": 0.32328004120419856, - "tests/test_activate.py::test_activate_same_environment": 4.87731107222144, - "tests/test_activate.py::test_add_prefix_to_path_cmdexe": 0.017698178123865652, - "tests/test_activate.py::test_add_prefix_to_path_posix": 0.01748741411786141, + "tests/test_activate.py::test_activate_environment_not_found": 0.291884908801091, + "tests/test_activate.py::test_activate_same_environment": 5.066605556213725, + "tests/test_activate.py::test_add_prefix_to_path_cmdexe": 0.01769306615013405, + "tests/test_activate.py::test_add_prefix_to_path_posix": 0.017557164375377944, "tests/test_activate.py::test_bash_activate_error": 0.0006020595429633806, "tests/test_activate.py::test_basic_integration[bash-basic_posix]": 0.0015171773996456401, "tests/test_activate.py::test_basic_integration[csh-basic_csh]": 0.0005744171896432097, - "tests/test_activate.py::test_basic_integration[dash-basic_posix]": 0.0008841438447597899, + "tests/test_activate.py::test_basic_integration[dash-basic_posix]": 0.00088414384475979, "tests/test_activate.py::test_basic_integration[tcsh-basic_csh]": 0.0005517485165529278, "tests/test_activate.py::test_basic_integration[zsh-basic_posix]": 0.0011691547953466923, - "tests/test_activate.py::test_build_activate_dont_activate_unset_var": 6.518746617028896, - "tests/test_activate.py::test_build_activate_restore_unset_env_vars": 0.0005732344925752553, - "tests/test_activate.py::test_build_activate_shlvl_0": 4.967324116239864, - "tests/test_activate.py::test_build_activate_shlvl_1": 0.0006968469573477774, - "tests/test_activate.py::test_build_activate_shlvl_warn_clobber_vars": 5.427676221729691, - "tests/test_activate.py::test_build_deactivate_shlvl_1": 5.106581413791865, - "tests/test_activate.py::test_build_deactivate_shlvl_2_from_activate": 0.0006184427738830742, - "tests/test_activate.py::test_build_deactivate_shlvl_2_from_stack": 0.0005794820387715287, - "tests/test_activate.py::test_build_stack_shlvl_1": 0.0006094545805687744, + "tests/test_activate.py::test_build_activate_dont_activate_unset_var": 6.409350272044673, + "tests/test_activate.py::test_build_activate_restore_unset_env_vars": 0.0005758237043368031, + "tests/test_activate.py::test_build_activate_shlvl_0": 4.898741165179584, + "tests/test_activate.py::test_build_activate_shlvl_1": 0.0006976262950018474, + "tests/test_activate.py::test_build_activate_shlvl_warn_clobber_vars": 5.2110061117334165, + "tests/test_activate.py::test_build_deactivate_shlvl_1": 4.9895428200211684, + "tests/test_activate.py::test_build_deactivate_shlvl_2_from_activate": 0.000615902425119846, + "tests/test_activate.py::test_build_deactivate_shlvl_2_from_stack": 0.000577988625066354, + "tests/test_activate.py::test_build_stack_shlvl_1": 0.0006238381938290131, "tests/test_activate.py::test_cmd_exe_activate_error": 3.531163757864586, - "tests/test_activate.py::test_cmd_exe_basic": 0.07186542396833484, + "tests/test_activate.py::test_cmd_exe_basic": 0.0714476570022501, "tests/test_activate.py::test_cmd_exe_basic_integration": 20.20887056783675, - "tests/test_activate.py::test_csh_basic": 2.1839863017363452, - "tests/test_activate.py::test_default_env": 0.3794173473529395, - "tests/test_activate.py::test_deprecations[ensure_binary-TypeError]": 0.017674169444412, - "tests/test_activate.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.01705939166671655, - "tests/test_activate.py::test_deprecations[path_identity-TypeError]": 0.01724020228392574, - "tests/test_activate.py::test_fish_basic": 2.1882315540918773, + "tests/test_activate.py::test_csh_basic": 2.1713909753919647, + "tests/test_activate.py::test_default_env": 0.34166267456310395, + "tests/test_activate.py::test_deprecations[ensure_binary-TypeError]": 0.017479798828566026, + "tests/test_activate.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.017025013983419, + "tests/test_activate.py::test_deprecations[path_identity-TypeError]": 0.017333554720876995, + "tests/test_activate.py::test_fish_basic": 2.1762698439306125, "tests/test_activate.py::test_fish_basic_integration": 0.0005565784223396417, - "tests/test_activate.py::test_force_uppercase[False]": 0.0645622543443441, - "tests/test_activate.py::test_force_uppercase[True]": 0.06761620783056907, - "tests/test_activate.py::test_get_env_vars_big_whitespace": 4.3092877685959206, - "tests/test_activate.py::test_get_env_vars_empty_file": 4.337861073721113, - "tests/test_activate.py::test_json_basic": 2.1750104405934767, + "tests/test_activate.py::test_force_uppercase[False]": 0.06370984544299459, + "tests/test_activate.py::test_force_uppercase[True]": 0.06647817991774796, + "tests/test_activate.py::test_get_env_vars_big_whitespace": 4.162456424471792, + "tests/test_activate.py::test_get_env_vars_empty_file": 4.2118209855522215, + "tests/test_activate.py::test_json_basic": 2.159829399781268, "tests/test_activate.py::test_legacy_activate_deactivate_bash": 17.25791630102955, - "tests/test_activate.py::test_legacy_activate_deactivate_cmd_exe": 6.25432349050091, - "tests/test_activate.py::test_metavars_force_uppercase[False]": 0.058332506443376037, - "tests/test_activate.py::test_metavars_force_uppercase[True]": 0.05823777477771132, - "tests/test_activate.py::test_native_path_to_unix[cygpath-None]": 0.017394853376211845, - "tests/test_activate.py::test_native_path_to_unix[cygpath-empty string]": 0.01741598817031907, - "tests/test_activate.py::test_native_path_to_unix[cygpath-empty tuple]": 0.01741108360735795, - "tests/test_activate.py::test_native_path_to_unix[cygpath-list[path]]": 0.031119108074742687, - "tests/test_activate.py::test_native_path_to_unix[cygpath-path;...]": 0.03132452958019693, - "tests/test_activate.py::test_native_path_to_unix[cygpath-path]": 0.03152104848049448, - "tests/test_activate.py::test_native_path_to_unix[cygpath-tuple[path, ...]]": 0.03128390770185508, - "tests/test_activate.py::test_native_path_to_unix[fallback-None]": 0.020051129677134065, - "tests/test_activate.py::test_native_path_to_unix[fallback-empty string]": 0.019319820737838812, - "tests/test_activate.py::test_native_path_to_unix[fallback-empty tuple]": 0.018210647291465373, - "tests/test_activate.py::test_native_path_to_unix[fallback-list[path]]": 0.03207736329839165, - "tests/test_activate.py::test_native_path_to_unix[fallback-path;...]": 0.03155111026557225, - "tests/test_activate.py::test_native_path_to_unix[fallback-path]": 0.031838680519925056, - "tests/test_activate.py::test_native_path_to_unix[fallback-tuple[path, ...]]": 0.032051311813166124, - "tests/test_activate.py::test_posix_basic": 2.184761768780585, + "tests/test_activate.py::test_legacy_activate_deactivate_cmd_exe": 6.2543234905009095, + "tests/test_activate.py::test_metavars_force_uppercase[False]": 0.05794200876280495, + "tests/test_activate.py::test_metavars_force_uppercase[True]": 0.058170952518486876, + "tests/test_activate.py::test_native_path_to_unix[cygpath-None]": 0.017297730778421328, + "tests/test_activate.py::test_native_path_to_unix[cygpath-empty string]": 0.017115745563376313, + "tests/test_activate.py::test_native_path_to_unix[cygpath-empty tuple]": 0.01723649260487977, + "tests/test_activate.py::test_native_path_to_unix[cygpath-list[path]]": 0.030987067204506433, + "tests/test_activate.py::test_native_path_to_unix[cygpath-path;...]": 0.031351614689081694, + "tests/test_activate.py::test_native_path_to_unix[cygpath-path]": 0.03139083964277056, + "tests/test_activate.py::test_native_path_to_unix[cygpath-tuple[path, ...]]": 0.03106046569770449, + "tests/test_activate.py::test_native_path_to_unix[fallback-None]": 0.01998946263298536, + "tests/test_activate.py::test_native_path_to_unix[fallback-empty string]": 0.019265644490762627, + "tests/test_activate.py::test_native_path_to_unix[fallback-empty tuple]": 0.018067275907903812, + "tests/test_activate.py::test_native_path_to_unix[fallback-list[path]]": 0.04445652636127467, + "tests/test_activate.py::test_native_path_to_unix[fallback-path;...]": 0.031704962806692286, + "tests/test_activate.py::test_native_path_to_unix[fallback-path]": 0.03189400170253369, + "tests/test_activate.py::test_native_path_to_unix[fallback-tuple[path, ...]]": 0.032000581372332276, + "tests/test_activate.py::test_posix_basic": 2.178000103850004, "tests/test_activate.py::test_powershell_PATH_management": 20.503760820346663, - "tests/test_activate.py::test_powershell_basic": 0.06916798147306988, - "tests/test_activate.py::test_powershell_basic_integration": 30.33739839942354, - "tests/test_activate.py::test_remove_prefix_from_path_1": 0.16471082575693827, - "tests/test_activate.py::test_remove_prefix_from_path_2": 0.15001743188093672, - "tests/test_activate.py::test_replace_prefix_in_path_1": 0.2441829726607757, - "tests/test_activate.py::test_replace_prefix_in_path_2": 0.23622820706442477, + "tests/test_activate.py::test_powershell_basic": 0.06746328657919833, + "tests/test_activate.py::test_powershell_basic_integration": 30.337398399423538, + "tests/test_activate.py::test_remove_prefix_from_path_1": 0.16569958167276722, + "tests/test_activate.py::test_remove_prefix_from_path_2": 0.1503400049521148, + "tests/test_activate.py::test_replace_prefix_in_path_1": 0.24346070896886757, + "tests/test_activate.py::test_replace_prefix_in_path_2": 0.2356996974304546, "tests/test_activate.py::test_stacking[0--base-base,sys]": 22.956318987737465, "tests/test_activate.py::test_stacking[0--has-has,sys]": 22.736331178775412, "tests/test_activate.py::test_stacking[0--not-sys]": 22.574218200737274, "tests/test_activate.py::test_stacking[0-base-base-base,sys]": 22.123598011866882, "tests/test_activate.py::test_stacking[0-base-has-has,sys]": 22.48709056992486, - "tests/test_activate.py::test_stacking[0-base-not-sys]": 21.916642749440914, + "tests/test_activate.py::test_stacking[0-base-not-sys]": 21.91664274944091, "tests/test_activate.py::test_stacking[0-has-base-base,sys]": 22.635726523549458, "tests/test_activate.py::test_stacking[0-has-has-has,sys]": 22.342484282375853, "tests/test_activate.py::test_stacking[0-has-not-sys]": 21.76683484140187, @@ -1312,9 +1338,9 @@ "tests/test_activate.py::test_stacking[5-base,not-base-base,sys]": 22.47780285026007, "tests/test_activate.py::test_stacking[5-base,not-has-has,base,sys]": 22.700393850996125, "tests/test_activate.py::test_stacking[5-base,not-not-base,sys]": 21.885527863477446, - "tests/test_activate.py::test_stacking[5-base-base-base,sys]": 22.47085257238737, + "tests/test_activate.py::test_stacking[5-base-base-base,sys]": 22.470852572387372, "tests/test_activate.py::test_stacking[5-base-has-has,base,sys]": 22.112366140570057, - "tests/test_activate.py::test_stacking[5-base-not-base,sys]": 21.449186925275413, + "tests/test_activate.py::test_stacking[5-base-not-base,sys]": 21.44918692527541, "tests/test_activate.py::test_stacking[5-has-base-base,has,sys]": 22.278681588365433, "tests/test_activate.py::test_stacking[5-has-has-has,sys]": 22.616495349600875, "tests/test_activate.py::test_stacking[5-has-not-has,sys]": 21.503118612082282, @@ -1322,783 +1348,791 @@ "tests/test_activate.py::test_stacking[5-not-has-has,sys]": 22.35732407458328, "tests/test_activate.py::test_stacking[5-not-not-sys]": 21.720362796828734, "tests/test_activate.py::test_unicode": 0.5707806654173243, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-None]": 0.033258448775151654, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC mount [trailing]]": 0.9612673911074078, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC mount]": 2.4314551389720145, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC path [extra]]": 0.5568582017131547, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC path]": 0.8179824489226228, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-bare UNC mount]": 0.046215227030279256, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-drive [trailing]]": 0.04644325045064944, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-drive]": 0.046152286125523176, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-empty string]": 0.033342498990862474, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-empty tuple]": 0.03309962391934909, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-list[path]]": 0.04709512105435008, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path [extra]]": 0.04658877266533412, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path [trailing]]": 0.04710570663581315, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path]": 0.045976763748702576, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-path;...]": 2.3817952165195972, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-relative [extra]]": 0.0461370186593028, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-relative]": 0.04660613172335333, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root [leading, trailing]]": 0.04636913947032983, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root [leading]]": 0.04611158421661024, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [extra]]": 0.04662021742375497, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [leading, trailing]]": 0.046682076521187416, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [leading]]": 0.04633338653495862, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [trailing]]": 0.04647143405076873, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path0]": 0.04648077113770606, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path1]": 0.04682430378962942, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root]": 0.046253982455577033, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-tuple[path, ...]]": 0.23342980145076794, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-None]": 0.03313548281186937, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC mount [trailing]]": 0.048789428806629634, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC mount]": 0.04901649288372688, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC path [extra]]": 0.04948330221416538, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC path]": 0.04932696624029575, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-bare UNC mount]": 0.04643980421360036, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-drive [trailing]]": 0.046160103057616295, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-drive]": 0.04576508753612862, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-empty string]": 0.033290747938603135, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-empty tuple]": 0.03319832079947511, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-list[path]]": 0.045967158387039284, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path [extra]]": 0.04613259318489751, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path [trailing]]": 0.046435644443001585, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path]": 0.046146724555638355, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-path;...]": 1.7112560716715852, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-relative [extra]]": 0.04602405042921044, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-relative]": 0.046725891120410507, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root [leading, trailing]]": 0.04649772025369824, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root [leading]]": 0.04597871141395331, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [extra]]": 0.04625678417949074, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [leading, trailing]]": 0.046037763724466045, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [leading]]": 0.04651084466396754, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [trailing]]": 0.04600614863088017, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path0]": 0.04596725675348924, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path1]": 0.04612398180207808, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root]": 0.045757636413478193, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-tuple[path, ...]]": 0.04916575609647518, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-None]": 0.03384095522203092, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC mount [trailing]]": 0.05025106770972307, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC mount]": 0.04983082715607059, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC path [extra]]": 0.05039971813320383, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC path]": 0.05025141819913745, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-bare UNC mount]": 0.047349140751663195, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-drive [trailing]]": 0.047126636019023255, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-drive]": 0.04662208839795383, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-empty string]": 0.033839177123865256, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-empty tuple]": 0.033981965820446276, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-list[path]]": 0.046985883825297045, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path [extra]]": 0.04741215630375334, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path [trailing]]": 0.0469384978604014, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path]": 0.04674908823226585, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-path;...]": 0.24345331226607048, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-relative [extra]]": 0.047237926979576766, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-relative]": 0.04737806088472282, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root [leading, trailing]]": 0.04734381911845024, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root [leading]]": 0.046971101374123136, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [extra]]": 0.04685979394993294, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [leading, trailing]]": 0.04676600309665538, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [leading]]": 0.04698997634974638, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [trailing]]": 0.04664447783542956, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path0]": 0.04742394647350403, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path1]": 0.05830423258403493, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root]": 0.0467588518585353, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-tuple[path, ...]]": 0.05063404644795111, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-None]": 0.034469594296077294, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC mount [trailing]]": 0.049901444878496994, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC mount]": 0.05000399992267652, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC path [extra]]": 0.050063632742175214, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC path]": 0.05508554549172632, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-bare UNC mount]": 0.04710469638221153, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-drive [trailing]]": 0.04731035771812734, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-drive]": 0.04664071373046746, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-empty string]": 0.03410330655538654, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-empty tuple]": 0.03446582638453193, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-list[path]]": 0.04729956798195741, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path [extra]]": 0.04709585923176349, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path [trailing]]": 0.04731767490260133, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path]": 0.04669744391232654, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-path;...]": 0.14824755216863525, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-relative [extra]]": 0.046558180726616265, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-relative]": 0.04780714286787812, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root [leading, trailing]]": 0.04750068567199634, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root [leading]]": 0.04712322307668142, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [extra]]": 0.0471653965560708, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [leading, trailing]]": 0.04677954973194414, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [leading]]": 0.04723701683776571, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [trailing]]": 0.04657287858938076, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path0]": 0.047462773733268564, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path1]": 0.04684751217607585, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root]": 0.04743735740064757, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-tuple[path, ...]]": 0.05012754265881585, - "tests/test_activate.py::test_xonsh_basic": 0.06612507878744746, - "tests/test_api.py::test_DepsModifier_contract": 0.0024238029824546472, - "tests/test_api.py::test_PackageCacheData_contract": 0.0031881181091138583, - "tests/test_api.py::test_PackageCacheData_return_value_contract": 0.004430502516908278, - "tests/test_api.py::test_PrefixData_contract": 0.003024217409887854, - "tests/test_api.py::test_PrefixData_return_value_contract": 1.0576029355957397, - "tests/test_api.py::test_Solver_inputs_contract": 0.0038287356317737633, - "tests/test_api.py::test_Solver_return_value_contract": 3.2292343904691245, - "tests/test_api.py::test_SubdirData_contract": 0.003063242495622648, - "tests/test_api.py::test_SubdirData_return_value_contract": 9.77635651466619, - "tests/test_api.py::test_UpdateModifier_contract": 0.0024209813380427856, - "tests/test_auxlib.py::test_deepfreeze[42.0]": 0.002521683648413287, - "tests/test_auxlib.py::test_deepfreeze[42]": 0.0025773877792161625, - "tests/test_auxlib.py::test_deepfreeze[True]": 0.002497301064355315, - "tests/test_auxlib.py::test_deepfreeze[freeze_installed]": 0.002524214496065888, - "tests/test_auxlib.py::test_deepfreeze[text]": 0.0026273393302343085, - "tests/test_auxlib.py::test_deepfreeze[unfrozen10]": 0.0032273633196289483, - "tests/test_auxlib.py::test_deepfreeze[unfrozen11]": 0.002735292895276476, - "tests/test_auxlib.py::test_deepfreeze[unfrozen12]": 0.002576012888728195, - "tests/test_auxlib.py::test_deepfreeze[unfrozen13]": 0.0030952401623748496, - "tests/test_auxlib.py::test_deepfreeze[unfrozen5]": 0.0026508419466759, - "tests/test_auxlib.py::test_deepfreeze[unfrozen6]": 0.002734057974624108, - "tests/test_auxlib.py::test_deepfreeze[unfrozen7]": 0.0026220936120350665, - "tests/test_auxlib.py::test_deepfreeze[unfrozen8]": 0.0026758796058118568, - "tests/test_auxlib.py::test_deepfreeze[unfrozen9]": 0.0026019150019679052, - "tests/test_codesigned.py::test_stub_exe_signatures[cli-32.exe]": 0.2042605521024924, - "tests/test_codesigned.py::test_stub_exe_signatures[cli-64.exe]": 0.12270771866710392, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.base_env_name-conda.base.constants.ROOT_ENV_NAME]": 0.009409280781155408, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.get_filename-conda.env.env.get_filename]": 0.005020060894954823, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.print_result-conda.env.env.print_result]": 0.005072163889024729, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.create_parser-None]": 0.004506314313692032, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.do_call-None]": 0.0030101502434718187, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.main-None]": 0.0029482951906496537, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.show_help_on_empty_command-None]": 0.006938121438216457, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_description-None]": 0.004956724460480824, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_example-None]": 0.0038596049533064346, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.configure_parser-conda.cli.main_env_config.configure_parser]": 0.0032197256177897626, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.execute-conda.cli.main_env_config.execute]": 0.0028404707708301804, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.configure_parser-conda.cli.main_env_create.configure_parser]": 0.00321559736323211, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.description-None]": 0.005328537929498162, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.example-None]": 0.004313332755057623, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.execute-conda.cli.main_env_create.execute]": 0.0028493471629244356, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.configure_parser-conda.cli.main_env_export.configure_parser]": 0.005108269090502103, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.configure_parser-conda.cli.main_export.configure_parser]": 0.002710793987941008, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.description-None]": 0.0051143043690294356, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.example-None]": 0.004519768515364146, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_env_export.execute]": 0.0033970239252797147, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_export.execute]": 0.0026908068095999518, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.configure_parser-conda.cli.main_env_list.configure_parser]": 0.002677322630058159, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.description-None]": 0.004942098708997392, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.example-None]": 0.004385124411043821, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.execute-conda.cli.main_env_list.execute]": 0.0027746981183956383, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._description-None]": 0.003605650664081051, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._example-None]": 0.0035087095885492844, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._help-None]": 0.005008511061714417, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.configure_parser-conda.cli.main_env_remove.configure_parser]": 0.002819704310135676, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.execute-conda.cli.main_env_remove.execute]": 0.0025610663281396286, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.configure_parser-conda.cli.main_env_update.configure_parser]": 0.0033797818485361915, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.description-None]": 0.00503211679120431, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.example-None]": 0.003975392459897045, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.execute-conda.cli.main_env_update.execute]": 0.002718853420554087, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.configure_parser-conda.cli.main_env_vars.configure_parser]": 0.002541338003635109, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.execute_list-conda.cli.main_env_vars.execute_list]": 0.00255866642516764, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.execute_set-conda.cli.main_env_vars.execute_set]": 0.0025795721232506745, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.execute_unset-conda.cli.main_env_vars.execute_unset]": 0.0025853102927869604, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_description-None]": 0.003088330308381156, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_example-None]": 0.002745268031943632, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_description-None]": 0.002712024474867456, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_example-None]": 0.0025350646981149435, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_description-None]": 0.002555426651196077, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_example-None]": 0.002717978988200573, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_description-None]": 0.005027670852954951, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_example-None]": 0.003998142490797289, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Dependencies-conda.env.env.Dependencies]": 0.0025744231421828967, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Environment-conda.env.env.Environment]": 0.002539625323763928, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.VALID_KEYS-conda.env.env.VALID_KEYS]": 0.005020653877593025, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env._expand_channels-conda.env.env._expand_channels]": 0.00262383670180418, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_environment-conda.env.env.from_environment]": 0.0030679962348572833, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_file-conda.env.env.from_file]": 0.0025443294276928413, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_yaml-conda.env.env.from_yaml]": 0.002547581874648363, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.validate_keys-conda.env.env.validate_keys]": 0.004531171306338361, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.ENTRY_POINT-None]": 0.007808878204687383, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.InvalidInstaller-conda.exceptions.InvalidInstaller]": 0.007264781260449178, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.get_installer-conda.env.installers.base.get_installer]": 0.0028724826015042813, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda._solve-conda.env.installers.conda._solve]": 0.006223835531117802, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.dry_run-conda.env.installers.conda.dry_run]": 0.006100121636567331, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.install-conda.env.installers.conda.install]": 0.0027452980139900437, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip._pip_install_via_requirements-conda.env.installers.pip._pip_install_via_requirements]": 0.00622291612081206, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip.install-conda.env.installers.pip.install]": 0.004586722431400941, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util._canonicalize_regex-None]": 0.0032545334138222273, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.get_pip_installed_packages-conda.env.pip_util.get_pip_installed_packages]": 0.0039403669134849, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.pip_subprocess-conda.env.pip_util.pip_subprocess]": 0.004994049225953183, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.FileSpecTypes-conda.env.specs.FileSpecTypes]": 0.0039339645182990424, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.SpecTypes-conda.env.specs.SpecTypes]": 0.0028211761239756257, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.BinstarSpec-conda.env.specs.binstar.BinstarSpec]": 0.0035142050644760858, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.ENVIRONMENT_TYPE-conda.env.specs.binstar.ENVIRONMENT_TYPE]": 0.004249347989583989, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.detect-conda.env.specs.detect]": 0.002881143419031972, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.get_spec_class_from_file-conda.env.specs.get_spec_class_from_file]": 0.004331596844816512, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.requirements.RequirementsSpec-conda.env.specs.requirements.RequirementsSpec]": 0.004977178707049351, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.yaml_file.YamlFileSpec-conda.env.specs.yaml_file.YamlFileSpec]": 0.0050034563683356535, - "tests/test_create.py::test_allow_softlinks[classic]": 0.4588338557248147, - "tests/test_create.py::test_allow_softlinks[libmamba]": 0.9599068739476958, - "tests/test_create.py::test_channel_usage_replacing_python[classic]": 232.96008476670735, - "tests/test_create.py::test_channel_usage_replacing_python[libmamba]": 166.04141959954333, - "tests/test_create.py::test_clone_offline_simple[classic]": 0.4261445828760132, - "tests/test_create.py::test_clone_offline_simple[libmamba]": 0.4383896743082394, - "tests/test_create.py::test_clone_offline_with_untracked[classic]": 0.4564132940843763, - "tests/test_create.py::test_clone_offline_with_untracked[libmamba]": 0.43117763437397927, - "tests/test_create.py::test_compile_pyc[classic-False]": 22.036905082741793, - "tests/test_create.py::test_compile_pyc[classic-True]": 1.128839773715609, - "tests/test_create.py::test_compile_pyc[libmamba-False]": 18.260039152594896, - "tests/test_create.py::test_compile_pyc[libmamba-True]": 4.796431180126673, - "tests/test_create.py::test_conda_downgrade[classic]": 219.82911150100506, - "tests/test_create.py::test_conda_downgrade[libmamba]": 159.91772490527148, - "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[classic]": 47.89379474069363, - "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[libmamba]": 21.498742166987505, - "tests/test_create.py::test_conda_pip_interop_conda_editable_package[classic]": 47.61202683467029, - "tests/test_create.py::test_conda_pip_interop_conda_editable_package[libmamba]": 54.58457120047555, - "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[classic]": 32.524751855136536, - "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[libmamba]": 27.819532595124784, - "tests/test_create.py::test_conda_update_package_not_installed[classic]": 0.3123313713464537, - "tests/test_create.py::test_conda_update_package_not_installed[libmamba]": 4.590051199049799, - "tests/test_create.py::test_create_default_packages[classic]": 0.4231016312596116, - "tests/test_create.py::test_create_default_packages[libmamba]": 0.3953545249898051, - "tests/test_create.py::test_create_default_packages_no_default_packages[classic]": 0.33229552643106763, - "tests/test_create.py::test_create_default_packages_no_default_packages[libmamba]": 0.3443462443227913, - "tests/test_create.py::test_create_dry_run[classic]": 8.89713272704333, - "tests/test_create.py::test_create_dry_run[libmamba]": 8.310048103555863, - "tests/test_create.py::test_create_dry_run_json[classic]": 8.984023610488945, - "tests/test_create.py::test_create_dry_run_json[libmamba]": 4.393400026978312, - "tests/test_create.py::test_create_dry_run_without_prefix[classic]": 0.2896888291554186, - "tests/test_create.py::test_create_dry_run_without_prefix[libmamba]": 3.9986998945426353, - "tests/test_create.py::test_create_dry_run_yes_safety[classic]": 0.19590894739435072, - "tests/test_create.py::test_create_dry_run_yes_safety[libmamba]": 4.038096658047817, - "tests/test_create.py::test_create_empty_env[classic]": 0.28877343168791314, - "tests/test_create.py::test_create_empty_env[libmamba]": 4.187983423186317, - "tests/test_create.py::test_create_env_different_platform[classic-cli]": 0.4108099399765556, - "tests/test_create.py::test_create_env_different_platform[classic-env]": 0.42651621327845735, - "tests/test_create.py::test_create_env_different_platform[libmamba-cli]": 0.4651453445282107, - "tests/test_create.py::test_create_env_different_platform[libmamba-env]": 0.48333881243645965, - "tests/test_create.py::test_create_install_update_remove_smoketest[classic]": 178.93252074024122, - "tests/test_create.py::test_create_install_update_remove_smoketest[libmamba]": 74.12009483654926, - "tests/test_create.py::test_create_no_deps_flag[classic]": 0.333691325265544, - "tests/test_create.py::test_create_no_deps_flag[libmamba]": 0.43995785220941047, - "tests/test_create.py::test_create_only_deps_flag[classic]": 0.8785818008541787, - "tests/test_create.py::test_create_only_deps_flag[libmamba]": 0.7390140531020911, - "tests/test_create.py::test_create_override_channels_enabled[classic]": 2.787477960966037, - "tests/test_create.py::test_create_override_channels_enabled[libmamba]": 1.1947599098061488, - "tests/test_create.py::test_create_without_prefix_raises_argument_error[classic]": 0.09644273013242981, - "tests/test_create.py::test_create_without_prefix_raises_argument_error[libmamba]": 0.09685114357215989, - "tests/test_create.py::test_cross_channel_incompatibility[classic]": 90.0007087478317, - "tests/test_create.py::test_cross_channel_incompatibility[libmamba]": 12.988233562223359, - "tests/test_create.py::test_directory_not_a_conda_environment[classic]": 0.10392572334746868, - "tests/test_create.py::test_directory_not_a_conda_environment[libmamba]": 0.09970858690744382, - "tests/test_create.py::test_disallowed_packages[classic]": 0.0005430509720202084, - "tests/test_create.py::test_disallowed_packages[libmamba]": 0.0005768336674888152, - "tests/test_create.py::test_dont_remove_conda_1[classic]": 374.70700458335574, - "tests/test_create.py::test_dont_remove_conda_1[libmamba]": 49.899070685671845, - "tests/test_create.py::test_dont_remove_conda_2[classic]": 300.385833351373, - "tests/test_create.py::test_dont_remove_conda_2[libmamba]": 39.14278238482544, - "tests/test_create.py::test_download_only_flag[classic]": 24.448132834160837, - "tests/test_create.py::test_download_only_flag[libmamba]": 12.756005395983301, - "tests/test_create.py::test_force_remove[classic]": 47.85551549154794, - "tests/test_create.py::test_force_remove[libmamba]": 9.913743883491716, - "tests/test_create.py::test_install_bound_virtual_package[classic]": 0.000567701852550004, - "tests/test_create.py::test_install_bound_virtual_package[libmamba]": 0.0006224593660091358, - "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[classic]": 1.5161084641431744, - "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[libmamba]": 1.8559457952654692, - "tests/test_create.py::test_install_force_reinstall_flag[classic]": 0.4474963300807188, - "tests/test_create.py::test_install_force_reinstall_flag[libmamba]": 0.45165153653155915, - "tests/test_create.py::test_install_only_deps_flag[classic]": 0.43679936441892014, - "tests/test_create.py::test_install_only_deps_flag[libmamba]": 0.4394711916318059, - "tests/test_create.py::test_install_prune_flag[classic]": 75.60647201989183, - "tests/test_create.py::test_install_prune_flag[libmamba]": 24.257448172963947, - "tests/test_create.py::test_install_python_and_search[classic]": 79.36261813038989, - "tests/test_create.py::test_install_python_and_search[libmamba]": 39.41233174328184, - "tests/test_create.py::test_install_tarball_from_file_based_channel[classic]": 0.8468738175839905, - "tests/test_create.py::test_install_tarball_from_file_based_channel[libmamba]": 4.94761689392469, - "tests/test_create.py::test_install_update_deps_flag[classic]": 0.5344638738714844, - "tests/test_create.py::test_install_update_deps_flag[libmamba]": 0.5164972104606728, - "tests/test_create.py::test_install_update_deps_only_deps_flags[classic]": 0.6115630000236099, - "tests/test_create.py::test_install_update_deps_only_deps_flags[libmamba]": 0.5302728202924718, - "tests/test_create.py::test_json_create_install_update_remove[classic]": 50.227665543858414, - "tests/test_create.py::test_json_create_install_update_remove[libmamba]": 33.2915053680932, - "tests/test_create.py::test_list_with_pip_no_binary[classic]": 29.241194357347833, - "tests/test_create.py::test_list_with_pip_no_binary[libmamba]": 26.548198378870353, - "tests/test_create.py::test_list_with_pip_wheel[classic]": 59.60052425915247, - "tests/test_create.py::test_list_with_pip_wheel[libmamba]": 54.19931408346983, - "tests/test_create.py::test_menuinst_v2[classic]": 3.6444950747789133, - "tests/test_create.py::test_menuinst_v2[libmamba]": 7.2822126512207666, - "tests/test_create.py::test_neutering_of_historic_specs[classic]": 0.0005721198469108439, - "tests/test_create.py::test_neutering_of_historic_specs[libmamba]": 0.0006028707364066053, - "tests/test_create.py::test_noarch_generic_package[classic]": 0.3416253217669624, - "tests/test_create.py::test_noarch_generic_package[libmamba]": 0.39722386175688346, - "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[classic]": 48.55970613735007, - "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[libmamba]": 45.68048879539523, - "tests/test_create.py::test_noarch_python_package_with_entry_points[classic]": 70.55120107236552, - "tests/test_create.py::test_noarch_python_package_with_entry_points[libmamba]": 30.052065455026927, - "tests/test_create.py::test_noarch_python_package_without_entry_points[classic]": 61.09263279674139, - "tests/test_create.py::test_noarch_python_package_without_entry_points[libmamba]": 26.696696878701616, - "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[classic]": 0.38961816723148396, - "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[libmamba]": 8.945440981343467, - "tests/test_create.py::test_offline_with_empty_index_cache[classic]": 44.754153346740175, - "tests/test_create.py::test_offline_with_empty_index_cache[libmamba]": 10.867037265021478, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-None]": 0.03306132042264659, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC mount [trailing]]": 0.9084575621044563, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC mount]": 2.437698553317168, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC path [extra]]": 0.3661304826691279, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC path]": 0.8695609678899364, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-bare UNC mount]": 0.04645728932440647, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-drive [trailing]]": 0.04608364478466601, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-drive]": 0.046264274059503695, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-empty string]": 0.03304381442415722, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-empty tuple]": 0.033578850677847015, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-list[path]]": 0.0463236369226586, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path [extra]]": 0.046094345502574484, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path [trailing]]": 0.04712429934354498, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path]": 0.045922699895499665, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-path;...]": 2.3947899671833928, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-relative [extra]]": 0.04629520728708896, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-relative]": 0.04611816182766606, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root [leading, trailing]]": 0.04634886493917359, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root [leading]]": 0.04644864806365152, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [extra]]": 0.04686164949792923, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [leading, trailing]]": 0.046154919726282516, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [leading]]": 0.04618491358144876, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [trailing]]": 0.04614112579569258, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path0]": 0.046190568440113274, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path1]": 0.04642503102074475, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root]": 0.045889357554459824, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-tuple[path, ...]]": 0.46171780786363203, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-None]": 0.03317382604509588, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC mount [trailing]]": 0.04866360194606728, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC mount]": 0.04942375026621383, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC path [extra]]": 0.04945335941307223, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC path]": 0.04939801268728331, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-bare UNC mount]": 0.04614779738660899, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-drive [trailing]]": 0.04624664593542236, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-drive]": 0.045587711161842064, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-empty string]": 0.03349365424081424, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-empty tuple]": 0.03339365570114209, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-list[path]]": 0.04664830791106152, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path [extra]]": 0.04617442428290596, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path [trailing]]": 0.046024685354183754, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path]": 0.046102383174972394, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-path;...]": 1.750436852445149, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-relative [extra]]": 0.04652101415785664, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-relative]": 0.04663862758258595, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root [leading, trailing]]": 0.046291899955741844, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root [leading]]": 0.04630090351637422, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [extra]]": 0.04659816351507626, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [leading, trailing]]": 0.04651866213238239, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [leading]]": 0.0460822165314674, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [trailing]]": 0.04604774308585747, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path0]": 0.04556178142942942, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path1]": 0.046141278799581915, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root]": 0.045888508926510814, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-tuple[path, ...]]": 0.049662034356397496, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-None]": 0.03364848382784038, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC mount [trailing]]": 0.049886044663867014, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC mount]": 0.04958058779602067, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC path [extra]]": 0.0507513222179412, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC path]": 0.05014904169823875, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-bare UNC mount]": 0.04684007393267123, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-drive [trailing]]": 0.046740429324876764, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-drive]": 0.0468735544718963, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-empty string]": 0.03440812066713037, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-empty tuple]": 0.03378226367263705, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-list[path]]": 0.04724501866031566, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path [extra]]": 0.04784382670748626, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path [trailing]]": 0.04741947848334017, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path]": 0.04712321855005623, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-path;...]": 0.3327199024675363, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-relative [extra]]": 0.047028858304720374, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-relative]": 0.046940206922165925, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root [leading, trailing]]": 0.04692510207933731, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root [leading]]": 0.04670103107557228, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [extra]]": 0.04726922600671274, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [leading, trailing]]": 0.047210999889078044, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [leading]]": 0.04746510169196397, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [trailing]]": 0.04694762958767568, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path0]": 0.04708834514635592, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path1]": 0.05707995998617308, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root]": 0.04697900672573513, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-tuple[path, ...]]": 0.05021517976274944, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-None]": 0.033884493721230015, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC mount [trailing]]": 0.05003637373845163, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC mount]": 0.050059729170009816, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC path [extra]]": 0.05022628287569396, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC path]": 0.05393429528220776, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-bare UNC mount]": 0.046870540343234575, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-drive [trailing]]": 0.04678660719612597, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-drive]": 0.04730356932240193, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-empty string]": 0.03433927390670517, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-empty tuple]": 0.03398846836446528, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-list[path]]": 0.047774108460476875, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path [extra]]": 0.047427111962487174, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path [trailing]]": 0.04698732766548993, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path]": 0.04732941400905448, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-path;...]": 0.2218509306078883, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-relative [extra]]": 0.04708662249382845, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-relative]": 0.04761463333153091, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root [leading, trailing]]": 0.04660787434172322, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root [leading]]": 0.04691009402518516, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [extra]]": 0.04704986994950119, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [leading, trailing]]": 0.047037002434528415, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [leading]]": 0.046673462559815235, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [trailing]]": 0.04700080883847093, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path0]": 0.046883891338223405, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path1]": 0.04719933245173044, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root]": 0.04682902682981676, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-tuple[path, ...]]": 0.05044369358885234, + "tests/test_activate.py::test_xonsh_basic": 0.06507694768255612, + "tests/test_api.py::test_DepsModifier_contract": 0.0024108856251414666, + "tests/test_api.py::test_PackageCacheData_contract": 0.003186780565672061, + "tests/test_api.py::test_PackageCacheData_return_value_contract": 0.00441381656772583, + "tests/test_api.py::test_PrefixData_contract": 0.0030249262013329003, + "tests/test_api.py::test_PrefixData_return_value_contract": 1.0143444905843046, + "tests/test_api.py::test_Solver_inputs_contract": 0.003837922877245974, + "tests/test_api.py::test_Solver_return_value_contract": 3.232290014521124, + "tests/test_api.py::test_SubdirData_contract": 0.003050138930175265, + "tests/test_api.py::test_SubdirData_return_value_contract": 9.789730670438072, + "tests/test_api.py::test_UpdateModifier_contract": 0.0024028495087250095, + "tests/test_auxlib.py::test_deepfreeze[42.0]": 0.0025000170425545326, + "tests/test_auxlib.py::test_deepfreeze[42]": 0.0025824826998775232, + "tests/test_auxlib.py::test_deepfreeze[True]": 0.0025043004952788597, + "tests/test_auxlib.py::test_deepfreeze[freeze_installed]": 0.0025175622783913643, + "tests/test_auxlib.py::test_deepfreeze[text]": 0.002623077338844497, + "tests/test_auxlib.py::test_deepfreeze[unfrozen10]": 0.003220462599258362, + "tests/test_auxlib.py::test_deepfreeze[unfrozen11]": 0.0027078321076164738, + "tests/test_auxlib.py::test_deepfreeze[unfrozen12]": 0.002565121851873019, + "tests/test_auxlib.py::test_deepfreeze[unfrozen13]": 0.003081025015694726, + "tests/test_auxlib.py::test_deepfreeze[unfrozen5]": 0.0026469108146461293, + "tests/test_auxlib.py::test_deepfreeze[unfrozen6]": 0.0027324913631398286, + "tests/test_auxlib.py::test_deepfreeze[unfrozen7]": 0.002620931048867981, + "tests/test_auxlib.py::test_deepfreeze[unfrozen8]": 0.002670487785571544, + "tests/test_auxlib.py::test_deepfreeze[unfrozen9]": 0.002593930608757193, + "tests/test_codesigned.py::test_stub_exe_signatures[cli-32.exe]": 0.21143080241571122, + "tests/test_codesigned.py::test_stub_exe_signatures[cli-64.exe]": 0.12628195798419414, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.base_env_name-conda.base.constants.ROOT_ENV_NAME]": 0.009539498569803741, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.get_filename-conda.env.env.get_filename]": 0.005172470767067703, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.print_result-conda.env.env.print_result]": 0.005056060192045497, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.create_parser-None]": 0.004437767427046733, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.do_call-None]": 0.003125229655457069, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.main-None]": 0.0029723354721164956, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.show_help_on_empty_command-None]": 0.007033411214935212, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_description-None]": 0.004997990628523652, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_example-None]": 0.0038547051762264696, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.configure_parser-conda.cli.main_env_config.configure_parser]": 0.002988133453319109, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.execute-conda.cli.main_env_config.execute]": 0.0028050845323928804, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.configure_parser-conda.cli.main_env_create.configure_parser]": 0.003203792099185649, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.description-None]": 0.005304112948402946, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.example-None]": 0.003998909661190581, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.execute-conda.cli.main_env_create.execute]": 0.0029288410414167626, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.configure_parser-conda.cli.main_env_export.configure_parser]": 0.005090075528299933, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.configure_parser-conda.cli.main_export.configure_parser]": 0.0026958878874244804, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.description-None]": 0.0050780480125102575, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.example-None]": 0.004695935583197986, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_env_export.execute]": 0.0033821423312468003, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_export.execute]": 0.002666158204974924, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.configure_parser-conda.cli.main_env_list.configure_parser]": 0.0027259774494315017, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.description-None]": 0.005004461159964489, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.example-None]": 0.004215599626280058, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.execute-conda.cli.main_env_list.execute]": 0.002752590718419252, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._description-None]": 0.0035532785858330305, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._example-None]": 0.003374279634822421, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._help-None]": 0.00503109543747532, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.configure_parser-conda.cli.main_env_remove.configure_parser]": 0.002924257547095991, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.execute-conda.cli.main_env_remove.execute]": 0.002663578453159537, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.configure_parser-conda.cli.main_env_update.configure_parser]": 0.0037101265203356684, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.description-None]": 0.005059949971899834, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.example-None]": 0.0036298010199312678, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.execute-conda.cli.main_env_update.execute]": 0.0026777023420497047, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.configure_parser-conda.cli.main_env_vars.configure_parser]": 0.002539272677114256, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.execute_list-conda.cli.main_env_vars.execute_list]": 0.0025626771888837556, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.execute_set-conda.cli.main_env_vars.execute_set]": 0.0025724586165566206, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.execute_unset-conda.cli.main_env_vars.execute_unset]": 0.0025783287835507325, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_description-None]": 0.0030286661681145077, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_example-None]": 0.0027184810847786546, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_description-None]": 0.0027034313393095558, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_example-None]": 0.002527393502809282, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_description-None]": 0.0025749191692832603, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_example-None]": 0.002576837531881578, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_description-None]": 0.004975457854810059, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_example-None]": 0.004290677928911541, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Dependencies-conda.env.env.Dependencies]": 0.002537924981170868, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Environment-conda.env.env.Environment]": 0.0025402792546067, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.VALID_KEYS-conda.env.env.VALID_KEYS]": 0.005057089104826495, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env._expand_channels-conda.env.env._expand_channels]": 0.002618075629891256, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_environment-conda.env.env.from_environment]": 0.002939154952321251, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_file-conda.env.env.from_file]": 0.0025439071658977077, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_yaml-conda.env.env.from_yaml]": 0.0025531761063413484, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.validate_keys-conda.env.env.validate_keys]": 0.00464995117167532, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.ENTRY_POINT-None]": 0.007853487164789496, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.InvalidInstaller-conda.exceptions.InvalidInstaller]": 0.007085546185795765, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.get_installer-conda.env.installers.base.get_installer]": 0.00285159685845886, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda._solve-conda.env.installers.conda._solve]": 0.006301838186248257, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.dry_run-conda.env.installers.conda.dry_run]": 0.006188413528936619, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.install-conda.env.installers.conda.install]": 0.0027116057729058437, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip._pip_install_via_requirements-conda.env.installers.pip._pip_install_via_requirements]": 0.006282408272070783, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip.install-conda.env.installers.pip.install]": 0.004477853255368012, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util._canonicalize_regex-None]": 0.0030120870106747685, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.get_pip_installed_packages-conda.env.pip_util.get_pip_installed_packages]": 0.004188827118261005, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.pip_subprocess-conda.env.pip_util.pip_subprocess]": 0.005007202696427346, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.FileSpecTypes-conda.env.specs.FileSpecTypes]": 0.003817246971177236, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.SpecTypes-conda.env.specs.SpecTypes]": 0.00284363085239713, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.BinstarSpec-conda.env.specs.binstar.BinstarSpec]": 0.0034750405519210705, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.ENVIRONMENT_TYPE-conda.env.specs.binstar.ENVIRONMENT_TYPE]": 0.004556584754582296, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.detect-conda.env.specs.detect]": 0.0031373271981058625, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.get_spec_class_from_file-conda.env.specs.get_spec_class_from_file]": 0.004506538828114763, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.requirements.RequirementsSpec-conda.env.specs.requirements.RequirementsSpec]": 0.005003688794609895, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.yaml_file.YamlFileSpec-conda.env.specs.yaml_file.YamlFileSpec]": 0.005094143207803691, + "tests/test_create.py::test_allow_softlinks[classic]": 0.43797359482358145, + "tests/test_create.py::test_allow_softlinks[libmamba]": 0.8552569710140344, + "tests/test_create.py::test_channel_usage_replacing_python[classic]": 241.99981183086646, + "tests/test_create.py::test_channel_usage_replacing_python[libmamba]": 162.2475343162874, + "tests/test_create.py::test_clone_offline_simple[classic]": 0.4208985151333897, + "tests/test_create.py::test_clone_offline_simple[libmamba]": 0.43296205017298717, + "tests/test_create.py::test_clone_offline_with_untracked[classic]": 0.4483957865640168, + "tests/test_create.py::test_clone_offline_with_untracked[libmamba]": 0.42630938795397155, + "tests/test_create.py::test_compile_pyc[classic-False]": 21.95889356422435, + "tests/test_create.py::test_compile_pyc[classic-True]": 1.0865261540542717, + "tests/test_create.py::test_compile_pyc[libmamba-False]": 18.396994671564258, + "tests/test_create.py::test_compile_pyc[libmamba-True]": 4.819246184169292, + "tests/test_create.py::test_conda_downgrade[classic]": 226.12327302087775, + "tests/test_create.py::test_conda_downgrade[libmamba]": 159.74160387715503, + "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[classic]": 48.87835650586092, + "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[libmamba]": 23.897794853299835, + "tests/test_create.py::test_conda_pip_interop_conda_editable_package[classic]": 48.006270919193014, + "tests/test_create.py::test_conda_pip_interop_conda_editable_package[libmamba]": 54.711328766462834, + "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[classic]": 31.93506348686118, + "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[libmamba]": 29.035087264492354, + "tests/test_create.py::test_conda_update_package_not_installed[classic]": 0.3108822620145925, + "tests/test_create.py::test_conda_update_package_not_installed[libmamba]": 4.536610469698024, + "tests/test_create.py::test_create_default_packages[classic]": 0.41904146284195587, + "tests/test_create.py::test_create_default_packages[libmamba]": 0.38613770249820756, + "tests/test_create.py::test_create_default_packages_no_default_packages[classic]": 0.32751765797995747, + "tests/test_create.py::test_create_default_packages_no_default_packages[libmamba]": 0.3348704470361437, + "tests/test_create.py::test_create_dry_run[classic]": 8.925530119042552, + "tests/test_create.py::test_create_dry_run[libmamba]": 8.208041997005683, + "tests/test_create.py::test_create_dry_run_json[classic]": 9.131131454321446, + "tests/test_create.py::test_create_dry_run_json[libmamba]": 4.367370473149989, + "tests/test_create.py::test_create_dry_run_without_prefix[classic]": 0.28962630159083597, + "tests/test_create.py::test_create_dry_run_without_prefix[libmamba]": 3.9074170750406596, + "tests/test_create.py::test_create_dry_run_yes_safety[classic]": 0.1949812414487878, + "tests/test_create.py::test_create_dry_run_yes_safety[libmamba]": 3.8812823232292484, + "tests/test_create.py::test_create_empty_env[classic]": 0.28787705301072813, + "tests/test_create.py::test_create_empty_env[libmamba]": 4.217547334823726, + "tests/test_create.py::test_create_env_different_platform[classic-cli]": 0.46010033890033936, + "tests/test_create.py::test_create_env_different_platform[classic-env]": 0.4231213461417419, + "tests/test_create.py::test_create_env_different_platform[libmamba-cli]": 0.46201599560265627, + "tests/test_create.py::test_create_env_different_platform[libmamba-env]": 0.47414965086089483, + "tests/test_create.py::test_create_install_update_remove_smoketest[classic]": 179.1714076411843, + "tests/test_create.py::test_create_install_update_remove_smoketest[libmamba]": 72.73189862091584, + "tests/test_create.py::test_create_no_deps_flag[classic]": 0.33062635807649704, + "tests/test_create.py::test_create_no_deps_flag[libmamba]": 0.4238946857418092, + "tests/test_create.py::test_create_only_deps_flag[classic]": 0.8760225829160655, + "tests/test_create.py::test_create_only_deps_flag[libmamba]": 0.7420222614923302, + "tests/test_create.py::test_create_override_channels_enabled[classic]": 2.6979383520694937, + "tests/test_create.py::test_create_override_channels_enabled[libmamba]": 1.1710545806752815, + "tests/test_create.py::test_create_without_prefix_raises_argument_error[classic]": 0.09638227587521041, + "tests/test_create.py::test_create_without_prefix_raises_argument_error[libmamba]": 0.09697994981168487, + "tests/test_create.py::test_cross_channel_incompatibility[classic]": 89.70829674435272, + "tests/test_create.py::test_cross_channel_incompatibility[libmamba]": 12.940712197332514, + "tests/test_create.py::test_directory_not_a_conda_environment[classic]": 0.10203535933392271, + "tests/test_create.py::test_directory_not_a_conda_environment[libmamba]": 0.09881136256393443, + "tests/test_create.py::test_disallowed_packages[classic]": 0.0005397591186899343, + "tests/test_create.py::test_disallowed_packages[libmamba]": 0.0005698934492284305, + "tests/test_create.py::test_dont_remove_conda_1[classic]": 345.4133220904497, + "tests/test_create.py::test_dont_remove_conda_1[libmamba]": 50.29815699123698, + "tests/test_create.py::test_dont_remove_conda_2[classic]": 313.7664454849234, + "tests/test_create.py::test_dont_remove_conda_2[libmamba]": 39.85282032824347, + "tests/test_create.py::test_download_only_flag[classic]": 23.332259062091104, + "tests/test_create.py::test_download_only_flag[libmamba]": 12.286871096228555, + "tests/test_create.py::test_force_remove[classic]": 48.44700157989143, + "tests/test_create.py::test_force_remove[libmamba]": 9.95259841593498, + "tests/test_create.py::test_install_bound_virtual_package[classic]": 0.0005623681281385805, + "tests/test_create.py::test_install_bound_virtual_package[libmamba]": 0.0005740631061815549, + "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[classic]": 1.5617040628206416, + "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[libmamba]": 1.756068735747958, + "tests/test_create.py::test_install_force_reinstall_flag[classic]": 0.4433890324282705, + "tests/test_create.py::test_install_force_reinstall_flag[libmamba]": 0.44687841359988995, + "tests/test_create.py::test_install_only_deps_flag[classic]": 0.4321918820057191, + "tests/test_create.py::test_install_only_deps_flag[libmamba]": 0.43669370568317634, + "tests/test_create.py::test_install_prune_flag[classic]": 75.97366367930732, + "tests/test_create.py::test_install_prune_flag[libmamba]": 24.49736550894034, + "tests/test_create.py::test_install_python_and_search[classic]": 80.90840164560147, + "tests/test_create.py::test_install_python_and_search[libmamba]": 40.214710516889525, + "tests/test_create.py::test_install_tarball_from_file_based_channel[classic]": 0.8393859737141054, + "tests/test_create.py::test_install_tarball_from_file_based_channel[libmamba]": 4.914903816043348, + "tests/test_create.py::test_install_update_deps_flag[classic]": 0.5452357929587406, + "tests/test_create.py::test_install_update_deps_flag[libmamba]": 0.5044690424199204, + "tests/test_create.py::test_install_update_deps_only_deps_flags[classic]": 0.6133484585543302, + "tests/test_create.py::test_install_update_deps_only_deps_flags[libmamba]": 0.5329841317393009, + "tests/test_create.py::test_json_create_install_update_remove[classic]": 49.65920896985639, + "tests/test_create.py::test_json_create_install_update_remove[libmamba]": 32.262629351021005, + "tests/test_create.py::test_list_with_pip_no_binary[classic]": 28.976697903396424, + "tests/test_create.py::test_list_with_pip_no_binary[libmamba]": 25.998435686075407, + "tests/test_create.py::test_list_with_pip_wheel[classic]": 58.427373183271555, + "tests/test_create.py::test_list_with_pip_wheel[libmamba]": 54.51466499263142, + "tests/test_create.py::test_menuinst_v2[classic]": 3.636012234337736, + "tests/test_create.py::test_menuinst_v2[libmamba]": 7.174131199362546, + "tests/test_create.py::test_neutering_of_historic_specs[classic]": 0.0005676305290501774, + "tests/test_create.py::test_neutering_of_historic_specs[libmamba]": 0.0005985915405071947, + "tests/test_create.py::test_noarch_generic_package[classic]": 0.34349850141410193, + "tests/test_create.py::test_noarch_generic_package[libmamba]": 0.4223730580973657, + "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[classic]": 50.39448245777961, + "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[libmamba]": 46.84689934568535, + "tests/test_create.py::test_noarch_python_package_with_entry_points[classic]": 70.28019924970806, + "tests/test_create.py::test_noarch_python_package_with_entry_points[libmamba]": 30.354445584155485, + "tests/test_create.py::test_noarch_python_package_without_entry_points[classic]": 62.422161442550085, + "tests/test_create.py::test_noarch_python_package_without_entry_points[libmamba]": 27.098877052719466, + "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[classic]": 0.3862734884502704, + "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[libmamba]": 9.03629692329212, + "tests/test_create.py::test_offline_with_empty_index_cache[classic]": 45.12327365683056, + "tests/test_create.py::test_offline_with_empty_index_cache[libmamba]": 10.50284370049797, "tests/test_create.py::test_override_channels[classic]": 0.3114720713333669, "tests/test_create.py::test_override_channels[libmamba]": 0.32199070349128683, - "tests/test_create.py::test_override_channels_disabled[classic]": 0.19997194292225925, - "tests/test_create.py::test_override_channels_disabled[libmamba]": 0.20828452805149067, - "tests/test_create.py::test_package_cache_regression[classic]": 0.32755646019468404, - "tests/test_create.py::test_package_cache_regression[libmamba]": 0.8870030201043794, - "tests/test_create.py::test_package_optional_pinning[classic]": 0.613657874956225, - "tests/test_create.py::test_package_optional_pinning[libmamba]": 0.7005241837754549, - "tests/test_create.py::test_package_pinning[classic]": 0.7516386981810051, - "tests/test_create.py::test_package_pinning[libmamba]": 0.6702977885920824, - "tests/test_create.py::test_packages_not_found[classic]": 0.23328896251181247, - "tests/test_create.py::test_packages_not_found[libmamba]": 7.797805682178001, - "tests/test_create.py::test_pinned_override_with_explicit_spec[classic]": 1.0776180272511398, - "tests/test_create.py::test_pinned_override_with_explicit_spec[libmamba]": 0.7577086373590869, - "tests/test_create.py::test_post_link_run_in_env[classic]": 1.4870042047287313, - "tests/test_create.py::test_post_link_run_in_env[libmamba]": 4.865574849194629, - "tests/test_create.py::test_remove_empty_env[classic]": 0.2914135703953145, - "tests/test_create.py::test_remove_empty_env[libmamba]": 3.8357290428685067, - "tests/test_create.py::test_remove_force_remove_flag[classic]": 0.0005522882616461213, - "tests/test_create.py::test_remove_force_remove_flag[libmamba]": 0.0006166274583877751, - "tests/test_create.py::test_remove_ignore_nonenv[classic]": 0.08440419992329284, - "tests/test_create.py::test_remove_ignore_nonenv[libmamba]": 0.08804550389180615, - "tests/test_create.py::test_remove_spellcheck[classic]": 0.4578938875063886, - "tests/test_create.py::test_remove_spellcheck[libmamba]": 0.7495344157045991, - "tests/test_create.py::test_repodata_v2_base_url[classic]": 0.4174694426206161, - "tests/test_create.py::test_repodata_v2_base_url[libmamba]": 0.31632918038795416, - "tests/test_create.py::test_rm_rf[classic]": 21.45272617116659, - "tests/test_create.py::test_rm_rf[libmamba]": 23.5799735039051, - "tests/test_create.py::test_run_preserves_arguments[classic]": 25.276089644578644, - "tests/test_create.py::test_run_preserves_arguments[libmamba]": 20.351790641832196, - "tests/test_create.py::test_run_script_called[classic]": 0.000569228675916187, - "tests/test_create.py::test_run_script_called[libmamba]": 0.0006024966733213785, - "tests/test_create.py::test_safety_checks_disabled[classic]": 19.62061634755697, - "tests/test_create.py::test_safety_checks_disabled[libmamba]": 20.713300725175635, - "tests/test_create.py::test_safety_checks_enabled[classic]": 11.134909203286178, - "tests/test_create.py::test_safety_checks_enabled[libmamba]": 13.087626458441974, - "tests/test_create.py::test_safety_checks_warn[classic]": 24.578253552045805, - "tests/test_create.py::test_safety_checks_warn[libmamba]": 24.04150578918044, - "tests/test_create.py::test_search_override_channels_enabled[classic]": 0.29679710847095514, - "tests/test_create.py::test_search_override_channels_enabled[libmamba]": 0.5725437111657361, - "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[classic]": 79.43561292867395, - "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[libmamba]": 29.79196002329051, - "tests/test_create.py::test_shortcut_absent_when_condarc_set[classic]": 77.56111606299582, - "tests/test_create.py::test_shortcut_absent_when_condarc_set[libmamba]": 29.846374238583078, - "tests/test_create.py::test_shortcut_creation_installs_shortcut[classic]": 81.1127656468602, - "tests/test_create.py::test_shortcut_creation_installs_shortcut[libmamba]": 30.051048094820146, - "tests/test_create.py::test_strict_channel_priority[classic]": 0.0005694882533505336, - "tests/test_create.py::test_strict_channel_priority[libmamba]": 0.0006470656798372432, - "tests/test_create.py::test_strict_resolve_get_reduced_index[classic]": 72.01226066306803, - "tests/test_create.py::test_strict_resolve_get_reduced_index[libmamba]": 73.43845455138366, - "tests/test_create.py::test_tarball_install[classic]": 0.44282670067770147, - "tests/test_create.py::test_tarball_install[libmamba]": 0.5091951245807322, - "tests/test_create.py::test_tarball_install_and_bad_metadata[classic]": 1.3100372905288717, - "tests/test_create.py::test_tarball_install_and_bad_metadata[libmamba]": 0.892781234768206, - "tests/test_create.py::test_transactional_rollback_simple[classic]": 0.306048209258737, - "tests/test_create.py::test_transactional_rollback_simple[libmamba]": 0.3336567987327134, - "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[classic]": 0.5145966265046856, - "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[libmamba]": 0.47096753715863293, - "tests/test_create.py::test_update_all_updates_pip_pkg[classic]": 38.11418372506746, - "tests/test_create.py::test_update_all_updates_pip_pkg[libmamba]": 35.88714942866791, - "tests/test_create.py::test_update_deps_flag_absent[classic]": 0.5217168446923404, - "tests/test_create.py::test_update_deps_flag_absent[libmamba]": 0.46023157047167274, - "tests/test_create.py::test_update_deps_flag_present[classic]": 0.5717635947557993, - "tests/test_create.py::test_update_deps_flag_present[libmamba]": 0.5412632433333608, - "tests/test_create.py::test_update_with_pinned_packages[classic]": 0.6269316230042008, - "tests/test_create.py::test_update_with_pinned_packages[libmamba]": 0.6307627779709257, - "tests/test_create.py::test_use_index_cache[classic]": 19.249663529599356, - "tests/test_create.py::test_use_index_cache[libmamba]": 19.12223112588393, - "tests/test_deprecations.py::test_action[future]": 0.003199803841355686, - "tests/test_deprecations.py::test_action[pending]": 0.003319834033184417, - "tests/test_deprecations.py::test_action[remove]": 0.0030087604792549236, - "tests/test_deprecations.py::test_arguments[deprecated]": 0.002831120797264426, - "tests/test_deprecations.py::test_arguments[pending]": 0.0028497594144696, - "tests/test_deprecations.py::test_arguments[remove]": 0.002725870874002106, - "tests/test_deprecations.py::test_class[deprecated]": 0.0029721017991983074, - "tests/test_deprecations.py::test_class[pending]": 0.003010514304421346, - "tests/test_deprecations.py::test_class[remove]": 0.002700175704772938, - "tests/test_deprecations.py::test_constant[deprecated]": 0.003704149442662379, - "tests/test_deprecations.py::test_constant[pending]": 0.00368049903750327, - "tests/test_deprecations.py::test_constant[remove]": 0.003660536440126539, - "tests/test_deprecations.py::test_function[deprecated]": 0.0033667398558385564, - "tests/test_deprecations.py::test_function[pending]": 0.0037996982312119417, - "tests/test_deprecations.py::test_function[remove]": 0.0027345710709140675, - "tests/test_deprecations.py::test_method[deprecated]": 0.0029662387813098206, - "tests/test_deprecations.py::test_method[pending]": 0.0031711649026977076, - "tests/test_deprecations.py::test_method[remove]": 0.0027182772741108766, - "tests/test_deprecations.py::test_module[deprecated]": 0.0037662010909462465, - "tests/test_deprecations.py::test_module[pending]": 0.003736988270581277, - "tests/test_deprecations.py::test_module[remove]": 0.0037064036433754003, - "tests/test_deprecations.py::test_topic[deprecated]": 0.002689967434347199, - "tests/test_deprecations.py::test_topic[pending]": 0.0026712611663282527, - "tests/test_deprecations.py::test_topic[remove]": 0.0026570757202405457, - "tests/test_deprecations.py::test_version_fallback": 0.002767149701961601, - "tests/test_exceptions.py::test_BasicClobberError": 0.010510877640394998, - "tests/test_exceptions.py::test_BinaryPrefixReplacementError": 0.01851473814324132, - "tests/test_exceptions.py::test_CommandNotFoundError_conda_build": 0.018612729820091697, - "tests/test_exceptions.py::test_CommandNotFoundError_simple": 0.019445574460585043, - "tests/test_exceptions.py::test_CondaFileNotFoundError": 0.017975322687284034, - "tests/test_exceptions.py::test_CondaHTTPError": 0.018990614155646696, - "tests/test_exceptions.py::test_CondaKeyError": 0.018082615148078948, - "tests/test_exceptions.py::test_DirectoryNotFoundError": 0.018045890282738796, - "tests/test_exceptions.py::test_KnownPackageClobberError": 0.010544066565369312, - "tests/test_exceptions.py::test_MD5MismatchError": 0.018673037967796263, - "tests/test_exceptions.py::test_PackageNotFoundError": 0.01870687876764607, + "tests/test_create.py::test_override_channels_disabled[classic]": 0.1998506248746348, + "tests/test_create.py::test_override_channels_disabled[libmamba]": 0.20331867325836003, + "tests/test_create.py::test_package_cache_regression[classic]": 0.4224857351494887, + "tests/test_create.py::test_package_cache_regression[libmamba]": 0.8076192908712013, + "tests/test_create.py::test_package_optional_pinning[classic]": 0.610567082821025, + "tests/test_create.py::test_package_optional_pinning[libmamba]": 0.684313375684238, + "tests/test_create.py::test_package_pinning[classic]": 0.74458083190117, + "tests/test_create.py::test_package_pinning[libmamba]": 0.6640807488578249, + "tests/test_create.py::test_packages_not_found[classic]": 0.23394214661591856, + "tests/test_create.py::test_packages_not_found[libmamba]": 7.741007650124953, + "tests/test_create.py::test_pinned_override_with_explicit_spec[classic]": 1.03278972796302, + "tests/test_create.py::test_pinned_override_with_explicit_spec[libmamba]": 0.6378056426555473, + "tests/test_create.py::test_post_link_run_in_env[classic]": 1.4003152096428446, + "tests/test_create.py::test_post_link_run_in_env[libmamba]": 4.83739422340617, + "tests/test_create.py::test_remove_empty_env[classic]": 0.28158448464431524, + "tests/test_create.py::test_remove_empty_env[libmamba]": 3.8898203614258535, + "tests/test_create.py::test_remove_force_remove_flag[classic]": 0.0005541435903391677, + "tests/test_create.py::test_remove_force_remove_flag[libmamba]": 0.0005892248302236028, + "tests/test_create.py::test_remove_ignore_nonenv[classic]": 0.08415962163390585, + "tests/test_create.py::test_remove_ignore_nonenv[libmamba]": 0.08725979820816579, + "tests/test_create.py::test_remove_spellcheck[classic]": 0.4545174353648635, + "tests/test_create.py::test_remove_spellcheck[libmamba]": 0.7040711719848708, + "tests/test_create.py::test_repodata_v2_base_url[classic]": 0.41735909141473954, + "tests/test_create.py::test_repodata_v2_base_url[libmamba]": 0.31683051842510884, + "tests/test_create.py::test_rm_rf[classic]": 21.648383598866296, + "tests/test_create.py::test_rm_rf[libmamba]": 24.277705597193364, + "tests/test_create.py::test_run_preserves_arguments[classic]": 25.43917249359389, + "tests/test_create.py::test_run_preserves_arguments[libmamba]": 20.141986214375947, + "tests/test_create.py::test_run_script_called[classic]": 0.0005650634008518662, + "tests/test_create.py::test_run_script_called[libmamba]": 0.0005996228132324057, + "tests/test_create.py::test_safety_checks_disabled[classic]": 19.693497062001363, + "tests/test_create.py::test_safety_checks_disabled[libmamba]": 20.418582983411387, + "tests/test_create.py::test_safety_checks_enabled[classic]": 11.303257852488638, + "tests/test_create.py::test_safety_checks_enabled[libmamba]": 14.189164061184805, + "tests/test_create.py::test_safety_checks_warn[classic]": 25.064051903223568, + "tests/test_create.py::test_safety_checks_warn[libmamba]": 24.523251028322385, + "tests/test_create.py::test_search_override_channels_enabled[classic]": 0.29631459760310314, + "tests/test_create.py::test_search_override_channels_enabled[libmamba]": 0.5885678226829922, + "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[classic]": 80.18942609712346, + "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[libmamba]": 29.915604288111187, + "tests/test_create.py::test_shortcut_absent_when_condarc_set[classic]": 78.70461587225849, + "tests/test_create.py::test_shortcut_absent_when_condarc_set[libmamba]": 29.11403225000519, + "tests/test_create.py::test_shortcut_creation_installs_shortcut[classic]": 81.54329392291775, + "tests/test_create.py::test_shortcut_creation_installs_shortcut[libmamba]": 30.13440835227985, + "tests/test_create.py::test_strict_channel_priority[classic]": 0.0005665527326824721, + "tests/test_create.py::test_strict_channel_priority[libmamba]": 0.0006604398810537598, + "tests/test_create.py::test_strict_resolve_get_reduced_index[classic]": 71.99371259150047, + "tests/test_create.py::test_strict_resolve_get_reduced_index[libmamba]": 73.61060654515838, + "tests/test_create.py::test_tarball_install[classic]": 0.4363472833484536, + "tests/test_create.py::test_tarball_install[libmamba]": 0.4262660607922177, + "tests/test_create.py::test_tarball_install_and_bad_metadata[classic]": 1.2642091038108634, + "tests/test_create.py::test_tarball_install_and_bad_metadata[libmamba]": 0.9673834244691072, + "tests/test_create.py::test_transactional_rollback_simple[classic]": 0.3053820243907713, + "tests/test_create.py::test_transactional_rollback_simple[libmamba]": 0.3251788265178906, + "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[classic]": 0.5101015132349855, + "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[libmamba]": 0.4663120615160066, + "tests/test_create.py::test_update_all_updates_pip_pkg[classic]": 38.33526551567476, + "tests/test_create.py::test_update_all_updates_pip_pkg[libmamba]": 37.11036480586876, + "tests/test_create.py::test_update_deps_flag_absent[classic]": 0.5192912772709156, + "tests/test_create.py::test_update_deps_flag_absent[libmamba]": 0.4621012977022422, + "tests/test_create.py::test_update_deps_flag_present[classic]": 0.5674968310799426, + "tests/test_create.py::test_update_deps_flag_present[libmamba]": 0.5369124553802731, + "tests/test_create.py::test_update_with_pinned_packages[classic]": 0.7233642985649612, + "tests/test_create.py::test_update_with_pinned_packages[libmamba]": 0.564598501239017, + "tests/test_create.py::test_use_index_cache[classic]": 19.746161833180885, + "tests/test_create.py::test_use_index_cache[libmamba]": 19.163932168939112, + "tests/test_deprecations.py::test_action[future]": 0.0032263883987091128, + "tests/test_deprecations.py::test_action[pending]": 0.003353872192425091, + "tests/test_deprecations.py::test_action[remove]": 0.00308017449273276, + "tests/test_deprecations.py::test_arguments[deprecated]": 0.0028183289193400114, + "tests/test_deprecations.py::test_arguments[pending]": 0.002895454063554272, + "tests/test_deprecations.py::test_arguments[remove]": 0.0026896498071612624, + "tests/test_deprecations.py::test_class[deprecated]": 0.0029527614539804708, + "tests/test_deprecations.py::test_class[pending]": 0.0030249665013246693, + "tests/test_deprecations.py::test_class[remove]": 0.002690678987938189, + "tests/test_deprecations.py::test_constant[deprecated]": 0.0036636259937882845, + "tests/test_deprecations.py::test_constant[pending]": 0.003684324178476817, + "tests/test_deprecations.py::test_constant[remove]": 0.0037496097708845833, + "tests/test_deprecations.py::test_function[deprecated]": 0.003373508227564751, + "tests/test_deprecations.py::test_function[pending]": 0.0037800693643708695, + "tests/test_deprecations.py::test_function[remove]": 0.0027288825777678524, + "tests/test_deprecations.py::test_method[deprecated]": 0.0029772382178344264, + "tests/test_deprecations.py::test_method[pending]": 0.0031005121349537415, + "tests/test_deprecations.py::test_method[remove]": 0.002732501238215355, + "tests/test_deprecations.py::test_module[deprecated]": 0.003781125615505168, + "tests/test_deprecations.py::test_module[pending]": 0.0037507460908078535, + "tests/test_deprecations.py::test_module[remove]": 0.003714546197749849, + "tests/test_deprecations.py::test_topic[deprecated]": 0.0026943597124293272, + "tests/test_deprecations.py::test_topic[pending]": 0.002671098130207506, + "tests/test_deprecations.py::test_topic[remove]": 0.002661784690600607, + "tests/test_deprecations.py::test_version_fallback": 0.0027678688299782933, + "tests/test_exceptions.py::test_BasicClobberError": 0.011333038801493257, + "tests/test_exceptions.py::test_BinaryPrefixReplacementError": 0.019687866065010565, + "tests/test_exceptions.py::test_CommandNotFoundError_conda_build": 0.020251025250521595, + "tests/test_exceptions.py::test_CommandNotFoundError_simple": 0.020865203582644286, + "tests/test_exceptions.py::test_CondaFileNotFoundError": 0.01929031485747336, + "tests/test_exceptions.py::test_CondaHTTPError": 0.020446169869623464, + "tests/test_exceptions.py::test_CondaKeyError": 0.01928204272471805, + "tests/test_exceptions.py::test_DirectoryNotFoundError": 0.019156998140457536, + "tests/test_exceptions.py::test_KnownPackageClobberError": 0.011103687569148717, + "tests/test_exceptions.py::test_MD5MismatchError": 0.020038641735961423, + "tests/test_exceptions.py::test_PackageNotFoundError": 0.01977460371173226, "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2": 0.006524199838386684, - "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[False]": 0.016568960497467464, - "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[True]": 0.017591950256539653, - "tests/test_exceptions.py::test_SharedLinkPathClobberError": 0.010304383538991053, - "tests/test_exceptions.py::test_TooManyArgumentsError": 0.018496825130437853, - "tests/test_exceptions.py::test_UnknownPackageClobberError": 0.01044232686352587, - "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_1": 0.025852404977844582, - "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_2": 0.020215141803438415, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_1": 0.035607062214281476, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_2": 0.03407245620615593, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_3": 0.03638013015408928, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_spaces": 0.026989510262458032, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_unicode": 0.026635178370666902, - "tests/test_export.py::test_explicit[classic]": 12.006517508065242, - "tests/test_export.py::test_explicit[libmamba]": 12.14962687778219, - "tests/test_export.py::test_export[classic]": 38.60641295351095, - "tests/test_export.py::test_export[libmamba]": 9.806272341135994, - "tests/test_exports.py::test_deprecations[Completer-None]": 0.0026133027850634948, + "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[False]": 0.016623504624375986, + "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[True]": 0.017434263948361298, + "tests/test_exceptions.py::test_SharedLinkPathClobberError": 0.011209509612653972, + "tests/test_exceptions.py::test_TooManyArgumentsError": 0.02021520282649603, + "tests/test_exceptions.py::test_UnknownPackageClobberError": 0.011289552492542392, + "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_1": 0.026768842323762393, + "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_2": 0.020250586111683854, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_1": 0.03541693816897929, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_2": 0.03415447433487563, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_3": 0.03622209909061579, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_spaces": 0.027474054836299916, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_unicode": 0.027616195949525104, + "tests/test_export.py::test_explicit[classic]": 11.739947698949672, + "tests/test_export.py::test_explicit[libmamba]": 11.809525780362724, + "tests/test_export.py::test_export[classic]": 39.2277959994005, + "tests/test_export.py::test_export[libmamba]": 9.409267147334859, + "tests/test_exports.py::test_deprecations[Completer-None]": 0.0026124221215179403, "tests/test_exports.py::test_deprecations[IndexRecord-TypeError]": 0.0027222583148208764, - "tests/test_exports.py::test_deprecations[InstalledPackages-None]": 0.0025682255002864494, - "tests/test_exports.py::test_deprecations[KEYS-TypeError]": 0.0026258897409402477, - "tests/test_exports.py::test_deprecations[KEYS_DIR-TypeError]": 0.002591482912451341, - "tests/test_exports.py::test_deprecations[_symlink_conda_hlp-TypeError]": 0.002597207503975106, + "tests/test_exports.py::test_deprecations[InstalledPackages-None]": 0.002580684674433872, + "tests/test_exports.py::test_deprecations[KEYS-TypeError]": 0.0026012042908818427, + "tests/test_exports.py::test_deprecations[KEYS_DIR-TypeError]": 0.0025898880943902316, + "tests/test_exports.py::test_deprecations[_symlink_conda_hlp-TypeError]": 0.002610726406707901, "tests/test_exports.py::test_deprecations[fetch_index-TypeError]": 0.0026151207963397865, - "tests/test_exports.py::test_deprecations[hash_file-TypeError]": 0.0026891027371541204, - "tests/test_exports.py::test_deprecations[iteritems-TypeError]": 0.002618535403523796, - "tests/test_exports.py::test_deprecations[move_to_trash-TypeError]": 0.0025932698727706583, - "tests/test_exports.py::test_deprecations[symlink_conda-TypeError]": 0.002623784598409209, - "tests/test_exports.py::test_deprecations[verify-TypeError]": 0.0027425503764945194, - "tests/test_exports.py::test_deprecations[win_conda_bat_redirect-TypeError]": 0.002623681905106719, - "tests/test_features.py::test_install_track_features_downgrade": 0.905733803089917, - "tests/test_features.py::test_install_track_features_upgrade": 0.9245952826040948, - "tests/test_features.py::test_remove_features_downgrade": 0.38796338920889667, - "tests/test_features.py::test_remove_features_upgrade": 0.4183635547060139, - "tests/test_fetch.py::test_checksum_checks_bytes[bad-type]": 0.014930261202085956, - "tests/test_fetch.py::test_checksum_checks_bytes[gibberish]": 0.01609540275719401, - "tests/test_fetch.py::test_checksum_checks_bytes[original]": 1.4914038388110584, - "tests/test_fetch.py::test_checksum_checks_bytes[upper]": 0.01970998621459444, - "tests/test_fetch.py::test_download_connectionerror": 4.553127623400747, - "tests/test_fetch.py::test_download_http_errors": 0.0047171663474839766, - "tests/test_fetch.py::test_download_httperror": 0.006941488017157591, - "tests/test_fetch.py::test_download_when_ranges_not_supported": 0.011895769592926847, - "tests/test_fetch.py::test_fetchrepodate_connectionerror": 4.279003021622419, - "tests/test_fetch.py::test_resume_download": 0.02236377862068637, - "tests/test_fetch.py::test_resume_partial": 1.547781462833099, - "tests/test_fetch.py::test_tmpDownload": 0.08740746260974697, - "tests/test_history.py::test_calls_update_on_exit": 0.006727572722564799, - "tests/test_history.py::test_comment_parsing[conda 4.5.1]": 0.002556729621840943, - "tests/test_history.py::test_comment_parsing[conda 4.5.1dev0]": 0.0025602750837633494, - "tests/test_history.py::test_comment_parsing[conda 4.5.1rc1]": 0.002532287648286027, - "tests/test_history.py::test_comment_parsing[post 4.4, install spec]": 0.0025805726581670098, - "tests/test_history.py::test_comment_parsing[post 4.4, update spec]": 0.0025638093418483316, - "tests/test_history.py::test_comment_parsing[pre 4.4, install many specs]": 0.0025743827594648825, - "tests/test_history.py::test_comment_parsing[pre 4.4, install one spec]": 0.0025593713865567883, - "tests/test_history.py::test_comment_parsing[pre 4.4, install two specs]": 0.002553439259677068, - "tests/test_history.py::test_comment_parsing[pre 4.4, update one spec]": 0.002542242243277151, - "tests/test_history.py::test_comment_parsing[pre 4.4, update two specs]": 0.0025554756746164107, - "tests/test_history.py::test_empty_history_check_on_empty_env": 0.0066421257867826725, - "tests/test_history.py::test_history_malformed": 0.005311918212650658, - "tests/test_history.py::test_parse_on_empty_env": 0.006907762770102431, - "tests/test_history.py::test_returns_history_object_as_context_object": 0.005127498211864794, - "tests/test_history.py::test_user_requests[0]": 0.0033444087293539823, - "tests/test_history.py::test_user_requests[1]": 0.0031984568836109215, - "tests/test_history.py::test_user_requests[2]": 0.003268654665225571, - "tests/test_history.py::test_user_requests[3]": 0.003176617009414615, - "tests/test_history.py::test_user_requests[4]": 0.0031875322545516093, - "tests/test_history.py::test_user_requests[5]": 0.003185447146392289, - "tests/test_history.py::test_works_as_context_manager": 0.004046220532217228, - "tests/test_install.py::test_binary[linux-64]": 0.02004179884447283, - "tests/test_install.py::test_binary[noarch]": 0.00742658093281882, - "tests/test_install.py::test_binary[win-64]": 0.006893882675882622, + "tests/test_exports.py::test_deprecations[hash_file-TypeError]": 0.0027034834167956327, + "tests/test_exports.py::test_deprecations[iteritems-TypeError]": 0.0026248851119402518, + "tests/test_exports.py::test_deprecations[move_to_trash-TypeError]": 0.0025891628268694, + "tests/test_exports.py::test_deprecations[symlink_conda-TypeError]": 0.0026366995114542597, + "tests/test_exports.py::test_deprecations[verify-TypeError]": 0.002722082469583304, + "tests/test_exports.py::test_deprecations[win_conda_bat_redirect-TypeError]": 0.002621557964959951, + "tests/test_features.py::test_install_track_features_downgrade": 0.8783960820826249, + "tests/test_features.py::test_install_track_features_upgrade": 0.9338774538360031, + "tests/test_features.py::test_remove_features_downgrade": 0.38348849649889327, + "tests/test_features.py::test_remove_features_upgrade": 0.43538584724868085, + "tests/test_fetch.py::test_checksum_checks_bytes[bad-type]": 0.1529498815131621, + "tests/test_fetch.py::test_checksum_checks_bytes[gibberish]": 0.01576286950466895, + "tests/test_fetch.py::test_checksum_checks_bytes[original]": 1.212901750521809, + "tests/test_fetch.py::test_checksum_checks_bytes[upper]": 0.15982674499752475, + "tests/test_fetch.py::test_download_connectionerror": 4.235319410054954, + "tests/test_fetch.py::test_download_http_errors": 0.004822801344802372, + "tests/test_fetch.py::test_download_httperror": 0.006923349007374131, + "tests/test_fetch.py::test_download_when_ranges_not_supported": 0.012147810835126293, + "tests/test_fetch.py::test_fetchrepodate_connectionerror": 3.9964107459799445, + "tests/test_fetch.py::test_resume_download": 0.02243535977493433, + "tests/test_fetch.py::test_resume_partial": 1.5521406972776883, + "tests/test_fetch.py::test_tmpDownload": 0.08597280280113848, + "tests/test_history.py::test_calls_update_on_exit": 0.006853436118773754, + "tests/test_history.py::test_comment_parsing[conda 4.5.1]": 0.0025589179805985676, + "tests/test_history.py::test_comment_parsing[conda 4.5.1dev0]": 0.0025458332665576518, + "tests/test_history.py::test_comment_parsing[conda 4.5.1rc1]": 0.002540039058931217, + "tests/test_history.py::test_comment_parsing[post 4.4, install spec]": 0.0025846539811913774, + "tests/test_history.py::test_comment_parsing[post 4.4, update spec]": 0.002559437711170146, + "tests/test_history.py::test_comment_parsing[pre 4.4, install many specs]": 0.002557874643689416, + "tests/test_history.py::test_comment_parsing[pre 4.4, install one spec]": 0.002558490993247327, + "tests/test_history.py::test_comment_parsing[pre 4.4, install two specs]": 0.0025514454589990088, + "tests/test_history.py::test_comment_parsing[pre 4.4, update one spec]": 0.0025614529913377732, + "tests/test_history.py::test_comment_parsing[pre 4.4, update two specs]": 0.002558234647850188, + "tests/test_history.py::test_empty_history_check_on_empty_env": 0.007189210115265982, + "tests/test_history.py::test_history_malformed": 0.005743098723025504, + "tests/test_history.py::test_parse_on_empty_env": 0.006892896789641871, + "tests/test_history.py::test_returns_history_object_as_context_object": 0.005331070080610861, + "tests/test_history.py::test_user_requests[0]": 0.003314680614689761, + "tests/test_history.py::test_user_requests[1]": 0.0032029149730813176, + "tests/test_history.py::test_user_requests[2]": 0.003199785511134353, + "tests/test_history.py::test_user_requests[3]": 0.003172097288576361, + "tests/test_history.py::test_user_requests[4]": 0.0031473616541097503, + "tests/test_history.py::test_user_requests[5]": 0.003144357625220174, + "tests/test_history.py::test_works_as_context_manager": 0.004081857788597248, + "tests/test_install.py::test_binary[linux-64]": 0.02100875186478691, + "tests/test_install.py::test_binary[noarch]": 0.007565262409970355, + "tests/test_install.py::test_binary[win-64]": 0.007054329885249365, "tests/test_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 280.7085377664012, - "tests/test_install.py::test_default_text": 0.005536300253604024, - "tests/test_install.py::test_ends_with_newl[linux-64]": 0.0033698149508809565, - "tests/test_install.py::test_ends_with_newl[noarch]": 0.004514517298124287, - "tests/test_install.py::test_ends_with_newl[win-64]": 0.004502497005663866, + "tests/test_install.py::test_default_text": 0.0057356002035300465, + "tests/test_install.py::test_ends_with_newl[linux-64]": 0.003358621414573866, + "tests/test_install.py::test_ends_with_newl[noarch]": 0.004497655927794635, + "tests/test_install.py::test_ends_with_newl[win-64]": 0.004481124447741349, "tests/test_install.py::test_install_freezes_env_by_default": 0.6951143839930086, "tests/test_install.py::test_install_from_extracted_package": 19.70312063012304, "tests/test_install.py::test_install_mkdir": 37.07228033977346, - "tests/test_install.py::test_long_default_text": 0.0005371109423859232, - "tests/test_install.py::test_multiple[linux-64]": 0.0032160670127816785, - "tests/test_install.py::test_multiple[noarch]": 0.004404102468668737, - "tests/test_install.py::test_multiple[win-64]": 0.00435945028951651, - "tests/test_install.py::test_no_extra[linux-64]": 0.0026979205477131807, - "tests/test_install.py::test_no_extra[noarch]": 0.004369476762561495, - "tests/test_install.py::test_no_extra[win-64]": 0.004322725498927218, - "tests/test_install.py::test_read_no_link": 0.004815799439118584, - "tests/test_install.py::test_shorter[linux-64]": 0.002667324793932635, - "tests/test_install.py::test_shorter[noarch]": 0.004361744344217958, - "tests/test_install.py::test_shorter[win-64]": 0.004698509799787682, - "tests/test_install.py::test_simple[linux-64]": 0.011622431917763944, - "tests/test_install.py::test_simple[noarch]": 0.005039162382793795, - "tests/test_install.py::test_simple[win-64]": 0.005498557548765722, - "tests/test_install.py::test_spaces[linux-64]": 0.003349110784627898, - "tests/test_install.py::test_spaces[noarch]": 0.004340058397790414, - "tests/test_install.py::test_spaces[win-64]": 0.004313046162247061, - "tests/test_install.py::test_too_long[linux-64]": 0.0027849138142584558, - "tests/test_install.py::test_too_long[noarch]": 0.0025926503049610986, - "tests/test_install.py::test_too_long[win-64]": 0.002620129388572049, - "tests/test_install.py::test_trash_outside_prefix": 0.021487121915795993, - "tests/test_install.py::test_two[linux-64]": 0.0028385765088254082, - "tests/test_install.py::test_two[noarch]": 0.0043528011315753234, - "tests/test_install.py::test_two[win-64]": 0.004396321232022003, - "tests/test_install.py::test_windows_entry_point": 2.218565273069368, - "tests/test_install.py::test_yield_lines": 0.004473960780915328, - "tests/test_instructions.py::test_check_files_in_tarball_files_exist": 0.0024463635001315725, - "tests/test_instructions.py::test_check_files_in_tarball_files_not_exist": 0.002500660730436446, - "tests/test_instructions.py::test_expected_operation_order": 0.0024543097761030096, - "tests/test_instructions.py::test_simple_instruction": 0.0025474029125007566, - "tests/test_instructions.py::test_state": 0.0025091355923173124, - "tests/test_link_order.py::test_link_order_post_link_actions": 0.20982031011724922, - "tests/test_link_order.py::test_link_order_post_link_depend": 0.19625797856097096, - "tests/test_logic.py::test_ALL": 16.02346403544615, - "tests/test_logic.py::test_AMONE": 2.461984481175328, - "tests/test_logic.py::test_AND": 0.01899296773804149, - "tests/test_logic.py::test_ANY": 15.30154126006411, - "tests/test_logic.py::test_ITE": 0.6455408133441465, - "tests/test_logic.py::test_LinearBound": 8.485175085498543, - "tests/test_logic.py::test_NOT": 0.0035999173688251777, - "tests/test_logic.py::test_OR": 0.01822557829711032, - "tests/test_logic.py::test_XONE": 2.449546618452003, - "tests/test_logic.py::test_XOR": 0.02208625032405315, - "tests/test_logic.py::test_minimal_unsatisfiable_subset": 0.002498288039441704, - "tests/test_logic.py::test_minimize": 0.005375136663285545, - "tests/test_logic.py::test_sat": 0.0029537434580394328, - "tests/test_misc.py::test_Utf8NamedTemporaryFile": 0.003866029587150819, - "tests/test_misc.py::test_cache_fn_url": 0.0024195453649533327, - "tests/test_misc.py::test_explicit_missing_cache_entries": 5.650777264928668, - "tests/test_misc.py::test_explicit_no_cache": 0.007929701122988944, - "tests/test_misc.py::test_url_pat_1": 0.002442810216498222, - "tests/test_misc.py::test_url_pat_2": 0.0023642955818801055, - "tests/test_misc.py::test_url_pat_3": 0.002327056995967051, - "tests/test_misc.py::test_walk_prefix": 0.007445507886869088, - "tests/test_plan.py::test_adds_to_existing_actions": 0.0033297952227195737, - "tests/test_plan.py::test_deprecations[_get_best_prec_match]": 0.0025186241331154845, - "tests/test_plan.py::test_deprecations[_handle_menuinst]": 0.002500173054548058, - "tests/test_plan.py::test_deprecations[_inject_UNLINKLINKTRANSACTION]": 0.0024916273197304307, - "tests/test_plan.py::test_deprecations[_plan_from_actions]": 0.0024960151053168896, - "tests/test_plan.py::test_deprecations[_update_old_plan]": 0.0024825457232106377, - "tests/test_plan.py::test_deprecations[add_defaults_to_specs]": 0.002540499103051968, - "tests/test_plan.py::test_deprecations[add_unlink]": 0.0025670933397136633, - "tests/test_plan.py::test_deprecations[display_actions]": 0.0025652489234673573, - "tests/test_plan.py::test_deprecations[execute_actions]": 0.0025089957078316513, - "tests/test_plan.py::test_deprecations[execute_instructions]": 0.0024958824399287354, - "tests/test_plan.py::test_deprecations[execute_plan]": 0.0025029665127624546, - "tests/test_plan.py::test_deprecations[get_blank_actions]": 0.002524137357595061, - "tests/test_plan.py::test_deprecations[install_actions]": 0.0025233337378800444, - "tests/test_plan.py::test_deprecations[print_dists]": 0.002631856939398962, - "tests/test_plan.py::test_deprecations[revert_actions]": 0.0024976971920583017, - "tests/test_plan.py::test_display_actions_0": 0.09344522482802192, - "tests/test_plan.py::test_display_actions_features": 0.1260883598064054, - "tests/test_plan.py::test_display_actions_link_type": 0.010787268959619366, - "tests/test_plan.py::test_display_actions_show_channel_urls": 0.11509663766509891, - "tests/test_plan.py::test_execute_plan": 0.0025359091793826674, - "tests/test_plan.py::test_pinned_specs_CONDA_PINNED_PACKAGES": 0.01090634359836789, - "tests/test_plan.py::test_pinned_specs_all": 4.5079343824947085, - "tests/test_plan.py::test_pinned_specs_conda_meta_pinned": 4.384696593766882, - "tests/test_plan.py::test_pinned_specs_condarc": 4.481380108149271, - "tests/test_plan.py::test_simply_adds_unlink_on_non_windows": 0.0036127803642766864, - "tests/test_plan.py::test_update_old_plan": 0.0024763276306420876, - "tests/test_priority.py::test_reorder_channel_priority[classic-with pinned_package]": 29.021713116961948, - "tests/test_priority.py::test_reorder_channel_priority[classic-without pinned_package]": 11.35458293970666, - "tests/test_priority.py::test_reorder_channel_priority[libmamba-with pinned_package]": 13.085339300542621, - "tests/test_priority.py::test_reorder_channel_priority[libmamba-without pinned_package]": 13.06765999382029, - "tests/test_shell.py::test_activate_deactivate_modify_path[bash]": 7.301475313888718, - "tests/test_shell.py::test_activate_deactivate_modify_path[cmd.exe]": 2.185421276851754, - "tests/test_shell.py::test_bash_activate_error": 0.0007828027777144876, - "tests/test_shell.py::test_basic_integration[bash-basic_posix]": 0.0007687564815199721, - "tests/test_shell.py::test_basic_integration[csh-basic_csh]": 0.0005405388886732911, - "tests/test_shell.py::test_basic_integration[dash-basic_posix]": 0.0008965888891275932, - "tests/test_shell.py::test_basic_integration[tcsh-basic_csh]": 0.0005255703703526209, - "tests/test_shell.py::test_basic_integration[zsh-basic_posix]": 0.0005778925925586396, - "tests/test_shell.py::test_cmd_exe_activate_error": 3.3523975951393226, - "tests/test_shell.py::test_cmd_exe_basic_integration": 20.77710816944455, - "tests/test_shell.py::test_fish_basic_integration": 0.0005274231481848801, - "tests/test_shell.py::test_legacy_activate_deactivate_bash": 12.994380086111116, - "tests/test_shell.py::test_legacy_activate_deactivate_cmd_exe": 5.891277075925968, - "tests/test_shell.py::test_powershell_PATH_management": 16.397011998148315, - "tests/test_shell.py::test_powershell_basic_integration": 27.555080788194076, - "tests/test_shell.py::test_stacking[0--base-base,sys]": 21.673545079629623, - "tests/test_shell.py::test_stacking[0--has-has,sys]": 21.730659618518175, - "tests/test_shell.py::test_stacking[0--not-sys]": 20.60453110277781, - "tests/test_shell.py::test_stacking[0-base-base-base,sys]": 21.994443001851963, - "tests/test_shell.py::test_stacking[0-base-has-has,sys]": 21.875253699999956, - "tests/test_shell.py::test_stacking[0-base-not-sys]": 19.996410545138882, - "tests/test_shell.py::test_stacking[0-has-base-base,sys]": 22.01451718796307, - "tests/test_shell.py::test_stacking[0-has-has-has,sys]": 22.06961036111109, - "tests/test_shell.py::test_stacking[0-has-not-sys]": 20.03317796388849, - "tests/test_shell.py::test_stacking[0-not-base-base,sys]": 22.090576326851952, - "tests/test_shell.py::test_stacking[0-not-has-has,sys]": 22.207348488888933, - "tests/test_shell.py::test_stacking[0-not-not-sys]": 20.073759126388882, - "tests/test_shell.py::test_stacking[5-base,has-base-base,has,sys]": 22.448297014814855, - "tests/test_shell.py::test_stacking[5-base,has-has-has,base,sys]": 22.49149290925932, - "tests/test_shell.py::test_stacking[5-base,has-not-has,base,sys]": 20.53435879097283, - "tests/test_shell.py::test_stacking[5-base,not-base-base,sys]": 22.42620909722193, - "tests/test_shell.py::test_stacking[5-base,not-has-has,base,sys]": 22.50436147500001, - "tests/test_shell.py::test_stacking[5-base,not-not-base,sys]": 20.570874890277867, - "tests/test_shell.py::test_stacking[5-base-base-base,sys]": 22.081710793518496, - "tests/test_shell.py::test_stacking[5-base-has-has,base,sys]": 22.20904870277789, - "tests/test_shell.py::test_stacking[5-base-not-base,sys]": 20.243574079860803, - "tests/test_shell.py::test_stacking[5-has-base-base,has,sys]": 21.98894492037035, - "tests/test_shell.py::test_stacking[5-has-has-has,sys]": 22.35001683055574, - "tests/test_shell.py::test_stacking[5-has-not-has,sys]": 20.081349280555692, - "tests/test_shell.py::test_stacking[5-not-base-base,sys]": 22.20077123981512, - "tests/test_shell.py::test_stacking[5-not-has-has,sys]": 22.344802515740753, - "tests/test_shell.py::test_stacking[5-not-not-sys]": 20.22936049722182, - "tests/test_solvers.py::TestClassicSolver::test_accelerate": 3.2444351991943874, - "tests/test_solvers.py::TestClassicSolver::test_anaconda_nomkl": 2.1562607353269, - "tests/test_solvers.py::TestClassicSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.045298863983771705, - "tests/test_solvers.py::TestClassicSolver::test_channel_priority_1": 1.1125702910534376, - "tests/test_solvers.py::TestClassicSolver::test_circular_dependencies": 0.2740328550354563, - "tests/test_solvers.py::TestClassicSolver::test_empty": 1.0916747747976325, - "tests/test_solvers.py::TestClassicSolver::test_get_dists": 2.3022613843637743, - "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_preferred_solution": 0.057959029088964525, - "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.053029711295797984, - "tests/test_solvers.py::TestClassicSolver::test_install_package_with_feature": 0.44932592845667024, - "tests/test_solvers.py::TestClassicSolver::test_iopro_mkl": 1.580142509942066, - "tests/test_solvers.py::TestClassicSolver::test_iopro_nomkl": 1.1424760315455513, - "tests/test_solvers.py::TestClassicSolver::test_irrational_version": 0.23700686897502385, - "tests/test_solvers.py::TestClassicSolver::test_mkl": 2.445680856035764, - "tests/test_solvers.py::TestClassicSolver::test_no_features": 3.175262409647002, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater": 0.049776429296205085, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.048265875307162226, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater": 0.04445146919342225, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.05014526541997423, - "tests/test_solvers.py::TestClassicSolver::test_nonexistent": 0.05578648234184643, - "tests/test_solvers.py::TestClassicSolver::test_nonexistent_deps": 1.914101479028454, - "tests/test_solvers.py::TestClassicSolver::test_pseudo_boolean": 1.9133130702629306, - "tests/test_solvers.py::TestClassicSolver::test_remove": 1.8633899336482678, - "tests/test_solvers.py::TestClassicSolver::test_scipy_mkl": 0.9971469647225586, - "tests/test_solvers.py::TestClassicSolver::test_surplus_features_1": 0.05866059499553425, - "tests/test_solvers.py::TestClassicSolver::test_surplus_features_2": 0.05247628150253178, - "tests/test_solvers.py::TestClassicSolver::test_timestamps_and_deps": 0.6009734494353812, - "tests/test_solvers.py::TestClassicSolver::test_unintentional_feature_downgrade": 1.375112125181361, - "tests/test_solvers.py::TestClassicSolver::test_unsat_any_two_not_three": 0.22405915237018392, - "tests/test_solvers.py::TestClassicSolver::test_unsat_chain": 0.07654392521159514, - "tests/test_solvers.py::TestClassicSolver::test_unsat_channel_priority": 0.17596235159119467, - "tests/test_solvers.py::TestClassicSolver::test_unsat_expand_single": 0.06193466184798635, - "tests/test_solvers.py::TestClassicSolver::test_unsat_from_r1": 3.3032050120787146, - "tests/test_solvers.py::TestClassicSolver::test_unsat_missing_dep": 0.06203822931514999, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_1": 0.07209406973504, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_2": 0.07129110809421949, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_3": 0.07877373527562019, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_4": 0.07176785265764317, - "tests/test_solvers.py::TestClassicSolver::test_unsat_simple": 0.06500022197480605, - "tests/test_solvers.py::TestLibMambaSolver::test_accelerate": 0.002263461177104137, - "tests/test_solvers.py::TestLibMambaSolver::test_anaconda_nomkl": 0.3901786660070352, - "tests/test_solvers.py::TestLibMambaSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.07125657244825573, - "tests/test_solvers.py::TestLibMambaSolver::test_channel_priority_1": 0.17669895681650066, - "tests/test_solvers.py::TestLibMambaSolver::test_circular_dependencies": 0.3348075109575125, - "tests/test_solvers.py::TestLibMambaSolver::test_empty": 0.12148835078920237, - "tests/test_solvers.py::TestLibMambaSolver::test_get_dists": 0.19039895456120304, - "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_preferred_solution": 0.07457255291296495, - "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.07131969573113897, - "tests/test_solvers.py::TestLibMambaSolver::test_install_package_with_feature": 0.1306080851393382, - "tests/test_solvers.py::TestLibMambaSolver::test_iopro_mkl": 0.0023353448058295485, - "tests/test_solvers.py::TestLibMambaSolver::test_iopro_nomkl": 0.002257275185614376, - "tests/test_solvers.py::TestLibMambaSolver::test_irrational_version": 0.126808315266913, - "tests/test_solvers.py::TestLibMambaSolver::test_mkl": 0.0022311902925049878, - "tests/test_solvers.py::TestLibMambaSolver::test_no_features": 0.0023236260337780343, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater": 0.07589967070176788, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.07755201148551483, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater": 0.113072677661351, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.07689282169146318, - "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent": 0.09861389985318926, - "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent_deps": 0.7773668839780979, - "tests/test_solvers.py::TestLibMambaSolver::test_pseudo_boolean": 0.002311704528928189, - "tests/test_solvers.py::TestLibMambaSolver::test_remove": 0.0023418665897899493, - "tests/test_solvers.py::TestLibMambaSolver::test_scipy_mkl": 0.0022884454544238805, - "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_1": 0.0022372893235877156, - "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_2": 0.0022078439307758016, - "tests/test_solvers.py::TestLibMambaSolver::test_timestamps_and_deps": 0.765328606395214, - "tests/test_solvers.py::TestLibMambaSolver::test_unintentional_feature_downgrade": 0.002305282468339821, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_any_two_not_three": 0.24261335712146959, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_chain": 0.05949324481777512, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_channel_priority": 0.21378505337487982, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_expand_single": 0.05849878074515204, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_from_r1": 0.3122255024861258, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_missing_dep": 0.059887088557003816, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_1": 0.058010748020902225, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_2": 0.05938823046299787, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_3": 0.05814637552383549, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_4": 0.0603675571102175, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_simple": 0.05910587516805274, - "tests/test_toposort.py::test_cycle": 0.0025551274426499344, - "tests/test_toposort.py::test_cycle_best_effort": 0.0024938110499627595, - "tests/test_toposort.py::test_degenerate": 0.00237984265893812, - "tests/test_toposort.py::test_pop_key": 0.002466313509493655, - "tests/test_toposort.py::test_python_is_prioritized": 0.002484816107915384, - "tests/test_toposort.py::test_simple": 0.002514589059195044, - "tests/test_utils.py::test_deprecations[cygwin_path_to_win-TypeError]": 0.002613400164964632, - "tests/test_utils.py::test_deprecations[msys2_shell_base-TypeError]": 0.002687004881477611, - "tests/test_utils.py::test_deprecations[path_identity-TypeError]": 0.002620263098264839, - "tests/test_utils.py::test_deprecations[shells-TypeError]": 0.0026793718679011726, - "tests/test_utils.py::test_deprecations[translate_stream-TypeError]": 0.0026230347934402556, - "tests/test_utils.py::test_deprecations[unix_shell_base-TypeError]": 0.0026231960871264206, - "tests/test_utils.py::test_deprecations[win_path_to_cygwin-TypeError]": 0.0026409840135399702, - "tests/test_utils.py::test_ensure_dir": 0.004396412797974573, - "tests/test_utils.py::test_ensure_dir_errors": 0.0030974052907747135, - "tests/test_utils.py::test_path_translations": 0.046334423439180886, - "tests/test_utils.py::test_quote_for_shell[!-!]": 0.00253991422858281, - "tests/test_utils.py::test_quote_for_shell[\"-\"\"\"\"]": 0.002566299280168873, - "tests/test_utils.py::test_quote_for_shell[#-#]": 0.002544322856945194, - "tests/test_utils.py::test_quote_for_shell[$-$]": 0.002529330838750615, - "tests/test_utils.py::test_quote_for_shell[%-\"%%\"]": 0.0025612389868541153, - "tests/test_utils.py::test_quote_for_shell[&-\"&\"]": 0.002550152878699272, - "tests/test_utils.py::test_quote_for_shell['-']": 0.002527535715284343, - "tests/test_utils.py::test_quote_for_shell[(-(]": 0.0025221276075657966, - "tests/test_utils.py::test_quote_for_shell[)-)]": 0.002527549041366291, - "tests/test_utils.py::test_quote_for_shell[*-*]": 0.0025537333600386134, - "tests/test_utils.py::test_quote_for_shell[+-+]": 0.0025290574487435197, - "tests/test_utils.py::test_quote_for_shell[,-,]": 0.0025320250329776673, - "tests/test_utils.py::test_quote_for_shell[---]": 0.0025495577616040754, - "tests/test_utils.py::test_quote_for_shell[.-.]": 0.0025319314912037624, - "tests/test_utils.py::test_quote_for_shell[/-/]": 0.002556897864464637, - "tests/test_utils.py::test_quote_for_shell[1>/dev/null-\"1>/dev/null\"]": 0.0025414751170746873, - "tests/test_utils.py::test_quote_for_shell[1>NUL-\"1>NUL\"]": 0.0025250531406941254, - "tests/test_utils.py::test_quote_for_shell[2>&1-\"2>&1\"]": 0.002548610195379917, - "tests/test_utils.py::test_quote_for_shell[2>/dev/null-\"2>/dev/null\"]": 0.002555457514481029, - "tests/test_utils.py::test_quote_for_shell[2>NUL-\"2>NUL\"]": 0.002541044301443936, - "tests/test_utils.py::test_quote_for_shell[:-:]": 0.002522524837349899, - "tests/test_utils.py::test_quote_for_shell[;-;]": 0.002541154840692358, - "tests/test_utils.py::test_quote_for_shell[<-\"<\"]": 0.0025567503837638384, - "tests/test_utils.py::test_quote_for_shell[=-=]": 0.0025250573658748424, - "tests/test_utils.py::test_quote_for_shell[>-\">\"]": 0.002533550687858016, - "tests/test_utils.py::test_quote_for_shell[>/dev/null-\">/dev/null\"]": 0.0025363146997323927, - "tests/test_utils.py::test_quote_for_shell[>NUL-\">NUL\"]": 0.002547864605516606, - "tests/test_utils.py::test_quote_for_shell[?-?]": 0.0025208421236504173, - "tests/test_utils.py::test_quote_for_shell[@-@]": 0.0025597719053682827, - "tests/test_utils.py::test_quote_for_shell[C:\\\\temp\\\\some ^%file^% > nul-\"C:\\\\temp\\\\some ^%%file^%% > nul\"]": 0.0025486904473048387, - "tests/test_utils.py::test_quote_for_shell[None-\"\"]": 0.0025339065860017205, - "tests/test_utils.py::test_quote_for_shell[[-[]": 0.0025588854778101225, - "tests/test_utils.py::test_quote_for_shell[\\\\-\\\\]": 0.002548487225327053, - "tests/test_utils.py::test_quote_for_shell[]-]]": 0.002515107295125192, - "tests/test_utils.py::test_quote_for_shell[^-\"^\"]": 0.0025418463551821102, - "tests/test_utils.py::test_quote_for_shell[arg1 and 2-\"arg1 and 2\"]": 0.002656061310087887, - "tests/test_utils.py::test_quote_for_shell[arg1-arg1]": 0.0026350943139534155, - "tests/test_utils.py::test_quote_for_shell[arg1\\nand\\n2-\"arg1\\nand\\n2\"]": 0.002581329332451263, - "tests/test_utils.py::test_quote_for_shell[malicious argument\\\\\"&whoami-\"malicious argument\\\\\"\"&whoami\"]": 0.0025546895318517993, - "tests/test_utils.py::test_quote_for_shell[numpy<1.22-\"numpy<1.22\"]": 0.002564225373600657, - "tests/test_utils.py::test_quote_for_shell[numpy>=1.0-\"numpy>=1.0\"]": 0.0025796304001322397, - "tests/test_utils.py::test_quote_for_shell[one|two-\"one|two\"]": 0.0025645820932942553, - "tests/test_utils.py::test_quote_for_shell[{-{]": 0.0025338748755002094, - "tests/test_utils.py::test_quote_for_shell[|-\"|\"]": 0.0025527444187277183, - "tests/test_utils.py::test_quote_for_shell[}-}]": 0.0025668236663864397, - "tests/test_utils.py::test_quote_for_shell[~-~]": 0.0025311244390644905, - "tests/test_utils.py::test_text_translations": 0.017940148138906778, - "tests/trust/test_signature_verification.py::test_2nd_root_metadata_from_web": 0.07269182795560618, - "tests/trust/test_signature_verification.py::test_3rd_root_metadata_from_web": 0.06305464116550946, - "tests/trust/test_signature_verification.py::test_invalid_2nd_metadata_on_disk_no_new_metadata_on_web": 0.009378547503802022, - "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.conda-None]": 12.562123520806221, - "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.tar.bz2-False]": 12.55956203059935, - "tests/trust/test_signature_verification.py::test_signature_verification[first.tar.bz2-True]": 12.627281479254002, - "tests/trust/test_signature_verification.py::test_signature_verification[second.conda-True]": 12.55242138560947, - "tests/trust/test_signature_verification.py::test_signature_verification[third.conda-True]": 12.525788647173203, - "tests/trust/test_signature_verification.py::test_signature_verification_not_enabled": 0.03838750990756869, - "tests/trust/test_signature_verification.py::test_single_invalid_signature_3rd_root_metadata_from_web": 0.024096031659261042, - "tests/trust/test_signature_verification.py::test_trusted_root_2nd_metadata_on_disk_no_new_metadata_on_web": 0.009054158453014848, - "tests/trust/test_signature_verification.py::test_trusted_root_invalid_key_mgr_online_valid_on_disk": 0.01027673891389507, - "tests/trust/test_signature_verification.py::test_trusted_root_new_key_mgr_online": 0.013885754530254776, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_is_on_disk": 0.012428228675127398, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_not_on_disk": 0.01072256806244292, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_metadata": 0.008350321064391653 + "tests/test_install.py::test_long_default_text": 0.000531350875776784, + "tests/test_install.py::test_multiple[linux-64]": 0.003085956958892846, + "tests/test_install.py::test_multiple[noarch]": 0.004316215605695326, + "tests/test_install.py::test_multiple[win-64]": 0.004367261777764355, + "tests/test_install.py::test_no_extra[linux-64]": 0.0026744175248764285, + "tests/test_install.py::test_no_extra[noarch]": 0.004369941759195024, + "tests/test_install.py::test_no_extra[win-64]": 0.004324547059523577, + "tests/test_install.py::test_read_no_link": 0.004952867222800567, + "tests/test_install.py::test_shorter[linux-64]": 0.0026868145418415773, + "tests/test_install.py::test_shorter[noarch]": 0.004289588823904082, + "tests/test_install.py::test_shorter[win-64]": 0.004712287012580472, + "tests/test_install.py::test_simple[linux-64]": 0.011795505102383136, + "tests/test_install.py::test_simple[noarch]": 0.004952606503221176, + "tests/test_install.py::test_simple[win-64]": 0.005472236123239314, + "tests/test_install.py::test_spaces[linux-64]": 0.0033537370124486396, + "tests/test_install.py::test_spaces[noarch]": 0.004335880266471345, + "tests/test_install.py::test_spaces[win-64]": 0.0043447199035431105, + "tests/test_install.py::test_too_long[linux-64]": 0.00276969229879898, + "tests/test_install.py::test_too_long[noarch]": 0.0026029026123809153, + "tests/test_install.py::test_too_long[win-64]": 0.0025872514718866526, + "tests/test_install.py::test_trash_outside_prefix": 0.02160427579625592, + "tests/test_install.py::test_two[linux-64]": 0.0028466618227388687, + "tests/test_install.py::test_two[noarch]": 0.004404154947142861, + "tests/test_install.py::test_two[win-64]": 0.00430716312666984, + "tests/test_install.py::test_windows_entry_point": 2.2101951592835998, + "tests/test_install.py::test_yield_lines": 0.004447157464601595, + "tests/test_instructions.py::test_check_files_in_tarball_files_exist": 0.0024321168925079324, + "tests/test_instructions.py::test_check_files_in_tarball_files_not_exist": 0.0024934317464070563, + "tests/test_instructions.py::test_expected_operation_order": 0.0024386642267932306, + "tests/test_instructions.py::test_simple_instruction": 0.002542616671577763, + "tests/test_instructions.py::test_state": 0.0025187963173162616, + "tests/test_link_order.py::test_link_order_post_link_actions": 0.3239844718363368, + "tests/test_link_order.py::test_link_order_post_link_depend": 0.2204713696934164, + "tests/test_logic.py::test_ALL": 15.9653649946576, + "tests/test_logic.py::test_AMONE": 2.460102473560159, + "tests/test_logic.py::test_AND": 0.018867392001113727, + "tests/test_logic.py::test_ANY": 15.2129243119745, + "tests/test_logic.py::test_ITE": 0.6421635569418706, + "tests/test_logic.py::test_LinearBound": 8.47017140023892, + "tests/test_logic.py::test_NOT": 0.0035802458035253423, + "tests/test_logic.py::test_OR": 0.018166901721035057, + "tests/test_logic.py::test_XONE": 2.441956608782853, + "tests/test_logic.py::test_XOR": 0.021934574004619553, + "tests/test_logic.py::test_minimal_unsatisfiable_subset": 0.0024960948039520945, + "tests/test_logic.py::test_minimize": 0.005360341139138662, + "tests/test_logic.py::test_sat": 0.0029372597120360462, + "tests/test_misc.py::test_Utf8NamedTemporaryFile": 0.003912976542685275, + "tests/test_misc.py::test_cache_fn_url": 0.0024190434971431054, + "tests/test_misc.py::test_explicit_missing_cache_entries": 5.403810638936952, + "tests/test_misc.py::test_explicit_no_cache": 0.007952984387448075, + "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03-ParseError]": 0.002794650000035167, + "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.004578233333314567, + "tests/test_misc.py::test_explicit_parser[doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.004403899999985583, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-None]": 0.00422683333322027, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-md5:5e9e17751f19d03c4034246de428582e-ParseError]": 0.0027707833333051233, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-sha123:2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-ParseError]": 0.002786216666674335, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-sha256:2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-None]": 0.004318299999943302, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.0044315499999273795, + "tests/test_misc.py::test_url_pat_1": 0.0024263724999201153, + "tests/test_misc.py::test_url_pat_2": 0.0023584793967390636, + "tests/test_misc.py::test_url_pat_3": 0.002327235284764908, + "tests/test_misc.py::test_walk_prefix": 0.008811947327627532, + "tests/test_plan.py::test_adds_to_existing_actions": 0.003255379053738283, + "tests/test_plan.py::test_deprecations[_get_best_prec_match]": 0.0025140642722676935, + "tests/test_plan.py::test_deprecations[_handle_menuinst]": 0.0024988270546681193, + "tests/test_plan.py::test_deprecations[_inject_UNLINKLINKTRANSACTION]": 0.0024914720051120373, + "tests/test_plan.py::test_deprecations[_plan_from_actions]": 0.002492858294333326, + "tests/test_plan.py::test_deprecations[_update_old_plan]": 0.002497138845656391, + "tests/test_plan.py::test_deprecations[add_defaults_to_specs]": 0.0025352926946491925, + "tests/test_plan.py::test_deprecations[add_unlink]": 0.0025547730020011477, + "tests/test_plan.py::test_deprecations[display_actions]": 0.002585362725517201, + "tests/test_plan.py::test_deprecations[execute_actions]": 0.0025097746916611405, + "tests/test_plan.py::test_deprecations[execute_instructions]": 0.0024910248327607008, + "tests/test_plan.py::test_deprecations[execute_plan]": 0.0025099342742220835, + "tests/test_plan.py::test_deprecations[get_blank_actions]": 0.0025208130061309605, + "tests/test_plan.py::test_deprecations[install_actions]": 0.0025059872056962243, + "tests/test_plan.py::test_deprecations[print_dists]": 0.002640089689674264, + "tests/test_plan.py::test_deprecations[revert_actions]": 0.002500131770643659, + "tests/test_plan.py::test_display_actions_0": 0.09848182699060103, + "tests/test_plan.py::test_display_actions_features": 0.12898424438897144, + "tests/test_plan.py::test_display_actions_link_type": 0.011524710692600923, + "tests/test_plan.py::test_display_actions_show_channel_urls": 0.11904540664711763, + "tests/test_plan.py::test_execute_plan": 0.002523076588212646, + "tests/test_plan.py::test_pinned_specs_CONDA_PINNED_PACKAGES": 0.011379301137736823, + "tests/test_plan.py::test_pinned_specs_all": 4.519611826295973, + "tests/test_plan.py::test_pinned_specs_conda_meta_pinned": 4.372560979102036, + "tests/test_plan.py::test_pinned_specs_condarc": 4.456991930958511, + "tests/test_plan.py::test_simply_adds_unlink_on_non_windows": 0.003602105922932767, + "tests/test_plan.py::test_update_old_plan": 0.002482896857482083, + "tests/test_priority.py::test_reorder_channel_priority[classic-with pinned_package]": 30.265783591997906, + "tests/test_priority.py::test_reorder_channel_priority[classic-without pinned_package]": 10.793104770922682, + "tests/test_priority.py::test_reorder_channel_priority[libmamba-with pinned_package]": 13.019310346221696, + "tests/test_priority.py::test_reorder_channel_priority[libmamba-without pinned_package]": 13.093798606274692, + "tests/test_shell.py::test_activate_deactivate_modify_path[bash]": 7.322150640545634, + "tests/test_shell.py::test_activate_deactivate_modify_path[cmd.exe]": 2.1933155986992783, + "tests/test_shell.py::test_bash_activate_error": 0.0007375659156096063, + "tests/test_shell.py::test_basic_integration[bash-basic_posix]": 0.0007426531090922487, + "tests/test_shell.py::test_basic_integration[csh-basic_csh]": 0.0005361822317949572, + "tests/test_shell.py::test_basic_integration[dash-basic_posix]": 0.000846295076799256, + "tests/test_shell.py::test_basic_integration[tcsh-basic_csh]": 0.0005242786401436323, + "tests/test_shell.py::test_basic_integration[zsh-basic_posix]": 0.0005694365221876422, + "tests/test_shell.py::test_cmd_exe_activate_error": 3.3529349306524483, + "tests/test_shell.py::test_cmd_exe_basic_integration": 20.6810686517026, + "tests/test_shell.py::test_fish_basic_integration": 0.0005468907434969732, + "tests/test_shell.py::test_legacy_activate_deactivate_bash": 13.030958639659499, + "tests/test_shell.py::test_legacy_activate_deactivate_cmd_exe": 5.925439641849698, + "tests/test_shell.py::test_powershell_PATH_management": 16.24671645442065, + "tests/test_shell.py::test_powershell_basic_integration": 27.748323564704396, + "tests/test_shell.py::test_stacking[0--base-base,sys]": 21.350970666778476, + "tests/test_shell.py::test_stacking[0--has-has,sys]": 21.793818757462475, + "tests/test_shell.py::test_stacking[0--not-sys]": 20.87418356139951, + "tests/test_shell.py::test_stacking[0-base-base-base,sys]": 21.724998953419252, + "tests/test_shell.py::test_stacking[0-base-has-has,sys]": 22.020283680410532, + "tests/test_shell.py::test_stacking[0-base-not-sys]": 20.268887915314806, + "tests/test_shell.py::test_stacking[0-has-base-base,sys]": 21.792824419110026, + "tests/test_shell.py::test_stacking[0-has-has-has,sys]": 21.896999594346635, + "tests/test_shell.py::test_stacking[0-has-not-sys]": 20.093781067612888, + "tests/test_shell.py::test_stacking[0-not-base-base,sys]": 22.10293868371417, + "tests/test_shell.py::test_stacking[0-not-has-has,sys]": 22.204533440032627, + "tests/test_shell.py::test_stacking[0-not-not-sys]": 20.490752004424063, + "tests/test_shell.py::test_stacking[5-base,has-base-base,has,sys]": 22.63271799845122, + "tests/test_shell.py::test_stacking[5-base,has-has-has,base,sys]": 22.199394921817184, + "tests/test_shell.py::test_stacking[5-base,has-not-has,base,sys]": 20.45394764105343, + "tests/test_shell.py::test_stacking[5-base,not-base-base,sys]": 22.5698349408877, + "tests/test_shell.py::test_stacking[5-base,not-has-has,base,sys]": 22.644935391627566, + "tests/test_shell.py::test_stacking[5-base,not-not-base,sys]": 20.965182141832123, + "tests/test_shell.py::test_stacking[5-base-base-base,sys]": 22.09187824744818, + "tests/test_shell.py::test_stacking[5-base-has-has,base,sys]": 22.21277291453736, + "tests/test_shell.py::test_stacking[5-base-not-base,sys]": 20.581018041825626, + "tests/test_shell.py::test_stacking[5-has-base-base,has,sys]": 22.033711997731064, + "tests/test_shell.py::test_stacking[5-has-has-has,sys]": 22.30638195885488, + "tests/test_shell.py::test_stacking[5-has-not-has,sys]": 20.357774573693515, + "tests/test_shell.py::test_stacking[5-not-base-base,sys]": 22.216803246823844, + "tests/test_shell.py::test_stacking[5-not-has-has,sys]": 22.0112581600255, + "tests/test_shell.py::test_stacking[5-not-not-sys]": 20.546007681444756, + "tests/test_solvers.py::TestClassicSolver::test_accelerate": 3.2622967232847144, + "tests/test_solvers.py::TestClassicSolver::test_anaconda_nomkl": 2.121188359267915, + "tests/test_solvers.py::TestClassicSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.04485483095132874, + "tests/test_solvers.py::TestClassicSolver::test_channel_priority_1": 1.1071074464977053, + "tests/test_solvers.py::TestClassicSolver::test_circular_dependencies": 0.27228600271853765, + "tests/test_solvers.py::TestClassicSolver::test_empty": 1.0890024299259333, + "tests/test_solvers.py::TestClassicSolver::test_get_dists": 2.275681136667244, + "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_preferred_solution": 0.05770343076962794, + "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.05264396737027419, + "tests/test_solvers.py::TestClassicSolver::test_install_package_with_feature": 0.44633026634720546, + "tests/test_solvers.py::TestClassicSolver::test_iopro_mkl": 1.46696381195711, + "tests/test_solvers.py::TestClassicSolver::test_iopro_nomkl": 1.256701669132774, + "tests/test_solvers.py::TestClassicSolver::test_irrational_version": 0.23449019262738433, + "tests/test_solvers.py::TestClassicSolver::test_mkl": 2.4494890421332514, + "tests/test_solvers.py::TestClassicSolver::test_no_features": 3.1759281090654503, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater": 0.049264057549621175, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.048353536367806156, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater": 0.04480235195248976, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.04957206928875212, + "tests/test_solvers.py::TestClassicSolver::test_nonexistent": 0.0556544740899909, + "tests/test_solvers.py::TestClassicSolver::test_nonexistent_deps": 1.8982669091573217, + "tests/test_solvers.py::TestClassicSolver::test_pseudo_boolean": 1.9138609291035127, + "tests/test_solvers.py::TestClassicSolver::test_remove": 2.2468453214080126, + "tests/test_solvers.py::TestClassicSolver::test_scipy_mkl": 0.99613896045273, + "tests/test_solvers.py::TestClassicSolver::test_surplus_features_1": 0.05897912624536576, + "tests/test_solvers.py::TestClassicSolver::test_surplus_features_2": 0.05215477112948248, + "tests/test_solvers.py::TestClassicSolver::test_timestamps_and_deps": 0.6112153579233317, + "tests/test_solvers.py::TestClassicSolver::test_unintentional_feature_downgrade": 1.3636735659111172, + "tests/test_solvers.py::TestClassicSolver::test_unsat_any_two_not_three": 0.22477599667685397, + "tests/test_solvers.py::TestClassicSolver::test_unsat_chain": 0.07773376336661236, + "tests/test_solvers.py::TestClassicSolver::test_unsat_channel_priority": 0.17310542229869633, + "tests/test_solvers.py::TestClassicSolver::test_unsat_expand_single": 0.06288088418865524, + "tests/test_solvers.py::TestClassicSolver::test_unsat_from_r1": 3.2886227688140015, + "tests/test_solvers.py::TestClassicSolver::test_unsat_missing_dep": 0.06142548301510738, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_1": 0.07244801582724443, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_2": 0.07195382068430335, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_3": 0.08045861705303092, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_4": 0.07167118714727702, + "tests/test_solvers.py::TestClassicSolver::test_unsat_simple": 0.06566468609847433, + "tests/test_solvers.py::TestLibMambaSolver::test_accelerate": 0.0022616567112526582, + "tests/test_solvers.py::TestLibMambaSolver::test_anaconda_nomkl": 0.38920546292342767, + "tests/test_solvers.py::TestLibMambaSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.07385216854863398, + "tests/test_solvers.py::TestLibMambaSolver::test_channel_priority_1": 0.17777367986314985, + "tests/test_solvers.py::TestLibMambaSolver::test_circular_dependencies": 0.3341642915366673, + "tests/test_solvers.py::TestLibMambaSolver::test_empty": 0.12126768411797238, + "tests/test_solvers.py::TestLibMambaSolver::test_get_dists": 0.19048773269301966, + "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_preferred_solution": 0.07438589728784867, + "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.0715594476502419, + "tests/test_solvers.py::TestLibMambaSolver::test_install_package_with_feature": 0.1289401674328512, + "tests/test_solvers.py::TestLibMambaSolver::test_iopro_mkl": 0.0023254496574225685, + "tests/test_solvers.py::TestLibMambaSolver::test_iopro_nomkl": 0.00225151765487725, + "tests/test_solvers.py::TestLibMambaSolver::test_irrational_version": 0.12683152394863192, + "tests/test_solvers.py::TestLibMambaSolver::test_mkl": 0.0022267651293527793, + "tests/test_solvers.py::TestLibMambaSolver::test_no_features": 0.0023157102429918284, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater": 0.07563181813393943, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.07696556520968535, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater": 0.10931100339458058, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.08062448182924102, + "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent": 0.09788378969845167, + "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent_deps": 0.7747999067921945, + "tests/test_solvers.py::TestLibMambaSolver::test_pseudo_boolean": 0.002283043698180915, + "tests/test_solvers.py::TestLibMambaSolver::test_remove": 0.002332801397473919, + "tests/test_solvers.py::TestLibMambaSolver::test_scipy_mkl": 0.0022674299892269877, + "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_1": 0.002237307663131031, + "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_2": 0.0022145815911665005, + "tests/test_solvers.py::TestLibMambaSolver::test_timestamps_and_deps": 0.7674337770806451, + "tests/test_solvers.py::TestLibMambaSolver::test_unintentional_feature_downgrade": 0.002319219616058104, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_any_two_not_three": 0.242317914098993, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_chain": 0.059297994659353315, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_channel_priority": 0.2266390525367589, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_expand_single": 0.0585520638882958, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_from_r1": 0.31058390712717576, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_missing_dep": 0.05946324314116484, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_1": 0.05832659993910972, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_2": 0.0590194720876466, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_3": 0.05850487002412461, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_4": 0.06010341911268902, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_simple": 0.05845329946128073, + "tests/test_toposort.py::test_cycle": 0.0025646493583642398, + "tests/test_toposort.py::test_cycle_best_effort": 0.0024875538495364993, + "tests/test_toposort.py::test_degenerate": 0.0023768142802130542, + "tests/test_toposort.py::test_pop_key": 0.002470974996976702, + "tests/test_toposort.py::test_python_is_prioritized": 0.002477070477045012, + "tests/test_toposort.py::test_simple": 0.0025028581228592585, + "tests/test_utils.py::test_deprecations[cygwin_path_to_win-TypeError]": 0.0026228808710012552, + "tests/test_utils.py::test_deprecations[msys2_shell_base-TypeError]": 0.0026728119170157803, + "tests/test_utils.py::test_deprecations[path_identity-TypeError]": 0.002624408037119539, + "tests/test_utils.py::test_deprecations[shells-TypeError]": 0.0026631356957921818, + "tests/test_utils.py::test_deprecations[translate_stream-TypeError]": 0.002626303215101958, + "tests/test_utils.py::test_deprecations[unix_shell_base-TypeError]": 0.002626493415677084, + "tests/test_utils.py::test_deprecations[win_path_to_cygwin-TypeError]": 0.002641041024148696, + "tests/test_utils.py::test_ensure_dir": 0.004430304666389018, + "tests/test_utils.py::test_ensure_dir_errors": 0.0031052310898110084, + "tests/test_utils.py::test_path_translations": 0.046408587801154505, + "tests/test_utils.py::test_quote_for_shell[!-!]": 0.0025419683204533647, + "tests/test_utils.py::test_quote_for_shell[\"-\"\"\"\"]": 0.0025540005150578846, + "tests/test_utils.py::test_quote_for_shell[#-#]": 0.0025409915880324967, + "tests/test_utils.py::test_quote_for_shell[$-$]": 0.002536127487470774, + "tests/test_utils.py::test_quote_for_shell[%-\"%%\"]": 0.0025531930958213787, + "tests/test_utils.py::test_quote_for_shell[&-\"&\"]": 0.0025484462383640926, + "tests/test_utils.py::test_quote_for_shell['-']": 0.0025408911026484956, + "tests/test_utils.py::test_quote_for_shell[(-(]": 0.002525569066036425, + "tests/test_utils.py::test_quote_for_shell[)-)]": 0.0025207817909604717, + "tests/test_utils.py::test_quote_for_shell[*-*]": 0.0025430755077775974, + "tests/test_utils.py::test_quote_for_shell[+-+]": 0.0025277426695456172, + "tests/test_utils.py::test_quote_for_shell[,-,]": 0.0025297381079907614, + "tests/test_utils.py::test_quote_for_shell[---]": 0.0025519607079416222, + "tests/test_utils.py::test_quote_for_shell[.-.]": 0.002525382828079827, + "tests/test_utils.py::test_quote_for_shell[/-/]": 0.002565162768427627, + "tests/test_utils.py::test_quote_for_shell[1>/dev/null-\"1>/dev/null\"]": 0.0025403064107370698, + "tests/test_utils.py::test_quote_for_shell[1>NUL-\"1>NUL\"]": 0.002534383521003751, + "tests/test_utils.py::test_quote_for_shell[2>&1-\"2>&1\"]": 0.002544954123732384, + "tests/test_utils.py::test_quote_for_shell[2>/dev/null-\"2>/dev/null\"]": 0.002555332053894719, + "tests/test_utils.py::test_quote_for_shell[2>NUL-\"2>NUL\"]": 0.002545032442758581, + "tests/test_utils.py::test_quote_for_shell[:-:]": 0.002535033075333251, + "tests/test_utils.py::test_quote_for_shell[;-;]": 0.0025365410896120593, + "tests/test_utils.py::test_quote_for_shell[<-\"<\"]": 0.0025536970507013504, + "tests/test_utils.py::test_quote_for_shell[=-=]": 0.0025324594532431578, + "tests/test_utils.py::test_quote_for_shell[>-\">\"]": 0.002535059720963094, + "tests/test_utils.py::test_quote_for_shell[>/dev/null-\">/dev/null\"]": 0.002554430814037034, + "tests/test_utils.py::test_quote_for_shell[>NUL-\">NUL\"]": 0.0025433969487422426, + "tests/test_utils.py::test_quote_for_shell[?-?]": 0.0025477594227305083, + "tests/test_utils.py::test_quote_for_shell[@-@]": 0.0025469866962447166, + "tests/test_utils.py::test_quote_for_shell[C:\\\\temp\\\\some ^%file^% > nul-\"C:\\\\temp\\\\some ^%%file^%% > nul\"]": 0.0025493540101687766, + "tests/test_utils.py::test_quote_for_shell[None-\"\"]": 0.0025789080390774505, + "tests/test_utils.py::test_quote_for_shell[[-[]": 0.0025605663791275976, + "tests/test_utils.py::test_quote_for_shell[\\\\-\\\\]": 0.0025483112121284478, + "tests/test_utils.py::test_quote_for_shell[]-]]": 0.002521321180301786, + "tests/test_utils.py::test_quote_for_shell[^-\"^\"]": 0.0025455669635349666, + "tests/test_utils.py::test_quote_for_shell[arg1 and 2-\"arg1 and 2\"]": 0.0026550825639078887, + "tests/test_utils.py::test_quote_for_shell[arg1-arg1]": 0.0026390140891336803, + "tests/test_utils.py::test_quote_for_shell[arg1\\nand\\n2-\"arg1\\nand\\n2\"]": 0.0025893050592344998, + "tests/test_utils.py::test_quote_for_shell[malicious argument\\\\\"&whoami-\"malicious argument\\\\\"\"&whoami\"]": 0.002567628545579742, + "tests/test_utils.py::test_quote_for_shell[numpy<1.22-\"numpy<1.22\"]": 0.0025743676429752916, + "tests/test_utils.py::test_quote_for_shell[numpy>=1.0-\"numpy>=1.0\"]": 0.0025791753171970455, + "tests/test_utils.py::test_quote_for_shell[one|two-\"one|two\"]": 0.002561337347493322, + "tests/test_utils.py::test_quote_for_shell[{-{]": 0.002547975868003218, + "tests/test_utils.py::test_quote_for_shell[|-\"|\"]": 0.002549811940498137, + "tests/test_utils.py::test_quote_for_shell[}-}]": 0.002566829962644125, + "tests/test_utils.py::test_quote_for_shell[~-~]": 0.002529683776998422, + "tests/test_utils.py::test_text_translations": 0.017994821096544256, + "tests/trust/test_signature_verification.py::test_2nd_root_metadata_from_web": 0.07078766998586711, + "tests/trust/test_signature_verification.py::test_3rd_root_metadata_from_web": 0.059765850506430816, + "tests/trust/test_signature_verification.py::test_invalid_2nd_metadata_on_disk_no_new_metadata_on_web": 0.00904848411359348, + "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.conda-None]": 12.527508998733792, + "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.tar.bz2-False]": 12.534954517397296, + "tests/trust/test_signature_verification.py::test_signature_verification[first.tar.bz2-True]": 12.603087694454041, + "tests/trust/test_signature_verification.py::test_signature_verification[second.conda-True]": 12.54454397963198, + "tests/trust/test_signature_verification.py::test_signature_verification[third.conda-True]": 12.511806603950575, + "tests/trust/test_signature_verification.py::test_signature_verification_not_enabled": 0.03889457560256432, + "tests/trust/test_signature_verification.py::test_single_invalid_signature_3rd_root_metadata_from_web": 0.02718739524378139, + "tests/trust/test_signature_verification.py::test_trusted_root_2nd_metadata_on_disk_no_new_metadata_on_web": 0.00960216943494312, + "tests/trust/test_signature_verification.py::test_trusted_root_invalid_key_mgr_online_valid_on_disk": 0.01015120232867711, + "tests/trust/test_signature_verification.py::test_trusted_root_new_key_mgr_online": 0.012848508878236485, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_is_on_disk": 0.012698369675864496, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_not_on_disk": 0.010530189679512773, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_metadata": 0.008067609216948561 } diff --git a/durations/macOS.json b/durations/macOS.json index 82476721..ce6db1ee 100644 --- a/durations/macOS.json +++ b/durations/macOS.json @@ -1,1065 +1,1085 @@ { - "tests/base/test_constants.py::test_ChannelPriority": 0.0034546127084548496, - "tests/base/test_constants.py::test_null_is_falsey": 0.003439865188613406, - "tests/base/test_context.py::test_aggressive_update_packages": 0.06102981862620862, - "tests/base/test_context.py::test_channel_priority": 0.06220086038890866, - "tests/base/test_context.py::test_channel_settings": 0.04742401109472801, - "tests/base/test_context.py::test_channels_defaults": 0.046154573815886675, - "tests/base/test_context.py::test_channels_defaults_condarc": 0.04905058358100336, - "tests/base/test_context.py::test_client_ssl_cert": 0.0755717990418461, - "tests/base/test_context.py::test_clobber_enum": 0.060288512315654456, - "tests/base/test_context.py::test_conda_bld_path": 0.07866152091241035, - "tests/base/test_context.py::test_conda_build_root_dir": 0.04948825325666401, - "tests/base/test_context.py::test_conda_envs_path": 0.08515614939274026, - "tests/base/test_context.py::test_context_parameter_map": 0.048048266265345585, - "tests/base/test_context.py::test_context_parameters_have_descriptions": 0.10128786521936073, - "tests/base/test_context.py::test_custom_multichannels": 0.0503162527791978, - "tests/base/test_context.py::test_default_target_is_root_prefix": 0.05125933957233089, - "tests/base/test_context.py::test_expandvars": 0.11570539704693254, - "tests/base/test_context.py::test_get_plugin_config_data_env_var_source": 0.0035692329083655597, - "tests/base/test_context.py::test_get_plugin_config_data_file_source": 0.01474155218510953, - "tests/base/test_context.py::test_get_plugin_config_data_skip_bad_values": 0.002972509581864123, - "tests/base/test_context.py::test_local_build_root_custom_rc": 0.05416836249009908, - "tests/base/test_context.py::test_local_build_root_default_rc": 0.022910397677704978, - "tests/base/test_context.py::test_migrated_custom_channels": 0.05751431370446094, - "tests/base/test_context.py::test_old_channel_alias": 0.06724532676802424, - "tests/base/test_context.py::test_proxy_servers": 0.058575579824528046, - "tests/base/test_context.py::test_reporters_default_value": 0.0034866630888546837, - "tests/base/test_context.py::test_reporters_from_config_file": 0.051412251201124755, - "tests/base/test_context.py::test_reporters_json_is_true": 0.06502318799462135, - "tests/base/test_context.py::test_reporters_quiet_is_true": 0.08188217837202395, - "tests/base/test_context.py::test_restore_free_channel": 0.05047685597866559, - "tests/base/test_context.py::test_signing_metadata_url_base": 0.07400115550649429, - "tests/base/test_context.py::test_signing_metadata_url_base_empty_default_channels": 0.06374653201357637, - "tests/base/test_context.py::test_specify_channels_cli_adding_defaults_no_condarc": 0.04854285622608812, - "tests/base/test_context.py::test_specify_channels_cli_condarc": 0.0519939750232301, - "tests/base/test_context.py::test_specify_different_channels_cli_condarc": 0.05504857803384827, - "tests/base/test_context.py::test_specify_same_channels_cli_as_in_condarc": 0.07049379424514517, - "tests/base/test_context.py::test_subdirs": 0.01057010591267371, - "tests/base/test_context.py::test_target_prefix": 0.1030022666749188, - "tests/base/test_context.py::test_threads": 0.05554837187344688, - "tests/base/test_context.py::test_validate_prefix_name[base-False-mock_return_values2-expected2]": 0.006730082378275133, - "tests/base/test_context.py::test_validate_prefix_name[env-name-False-mock_return_values0-expected0]": 0.009076170547952936, - "tests/base/test_context.py::test_validate_prefix_name[not/allow#characters:in-path-False-mock_return_values1-expected1]": 0.005282576477713029, - "tests/cli/test_cli_install.py::test_emscripten_forge[classic]": 5.0136765506333685, - "tests/cli/test_cli_install.py::test_emscripten_forge[libmamba]": 7.63575100565106, - "tests/cli/test_cli_install.py::test_find_conflicts_called_once[classic]": 19.327060933725896, - "tests/cli/test_cli_install.py::test_find_conflicts_called_once[libmamba]": 0.019145418292244493, - "tests/cli/test_cli_install.py::test_pre_link_message[classic]": 2.317148009058143, - "tests/cli/test_cli_install.py::test_pre_link_message[libmamba]": 2.097433347914213, - "tests/cli/test_common.py::test_check_non_admin_enabled_false": 0.006866446471273833, - "tests/cli/test_common.py::test_check_non_admin_enabled_true": 0.006788915303920718, - "tests/cli/test_common.py::test_confirm_dry_run_exit": 0.00570288715622708, - "tests/cli/test_common.py::test_confirm_yn_always_yes": 0.014822123025166327, - "tests/cli/test_common.py::test_confirm_yn_dry_run_exit": 0.005326722228073598, - "tests/cli/test_common.py::test_confirm_yn_no": 0.007619775093528327, - "tests/cli/test_common.py::test_confirm_yn_yes": 0.005287571967273283, - "tests/cli/test_common.py::test_is_active_prefix[-False]": 0.004205347415501512, - "tests/cli/test_common.py::test_is_active_prefix[active_prefix-True]": 0.0041673174284186576, - "tests/cli/test_compare.py::test_compare_fail": 0.43703284857201297, - "tests/cli/test_compare.py::test_compare_success": 0.4700652667296559, - "tests/cli/test_conda_argparse.py::test_cli_args_as_strings": 0.13046209818982066, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ArgumentParser-isclass]": 0.0040153174282363075, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.BUILTIN_COMMANDS-]": 0.004120819099819561, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ExtendConstAction-isclass]": 0.005736695752543792, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.NullCountAction-isclass]": 0.003907228260566472, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_output_and_prompt_options-isfunction]": 0.0041984431249371505, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_channels-isfunction]": 0.004558019396125047, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_create_install_update-isfunction]": 0.0044650482019645546, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_default_packages-isfunction]": 0.00432625874179407, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_help-isfunction]": 0.004110434687857368, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_json-isfunction]": 0.005946299884390385, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_known-isfunction]": 0.004380992267723258, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_networking-isfunction]": 0.004526004874350179, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_package_install_options-isfunction]": 0.008354334734562683, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prefix-isfunction]": 0.004353577678688916, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prune-isfunction]": 0.004263015720321758, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_pscheck-isfunction]": 0.003672026152499534, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_show_channel_urls-isfunction]": 0.004209696216074928, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver-isfunction]": 0.003931319922991235, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver_mode-isfunction]": 0.005492753329386518, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_update_modifiers-isfunction]": 0.004323076441379413, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_verbose-isfunction]": 0.0043176974877103015, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_clean-isfunction]": 0.003677969090642765, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_compare-isfunction]": 0.003817829739438059, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_config-isfunction]": 0.004774323941433013, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_create-isfunction]": 0.0040009439018898136, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_info-isfunction]": 0.0038485097285101736, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_init-isfunction]": 0.0039674440477295994, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_install-isfunction]": 0.004733790007118619, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_list-isfunction]": 0.004009759010670077, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_notices-isfunction]": 0.003610300103071552, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_package-isfunction]": 0.004380543069583599, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_plugins-isfunction]": 0.003792882921107014, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_remove-isfunction]": 0.003799619940908907, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_rename-isfunction]": 0.0053642374726446005, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_run-isfunction]": 0.005247358919742726, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_search-isfunction]": 0.003918407409133886, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_update-isfunction]": 0.004030701355768111, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.do_call-isfunction]": 0.003700565036522743, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_sys_rc_path-]": 0.005131308381481664, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_user_rc_path-]": 0.003819621088801172, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.find_builtin_commands-isfunction]": 0.003932708104670204, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_parser-isfunction]": 0.004892677822293933, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_pre_parser-isfunction]": 0.004564672972887066, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.sys_rc_path-]": 0.004124303464970086, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.user_rc_path-]": 0.004019934144257254, - "tests/cli/test_conda_argparse.py::test_list_through_python_api": 3.0328702046110725, - "tests/cli/test_conda_argparse.py::test_parser_basics": 0.04374434296676948, - "tests/cli/test_config.py::test_add_invalid_key": 0.13354259091789583, - "tests/cli/test_config.py::test_add_key": 0.16615810547383983, - "tests/cli/test_config.py::test_channels_add_duplicate": 0.132759820796182, - "tests/cli/test_config.py::test_channels_add_empty": 0.14424012512331244, - "tests/cli/test_config.py::test_channels_add_empty_with_defaults": 0.13301678280646154, - "tests/cli/test_config.py::test_channels_append": 0.16775806270005877, - "tests/cli/test_config.py::test_channels_append_duplicate": 0.13719582346390138, - "tests/cli/test_config.py::test_channels_prepend": 0.1359529476199476, - "tests/cli/test_config.py::test_channels_prepend_duplicate": 0.14067827243476252, - "tests/cli/test_config.py::test_channels_remove": 0.14710579905582544, - "tests/cli/test_config.py::test_channels_remove_duplicate": 0.23439735362039005, - "tests/cli/test_config.py::test_conda_config_describe": 9.916332309406036, - "tests/cli/test_config.py::test_conda_config_validate": 8.170513110443624, - "tests/cli/test_config.py::test_conda_config_validate_sslverify_truststore": 9.431948151171603, - "tests/cli/test_config.py::test_create_condarc_on_set": 0.136121010433675, - "tests/cli/test_config.py::test_custom_multichannels_add": 0.13015470514046582, - "tests/cli/test_config.py::test_custom_multichannels_add_duplicate": 0.13426083617359375, - "tests/cli/test_config.py::test_custom_multichannels_append": 0.1359086646137371, - "tests/cli/test_config.py::test_custom_multichannels_append_duplicate": 0.14392825055257943, - "tests/cli/test_config.py::test_custom_multichannels_prepend": 0.13943471956027736, - "tests/cli/test_config.py::test_custom_multichannels_prepend_duplicate": 0.12570849988096666, - "tests/cli/test_config.py::test_get_all": 0.14401844166168207, - "tests/cli/test_config.py::test_get_all_inc_maps": 0.19833195049268545, - "tests/cli/test_config.py::test_get_boolean_value": 0.14796660173978204, - "tests/cli/test_config.py::test_get_channels_list": 0.1410665514802157, - "tests/cli/test_config.py::test_get_invalid_key": 0.1524318486952313, - "tests/cli/test_config.py::test_get_map_full": 0.1564703675381519, - "tests/cli/test_config.py::test_get_map_subkey[conda_build.cache_dir-/tmp/conda-bld]": 0.15814757811052466, - "tests/cli/test_config.py::test_get_map_subkey[proxy_servers.http-1.2.3.4:5678]": 0.22089276658012216, - "tests/cli/test_config.py::test_get_multiple_keys": 0.13563085386534537, - "tests/cli/test_config.py::test_get_multiple_keys_incl_map_full": 0.15165890990767378, - "tests/cli/test_config.py::test_get_multiple_keys_incl_map_subkey": 0.15912348573116605, - "tests/cli/test_config.py::test_get_string_value": 0.15300244406825556, - "tests/cli/test_config.py::test_get_unconfigured_key": 0.15045684547271534, - "tests/cli/test_config.py::test_invalid_yaml": 0.11084451891432727, - "tests/cli/test_config.py::test_remove_key": 0.13639055122171995, - "tests/cli/test_config.py::test_remove_key_duplicate": 0.24686582877183114, - "tests/cli/test_config.py::test_remove_unconfigured_key": 0.1229155995054571, - "tests/cli/test_config.py::test_set_and_get_bool": 0.2919663126073266, - "tests/cli/test_config.py::test_set_check_types[always_yes-false-False]": 0.12784346958290435, - "tests/cli/test_config.py::test_set_check_types[always_yes-no-False]": 0.12375488219045473, - "tests/cli/test_config.py::test_set_check_types[always_yes-true-True]": 0.13612659466037016, - "tests/cli/test_config.py::test_set_check_types[always_yes-yes-True]": 0.11642088901397545, - "tests/cli/test_config.py::test_set_check_types[channel_alias-https://repo.example.com-https://repo.example.com]": 0.13035909446316057, - "tests/cli/test_config.py::test_set_check_types[proxy_servers.http-1.2.3.4:5678-py_value5]": 0.13398040587883897, - "tests/cli/test_config.py::test_set_invalid_key": 0.12591541925980895, - "tests/cli/test_config.py::test_set_key": 0.13899975305652687, - "tests/cli/test_config.py::test_set_map_key[conda_build.cache_dir-/tmp/conda-bld-/var/tmp/build]": 0.14898648069772819, - "tests/cli/test_config.py::test_set_map_key[conda_build.error_overlinking-true-false]": 0.000663536185632898, - "tests/cli/test_config.py::test_set_map_key[proxy_servers.http-1.2.3.4:5678-4.3.2.1:9876]": 0.13747863496054472, - "tests/cli/test_config.py::test_set_rc_without_user_rc": 0.12426757541469262, - "tests/cli/test_config.py::test_set_unconfigured_key": 0.15614704856008005, - "tests/cli/test_config.py::test_show_sorts_keys": 0.20762034980248986, - "tests/cli/test_config.py::test_ssl_verify_default": 0.0076875622667037695, - "tests/cli/test_config.py::test_ssl_verify_set_bool": 0.1238422501017673, - "tests/cli/test_config.py::test_ssl_verify_set_filename": 0.13257597951151776, - "tests/cli/test_env.py::test_conda_env_create_empty_file[classic]": 0.0604625967385836, - "tests/cli/test_env.py::test_conda_env_create_empty_file[libmamba]": 0.05623800934479419, - "tests/cli/test_env.py::test_conda_env_create_http[classic]": 235.85971939572195, - "tests/cli/test_env.py::test_conda_env_create_http[libmamba]": 15.354650294657873, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file[classic]": 0.0508922780336152, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file[libmamba]": 0.0529817502626567, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[classic]": 0.05685615787840781, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[libmamba]": 0.05601400231380335, - "tests/cli/test_env.py::test_conda_env_create_no_file[classic]": 0.05865911983265781, - "tests/cli/test_env.py::test_conda_env_create_no_file[libmamba]": 0.06225640619127342, - "tests/cli/test_env.py::test_create_dry_run_json[classic]": 2.0250795212365156, - "tests/cli/test_env.py::test_create_dry_run_json[libmamba]": 3.984063029987492, - "tests/cli/test_env.py::test_create_dry_run_yaml[classic]": 1.6541342073419052, - "tests/cli/test_env.py::test_create_dry_run_yaml[libmamba]": 4.227525536184735, - "tests/cli/test_env.py::test_create_valid_env[classic]": 6.110200283237809, - "tests/cli/test_env.py::test_create_valid_env[libmamba]": 5.0146871001730915, - "tests/cli/test_env.py::test_create_valid_env_json_output[classic]": 0.3087165734633104, - "tests/cli/test_env.py::test_create_valid_env_json_output[libmamba]": 3.8128740085253057, - "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[classic]": 69.4765317398525, - "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[libmamba]": 18.121183319342123, - "tests/cli/test_env.py::test_create_valid_env_with_variables[classic]": 2.842454690426951, - "tests/cli/test_env.py::test_create_valid_env_with_variables[libmamba]": 4.076977055552475, + "tests/base/test_constants.py::test_ChannelPriority": 0.003482882720401036, + "tests/base/test_constants.py::test_null_is_falsey": 0.0035632827004454678, + "tests/base/test_context.py::test_aggressive_update_packages": 0.05867666565477829, + "tests/base/test_context.py::test_channel_priority": 0.051995559375349415, + "tests/base/test_context.py::test_channel_settings": 0.04884350922260609, + "tests/base/test_context.py::test_channels_defaults": 0.04476197219109548, + "tests/base/test_context.py::test_channels_defaults_condarc": 0.047752408777443044, + "tests/base/test_context.py::test_client_ssl_cert": 0.08595756635761667, + "tests/base/test_context.py::test_clobber_enum": 0.05626164483682185, + "tests/base/test_context.py::test_conda_bld_path": 0.07231418844160857, + "tests/base/test_context.py::test_conda_build_root_dir": 0.049011558310923825, + "tests/base/test_context.py::test_conda_envs_path": 0.08555113175194727, + "tests/base/test_context.py::test_context_parameter_map": 0.04602908291190858, + "tests/base/test_context.py::test_context_parameters_have_descriptions": 0.1001439099645058, + "tests/base/test_context.py::test_custom_multichannels": 0.04971077425670506, + "tests/base/test_context.py::test_default_target_is_root_prefix": 0.057191818422878175, + "tests/base/test_context.py::test_expandvars": 0.11963299461809838, + "tests/base/test_context.py::test_get_plugin_config_data_env_var_source": 0.0034785034164941282, + "tests/base/test_context.py::test_get_plugin_config_data_file_source": 0.01367257304184281, + "tests/base/test_context.py::test_get_plugin_config_data_skip_bad_values": 0.0029100260389711406, + "tests/base/test_context.py::test_local_build_root_custom_rc": 0.04927340364195377, + "tests/base/test_context.py::test_local_build_root_default_rc": 0.0230806408582545, + "tests/base/test_context.py::test_migrated_custom_channels": 0.06168226783169928, + "tests/base/test_context.py::test_old_channel_alias": 0.06350532698126542, + "tests/base/test_context.py::test_proxy_servers": 0.055150531586304105, + "tests/base/test_context.py::test_reporters_default_value": 0.0033813327198002397, + "tests/base/test_context.py::test_reporters_from_config_file": 0.04903135635267064, + "tests/base/test_context.py::test_reporters_json_is_true": 0.06458210992586126, + "tests/base/test_context.py::test_reporters_quiet_is_true": 0.07783476859006862, + "tests/base/test_context.py::test_restore_free_channel": 0.05008158990695373, + "tests/base/test_context.py::test_signing_metadata_url_base": 0.07108157037416997, + "tests/base/test_context.py::test_signing_metadata_url_base_empty_default_channels": 0.0648761652105816, + "tests/base/test_context.py::test_specify_channels_cli_adding_defaults_no_condarc": 0.045240208869982534, + "tests/base/test_context.py::test_specify_channels_cli_condarc": 0.04898466822630323, + "tests/base/test_context.py::test_specify_different_channels_cli_condarc": 0.051541141568236734, + "tests/base/test_context.py::test_specify_same_channels_cli_as_in_condarc": 0.06806492797058201, + "tests/base/test_context.py::test_subdirs": 0.00986639964758176, + "tests/base/test_context.py::test_target_prefix": 0.09148338493234427, + "tests/base/test_context.py::test_threads": 0.05390680785927091, + "tests/base/test_context.py::test_validate_prefix_name[base-False-mock_return_values2-expected2]": 0.006385675688904432, + "tests/base/test_context.py::test_validate_prefix_name[env-name-False-mock_return_values0-expected0]": 0.008873277827135597, + "tests/base/test_context.py::test_validate_prefix_name[not/allow#characters:in-path-False-mock_return_values1-expected1]": 0.005425026733860212, + "tests/cli/test_cli_install.py::test_emscripten_forge[classic]": 4.9123273677472525, + "tests/cli/test_cli_install.py::test_emscripten_forge[libmamba]": 7.757409390669582, + "tests/cli/test_cli_install.py::test_find_conflicts_called_once[classic]": 19.570470984436792, + "tests/cli/test_cli_install.py::test_find_conflicts_called_once[libmamba]": 0.014803963179740276, + "tests/cli/test_cli_install.py::test_pre_link_message[classic]": 2.328157876419879, + "tests/cli/test_cli_install.py::test_pre_link_message[libmamba]": 2.090368544455203, + "tests/cli/test_common.py::test_check_non_admin_enabled_false": 0.006809357723377428, + "tests/cli/test_common.py::test_check_non_admin_enabled_true": 0.006532682919736922, + "tests/cli/test_common.py::test_confirm_dry_run_exit": 0.005576980080870465, + "tests/cli/test_common.py::test_confirm_yn_always_yes": 0.013650965302181035, + "tests/cli/test_common.py::test_confirm_yn_dry_run_exit": 0.005230818120543551, + "tests/cli/test_common.py::test_confirm_yn_no": 0.0071610382574292765, + "tests/cli/test_common.py::test_confirm_yn_yes": 0.005508156616964011, + "tests/cli/test_common.py::test_is_active_prefix[-False]": 0.0040383425280754075, + "tests/cli/test_common.py::test_is_active_prefix[active_prefix-True]": 0.0041637309270695965, + "tests/cli/test_compare.py::test_compare_fail": 0.44034623407331136, + "tests/cli/test_compare.py::test_compare_success": 0.47071323381811614, + "tests/cli/test_conda_argparse.py::test_cli_args_as_strings": 0.1306129472110852, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ArgumentParser-isclass]": 0.004083291199635869, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.BUILTIN_COMMANDS-]": 0.00382038323428991, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ExtendConstAction-isclass]": 0.00538056771876011, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.NullCountAction-isclass]": 0.0036756812784913624, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_output_and_prompt_options-isfunction]": 0.004289277952693995, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_channels-isfunction]": 0.004112756994177156, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_create_install_update-isfunction]": 0.004033719382123285, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_default_packages-isfunction]": 0.004531479058524301, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_help-isfunction]": 0.003858193726093814, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_json-isfunction]": 0.005764723270870188, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_known-isfunction]": 0.004195965734588046, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_networking-isfunction]": 0.0041697188528935355, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_package_install_options-isfunction]": 0.007576200963606975, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prefix-isfunction]": 0.004388017036161404, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prune-isfunction]": 0.0043389369773172625, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_pscheck-isfunction]": 0.003508759300059437, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_show_channel_urls-isfunction]": 0.00411286234437316, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver-isfunction]": 0.0041358295873370095, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver_mode-isfunction]": 0.005670439447066214, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_update_modifiers-isfunction]": 0.004070896601221542, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_verbose-isfunction]": 0.003966484572853367, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_clean-isfunction]": 0.003706596628081052, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_compare-isfunction]": 0.0037831396162512224, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_config-isfunction]": 0.00420716677351752, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_create-isfunction]": 0.003979185728947174, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_info-isfunction]": 0.003793656683130381, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_init-isfunction]": 0.0036807915972728506, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_install-isfunction]": 0.0045116365517559156, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_list-isfunction]": 0.003874516899396983, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_notices-isfunction]": 0.0037226199261632654, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_package-isfunction]": 0.0044412499563287475, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_plugins-isfunction]": 0.003736306310548905, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_remove-isfunction]": 0.004025338852000612, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_rename-isfunction]": 0.004925020291575746, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_run-isfunction]": 0.004736173168193958, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_search-isfunction]": 0.004068808601387815, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_update-isfunction]": 0.004057074592427686, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.do_call-isfunction]": 0.003801424900750642, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_sys_rc_path-]": 0.00484901874198285, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_user_rc_path-]": 0.0038617243680798934, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.find_builtin_commands-isfunction]": 0.003942937762506034, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_parser-isfunction]": 0.004414188335524708, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_pre_parser-isfunction]": 0.0040678682104490155, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.sys_rc_path-]": 0.0037983645168398854, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.user_rc_path-]": 0.0036582284099900635, + "tests/cli/test_conda_argparse.py::test_list_through_python_api": 2.860486186521763, + "tests/cli/test_conda_argparse.py::test_parser_basics": 0.042731227654796734, + "tests/cli/test_config.py::test_add_invalid_key": 0.12807963025746752, + "tests/cli/test_config.py::test_add_key": 0.16538162865387798, + "tests/cli/test_config.py::test_channels_add_duplicate": 0.12867147931480333, + "tests/cli/test_config.py::test_channels_add_empty": 0.13410780733163888, + "tests/cli/test_config.py::test_channels_add_empty_with_defaults": 0.13255409044591218, + "tests/cli/test_config.py::test_channels_append": 0.1521949696699083, + "tests/cli/test_config.py::test_channels_append_duplicate": 0.12853949304938583, + "tests/cli/test_config.py::test_channels_prepend": 0.13168656609421192, + "tests/cli/test_config.py::test_channels_prepend_duplicate": 0.13362293807144243, + "tests/cli/test_config.py::test_channels_remove": 0.1403201362408013, + "tests/cli/test_config.py::test_channels_remove_duplicate": 0.2329455572190041, + "tests/cli/test_config.py::test_conda_config_describe": 9.596827294804385, + "tests/cli/test_config.py::test_conda_config_validate": 7.4964324986486615, + "tests/cli/test_config.py::test_conda_config_validate_sslverify_truststore": 8.602040079008358, + "tests/cli/test_config.py::test_create_condarc_on_set": 0.1228297090585159, + "tests/cli/test_config.py::test_custom_multichannels_add": 0.13317614795208776, + "tests/cli/test_config.py::test_custom_multichannels_add_duplicate": 0.13382113590246286, + "tests/cli/test_config.py::test_custom_multichannels_append": 0.1386721387322558, + "tests/cli/test_config.py::test_custom_multichannels_append_duplicate": 0.1440755017714214, + "tests/cli/test_config.py::test_custom_multichannels_prepend": 0.131984067082066, + "tests/cli/test_config.py::test_custom_multichannels_prepend_duplicate": 0.13949603701903573, + "tests/cli/test_config.py::test_get_all": 0.14464479372445263, + "tests/cli/test_config.py::test_get_all_inc_maps": 0.18687325077103778, + "tests/cli/test_config.py::test_get_boolean_value": 0.1461482957529172, + "tests/cli/test_config.py::test_get_channels_list": 0.14024241379109825, + "tests/cli/test_config.py::test_get_invalid_key": 0.14277438346228638, + "tests/cli/test_config.py::test_get_map_full": 0.14899236881606653, + "tests/cli/test_config.py::test_get_map_subkey[conda_build.cache_dir-/tmp/conda-bld]": 0.14914155037773735, + "tests/cli/test_config.py::test_get_map_subkey[proxy_servers.http-1.2.3.4:5678]": 0.15371084241063532, + "tests/cli/test_config.py::test_get_multiple_keys": 0.1316363975028178, + "tests/cli/test_config.py::test_get_multiple_keys_incl_map_full": 0.14715657083693728, + "tests/cli/test_config.py::test_get_multiple_keys_incl_map_subkey": 0.15999411527878316, + "tests/cli/test_config.py::test_get_string_value": 0.15071349419438737, + "tests/cli/test_config.py::test_get_unconfigured_key": 0.14710847035144659, + "tests/cli/test_config.py::test_invalid_yaml": 0.11246365951507481, + "tests/cli/test_config.py::test_remove_key": 0.14195470944027927, + "tests/cli/test_config.py::test_remove_key_duplicate": 0.24654755554922927, + "tests/cli/test_config.py::test_remove_unconfigured_key": 0.11766618644980721, + "tests/cli/test_config.py::test_set_and_get_bool": 0.27509460747538556, + "tests/cli/test_config.py::test_set_check_types[always_yes-false-False]": 0.11962466316429352, + "tests/cli/test_config.py::test_set_check_types[always_yes-no-False]": 0.11671312345327196, + "tests/cli/test_config.py::test_set_check_types[always_yes-true-True]": 0.13529144229267165, + "tests/cli/test_config.py::test_set_check_types[always_yes-yes-True]": 0.12694617844538708, + "tests/cli/test_config.py::test_set_check_types[channel_alias-https://repo.example.com-https://repo.example.com]": 0.12930037285255827, + "tests/cli/test_config.py::test_set_check_types[proxy_servers.http-1.2.3.4:5678-py_value5]": 0.13028198758174622, + "tests/cli/test_config.py::test_set_invalid_key": 0.1277305740314114, + "tests/cli/test_config.py::test_set_key": 0.14332441963376766, + "tests/cli/test_config.py::test_set_map_key[conda_build.cache_dir-/tmp/conda-bld-/var/tmp/build]": 0.14039703892382657, + "tests/cli/test_config.py::test_set_map_key[conda_build.error_overlinking-true-false]": 0.0005989425997230907, + "tests/cli/test_config.py::test_set_map_key[proxy_servers.http-1.2.3.4:5678-4.3.2.1:9876]": 0.1359860191636396, + "tests/cli/test_config.py::test_set_rc_without_user_rc": 0.12075356803214338, + "tests/cli/test_config.py::test_set_unconfigured_key": 0.15028304633308567, + "tests/cli/test_config.py::test_show_sorts_keys": 0.20400522117684639, + "tests/cli/test_config.py::test_ssl_verify_default": 0.007244567001625824, + "tests/cli/test_config.py::test_ssl_verify_set_bool": 0.12292530781974513, + "tests/cli/test_config.py::test_ssl_verify_set_filename": 0.13474903946952613, + "tests/cli/test_env.py::test_conda_env_create_empty_file[classic]": 0.05916100430926133, + "tests/cli/test_env.py::test_conda_env_create_empty_file[libmamba]": 0.05842375020951987, + "tests/cli/test_env.py::test_conda_env_create_http[classic]": 237.13431398666293, + "tests/cli/test_env.py::test_conda_env_create_http[libmamba]": 15.589647954840695, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file[classic]": 0.050474267733096004, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file[libmamba]": 0.052276570187022545, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[classic]": 0.056085254638782105, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[libmamba]": 0.05683499922513352, + "tests/cli/test_env.py::test_conda_env_create_no_file[classic]": 0.05790818253130296, + "tests/cli/test_env.py::test_conda_env_create_no_file[libmamba]": 0.05911712626021027, + "tests/cli/test_env.py::test_create_dry_run_json[classic]": 2.4333965236016994, + "tests/cli/test_env.py::test_create_dry_run_json[libmamba]": 3.611688021933914, + "tests/cli/test_env.py::test_create_dry_run_yaml[classic]": 2.2646941619437975, + "tests/cli/test_env.py::test_create_dry_run_yaml[libmamba]": 4.1128212112424265, + "tests/cli/test_env.py::test_create_valid_env[classic]": 6.2734491167224675, + "tests/cli/test_env.py::test_create_valid_env[libmamba]": 4.899373307007264, + "tests/cli/test_env.py::test_create_valid_env_json_output[classic]": 0.3234041439938395, + "tests/cli/test_env.py::test_create_valid_env_json_output[libmamba]": 3.472243432264012, + "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[classic]": 72.47190425049146, + "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[libmamba]": 17.864984403001408, + "tests/cli/test_env.py::test_create_valid_env_with_variables[classic]": 2.6937740944544752, + "tests/cli/test_env.py::test_create_valid_env_with_variables[libmamba]": 3.8332666947019627, "tests/cli/test_env.py::test_create_valid_remote_env[classic]": 10.316122134082482, - "tests/cli/test_env.py::test_create_valid_remote_env[libmamba]": 4.263275015829169, - "tests/cli/test_env.py::test_deprecated_binstar[libmamba]": 0.0783074990000614, - "tests/cli/test_env.py::test_env_export[classic]": 2.8940292532974277, - "tests/cli/test_env.py::test_env_export[libmamba]": 6.755631543114039, - "tests/cli/test_env.py::test_env_export_json[classic]": 2.182664382619504, - "tests/cli/test_env.py::test_env_export_json[libmamba]": 3.727256951012505, - "tests/cli/test_env.py::test_env_export_with_variables[classic]": 1.9643274770302128, - "tests/cli/test_env.py::test_env_export_with_variables[libmamba]": 6.702177678583618, - "tests/cli/test_env.py::test_export_multi_channel[classic]": 36.26500077826977, - "tests/cli/test_env.py::test_export_multi_channel[libmamba]": 24.117599895746533, - "tests/cli/test_env.py::test_invalid_extensions[classic]": 0.05518023603782605, - "tests/cli/test_env.py::test_invalid_extensions[libmamba]": 0.061103836224081214, - "tests/cli/test_env.py::test_list[classic]": 1.1319627612255392, - "tests/cli/test_env.py::test_list[libmamba]": 6.748475866778629, - "tests/cli/test_env.py::test_name[classic]": 0.6237010553376248, - "tests/cli/test_env.py::test_name[libmamba]": 3.543754460131934, - "tests/cli/test_env.py::test_non_existent_file[classic]": 0.057772460636041766, - "tests/cli/test_env.py::test_non_existent_file[libmamba]": 0.06460118665107187, - "tests/cli/test_env.py::test_pip_error_is_propagated[classic]": 47.35423983331584, - "tests/cli/test_env.py::test_pip_error_is_propagated[libmamba]": 16.866581200372867, - "tests/cli/test_env.py::test_remove_dry_run[classic]": 0.4817289098372591, - "tests/cli/test_env.py::test_remove_dry_run[libmamba]": 3.587031233480941, - "tests/cli/test_env.py::test_set_unset_env_vars[classic]": 0.6101685005927432, - "tests/cli/test_env.py::test_set_unset_env_vars[libmamba]": 3.8602696195638004, - "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[classic]": 0.056051701072930504, - "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[libmamba]": 0.058201983862750335, - "tests/cli/test_env.py::test_update[classic]": 0.8153316948806321, - "tests/cli/test_env.py::test_update[libmamba]": 7.6754325679349975, - "tests/cli/test_env.py::test_update_env_json_output[classic]": 0.7046859031147733, - "tests/cli/test_env.py::test_update_env_json_output[libmamba]": 6.993799088553783, - "tests/cli/test_env.py::test_update_env_no_action_json_output[classic]": 65.02326927350313, - "tests/cli/test_env.py::test_update_env_no_action_json_output[libmamba]": 22.212487229433652, - "tests/cli/test_env.py::test_update_env_only_pip_json_output[classic]": 72.08206328092213, - "tests/cli/test_env.py::test_update_env_only_pip_json_output[libmamba]": 24.26847334486757, - "tests/cli/test_find_commands.py::test_find_commands": 0.014379063478527394, - "tests/cli/test_find_commands.py::test_find_executable": 0.007963939062430305, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--debug]": 0.0793274803810212, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--json]": 0.08030304445788485, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--trace]": 0.09012709402759926, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[-v]": 0.08455841083290087, - "tests/cli/test_main.py::test_main": 0.09997073508644387, - "tests/cli/test_main_clean.py::test_clean_all[False]": 1.1273051777572158, - "tests/cli/test_main_clean.py::test_clean_all[True]": 1.1609014616390347, - "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[False]": 0.7320583595672238, - "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[True]": 0.6191093074176511, - "tests/cli/test_main_clean.py::test_clean_and_packages": 1.054035097163055, - "tests/cli/test_main_clean.py::test_clean_force_pkgs_dirs": 0.4564084624383135, - "tests/cli/test_main_clean.py::test_clean_index_cache": 0.40865021072876623, - "tests/cli/test_main_clean.py::test_clean_logfiles": 0.4024692152025491, - "tests/cli/test_main_clean.py::test_clean_tarballs": 0.40564097885898703, - "tests/cli/test_main_clean.py::test_clean_tempfiles": 0.4279588349859629, - "tests/cli/test_main_clean.py::test_get_size": 0.005963386839589229, - "tests/cli/test_main_clean.py::test_get_size_None": 0.003902688014235033, - "tests/cli/test_main_clean.py::test_get_size_list": 0.004052392095780101, - "tests/cli/test_main_compare.py::test_compare": 0.10975895647542148, - "tests/cli/test_main_config.py::test_config_get_key": 0.02728463427541228, - "tests/cli/test_main_config.py::test_config_get_missing[get]": 0.14495285956213044, - "tests/cli/test_main_config.py::test_config_get_missing[key]": 0.14576460314073172, - "tests/cli/test_main_config.py::test_config_get_missing[unknown]": 0.13353507758822653, - "tests/cli/test_main_config.py::test_config_get_system[get]": 0.1358086613415854, - "tests/cli/test_main_config.py::test_config_get_system[key]": 0.15426130250970113, - "tests/cli/test_main_config.py::test_config_get_system[unknown]": 0.14129140285056785, - "tests/cli/test_main_config.py::test_config_get_user[get]": 0.17015828157455715, - "tests/cli/test_main_config.py::test_config_get_user[key]": 0.14684500043084317, - "tests/cli/test_main_config.py::test_config_get_user[unknown]": 0.1521378588934132, - "tests/cli/test_main_config.py::test_config_read_rc": 0.006751810998534384, - "tests/cli/test_main_config.py::test_config_remove_item": 0.006865993992883238, - "tests/cli/test_main_config.py::test_config_remove_key": 0.0040229571483178855, - "tests/cli/test_main_config.py::test_config_set_key": 0.00592728664433766, - "tests/cli/test_main_config.py::test_config_set_keys": 0.013268377983423537, - "tests/cli/test_main_config.py::test_config_show_sources_json": 0.13301867340985515, - "tests/cli/test_main_config.py::test_config_write_rc": 0.006061201758038782, - "tests/cli/test_main_export.py::test_execute_export_no_file_specified": 0.11836198968448626, - "tests/cli/test_main_export.py::test_export": 0.12151065858436971, - "tests/cli/test_main_export.py::test_export_add_channels": 0.12882899634194156, - "tests/cli/test_main_export.py::test_export_override_channels": 0.13195832736139265, - "tests/cli/test_main_export.py::test_export_yaml_file_extension": 0.1159421164107657, - "tests/cli/test_main_info.py::test_info": 0.8128914259703243, + "tests/cli/test_env.py::test_create_valid_remote_env[libmamba]": 4.286760969431677, + "tests/cli/test_env.py::test_deprecated_binstar[classic]": 0.10540650000001506, + "tests/cli/test_env.py::test_deprecated_binstar[libmamba]": 0.09090124064294157, + "tests/cli/test_env.py::test_env_export[classic]": 2.7499247528996262, + "tests/cli/test_env.py::test_env_export[libmamba]": 6.197782157663168, + "tests/cli/test_env.py::test_env_export_json[classic]": 2.1572789773808916, + "tests/cli/test_env.py::test_env_export_json[libmamba]": 3.322827366994342, + "tests/cli/test_env.py::test_env_export_with_variables[classic]": 1.8523290848927538, + "tests/cli/test_env.py::test_env_export_with_variables[libmamba]": 6.078955698442446, + "tests/cli/test_env.py::test_export_multi_channel[classic]": 36.43704171278426, + "tests/cli/test_env.py::test_export_multi_channel[libmamba]": 24.408839253022055, + "tests/cli/test_env.py::test_invalid_extensions[classic]": 0.055217747114836034, + "tests/cli/test_env.py::test_invalid_extensions[libmamba]": 0.05748319363614316, + "tests/cli/test_env.py::test_list[classic]": 1.114617561410176, + "tests/cli/test_env.py::test_list[libmamba]": 6.0722323637394595, + "tests/cli/test_env.py::test_name[classic]": 0.5952623743227828, + "tests/cli/test_env.py::test_name[libmamba]": 3.2288678569134195, + "tests/cli/test_env.py::test_non_existent_file[classic]": 0.061940154036687, + "tests/cli/test_env.py::test_non_existent_file[libmamba]": 0.056227172006931475, + "tests/cli/test_env.py::test_pip_error_is_propagated[classic]": 44.997934488954236, + "tests/cli/test_env.py::test_pip_error_is_propagated[libmamba]": 15.920975130724798, + "tests/cli/test_env.py::test_remove_dry_run[classic]": 0.467992436994692, + "tests/cli/test_env.py::test_remove_dry_run[libmamba]": 3.274731121224735, + "tests/cli/test_env.py::test_set_unset_env_vars[classic]": 0.6068823354337595, + "tests/cli/test_env.py::test_set_unset_env_vars[libmamba]": 3.5809797817909494, + "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[classic]": 0.05563001291142289, + "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[libmamba]": 0.055592819333056064, + "tests/cli/test_env.py::test_update[classic]": 0.8065485552771247, + "tests/cli/test_env.py::test_update[libmamba]": 7.048202404875462, + "tests/cli/test_env.py::test_update_env_json_output[classic]": 0.7267246320011168, + "tests/cli/test_env.py::test_update_env_json_output[libmamba]": 6.4130003341648285, + "tests/cli/test_env.py::test_update_env_no_action_json_output[classic]": 68.92080718946451, + "tests/cli/test_env.py::test_update_env_no_action_json_output[libmamba]": 22.298378548376675, + "tests/cli/test_env.py::test_update_env_only_pip_json_output[classic]": 69.89331578213678, + "tests/cli/test_env.py::test_update_env_only_pip_json_output[libmamba]": 23.17522076923446, + "tests/cli/test_find_commands.py::test_find_commands": 0.01760633630156791, + "tests/cli/test_find_commands.py::test_find_executable": 0.008194939033730576, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--debug]": 0.08010340646406075, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--json]": 0.07939207810386813, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--trace]": 0.09246087185935734, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[-v]": 0.0763063687540049, + "tests/cli/test_main.py::test_main": 0.1115362552296261, + "tests/cli/test_main_clean.py::test_clean_all[False]": 1.1060769485171547, + "tests/cli/test_main_clean.py::test_clean_all[True]": 1.0960622745584743, + "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[False]": 0.7139476884518486, + "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[True]": 0.6159674252476804, + "tests/cli/test_main_clean.py::test_clean_and_packages": 0.9466601989242346, + "tests/cli/test_main_clean.py::test_clean_force_pkgs_dirs": 0.4645297152013795, + "tests/cli/test_main_clean.py::test_clean_index_cache": 0.4227020430302466, + "tests/cli/test_main_clean.py::test_clean_logfiles": 0.40956495479651495, + "tests/cli/test_main_clean.py::test_clean_tarballs": 0.41504678293259656, + "tests/cli/test_main_clean.py::test_clean_tempfiles": 0.4298115415354218, + "tests/cli/test_main_clean.py::test_get_size": 0.005797860238389882, + "tests/cli/test_main_clean.py::test_get_size_None": 0.003787128323605927, + "tests/cli/test_main_clean.py::test_get_size_list": 0.003985076013012898, + "tests/cli/test_main_compare.py::test_compare": 0.1071258711744157, + "tests/cli/test_main_config.py::test_config_get_key": 0.02561770012416913, + "tests/cli/test_main_config.py::test_config_get_missing[get]": 0.14144671288514002, + "tests/cli/test_main_config.py::test_config_get_missing[key]": 0.14246120797863807, + "tests/cli/test_main_config.py::test_config_get_missing[unknown]": 0.1370897748795299, + "tests/cli/test_main_config.py::test_config_get_system[get]": 0.13457732458944058, + "tests/cli/test_main_config.py::test_config_get_system[key]": 0.15719550671672242, + "tests/cli/test_main_config.py::test_config_get_system[unknown]": 0.1557697481261016, + "tests/cli/test_main_config.py::test_config_get_user[get]": 0.17375554522628436, + "tests/cli/test_main_config.py::test_config_get_user[key]": 0.15571675831677428, + "tests/cli/test_main_config.py::test_config_get_user[unknown]": 0.1590566440420142, + "tests/cli/test_main_config.py::test_config_read_rc": 0.008645487259468563, + "tests/cli/test_main_config.py::test_config_remove_item": 0.007009913180302897, + "tests/cli/test_main_config.py::test_config_remove_key": 0.004032947743726778, + "tests/cli/test_main_config.py::test_config_set_key": 0.005954704467475424, + "tests/cli/test_main_config.py::test_config_set_keys": 0.012330221162360799, + "tests/cli/test_main_config.py::test_config_show_sources_json": 0.12660110998958404, + "tests/cli/test_main_config.py::test_config_write_rc": 0.006264513601613586, + "tests/cli/test_main_export.py::test_execute_export_no_file_specified": 0.11621090196952107, + "tests/cli/test_main_export.py::test_export": 0.12537013312013712, + "tests/cli/test_main_export.py::test_export_add_channels": 0.12314912257300799, + "tests/cli/test_main_export.py::test_export_override_channels": 0.14037117787730619, + "tests/cli/test_main_export.py::test_export_yaml_file_extension": 0.11271789171526743, + "tests/cli/test_main_info.py::test_info": 0.8502539963325828, "tests/cli/test_main_info.py::test_info_all": 0.23057341150001065, - "tests/cli/test_main_info.py::test_info_json": 0.2077685759703283, - "tests/cli/test_main_info.py::test_info_root": 0.25095962427900104, - "tests/cli/test_main_info.py::test_info_unsafe_channels": 0.25998831136936124, - "tests/cli/test_main_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 53.146567798979184, - "tests/cli/test_main_install.py::test_install_freezes_env_by_default": 1.2746022013229243, - "tests/cli/test_main_install.py::test_install_from_extracted_package": 12.238283475197925, - "tests/cli/test_main_install.py::test_install_mkdir": 37.674133559197905, - "tests/cli/test_main_list.py::test_list": 4.821553630988027, - "tests/cli/test_main_list.py::test_list_explicit": 13.974607268201424, - "tests/cli/test_main_list.py::test_list_json": 0.28258813379689357, - "tests/cli/test_main_list.py::test_list_package": 0.13010658824758792, - "tests/cli/test_main_list.py::test_list_reverse": 15.084008073657536, - "tests/cli/test_main_list.py::test_list_revisions": 0.2544505960206137, - "tests/cli/test_main_list.py::test_list_specific_version": 0.438691857836454, - "tests/cli/test_main_notices.py::test_cache_names_appear_as_expected": 0.053040783727713724, - "tests/cli/test_main_notices.py::test_main_notices[200]": 0.06206255857742262, - "tests/cli/test_main_notices.py::test_main_notices[404]": 0.05880152060225526, - "tests/cli/test_main_notices.py::test_main_notices_handles_bad_expired_at_field": 0.0515382784792251, - "tests/cli/test_main_notices.py::test_main_notices_help": 0.045504866642781805, - "tests/cli/test_main_notices.py::test_main_notices_json": 0.09007290169840809, - "tests/cli/test_main_notices.py::test_main_notices_reads_from_cache": 0.04969368248741918, - "tests/cli/test_main_notices.py::test_main_notices_reads_from_expired_cache": 0.08990414044609613, - "tests/cli/test_main_notices.py::test_notices_appear_once_when_running_decorated_commands": 12.499807337136664, - "tests/cli/test_main_notices.py::test_notices_cannot_read_cache_files": 0.1161275037436819, - "tests/cli/test_main_notices.py::test_notices_does_not_interrupt_command_on_failure": 0.5229725593682525, - "tests/cli/test_main_notices.py::test_notices_work_with_s3_channel": 0.18013790210039868, - "tests/cli/test_main_remove.py::test_remove_all": 30.828483541511094, - "tests/cli/test_main_remove.py::test_remove_all_keep_env": 22.65208603593348, - "tests/cli/test_main_remove.py::test_remove_globbed_package_names[classic]": 6.483375032591629, - "tests/cli/test_main_remove.py::test_remove_globbed_package_names[libmamba]": 0.436356262384292, - "tests/cli/test_main_rename.py::test_cannot_rename_active_env_by_name": 7.542928454294624, - "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_name": 0.20429470716256634, - "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_path": 0.20041143281981189, - "tests/cli/test_main_rename.py::test_cannot_rename_nonexistent_env": 0.2103908959630021, - "tests/cli/test_main_rename.py::test_protected_dirs_error_for_rename": 3.4218937615208453, - "tests/cli/test_main_rename.py::test_rename_by_name_name_already_exists_error": 3.2383025723533088, - "tests/cli/test_main_rename.py::test_rename_by_name_success": 10.21644627020023, - "tests/cli/test_main_rename.py::test_rename_by_path_path_already_exists_error": 3.1102176602685176, - "tests/cli/test_main_rename.py::test_rename_by_path_success": 11.495519287516991, - "tests/cli/test_main_rename.py::test_rename_with_dry_run": 4.886183109510355, - "tests/cli/test_main_rename.py::test_rename_with_force": 23.47110489424622, - "tests/cli/test_main_rename.py::test_rename_with_force_and_dry_run": 4.880695170411442, - "tests/cli/test_main_rename.py::test_rename_with_force_with_errors": 20.88933704148329, - "tests/cli/test_main_rename.py::test_rename_with_force_with_errors_prefix": 4.448418232810448, - "tests/cli/test_main_rename.py::test_separator_chars_on_win": 0.0010111435208344233, - "tests/cli/test_main_run.py::test_conda_run_nonexistant_prefix": 0.11706970579932525, - "tests/cli/test_main_run.py::test_conda_run_prefix_not_a_conda_env": 0.09631128892103515, - "tests/cli/test_main_run.py::test_multiline_run_command": 5.031360684135016, - "tests/cli/test_main_run.py::test_run_readonly_env": 11.889379582032708, - "tests/cli/test_main_run.py::test_run_returns_int": 3.571558182615238, - "tests/cli/test_main_run.py::test_run_returns_nonzero_errorlevel": 11.834383507089825, - "tests/cli/test_main_run.py::test_run_returns_zero_errorlevel": 3.4320429338450498, - "tests/cli/test_main_run.py::test_run_uncaptured": 9.973251065485636, - "tests/cli/test_main_search.py::test_anaconda_token_with_private_package": 17.977548103074195, - "tests/cli/test_main_search.py::test_bad_anaconda_token": 0.627239209892727, - "tests/cli/test_main_search.py::test_current_platform_package_missing": 0.22503077681644143, - "tests/cli/test_main_search.py::test_different_platform_package_found": 0.33232395424582856, - "tests/cli/test_main_search.py::test_mocked_platform_package_found": 0.10699289440924546, - "tests/cli/test_main_search.py::test_rpy_search[linux-32]": 5.521928008563108, - "tests/cli/test_main_search.py::test_rpy_search[linux-64]": 9.291017253911724, - "tests/cli/test_main_search.py::test_rpy_search[osx-64]": 11.995271332011498, - "tests/cli/test_main_search.py::test_rpy_search[win-32]": 7.017607547716904, - "tests/cli/test_main_search.py::test_rpy_search[win-64]": 9.997809847666055, - "tests/cli/test_main_search.py::test_search_0": 1.6489466533922688, - "tests/cli/test_main_search.py::test_search_1": 0.2183266258801808, - "tests/cli/test_main_search.py::test_search_2[exact]": 0.11990368778549883, - "tests/cli/test_main_search.py::test_search_2[wildcard]": 0.7844353510547069, - "tests/cli/test_main_search.py::test_search_3": 1.6888923692911941, - "tests/cli/test_main_search.py::test_search_4": 0.26598916475484013, - "tests/cli/test_main_search.py::test_search_5": 1.0369620088528066, - "tests/cli/test_main_search.py::test_search_envs": 0.11559387135513872, - "tests/cli/test_main_search.py::test_search_envs_info": 0.09680739085336182, - "tests/cli/test_main_search.py::test_search_envs_json": 0.13166198380599223, - "tests/cli/test_main_search.py::test_search_inflexible": 0.8909517476404019, - "tests/cli/test_main_search.py::test_unknown_platform_package_missing": 0.08602880999100328, - "tests/cli/test_subcommands.py::test_clean[classic]": 1.5106962741786318, - "tests/cli/test_subcommands.py::test_clean[libmamba]": 1.98091496768609, - "tests/cli/test_subcommands.py::test_compare[classic]": 0.5935945556826048, - "tests/cli/test_subcommands.py::test_compare[libmamba]": 10.304083227796921, - "tests/cli/test_subcommands.py::test_config[classic]": 0.15607980550137598, - "tests/cli/test_subcommands.py::test_config[libmamba]": 0.1489248308976943, - "tests/cli/test_subcommands.py::test_create[classic]": 0.3829371235004165, - "tests/cli/test_subcommands.py::test_create[libmamba]": 11.955697515901235, - "tests/cli/test_subcommands.py::test_doctor[classic]": 6.267299369894826, - "tests/cli/test_subcommands.py::test_doctor[libmamba]": 6.25780517513068, - "tests/cli/test_subcommands.py::test_env_config_vars[classic]": 0.7647540661372522, - "tests/cli/test_subcommands.py::test_env_config_vars[libmamba]": 8.686674475476657, - "tests/cli/test_subcommands.py::test_env_create[classic]": 0.9928472295879137, - "tests/cli/test_subcommands.py::test_env_create[libmamba]": 7.325992908859157, - "tests/cli/test_subcommands.py::test_env_export[classic]": 0.5619066446691561, - "tests/cli/test_subcommands.py::test_env_export[libmamba]": 0.5837872427767673, - "tests/cli/test_subcommands.py::test_env_list[classic]": 0.41991263205210244, - "tests/cli/test_subcommands.py::test_env_list[libmamba]": 0.4848784198003087, - "tests/cli/test_subcommands.py::test_env_remove[classic]": 0.5624624481268911, - "tests/cli/test_subcommands.py::test_env_remove[libmamba]": 8.59917815413336, - "tests/cli/test_subcommands.py::test_env_update[classic]": 1.3451043650175099, - "tests/cli/test_subcommands.py::test_env_update[libmamba]": 17.33181577688265, - "tests/cli/test_subcommands.py::test_info[classic]": 0.23851256535815857, - "tests/cli/test_subcommands.py::test_info[libmamba]": 0.2740053686983026, - "tests/cli/test_subcommands.py::test_info_json[classic]": 0.3907670255105405, - "tests/cli/test_subcommands.py::test_info_json[libmamba]": 0.5530758498677179, - "tests/cli/test_subcommands.py::test_init[classic]": 0.16668935086292272, - "tests/cli/test_subcommands.py::test_init[libmamba]": 0.188643525913145, - "tests/cli/test_subcommands.py::test_install[classic]": 2.8069415968684175, - "tests/cli/test_subcommands.py::test_install[libmamba]": 21.167500734966826, - "tests/cli/test_subcommands.py::test_list[classic]": 2.9483838397660063, - "tests/cli/test_subcommands.py::test_list[libmamba]": 2.8117588883001527, - "tests/cli/test_subcommands.py::test_notices[classic]": 0.3105052076665973, - "tests/cli/test_subcommands.py::test_notices[libmamba]": 0.2607046259625845, - "tests/cli/test_subcommands.py::test_package[classic]": 0.5192112647959677, - "tests/cli/test_subcommands.py::test_package[libmamba]": 5.946157919437687, - "tests/cli/test_subcommands.py::test_remove[classic-remove]": 0.5892720582972204, - "tests/cli/test_subcommands.py::test_remove[classic-uninstall]": 0.5627901338425638, - "tests/cli/test_subcommands.py::test_remove[libmamba-remove]": 10.341264885373105, - "tests/cli/test_subcommands.py::test_remove[libmamba-uninstall]": 4.439306874076127, - "tests/cli/test_subcommands.py::test_remove_all_json[classic-remove]": 1.3975473805710346, - "tests/cli/test_subcommands.py::test_remove_all_json[classic-uninstall]": 0.5523705530256955, - "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-remove]": 3.1474847737391567, - "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-uninstall]": 9.060009146033067, - "tests/cli/test_subcommands.py::test_rename[classic]": 0.6336863018598058, - "tests/cli/test_subcommands.py::test_rename[libmamba]": 12.362176288425003, - "tests/cli/test_subcommands.py::test_run[classic]": 1.4738530645009014, - "tests/cli/test_subcommands.py::test_run[libmamba]": 4.832457975450247, - "tests/cli/test_subcommands.py::test_search[classic]": 3.8288036959740466, - "tests/cli/test_subcommands.py::test_search[libmamba]": 12.404689048675488, - "tests/cli/test_subcommands.py::test_update[classic-update]": 3.607279958545984, - "tests/cli/test_subcommands.py::test_update[classic-upgrade]": 1.2752194344210281, - "tests/cli/test_subcommands.py::test_update[libmamba-update]": 21.282654391836573, - "tests/cli/test_subcommands.py::test_update[libmamba-upgrade]": 8.555839242744993, - "tests/common/os/test_windows.py::test_is_admin_on_windows": 0.0025337325071315927, - "tests/common/pkg_formats/test_python.py::test_basepydist_load_requires_provides_file": 0.00600292554716673, - "tests/common/pkg_formats/test_python.py::test_basepydist_parse_entries_file_data": 0.003502097370550308, - "tests/common/pkg_formats/test_python.py::test_basepydist_parse_requires_file_data": 0.003881590772426238, - "tests/common/pkg_formats/test_python.py::test_dist_get_paths": 0.005607239493960894, - "tests/common/pkg_formats/test_python.py::test_dist_get_paths_no_paths": 0.003175140264153522, - "tests/common/pkg_formats/test_python.py::test_evaluate_marker": 0.0034525278759205847, - "tests/common/pkg_formats/test_python.py::test_get_default_marker_context": 0.002864165716808632, - "tests/common/pkg_formats/test_python.py::test_get_dist_file_from_egg_link": 0.0065026172083987345, - "tests/common/pkg_formats/test_python.py::test_get_dist_requirements": 0.004000500768991646, - "tests/common/pkg_formats/test_python.py::test_get_entry_points": 0.005268326125428584, - "tests/common/pkg_formats/test_python.py::test_get_extra_provides": 0.004122878138435267, - "tests/common/pkg_formats/test_python.py::test_get_python_distribution_info": 0.0006195653256372235, - "tests/common/pkg_formats/test_python.py::test_get_site_packages_anchor_files": 0.004694669323820626, - "tests/common/pkg_formats/test_python.py::test_metadata": 0.009462335635192115, - "tests/common/pkg_formats/test_python.py::test_metadata_keys": 0.002744624626488098, - "tests/common/pkg_formats/test_python.py::test_metadata_process_path": 0.0060676346455258295, - "tests/common/pkg_formats/test_python.py::test_metadata_read_metadata": 0.0061988597513741315, - "tests/common/pkg_formats/test_python.py::test_norm_package_name": 0.007181748410960664, - "tests/common/pkg_formats/test_python.py::test_norm_package_version": 0.00421182622542779, - "tests/common/pkg_formats/test_python.py::test_parse_specification": 0.006405261275916859, - "tests/common/pkg_formats/test_python.py::test_pydist_check_files": 0.004717188399955081, - "tests/common/pkg_formats/test_python.py::test_pypi_name_to_conda_name": 0.0027714524359799286, - "tests/common/pkg_formats/test_python.py::test_python_dist_egg_fpath": 0.0036340973546387834, - "tests/common/pkg_formats/test_python.py::test_python_dist_egg_path": 0.0035001284786944724, - "tests/common/pkg_formats/test_python.py::test_python_dist_info": 0.004725923246812744, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies": 0.0045819670795448665, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_2": 0.00349728975400798, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_3": 0.004289096325857291, - "tests/common/pkg_formats/test_python.py::test_split_spec": 0.00326642318433307, - "tests/common/test_compat.py::test_deprecations[FILESYSTEM_ENCODING-TypeError]": 0.0030803070000189336, - "tests/common/test_compat.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.0027808677500165877, - "tests/common/test_compat.py::test_deprecations[ensure_unicode-TypeError]": 0.0027708628332897924, - "tests/common/test_compat.py::test_deprecations[open-TypeError]": 0.0038522555000000125, - "tests/common/test_compat.py::test_deprecations[six_with_metaclass-TypeError]": 0.0027022078332853048, - "tests/common/test_configuration.py::test_commented_map_parameter": 0.0057430017758094585, - "tests/common/test_configuration.py::test_config_resets": 0.004669077757828546, - "tests/common/test_configuration.py::test_cross_parameter_validation": 0.0026021240820870866, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$$/suffix]": 0.002807477764553015, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$/suffix]": 0.004048426302847862, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$1/suffix]": 0.0026717328794519583, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$MISSING/suffix]": 0.0032944142821035994, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$VARIABLE/suffix]": 0.0030653023333109142, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${1}/suffix]": 0.0026903319139976365, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${MISSING}/suffix]": 0.0030075092190570574, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${VARIABLE}/suffix]": 0.0030400831451583774, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${}/suffix]": 0.002749303840455068, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%%/suffix]": 0.002791299310231586, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%/suffix]": 0.0027839899261326664, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1%/suffix]": 0.00282494191265534, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1/suffix]": 0.0028698600309103824, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%MISSING%/suffix]": 0.002900797386083231, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%VARIABLE%/suffix]": 0.0006622408245468833, - "tests/common/test_configuration.py::test_default_values": 0.0032434753235778507, - "tests/common/test_configuration.py::test_empty_map_parameter": 0.0073417150502702345, - "tests/common/test_configuration.py::test_env_var_config": 0.0036483613594435103, - "tests/common/test_configuration.py::test_env_var_config_alias": 0.0035740962104525327, - "tests/common/test_configuration.py::test_env_var_config_empty_sequence": 0.0032520314245063175, - "tests/common/test_configuration.py::test_env_var_config_no_split_sequence": 0.003327043016348792, - "tests/common/test_configuration.py::test_env_var_config_split_sequence": 0.0036157930306235674, - "tests/common/test_configuration.py::test_expand_search_path": 0.004891087809651171, - "tests/common/test_configuration.py::test_expanded_variables": 0.009276497124358102, - "tests/common/test_configuration.py::test_important_primitive_map_merges": 0.11596481873422382, - "tests/common/test_configuration.py::test_invalid_map_parameter": 0.0034080462780639634, - "tests/common/test_configuration.py::test_invalid_seq_parameter": 0.0027689420256634552, - "tests/common/test_configuration.py::test_list_merges": 0.10673103357204128, - "tests/common/test_configuration.py::test_load_raw_configs": 0.037816625844698075, - "tests/common/test_configuration.py::test_map_parameter_must_be_map": 0.004355916513284256, - "tests/common/test_configuration.py::test_nested": 0.023114379527436505, - "tests/common/test_configuration.py::test_object": 0.022994448372261066, - "tests/common/test_configuration.py::test_object_defaults_completely_empty": 0.0045357807499992004, - "tests/common/test_configuration.py::test_object_defaults_partially_empty": 0.007328626999964172, - "tests/common/test_configuration.py::test_parameter": 0.0027213152114029886, - "tests/common/test_configuration.py::test_parameter_flag": 0.003651043624668898, - "tests/common/test_configuration.py::test_pretty_list": 0.003090796899456624, - "tests/common/test_configuration.py::test_raise_errors": 0.0033283216577838005, - "tests/common/test_configuration.py::test_simple_merges_and_caching": 0.0239371940273355, - "tests/common/test_configuration.py::test_unique_sequence_map_error_with_duplicates": 0.00892072053614797, - "tests/common/test_configuration.py::test_unique_sequence_map_error_with_unique_key": 0.005254564919207062, - "tests/common/test_configuration.py::test_validate_all": 0.01645181172594532, - "tests/common/test_configuration.py::test_validation": 0.016209893744959753, - "tests/common/test_io.py::test_attach_stderr_handler": 0.003439545126729874, - "tests/common/test_io.py::test_captured": 0.0041105385560311685, - "tests/common/test_path.py::test_get_major_minor_version_no_dot": 0.002644930386379691, - "tests/common/test_path.py::test_missing_pyc_files_27": 0.0028524129023565093, - "tests/common/test_path.py::test_missing_pyc_files_34": 0.002702438860535478, - "tests/common/test_path.py::test_missing_pyc_files_35": 0.0030876146076005873, - "tests/common/test_path.py::test_path_identity": 0.004394314881184761, - "tests/common/test_path.py::test_url_to_path_unix": 0.0031002040780445154, - "tests/common/test_path.py::test_url_to_path_windows_local": 0.003514191716948878, - "tests/common/test_path.py::test_url_to_path_windows_unc": 0.003049555570606476, - "tests/common/test_path.py::test_win_path_backout": 0.0029354236831922974, - "tests/common/test_url.py::test_add_username_and_pass_to_url": 0.00631857102726106, - "tests/common/test_url.py::test_is_ip_address": 0.0045822981524584515, - "tests/common/test_url.py::test_is_ipv6_address": 0.0031709154301402323, - "tests/common/test_url.py::test_is_url": 0.00435522131774148, - "tests/common/test_url.py::test_maybe_add_auth": 0.0030463745743344105, - "tests/common/test_url.py::test_split_scheme_auth_token": 0.0026693339910095933, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj0-http://conda.io/path/to/somewhere]": 0.0030368993929553206, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj1-https://user:pass@conda.io/path/to/somewhere]": 0.002987054574548821, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj2-file:///opt/happy/path]": 0.003409576011773036, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj3-file:///path/to/something.txt]": 0.0042640174818939225, - "tests/common/test_url.py::test_url_to_s3_info": 0.002868647894216489, - "tests/common/test_url.py::test_urlparse[192.168.1.1:8080/path/to/resource-exp_url_obj0]": 0.002978508962048493, - "tests/common/test_url.py::test_urlparse[file:///opt/happy/path-exp_url_obj2]": 0.0028876933524024807, - "tests/common/test_url.py::test_urlparse[https://conda.io/happy/path-exp_url_obj1]": 0.0031864916023365236, - "tests/common/test_url.py::test_urlparse[https://u:p@conda.io/t/x1029384756/more/path-exp_url_obj3]": 0.0032981900094350837, - "tests/common/test_yaml.py::test_dump": 0.007383755531903023, - "tests/common/test_yaml.py::test_map": 0.003249919859504372, - "tests/common/test_yaml.py::test_seq_simple": 0.003672907845460141, - "tests/common/test_yaml.py::test_yaml_complex": 0.013779437006128013, - "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_none_values_error": 0.21486636687272967, - "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_permission_error": 0.24745691922980906, - "tests/core/test_envs_manager.py::test_prefix_cli_flag": 0.007324016853890798, - "tests/core/test_envs_manager.py::test_register_env_directory_creation_error": 0.009326165324881066, - "tests/core/test_envs_manager.py::test_register_unregister_location_env": 0.010815112590762828, - "tests/core/test_envs_manager.py::test_rewrite_environments_txt_file": 0.009777886795223364, - "tests/core/test_index.py::test_basic_get_reduced_index": 0.5601984492129114, - "tests/core/test_index.py::test_check_allowlist": 0.009311776109425048, - "tests/core/test_index.py::test_get_index_linux64_platform": 11.292253188938354, - "tests/core/test_index.py::test_get_index_osx64_platform": 10.28114760974249, - "tests/core/test_index.py::test_get_index_win64_platform": 9.3515445448854, - "tests/core/test_index.py::test_supplement_index_with_system": 0.14815913374927162, - "tests/core/test_index.py::test_supplement_index_with_system_archspec": 0.1426238530421253, - "tests/core/test_index.py::test_supplement_index_with_system_cuda": 0.12038808691098678, - "tests/core/test_index.py::test_supplement_index_with_system_glibc": 0.000667256275668358, - "tests/core/test_index.py::test_supplement_index_with_system_linux[1.2.3.4-1.2.3.4]": 0.0006122411091704239, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2-4.2]": 0.0006298123310190013, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.0-42-generic-4.2.0]": 0.0005638669146884756, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.1-4.2.1]": 0.0006380315249572014, - "tests/core/test_index.py::test_supplement_index_with_system_linux[5.4.89+-5.4.89]": 0.0005994378872860953, - "tests/core/test_index.py::test_supplement_index_with_system_linux[5.5-rc1-5.5]": 0.0006713488749483359, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a-9.1]": 0.0006471182913435467, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a.2-9.1]": 0.000687439878492051, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.a.1-0]": 0.0005741550555091961, - "tests/core/test_index.py::test_supplement_index_with_system_osx": 0.10134306871657532, - "tests/core/test_initialize.py::test__get_python_info": 0.036257557202099035, - "tests/core/test_initialize.py::test_get_python_info": 0.026755251586423005, - "tests/core/test_initialize.py::test_init_all": 0.9845410507694496, - "tests/core/test_initialize.py::test_init_cmd_exe_registry": 0.0006840809837978717, - "tests/core/test_initialize.py::test_init_enable_long_path": 0.0005906539050007952, - "tests/core/test_initialize.py::test_init_sh_system": 0.04692781047223579, - "tests/core/test_initialize.py::test_init_sh_user_tcsh_unix": 0.0468713955510404, - "tests/core/test_initialize.py::test_init_sh_user_unix": 0.0341822182692492, - "tests/core/test_initialize.py::test_init_sh_user_windows": 0.0006652284477070991, - "tests/core/test_initialize.py::test_initialize_dev_bash": 0.10533867641026223, - "tests/core/test_initialize.py::test_initialize_dev_cmd_exe": 0.08166285155015064, - "tests/core/test_initialize.py::test_install_1": 0.05258803259762176, - "tests/core/test_initialize.py::test_install_conda_csh": 0.0423536972587028, - "tests/core/test_initialize.py::test_install_conda_fish": 0.03448451193240392, - "tests/core/test_initialize.py::test_install_conda_sh": 0.03661232578611145, - "tests/core/test_initialize.py::test_install_conda_xsh": 0.037397632799430265, - "tests/core/test_initialize.py::test_install_condabin_conda_bat": 0.04166828778474015, - "tests/core/test_initialize.py::test_make_entry_point": 0.03854349212174426, - "tests/core/test_initialize.py::test_make_entry_point_exe": 0.035624103581345185, - "tests/core/test_initialize.py::test_make_initialize_plan_bash_zsh": 0.05902525075009294, - "tests/core/test_initialize.py::test_make_initialize_plan_cmd_exe": 0.042782426956346604, - "tests/core/test_initialize.py::test_make_install_plan": 0.009423755627277526, - "tests/core/test_package_cache_data.py::test_ProgressiveFetchExtract_prefers_conda_v2_format": 0.049336730034796605, - "tests/core/test_package_cache_data.py::test_conda_build_alias": 0.0030375977922393695, - "tests/core/test_package_cache_data.py::test_conda_pkg_in_pkg_cache_doesnt_overwrite_tar_bz2": 0.09452120561462089, - "tests/core/test_package_cache_data.py::test_cover_extract_bad_package": 0.037472216128390676, - "tests/core/test_package_cache_data.py::test_cover_fetch_not_exists": 6.237911842963015, - "tests/core/test_package_cache_data.py::test_cover_get_entry_to_link": 0.019899847555033125, - "tests/core/test_package_cache_data.py::test_cover_reverse": 0.003357039262913289, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist": 0.040321189722886334, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist_read_only": 0.08609102448737939, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_unpacked_conda_exist": 0.03804518324461335, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_cache_not_extracted": 0.14144524536525907, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_doesnt_overwrite_conda_pkg": 0.08775835649838463, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_used_instead_of_conda_pkg": 0.07024495713244551, - "tests/core/test_path_actions.py::test_CompileMultiPycAction_generic": 0.007824339582545317, - "tests/core/test_path_actions.py::test_CompileMultiPycAction_noarch_python": 1.6713922562486496, - "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_generic": 0.006932498860747958, - "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_noarch_python": 0.008439512153112387, - "tests/core/test_path_actions.py::test_create_file_link_actions": 0.006945371369122367, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_copy": 0.010037781349116185, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_directory": 0.005424424686999941, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_hardlink": 0.008718146822928945, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_softlink": 0.008211938986189942, - "tests/core/test_portability.py::test_escaped_prefix_replaced_only_shebang": 0.007582135333052131, - "tests/core/test_portability.py::test_replace_long_shebang_spaces_in_prefix": 0.0028424232880004587, - "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_escaped_space": 0.003488773960240865, - "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_python": 0.0029095453381230295, - "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_escaped_space": 0.0031293123874739817, - "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_python": 0.002863588697715276, - "tests/core/test_portability.py::test_replace_simple_shebang_no_replacement": 0.0030600254716517876, - "tests/core/test_portability.py::test_shebang_regex_matches": 0.0028258056351862233, - "tests/core/test_prefix_data.py::test_corrupt_json_conda_meta_json": 0.003477337007985161, - "tests/core/test_prefix_data.py::test_corrupt_unicode_conda_meta_json": 0.0033666518419079076, - "tests/core/test_prefix_data.py::test_get_conda_anchor_files_and_records": 0.0038001336616814035, - "tests/core/test_prefix_data.py::test_get_environment_env_vars": 8.67793941026716, - "tests/core/test_prefix_data.py::test_no_tokens_dumped[False]": 0.008521199258159322, - "tests/core/test_prefix_data.py::test_no_tokens_dumped[True]": 0.011547057171608097, - "tests/core/test_prefix_data.py::test_pip_interop_osx": 1.167675437783755, - "tests/core/test_prefix_data.py::test_pip_interop_windows": 0.8842371450213746, - "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars": 8.84125820477133, - "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars_no_exist": 3.9447057404086685, - "tests/core/test_solve.py::test_aggressive_update_packages[classic]": 9.29631985128386, - "tests/core/test_solve.py::test_aggressive_update_packages[libmamba]": 7.944619646106342, - "tests/core/test_solve.py::test_archspec_call[classic]": 2.0102216855241304, - "tests/core/test_solve.py::test_archspec_call[libmamba]": 1.1303562150748137, - "tests/core/test_solve.py::test_auto_update_conda[classic]": 5.7356637780013715, - "tests/core/test_solve.py::test_auto_update_conda[libmamba]": 4.915819140714757, - "tests/core/test_solve.py::test_broken_install[classic]": 7.677229535828213, - "tests/core/test_solve.py::test_broken_install[libmamba]": 0.02435376436092232, - "tests/core/test_solve.py::test_channel_priority_churn_minimized[classic]": 12.80263182439361, - "tests/core/test_solve.py::test_channel_priority_churn_minimized[libmamba]": 3.92902886348057, - "tests/core/test_solve.py::test_conda_downgrade[classic]": 37.16071797612781, - "tests/core/test_solve.py::test_conda_downgrade[libmamba]": 10.97796857522305, - "tests/core/test_solve.py::test_cuda_1[classic]": 1.246892184317033, - "tests/core/test_solve.py::test_cuda_1[libmamba]": 1.100306249453081, - "tests/core/test_solve.py::test_cuda_2[classic]": 1.5475915718599065, - "tests/core/test_solve.py::test_cuda_2[libmamba]": 1.098481692196817, - "tests/core/test_solve.py::test_cuda_constrain_absent[classic]": 1.3076023691713856, - "tests/core/test_solve.py::test_cuda_constrain_absent[libmamba]": 1.0769050553527435, - "tests/core/test_solve.py::test_cuda_constrain_sat[classic]": 0.000693554775056396, - "tests/core/test_solve.py::test_cuda_constrain_sat[libmamba]": 0.0006137872897410648, - "tests/core/test_solve.py::test_cuda_constrain_unsat[classic]": 0.000723715382271213, - "tests/core/test_solve.py::test_cuda_constrain_unsat[libmamba]": 0.0005300534846610729, - "tests/core/test_solve.py::test_cuda_fail_1[classic]": 1.269630673422671, - "tests/core/test_solve.py::test_cuda_fail_1[libmamba]": 1.1477881504658713, - "tests/core/test_solve.py::test_cuda_fail_2[classic]": 1.227514510503179, - "tests/core/test_solve.py::test_cuda_fail_2[libmamba]": 1.1653674350069578, - "tests/core/test_solve.py::test_cuda_glibc_sat[classic]": 0.0005397730637722636, - "tests/core/test_solve.py::test_cuda_glibc_sat[libmamba]": 0.000573620687586889, - "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[classic]": 0.0005746778239283407, - "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[libmamba]": 0.0005299467808521817, - "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[classic]": 0.0005638393507812025, - "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[libmamba]": 0.0005442620985186445, - "tests/core/test_solve.py::test_current_repodata_fallback[classic]": 0.3848282590878418, - "tests/core/test_solve.py::test_current_repodata_fallback[libmamba]": 0.17124084848738588, - "tests/core/test_solve.py::test_current_repodata_usage[classic]": 0.4291212507287974, - "tests/core/test_solve.py::test_current_repodata_usage[libmamba]": 0.1708327016876963, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[classic]": 0.02727094506088389, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[libmamba]": 0.029099109081783064, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[classic]": 0.026586077908367017, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[libmamba]": 0.027432960434379237, - "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[classic]": 0.027455886663260876, - "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[libmamba]": 0.026850018515465614, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[classic]": 0.0258220409594986, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[libmamba]": 0.026281741906565348, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[classic]": 0.027038742441689894, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[libmamba]": 0.027189529399471325, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[classic]": 0.027288397079240616, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[libmamba]": 0.02654867909810295, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[classic]": 0.025647086765236193, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[libmamba]": 0.026213889024162784, - "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[classic]": 6.816987262243823, - "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[libmamba]": 3.332225484465527, - "tests/core/test_solve.py::test_explicit_conda_downgrade[classic]": 5.8974721284775, - "tests/core/test_solve.py::test_explicit_conda_downgrade[libmamba]": 4.741717510266464, - "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[classic]": 2.7031312750257563, - "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[libmamba]": 2.6706336805964974, - "tests/core/test_solve.py::test_features_solve_1[classic]": 6.418482426590667, - "tests/core/test_solve.py::test_features_solve_1[libmamba]": 1.2461786622274575, - "tests/core/test_solve.py::test_force_reinstall_1[classic]": 3.0623531272647626, - "tests/core/test_solve.py::test_force_reinstall_1[libmamba]": 2.9873186859374172, - "tests/core/test_solve.py::test_force_reinstall_2[classic]": 1.4764081430924574, - "tests/core/test_solve.py::test_force_reinstall_2[libmamba]": 1.0514435920534455, - "tests/core/test_solve.py::test_force_remove_1[classic]": 6.983362777879887, - "tests/core/test_solve.py::test_force_remove_1[libmamba]": 3.460225418238339, - "tests/core/test_solve.py::test_freeze_deps_1[classic]": 26.794791766666595, - "tests/core/test_solve.py::test_freeze_deps_1[libmamba]": 4.798182365403218, - "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[classic]": 5.700871603949754, - "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[libmamba]": 1.9248770067774696, - "tests/core/test_solve.py::test_no_deps_1[classic]": 6.550769056716095, - "tests/core/test_solve.py::test_no_deps_1[libmamba]": 3.441406820465241, - "tests/core/test_solve.py::test_no_update_deps_1[classic]": 5.832790369511014, - "tests/core/test_solve.py::test_no_update_deps_1[libmamba]": 5.366324145926165, - "tests/core/test_solve.py::test_only_deps_1[classic]": 1.8525675448146004, - "tests/core/test_solve.py::test_only_deps_1[libmamba]": 1.128220833858558, - "tests/core/test_solve.py::test_only_deps_2[classic]": 9.521195931827755, - "tests/core/test_solve.py::test_only_deps_2[libmamba]": 4.299103453804291, - "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[classic]": 0.030237410485944787, - "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[libmamba]": 0.02631259792512138, - "tests/core/test_solve.py::test_packages_in_solution_change_constrained[classic]": 0.026528993674355905, - "tests/core/test_solve.py::test_packages_in_solution_change_constrained[libmamba]": 0.025898384583038253, - "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[classic]": 0.027678882175423487, - "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[libmamba]": 0.02466284501724063, - "tests/core/test_solve.py::test_pinned_1[classic]": 13.100447336751037, - "tests/core/test_solve.py::test_pinned_1[libmamba]": 8.421344700224218, - "tests/core/test_solve.py::test_priority_1[classic]": 21.864534725091996, - "tests/core/test_solve.py::test_priority_1[libmamba]": 12.369894126025727, - "tests/core/test_solve.py::test_prune_1[classic]": 4.326706467949392, - "tests/core/test_solve.py::test_prune_1[libmamba]": 1.0710081238221714, - "tests/core/test_solve.py::test_python2_update[classic]": 6.11561347043546, - "tests/core/test_solve.py::test_python2_update[libmamba]": 1.9440578315450037, - "tests/core/test_solve.py::test_remove_with_constrained_dependencies[classic]": 8.10055225414419, - "tests/core/test_solve.py::test_remove_with_constrained_dependencies[libmamba]": 1.7149467857065661, - "tests/core/test_solve.py::test_solve_1[classic]": 5.112806062382573, - "tests/core/test_solve.py::test_solve_1[libmamba]": 2.4232552747902507, - "tests/core/test_solve.py::test_solve_2[classic]": 20.072336318087153, - "tests/core/test_solve.py::test_solve_2[libmamba]": 0.02513951466801551, - "tests/core/test_solve.py::test_solve_msgs_exclude_vp[classic]": 1.2301280271867925, - "tests/core/test_solve.py::test_solve_msgs_exclude_vp[libmamba]": 1.13124106102247, - "tests/core/test_solve.py::test_timestamps_1[classic]": 0.7425723265612246, - "tests/core/test_solve.py::test_timestamps_1[libmamba]": 0.9136628706230305, - "tests/core/test_solve.py::test_unfreeze_when_required[classic]": 1.1836390817156477, - "tests/core/test_solve.py::test_unfreeze_when_required[libmamba]": 0.5817885929679529, - "tests/core/test_solve.py::test_update_all_1[classic]": 6.204258414173554, - "tests/core/test_solve.py::test_update_all_1[libmamba]": 3.5794009727496134, - "tests/core/test_solve.py::test_update_deps_1[classic]": 11.510459859501031, - "tests/core/test_solve.py::test_update_deps_1[libmamba]": 6.712729204938726, - "tests/core/test_solve.py::test_update_deps_2[classic]": 9.901442593768214, - "tests/core/test_solve.py::test_update_deps_2[libmamba]": 5.809459597535981, - "tests/core/test_solve.py::test_update_prune_1[classic]": 3.618650942383488, - "tests/core/test_solve.py::test_update_prune_1[libmamba]": 2.3130845785292444, - "tests/core/test_solve.py::test_update_prune_2[classic]": 3.47473553590388, - "tests/core/test_solve.py::test_update_prune_2[libmamba]": 1.170902512609909, - "tests/core/test_solve.py::test_update_prune_3[classic]": 3.8130123777968, - "tests/core/test_solve.py::test_update_prune_3[libmamba]": 1.1493734533359943, - "tests/core/test_solve.py::test_update_prune_4[classic]": 3.4653093445842322, - "tests/core/test_solve.py::test_update_prune_4[libmamba]": 2.3720628624102122, - "tests/core/test_solve.py::test_update_prune_5[classic-False]": 4.05160625635747, - "tests/core/test_solve.py::test_update_prune_5[classic-True]": 3.4880656363051763, - "tests/core/test_solve.py::test_update_prune_5[libmamba-False]": 2.3197601658391616, - "tests/core/test_solve.py::test_update_prune_5[libmamba-True]": 2.337045335251329, - "tests/core/test_solve.py::test_virtual_package_solver[classic]": 1.1078386617511427, - "tests/core/test_solve.py::test_virtual_package_solver[libmamba]": 0.025505075645601654, - "tests/core/test_subdir_data.py::test_cache_fn_url_repo_anaconda_com": 0.0027522819402260863, - "tests/core/test_subdir_data.py::test_cache_fn_url_repo_continuum_io": 0.0030461763043662074, - "tests/core/test_subdir_data.py::test_get_index_no_platform_with_offline_cache": 0.46292186316375866, - "tests/core/test_subdir_data.py::test_metadata_cache_clearing": 0.016769851753242592, - "tests/core/test_subdir_data.py::test_metadata_cache_works": 3.0860795102166603, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[no-credentials]": 1.4753473207456362, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-auth]": 0.13690606603905156, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-token]": 0.01164893270813709, - "tests/core/test_subdir_data.py::test_repodata_version_error": 1.2362568492407546, - "tests/core/test_subdir_data.py::test_search_by_packagerecord": 0.011414393640135993, - "tests/core/test_subdir_data.py::test_state_is_not_json": 0.012541740640738907, - "tests/core/test_subdir_data.py::test_subdir_data_coverage": 0.02239571038813948, - "tests/core/test_subdir_data.py::test_subdir_data_dict_state": 0.0045509113068860525, - "tests/core/test_subdir_data.py::test_subdir_data_prefers_conda_to_tar_bz2": 0.02101351139605191, - "tests/core/test_subdir_data.py::test_use_only_tar_bz2": 0.023664283383375923, - "tests/env/specs/test_binstar.py::test_binstar_not_installed": 0.004062096136947348, - "tests/env/specs/test_binstar.py::test_deprecations[BinstarSpec-None]": 0.0024064060000057452, - "tests/env/specs/test_binstar.py::test_deprecations[ENVIRONMENT_TYPE-TypeError]": 0.0032523169999763013, - "tests/env/specs/test_binstar.py::test_download_environment": 0.00848726986050839, - "tests/env/specs/test_binstar.py::test_environment_version_sorting": 0.00829051175012629, - "tests/env/specs/test_binstar.py::test_invalid_name": 0.007334707137135049, - "tests/env/specs/test_binstar.py::test_name_not_present": 0.00908800366586462, - "tests/env/specs/test_binstar.py::test_package_not_exist": 0.0076069967852442945, - "tests/env/specs/test_binstar.py::test_package_without_environment_file": 0.006543336001835497, - "tests/env/specs/test_requirements.py::test_environment": 0.0034136076421860968, - "tests/env/specs/test_requirements.py::test_no_environment_file": 0.0030988878296794296, - "tests/env/specs/test_requirements.py::test_no_name": 0.0028123299956755495, - "tests/env/specs/test_requirements.py::test_req_file_and_name": 0.002742972665581584, - "tests/env/specs/test_yaml_file.py::test_environment_file_exist": 0.003599783532990772, - "tests/env/specs/test_yaml_file.py::test_filename": 0.0043765978437631916, - "tests/env/specs/test_yaml_file.py::test_get_environment": 0.0036541996237538393, - "tests/env/specs/test_yaml_file.py::test_no_environment_file": 0.00298758552967019, - "tests/env/test_create.py::test_create_advanced_pip": 26.80838341164387, - "tests/env/test_create.py::test_create_empty_env": 4.054897117091625, - "tests/env/test_create.py::test_create_env_default_packages": 21.95742373238937, - "tests/env/test_create.py::test_create_env_json[example/environment.yml]": 29.41907784868485, - "tests/env/test_create.py::test_create_env_json[example/environment_with_pip.yml]": 24.691411129398904, - "tests/env/test_create.py::test_create_env_no_default_packages": 14.007341511617469, - "tests/env/test_create.py::test_create_host_port": 0.0006535161806914379, - "tests/env/test_create.py::test_create_update": 20.873963317306828, - "tests/env/test_create.py::test_create_update_remote_env_file": 18.3784688424129, - "tests/env/test_create.py::test_fail_to_create_env_in_dir_with_colon": 0.10810686579246198, - "tests/env/test_create.py::test_protected_dirs_error_for_env_create": 1.0009910553749848, - "tests/env/test_env.py::test_add_channels": 0.003328537669246084, - "tests/env/test_env.py::test_add_pip": 0.006053763188431889, - "tests/env/test_env.py::test_args_are_wildcarded": 0.0030023478299399473, - "tests/env/test_env.py::test_builds_spec_from_line_raw_dependency": 0.00284543404117866, - "tests/env/test_env.py::test_can_add_dependencies_to_environment": 0.007741208625406078, - "tests/env/test_env.py::test_channels_are_provided_by_kwarg": 0.003246749265914577, - "tests/env/test_env.py::test_channels_default_to_empty_list": 0.0026580029670224743, - "tests/env/test_env.py::test_create_advanced_pip": 14.664481427719055, - "tests/env/test_env.py::test_creates_file_on_save": 0.008024325292380874, - "tests/env/test_env.py::test_dependencies_are_empty_by_default": 0.0030860057334811653, - "tests/env/test_env.py::test_dependencies_update_after_adding": 0.004762479953969439, - "tests/env/test_env.py::test_envvars": 0.006461462779876467, - "tests/env/test_env.py::test_from_history": 0.005397004165580049, - "tests/env/test_env.py::test_has_empty_filename_by_default": 0.0032015514574071, - "tests/env/test_env.py::test_has_empty_name_by_default": 0.0030009196651312963, - "tests/env/test_env.py::test_has_filename_if_provided": 0.0030735617800089865, - "tests/env/test_env.py::test_has_name_if_provided": 0.002658999773698264, - "tests/env/test_env.py::test_http": 0.08981596024705557, - "tests/env/test_env.py::test_http_raises": 0.14327157435279664, - "tests/env/test_env.py::test_invalid_keys": 0.006085123432713696, - "tests/env/test_env.py::test_other_tips_of_dependencies_are_supported": 0.004344086239242309, - "tests/env/test_env.py::test_parses_dependencies_from_raw_file": 0.004358744038134271, - "tests/env/test_env.py::test_remove_channels": 0.0028889399191220316, - "tests/env/test_env.py::test_retains_full_filename": 0.005195690905873524, - "tests/env/test_env.py::test_returns_Environment": 0.0053198101316755475, - "tests/env/test_env.py::test_to_dict_returns_dictionary_of_data": 0.0027282785827743438, - "tests/env/test_env.py::test_to_dict_returns_just_name_if_only_thing_present": 0.003495645735018229, - "tests/env/test_env.py::test_to_yaml_returns_proper_yaml": 0.005914225064924562, - "tests/env/test_env.py::test_to_yaml_returns_yaml_parseable_string": 0.006885265130113769, - "tests/env/test_env.py::test_to_yaml_takes_stream": 0.0051913556037671595, - "tests/env/test_env.py::test_valid_keys": 0.01667446008635402, - "tests/env/test_env.py::test_with_pip": 0.0055425280751261645, - "tests/env/test_pip_util.py::test_get_pip_installed_packages[Successfully installed foo bar-expected0]": 0.004414653304048743, - "tests/env/test_pip_util.py::test_get_pip_installed_packages[\\nCollecting attrs\\n Using cached https://files.pythonhosted.org/packages/23/96/d828354fa2dbdf216eaa7b7de0db692f12c234f7ef888cc14980ef40d1d2/attrs-19.1.0-py2.py3-none-any.whl\\nInstalling collected packages: attrs\\nSuccessfully installed attrs-19.1.0\\n-expected1]": 0.0032292728935728143, - "tests/env/test_pip_util.py::test_get_pip_installed_packages[\\nCollecting flask\\n Using cached https://files.pythonhosted.org/packages/9b/93/628509b8d5dc749656a9641f4caf13540e2cdec85276964ff8f43bbb1d3b/Flask-1.1.1-py2.py3-none-any.whl\\nCollecting itsdangerous>=0.24 (from flask)\\n Using cached https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl\\nCollecting click>=5.1 (from flask)\\n Using cached https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl\\nCollecting Werkzeug>=0.15 (from flask)\\n Using cached https://files.pythonhosted.org/packages/b7/61/c0a1adf9ad80db012ed7191af98fa05faa95fa09eceb71bb6fa8b66e6a43/Werkzeug-0.15.6-py2.py3-none-any.whl\\nCollecting Jinja2>=2.10.1 (from flask)\\n Using cached https://files.pythonhosted.org/packages/1d/e7/fd8b501e7a6dfe492a433deb7b9d833d39ca74916fa8bc63dd1a4947a671/Jinja2-2.10.1-py2.py3-none-any.whl\\nCollecting MarkupSafe>=0.23 (from Jinja2>=2.10.1->flask)\\n Using cached https://files.pythonhosted.org/packages/ce/c6/f000f1af136ef74e4a95e33785921c73595c5390403f102e9b231b065b7a/MarkupSafe-1.1.1-cp37-cp37m-macosx_10_6_intel.whl\\nInstalling collected packages: itsdangerous, click, Werkzeug, MarkupSafe, Jinja2, flask\\nSuccessfully installed Jinja2-2.10.1 MarkupSafe-1.1.1 Werkzeug-0.15.6 click-7.0 flask-1.1.1 itsdangerous-1.1.0\\n-expected2]": 0.00359567389884136, - "tests/env/test_pip_util.py::test_get_pip_installed_packages[\\nCollecting flask\\n Using cached https://files.pythonhosted.org/packages/9b/93/628509b8d5dc749656a9641f4caf13540e2cdec85276964ff8f43bbb1d3b/Flask-1.1.1-py2.py3-none-any.whl\\nRequirement already satisfied: Werkzeug>=0.15 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (0.15.6)\\nRequirement already satisfied: itsdangerous>=0.24 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (1.1.0)\\nRequirement already satisfied: Jinja2>=2.10.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (2.10.1)\\nRequirement already satisfied: click>=5.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (7.0)\\nRequirement already satisfied: MarkupSafe>=0.23 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from Jinja2>=2.10.1->flask) (1.1.1)\\nInstalling collected packages: flask\\nSuccessfully installed flask-1.1.1\\n-expected3]": 0.0048450124812424705, - "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[\\nRequirement already satisfied: flask in ./miniconda3/envs/fooo/lib/python3.7/site-packages (1.1.1)\\nRequirement already satisfied: itsdangerous>=0.24 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (1.1.0)\\nRequirement already satisfied: Jinja2>=2.10.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (2.10.1)\\nRequirement already satisfied: click>=5.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (7.0)\\nRequirement already satisfied: Werkzeug>=0.15 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (0.15.6)\\nRequirement already satisfied: MarkupSafe>=0.23 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from Jinja2>=2.10.1->flask) (1.1.1)\\n]": 0.0033209280137137466, - "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[]": 0.0032680777186620334, - "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[foo]": 0.003059850759232635, - "tests/gateways/disk/test_delete.py::test_backoff_unlink": 0.02748676706417699, - "tests/gateways/disk/test_delete.py::test_backoff_unlink_doesnt_exist": 0.004109631652146429, - "tests/gateways/disk/test_delete.py::test_deprecations[move_path_to_trash-TypeError-None]": 0.004052764963700116, - "tests/gateways/disk/test_delete.py::test_deprecations[move_to_trash-TypeError-None]": 0.003786029344098017, - "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs0]": 0.00426046341798906, - "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs1]": 0.003683681935506862, - "tests/gateways/disk/test_delete.py::test_deprecations[try_rmdir_all_empty-TypeError-None]": 0.005276160172046937, + "tests/cli/test_main_info.py::test_info_json": 0.21548854077995452, + "tests/cli/test_main_info.py::test_info_root": 0.257207209148877, + "tests/cli/test_main_info.py::test_info_unsafe_channels": 0.2617974001116353, + "tests/cli/test_main_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 61.96125921006052, + "tests/cli/test_main_install.py::test_install_freezes_env_by_default": 1.2216800244676604, + "tests/cli/test_main_install.py::test_install_from_extracted_package": 13.53095575221108, + "tests/cli/test_main_install.py::test_install_mkdir": 36.355597593644084, + "tests/cli/test_main_list.py::test_explicit[--md5]": 0.9602064995000319, + "tests/cli/test_main_list.py::test_explicit[--quiet]": 1.0797444585000449, + "tests/cli/test_main_list.py::test_explicit[--sha256]": 0.9309513749999496, + "tests/cli/test_main_list.py::test_export": 0.5278910630000837, + "tests/cli/test_main_list.py::test_list": 4.515199852491795, + "tests/cli/test_main_list.py::test_list_explicit": 13.608057944197434, + "tests/cli/test_main_list.py::test_list_json": 0.3064579137005986, + "tests/cli/test_main_list.py::test_list_package": 0.1302814663770522, + "tests/cli/test_main_list.py::test_list_reverse": 14.190164485888248, + "tests/cli/test_main_list.py::test_list_revisions": 0.24721999683642562, + "tests/cli/test_main_list.py::test_list_specific_version": 0.47307364174758343, + "tests/cli/test_main_notices.py::test_cache_names_appear_as_expected": 0.06172200213936132, + "tests/cli/test_main_notices.py::test_main_notices[200]": 0.060326026508720876, + "tests/cli/test_main_notices.py::test_main_notices[404]": 0.05814798342065913, + "tests/cli/test_main_notices.py::test_main_notices_handles_bad_expired_at_field": 0.05639380191701916, + "tests/cli/test_main_notices.py::test_main_notices_help": 0.048845539092893735, + "tests/cli/test_main_notices.py::test_main_notices_json": 0.09176110320432687, + "tests/cli/test_main_notices.py::test_main_notices_reads_from_cache": 0.05510849766828778, + "tests/cli/test_main_notices.py::test_main_notices_reads_from_expired_cache": 0.08854451702166355, + "tests/cli/test_main_notices.py::test_notices_appear_once_when_running_decorated_commands": 12.03305261041762, + "tests/cli/test_main_notices.py::test_notices_cannot_read_cache_files": 0.11698798075876461, + "tests/cli/test_main_notices.py::test_notices_does_not_interrupt_command_on_failure": 0.4841464891178276, + "tests/cli/test_main_notices.py::test_notices_work_with_s3_channel": 0.16624257759365738, + "tests/cli/test_main_remove.py::test_remove_all": 30.500887904859095, + "tests/cli/test_main_remove.py::test_remove_all_keep_env": 22.76641404517078, + "tests/cli/test_main_remove.py::test_remove_globbed_package_names[classic]": 6.439243521614618, + "tests/cli/test_main_remove.py::test_remove_globbed_package_names[libmamba]": 0.38318397999803294, + "tests/cli/test_main_rename.py::test_cannot_rename_active_env_by_name": 6.873955926698588, + "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_name": 0.20885017659366248, + "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_path": 0.2051137792208829, + "tests/cli/test_main_rename.py::test_cannot_rename_nonexistent_env": 0.22622986482371288, + "tests/cli/test_main_rename.py::test_protected_dirs_error_for_rename": 3.633529985118927, + "tests/cli/test_main_rename.py::test_rename_by_name_name_already_exists_error": 3.1974813385423997, + "tests/cli/test_main_rename.py::test_rename_by_name_success": 9.400897306043259, + "tests/cli/test_main_rename.py::test_rename_by_path_path_already_exists_error": 3.0383943894601746, + "tests/cli/test_main_rename.py::test_rename_by_path_success": 10.51929555379016, + "tests/cli/test_main_rename.py::test_rename_with_dry_run": 4.450816358846488, + "tests/cli/test_main_rename.py::test_rename_with_force": 21.565867695031347, + "tests/cli/test_main_rename.py::test_rename_with_force_and_dry_run": 4.383375141971852, + "tests/cli/test_main_rename.py::test_rename_with_force_with_errors": 18.521172410482823, + "tests/cli/test_main_rename.py::test_rename_with_force_with_errors_prefix": 4.467644019126483, + "tests/cli/test_main_rename.py::test_separator_chars_on_win": 0.0009754306930834953, + "tests/cli/test_main_run.py::test_conda_run_nonexistant_prefix": 0.11100139615251323, + "tests/cli/test_main_run.py::test_conda_run_prefix_not_a_conda_env": 0.10518183153297049, + "tests/cli/test_main_run.py::test_multiline_run_command": 4.657611212514252, + "tests/cli/test_main_run.py::test_run_readonly_env": 11.154727006363876, + "tests/cli/test_main_run.py::test_run_returns_int": 3.206601247439323, + "tests/cli/test_main_run.py::test_run_returns_nonzero_errorlevel": 10.43819191299817, + "tests/cli/test_main_run.py::test_run_returns_zero_errorlevel": 3.40318359769299, + "tests/cli/test_main_run.py::test_run_uncaptured": 8.927040968224132, + "tests/cli/test_main_search.py::test_anaconda_token_with_private_package": 17.422320034479593, + "tests/cli/test_main_search.py::test_bad_anaconda_token": 0.6824539776012439, + "tests/cli/test_main_search.py::test_current_platform_package_missing": 0.15388817756716106, + "tests/cli/test_main_search.py::test_different_platform_package_found": 0.2993734921147271, + "tests/cli/test_main_search.py::test_mocked_platform_package_found": 0.10538248324263891, + "tests/cli/test_main_search.py::test_rpy_search[linux-32]": 5.156292869948191, + "tests/cli/test_main_search.py::test_rpy_search[linux-64]": 9.224369291280691, + "tests/cli/test_main_search.py::test_rpy_search[osx-64]": 11.576128395668022, + "tests/cli/test_main_search.py::test_rpy_search[win-32]": 6.7824500674216495, + "tests/cli/test_main_search.py::test_rpy_search[win-64]": 10.22240413363503, + "tests/cli/test_main_search.py::test_search_0": 1.3511392454142075, + "tests/cli/test_main_search.py::test_search_1": 0.20819108652075222, + "tests/cli/test_main_search.py::test_search_2[exact]": 0.17466350799672556, + "tests/cli/test_main_search.py::test_search_2[wildcard]": 1.0734653498044286, + "tests/cli/test_main_search.py::test_search_3": 1.678279576886909, + "tests/cli/test_main_search.py::test_search_4": 0.2459686428739294, + "tests/cli/test_main_search.py::test_search_5": 0.9858456093840294, + "tests/cli/test_main_search.py::test_search_envs": 0.11135092421391313, + "tests/cli/test_main_search.py::test_search_envs_info": 0.086954300530488, + "tests/cli/test_main_search.py::test_search_envs_json": 0.1293506755794786, + "tests/cli/test_main_search.py::test_search_inflexible": 0.9771255891194878, + "tests/cli/test_main_search.py::test_unknown_platform_package_missing": 0.08362941082218256, + "tests/cli/test_subcommands.py::test_clean[classic]": 1.6433373291437647, + "tests/cli/test_subcommands.py::test_clean[libmamba]": 1.8979354012699905, + "tests/cli/test_subcommands.py::test_compare[classic]": 0.6928798694415373, + "tests/cli/test_subcommands.py::test_compare[libmamba]": 9.270276509832202, + "tests/cli/test_subcommands.py::test_config[classic]": 0.15375614088877623, + "tests/cli/test_subcommands.py::test_config[libmamba]": 0.1483587279046517, + "tests/cli/test_subcommands.py::test_create[classic]": 0.37176607718457827, + "tests/cli/test_subcommands.py::test_create[libmamba]": 11.347357662139853, + "tests/cli/test_subcommands.py::test_doctor[classic]": 6.2875000052370495, + "tests/cli/test_subcommands.py::test_doctor[libmamba]": 7.079339488319026, + "tests/cli/test_subcommands.py::test_env_config_vars[classic]": 0.8600075996908617, + "tests/cli/test_subcommands.py::test_env_config_vars[libmamba]": 8.221675074354929, + "tests/cli/test_subcommands.py::test_env_create[classic]": 0.9432180555491098, + "tests/cli/test_subcommands.py::test_env_create[libmamba]": 6.567026392640883, + "tests/cli/test_subcommands.py::test_env_export[classic]": 0.5558450929750893, + "tests/cli/test_subcommands.py::test_env_export[libmamba]": 0.5922981755966578, + "tests/cli/test_subcommands.py::test_env_list[classic]": 0.41875498211310247, + "tests/cli/test_subcommands.py::test_env_list[libmamba]": 0.466595616103152, + "tests/cli/test_subcommands.py::test_env_remove[classic]": 0.6573808960931862, + "tests/cli/test_subcommands.py::test_env_remove[libmamba]": 7.87399453952953, + "tests/cli/test_subcommands.py::test_env_update[classic]": 1.290830696460474, + "tests/cli/test_subcommands.py::test_env_update[libmamba]": 16.485478628963104, + "tests/cli/test_subcommands.py::test_info[classic]": 0.26609223381463515, + "tests/cli/test_subcommands.py::test_info[libmamba]": 0.23558721184538256, + "tests/cli/test_subcommands.py::test_info_json[classic]": 0.47130425199736775, + "tests/cli/test_subcommands.py::test_info_json[libmamba]": 0.5387456168709457, + "tests/cli/test_subcommands.py::test_init[classic]": 0.1631306839887111, + "tests/cli/test_subcommands.py::test_init[libmamba]": 0.20296567637049195, + "tests/cli/test_subcommands.py::test_install[classic]": 2.6304915631993158, + "tests/cli/test_subcommands.py::test_install[libmamba]": 22.506375366023263, + "tests/cli/test_subcommands.py::test_list[classic]": 3.4998271475632126, + "tests/cli/test_subcommands.py::test_list[libmamba]": 2.9481413597393633, + "tests/cli/test_subcommands.py::test_notices[classic]": 0.2913557636474663, + "tests/cli/test_subcommands.py::test_notices[libmamba]": 0.25369154906495545, + "tests/cli/test_subcommands.py::test_package[classic]": 0.6104791179294445, + "tests/cli/test_subcommands.py::test_package[libmamba]": 5.160924456861113, + "tests/cli/test_subcommands.py::test_remove[classic-remove]": 0.6686880148563858, + "tests/cli/test_subcommands.py::test_remove[classic-uninstall]": 0.5385311366549012, + "tests/cli/test_subcommands.py::test_remove[libmamba-remove]": 9.590980041899638, + "tests/cli/test_subcommands.py::test_remove[libmamba-uninstall]": 4.103236323474086, + "tests/cli/test_subcommands.py::test_remove_all_json[classic-remove]": 1.2987984690222076, + "tests/cli/test_subcommands.py::test_remove_all_json[classic-uninstall]": 0.6448150184198785, + "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-remove]": 2.957692043625569, + "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-uninstall]": 7.914859024203911, + "tests/cli/test_subcommands.py::test_rename[classic]": 0.7083915105074846, + "tests/cli/test_subcommands.py::test_rename[libmamba]": 10.809159701727877, + "tests/cli/test_subcommands.py::test_run[classic]": 1.4122582898787883, + "tests/cli/test_subcommands.py::test_run[libmamba]": 4.796846582482278, + "tests/cli/test_subcommands.py::test_search[classic]": 3.6457059212976004, + "tests/cli/test_subcommands.py::test_search[libmamba]": 9.589789809906533, + "tests/cli/test_subcommands.py::test_update[classic-update]": 3.2963630259474037, + "tests/cli/test_subcommands.py::test_update[classic-upgrade]": 1.2477117366501937, + "tests/cli/test_subcommands.py::test_update[libmamba-update]": 18.873104390221375, + "tests/cli/test_subcommands.py::test_update[libmamba-upgrade]": 8.150472393166615, + "tests/common/os/test_windows.py::test_is_admin_on_windows": 0.0024872763484166615, + "tests/common/pkg_formats/test_python.py::test_basepydist_load_requires_provides_file": 0.005955210981944229, + "tests/common/pkg_formats/test_python.py::test_basepydist_parse_entries_file_data": 0.0037978223567066245, + "tests/common/pkg_formats/test_python.py::test_basepydist_parse_requires_file_data": 0.0040573437698486784, + "tests/common/pkg_formats/test_python.py::test_dist_get_paths": 0.005335223238674828, + "tests/common/pkg_formats/test_python.py::test_dist_get_paths_no_paths": 0.003379725918027324, + "tests/common/pkg_formats/test_python.py::test_evaluate_marker": 0.0035600945528430437, + "tests/common/pkg_formats/test_python.py::test_get_default_marker_context": 0.0029631431584127236, + "tests/common/pkg_formats/test_python.py::test_get_dist_file_from_egg_link": 0.011601203165332993, + "tests/common/pkg_formats/test_python.py::test_get_dist_requirements": 0.004088268515625147, + "tests/common/pkg_formats/test_python.py::test_get_entry_points": 0.005117451579929818, + "tests/common/pkg_formats/test_python.py::test_get_extra_provides": 0.0043205865603437085, + "tests/common/pkg_formats/test_python.py::test_get_python_distribution_info": 0.0006056033743677254, + "tests/common/pkg_formats/test_python.py::test_get_site_packages_anchor_files": 0.004586210150272983, + "tests/common/pkg_formats/test_python.py::test_metadata": 0.009272448163496138, + "tests/common/pkg_formats/test_python.py::test_metadata[path0-False-False-False-False]": 0.003069313999986889, + "tests/common/pkg_formats/test_python.py::test_metadata[path1-True-False-False-False]": 0.003813613999966492, + "tests/common/pkg_formats/test_python.py::test_metadata[path2-True-True-True-False]": 0.0033558029999483097, + "tests/common/pkg_formats/test_python.py::test_metadata[path3-True-True-True-True]": 0.004478608000027862, + "tests/common/pkg_formats/test_python.py::test_metadata_keys": 0.0026299044588421346, + "tests/common/pkg_formats/test_python.py::test_metadata_none": 0.002106034999997064, + "tests/common/pkg_formats/test_python.py::test_metadata_process_path": 0.005906732559436271, + "tests/common/pkg_formats/test_python.py::test_metadata_read_metadata": 0.011639258076570572, + "tests/common/pkg_formats/test_python.py::test_norm_package_name": 0.003118978464250834, + "tests/common/pkg_formats/test_python.py::test_norm_package_version": 0.003961846826339057, + "tests/common/pkg_formats/test_python.py::test_parse_specification": 0.006292506749012164, + "tests/common/pkg_formats/test_python.py::test_pydist_check_files": 0.004578555899487455, + "tests/common/pkg_formats/test_python.py::test_pypi_name_to_conda_name": 0.002744794814147593, + "tests/common/pkg_formats/test_python.py::test_python_dist_egg_fpath": 0.003614784883301354, + "tests/common/pkg_formats/test_python.py::test_python_dist_egg_path": 0.003488684521811509, + "tests/common/pkg_formats/test_python.py::test_python_dist_info": 0.004690815838086115, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies": 0.004473307323996508, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_2": 0.0034706387487665968, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_3": 0.004221734867368789, + "tests/common/pkg_formats/test_python.py::test_split_spec": 0.0032294709383018684, + "tests/common/test_compat.py::test_deprecations[FILESYSTEM_ENCODING-TypeError]": 0.0032732702727411665, + "tests/common/test_compat.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.002757122183029677, + "tests/common/test_compat.py::test_deprecations[ensure_unicode-TypeError]": 0.0027315500390426395, + "tests/common/test_compat.py::test_deprecations[open-TypeError]": 0.00373361777272166, + "tests/common/test_compat.py::test_deprecations[six_with_metaclass-TypeError]": 0.0027101565749127325, + "tests/common/test_configuration.py::test_commented_map_parameter": 0.00539676970107015, + "tests/common/test_configuration.py::test_config_resets": 0.0045197955894659735, + "tests/common/test_configuration.py::test_cross_parameter_validation": 0.002606795630076482, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$$/suffix]": 0.0027535460499724155, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$/suffix]": 0.003940737490553396, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$1/suffix]": 0.0027901648287018774, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$MISSING/suffix]": 0.003224286668368317, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$VARIABLE/suffix]": 0.0029940757974271977, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${1}/suffix]": 0.0026375150674183574, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${MISSING}/suffix]": 0.0030822630431934644, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${VARIABLE}/suffix]": 0.0030235254777696953, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${}/suffix]": 0.002705266356387044, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%%/suffix]": 0.0027143743607317776, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%/suffix]": 0.0027194727360526053, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1%/suffix]": 0.0028854106619144873, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1/suffix]": 0.002783460316831456, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%MISSING%/suffix]": 0.002797566698202697, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%VARIABLE%/suffix]": 0.0006350067394346906, + "tests/common/test_configuration.py::test_default_values": 0.0031364016931208992, + "tests/common/test_configuration.py::test_empty_map_parameter": 0.0075090691258337845, + "tests/common/test_configuration.py::test_env_var_config": 0.0035446316770166245, + "tests/common/test_configuration.py::test_env_var_config_alias": 0.0036047854183462605, + "tests/common/test_configuration.py::test_env_var_config_empty_sequence": 0.003326036323126737, + "tests/common/test_configuration.py::test_env_var_config_no_split_sequence": 0.0032869357393481304, + "tests/common/test_configuration.py::test_env_var_config_split_sequence": 0.0035852221778262263, + "tests/common/test_configuration.py::test_expand_search_path": 0.0048069299056804635, + "tests/common/test_configuration.py::test_expanded_variables": 0.009090199167496302, + "tests/common/test_configuration.py::test_important_primitive_map_merges": 0.11209337357335851, + "tests/common/test_configuration.py::test_invalid_map_parameter": 0.003237377559527872, + "tests/common/test_configuration.py::test_invalid_seq_parameter": 0.0027308549150597424, + "tests/common/test_configuration.py::test_list_merges": 0.10253796295850139, + "tests/common/test_configuration.py::test_load_raw_configs": 0.0389783688194672, + "tests/common/test_configuration.py::test_map_parameter_must_be_map": 0.004306128516543884, + "tests/common/test_configuration.py::test_nested": 0.02268328080897457, + "tests/common/test_configuration.py::test_object": 0.02231731437496451, + "tests/common/test_configuration.py::test_object_defaults_completely_empty": 0.004372524891148274, + "tests/common/test_configuration.py::test_object_defaults_partially_empty": 0.006019182571392889, + "tests/common/test_configuration.py::test_parameter": 0.002689957581857525, + "tests/common/test_configuration.py::test_parameter_flag": 0.003483376935715746, + "tests/common/test_configuration.py::test_pretty_list": 0.0029841679636280695, + "tests/common/test_configuration.py::test_raise_errors": 0.0032389992879966766, + "tests/common/test_configuration.py::test_simple_merges_and_caching": 0.023623154196447897, + "tests/common/test_configuration.py::test_unique_sequence_map_error_with_duplicates": 0.008451254008074213, + "tests/common/test_configuration.py::test_unique_sequence_map_error_with_unique_key": 0.0051065300696378005, + "tests/common/test_configuration.py::test_validate_all": 0.016105084522965385, + "tests/common/test_configuration.py::test_validation": 0.01596170873118514, + "tests/common/test_io.py::test_attach_stderr_handler": 0.003356809207869091, + "tests/common/test_io.py::test_captured": 0.003926398085474827, + "tests/common/test_path.py::test_get_major_minor_version_no_dot": 0.0026678503850677666, + "tests/common/test_path.py::test_missing_pyc_files_27": 0.0028132587102188454, + "tests/common/test_path.py::test_missing_pyc_files_34": 0.0026503853454500578, + "tests/common/test_path.py::test_missing_pyc_files_35": 0.0030412937650954146, + "tests/common/test_path.py::test_path_identity": 0.004441121717797573, + "tests/common/test_path.py::test_url_to_path_unix": 0.00395054632984087, + "tests/common/test_path.py::test_url_to_path_windows_local": 0.0033830003642894044, + "tests/common/test_path.py::test_url_to_path_windows_unc": 0.0029239540194328346, + "tests/common/test_path.py::test_win_path_backout": 0.0027921608367983304, + "tests/common/test_toposort.py::test_cycle": 0.0023788499999852775, + "tests/common/test_toposort.py::test_cycle_best_effort": 0.0024743679999943424, + "tests/common/test_toposort.py::test_degenerate": 0.0022814315000090346, + "tests/common/test_toposort.py::test_pop_key": 0.0031920634999949016, + "tests/common/test_toposort.py::test_python_is_prioritized": 0.0022295434999932695, + "tests/common/test_toposort.py::test_simple": 0.0024733590000209915, + "tests/common/test_url.py::test_add_username_and_pass_to_url": 0.0053807155097793605, + "tests/common/test_url.py::test_is_ip_address": 0.0043418183454787375, + "tests/common/test_url.py::test_is_ipv6_address": 0.0032045793520351007, + "tests/common/test_url.py::test_is_url": 0.0038354904606852655, + "tests/common/test_url.py::test_maybe_add_auth": 0.002846460116032594, + "tests/common/test_url.py::test_split_scheme_auth_token": 0.002740419477685879, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj0-http://conda.io/path/to/somewhere]": 0.0031407674794151088, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj1-https://user:pass@conda.io/path/to/somewhere]": 0.0030795305229169494, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj2-file:///opt/happy/path]": 0.0033899032640078977, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj3-file:///path/to/something.txt]": 0.003929742541394165, + "tests/common/test_url.py::test_url_to_s3_info": 0.002832174231717183, + "tests/common/test_url.py::test_urlparse[192.168.1.1:8080/path/to/resource-exp_url_obj0]": 0.003045740428130125, + "tests/common/test_url.py::test_urlparse[file:///opt/happy/path-exp_url_obj2]": 0.0029157483717436893, + "tests/common/test_url.py::test_urlparse[https://conda.io/happy/path-exp_url_obj1]": 0.0029044471886762466, + "tests/common/test_url.py::test_urlparse[https://u:p@conda.io/t/x1029384756/more/path-exp_url_obj3]": 0.0030191646614608704, + "tests/common/test_yaml.py::test_dump": 0.007204461652636699, + "tests/common/test_yaml.py::test_map": 0.0032671661292262353, + "tests/common/test_yaml.py::test_seq_simple": 0.0036207864397632674, + "tests/common/test_yaml.py::test_yaml_complex": 0.01346533786427704, + "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_none_values_error": 0.21499982578447566, + "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_permission_error": 0.2462779937129808, + "tests/core/test_envs_manager.py::test_prefix_cli_flag": 0.007137351511816647, + "tests/core/test_envs_manager.py::test_register_env_directory_creation_error": 0.009380264254080605, + "tests/core/test_envs_manager.py::test_register_unregister_location_env": 0.011282164716697907, + "tests/core/test_envs_manager.py::test_rewrite_environments_txt_file": 0.010170523935966186, + "tests/core/test_index.py::test_basic_get_reduced_index": 0.47971364544444733, + "tests/core/test_index.py::test_check_allowlist": 0.008760057862410804, + "tests/core/test_index.py::test_get_index_linux64_platform": 10.725985608931088, + "tests/core/test_index.py::test_get_index_osx64_platform": 9.927590141922785, + "tests/core/test_index.py::test_get_index_win64_platform": 9.375388066367456, + "tests/core/test_index.py::test_supplement_index_with_system": 0.15078642725412633, + "tests/core/test_index.py::test_supplement_index_with_system_archspec": 0.11957350522867981, + "tests/core/test_index.py::test_supplement_index_with_system_cuda": 0.10049812150732838, + "tests/core/test_index.py::test_supplement_index_with_system_glibc": 0.0006178594282209226, + "tests/core/test_index.py::test_supplement_index_with_system_linux[1.2.3.4-1.2.3.4]": 0.0005922704889672702, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2-4.2]": 0.0005878024795974257, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.0-42-generic-4.2.0]": 0.0005808292570163339, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.1-4.2.1]": 0.0005531869120447427, + "tests/core/test_index.py::test_supplement_index_with_system_linux[5.4.89+-5.4.89]": 0.0006693324552509351, + "tests/core/test_index.py::test_supplement_index_with_system_linux[5.5-rc1-5.5]": 0.0006192811357160415, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a-9.1]": 0.0006093903200853207, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a.2-9.1]": 0.0006276060120609114, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.a.1-0]": 0.0005229443075084926, + "tests/core/test_index.py::test_supplement_index_with_system_osx": 0.12274177388309349, + "tests/core/test_initialize.py::test__get_python_info": 0.03184843846835224, + "tests/core/test_initialize.py::test_get_python_info": 0.026387095059749538, + "tests/core/test_initialize.py::test_init_all": 0.950297446654774, + "tests/core/test_initialize.py::test_init_cmd_exe_registry": 0.0006636523110231385, + "tests/core/test_initialize.py::test_init_enable_long_path": 0.0005906576264351624, + "tests/core/test_initialize.py::test_init_sh_system": 0.044798110896466715, + "tests/core/test_initialize.py::test_init_sh_user_tcsh_unix": 0.04293568626766754, + "tests/core/test_initialize.py::test_init_sh_user_unix": 0.0384743850038809, + "tests/core/test_initialize.py::test_init_sh_user_windows": 0.0006123150302712905, + "tests/core/test_initialize.py::test_initialize_dev_bash": 0.12164998552583761, + "tests/core/test_initialize.py::test_initialize_dev_cmd_exe": 0.0784605197022892, + "tests/core/test_initialize.py::test_install_1": 0.06055279127540175, + "tests/core/test_initialize.py::test_install_conda_csh": 0.04310848221224322, + "tests/core/test_initialize.py::test_install_conda_fish": 0.036386370916241424, + "tests/core/test_initialize.py::test_install_conda_sh": 0.03325709385134014, + "tests/core/test_initialize.py::test_install_conda_xsh": 0.033360758049742, + "tests/core/test_initialize.py::test_install_condabin_conda_bat": 0.04349946703434324, + "tests/core/test_initialize.py::test_make_entry_point": 0.03389297436374662, + "tests/core/test_initialize.py::test_make_entry_point_exe": 0.038113298638990725, + "tests/core/test_initialize.py::test_make_initialize_plan_bash_zsh": 0.05978980846060502, + "tests/core/test_initialize.py::test_make_initialize_plan_cmd_exe": 0.05068326332738949, + "tests/core/test_initialize.py::test_make_install_plan": 0.025659204794480205, + "tests/core/test_package_cache_data.py::test_ProgressiveFetchExtract_prefers_conda_v2_format": 0.05029827954754412, + "tests/core/test_package_cache_data.py::test_conda_build_alias": 0.00303759779223937, + "tests/core/test_package_cache_data.py::test_conda_pkg_in_pkg_cache_doesnt_overwrite_tar_bz2": 0.08677836084789896, + "tests/core/test_package_cache_data.py::test_cover_extract_bad_package": 0.03525074668302671, + "tests/core/test_package_cache_data.py::test_cover_fetch_not_exists": 6.252740581330899, + "tests/core/test_package_cache_data.py::test_cover_get_entry_to_link": 0.0189108322831639, + "tests/core/test_package_cache_data.py::test_cover_reverse": 0.003398297828411602, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist": 0.04117806369490071, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist_read_only": 0.08714767910126597, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_unpacked_conda_exist": 0.039574237580159204, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_cache_not_extracted": 0.13208957808646513, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_doesnt_overwrite_conda_pkg": 0.08496818965167979, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_used_instead_of_conda_pkg": 0.07026521759092651, + "tests/core/test_path_actions.py::test_CompileMultiPycAction_generic": 0.007544023027613489, + "tests/core/test_path_actions.py::test_CompileMultiPycAction_noarch_python": 1.5759938932799054, + "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_generic": 0.006701825300179513, + "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_noarch_python": 0.008602522403471511, + "tests/core/test_path_actions.py::test_create_file_link_actions": 0.007079698714308078, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_copy": 0.010161348887972533, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_directory": 0.00587884280668194, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_hardlink": 0.009319678936566838, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_softlink": 0.008525929882514521, + "tests/core/test_portability.py::test_escaped_prefix_replaced_only_shebang": 0.007612496830673919, + "tests/core/test_portability.py::test_replace_long_shebang_spaces_in_prefix": 0.002933132951090473, + "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_escaped_space": 0.0034553933810780044, + "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_python": 0.0029626093925927076, + "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_escaped_space": 0.002994624433900287, + "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_python": 0.0030136854453506694, + "tests/core/test_portability.py::test_replace_simple_shebang_no_replacement": 0.0030339118505094344, + "tests/core/test_portability.py::test_shebang_regex_matches": 0.0027417708852112825, + "tests/core/test_prefix_data.py::test_corrupt_json_conda_meta_json": 0.0034961371219029607, + "tests/core/test_prefix_data.py::test_corrupt_unicode_conda_meta_json": 0.003319711080160247, + "tests/core/test_prefix_data.py::test_get_conda_anchor_files_and_records": 0.003826223693350849, + "tests/core/test_prefix_data.py::test_get_environment_env_vars": 7.809879383368059, + "tests/core/test_prefix_data.py::test_no_tokens_dumped[False]": 0.008801076919903625, + "tests/core/test_prefix_data.py::test_no_tokens_dumped[True]": 0.01124722294136254, + "tests/core/test_prefix_data.py::test_pip_interop[envpy27osx]": 0.5153624159999879, + "tests/core/test_prefix_data.py::test_pip_interop[envpy27win_whl]": 0.0003724609999835593, + "tests/core/test_prefix_data.py::test_pip_interop[envpy37osx_whl]": 0.4941944780000256, + "tests/core/test_prefix_data.py::test_pip_interop[envpy37win]": 0.00040789499996662926, + "tests/core/test_prefix_data.py::test_pip_interop_osx": 1.2130341225237316, + "tests/core/test_prefix_data.py::test_pip_interop_windows": 0.9606048159568638, + "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars": 8.207266362759311, + "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars_no_exist": 3.346366952900021, + "tests/core/test_solve.py::test_aggressive_update_packages[classic]": 9.056200629758441, + "tests/core/test_solve.py::test_aggressive_update_packages[libmamba]": 7.711229978134795, + "tests/core/test_solve.py::test_archspec_call[classic]": 2.0031719298849886, + "tests/core/test_solve.py::test_archspec_call[libmamba]": 1.128370087032732, + "tests/core/test_solve.py::test_auto_update_conda[classic]": 6.197030318900735, + "tests/core/test_solve.py::test_auto_update_conda[libmamba]": 4.801323808644639, + "tests/core/test_solve.py::test_broken_install[classic]": 7.531136314469951, + "tests/core/test_solve.py::test_broken_install[libmamba]": 0.02422606195823079, + "tests/core/test_solve.py::test_channel_priority_churn_minimized[classic]": 12.56351346400391, + "tests/core/test_solve.py::test_channel_priority_churn_minimized[libmamba]": 3.005076107595244, + "tests/core/test_solve.py::test_conda_downgrade[classic]": 37.08884444135715, + "tests/core/test_solve.py::test_conda_downgrade[libmamba]": 11.008814518522808, + "tests/core/test_solve.py::test_cuda_1[classic]": 1.2423654103858905, + "tests/core/test_solve.py::test_cuda_1[libmamba]": 1.1050372371283264, + "tests/core/test_solve.py::test_cuda_2[classic]": 1.5143051690243199, + "tests/core/test_solve.py::test_cuda_2[libmamba]": 1.0806518764589004, + "tests/core/test_solve.py::test_cuda_constrain_absent[classic]": 1.608566905209113, + "tests/core/test_solve.py::test_cuda_constrain_absent[libmamba]": 1.136965647321806, + "tests/core/test_solve.py::test_cuda_constrain_sat[classic]": 0.0006793570783940949, + "tests/core/test_solve.py::test_cuda_constrain_sat[libmamba]": 0.0006102325483451201, + "tests/core/test_solve.py::test_cuda_constrain_unsat[classic]": 0.0006966524675601085, + "tests/core/test_solve.py::test_cuda_constrain_unsat[libmamba]": 0.0005489025653708222, + "tests/core/test_solve.py::test_cuda_fail_1[classic]": 1.3646155787903975, + "tests/core/test_solve.py::test_cuda_fail_1[libmamba]": 1.1785375691946782, + "tests/core/test_solve.py::test_cuda_fail_2[classic]": 1.205604419019559, + "tests/core/test_solve.py::test_cuda_fail_2[libmamba]": 1.2393008607310323, + "tests/core/test_solve.py::test_cuda_glibc_sat[classic]": 0.0005389048076448435, + "tests/core/test_solve.py::test_cuda_glibc_sat[libmamba]": 0.0005972540248957281, + "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[classic]": 0.0005795368680645595, + "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[libmamba]": 0.0005323994088880025, + "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[classic]": 0.0005598757506876542, + "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[libmamba]": 0.0005943347163955146, + "tests/core/test_solve.py::test_current_repodata_fallback[classic]": 0.45742801988158194, + "tests/core/test_solve.py::test_current_repodata_fallback[libmamba]": 0.16644385813237664, + "tests/core/test_solve.py::test_current_repodata_usage[classic]": 0.5026654487120851, + "tests/core/test_solve.py::test_current_repodata_usage[libmamba]": 0.190602908828824, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[classic]": 0.02652232080508633, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[libmamba]": 0.029098636495839353, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[classic]": 0.026143937459563688, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[libmamba]": 0.025779603944314118, + "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[classic]": 0.02680552293159004, + "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[libmamba]": 0.027063369202691, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[classic]": 0.02576418460052412, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[libmamba]": 0.025959657776144413, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[classic]": 0.026877232611065033, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[libmamba]": 0.026540782437322333, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[classic]": 0.027160978543829067, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[libmamba]": 0.026267587531816322, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[classic]": 0.025026868342436594, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[libmamba]": 0.02623440384913701, + "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[classic]": 6.656753453679939, + "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[libmamba]": 3.363431090010151, + "tests/core/test_solve.py::test_explicit_conda_downgrade[classic]": 5.792134048116447, + "tests/core/test_solve.py::test_explicit_conda_downgrade[libmamba]": 4.5986972604128935, + "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[classic]": 2.612843156917538, + "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[libmamba]": 3.0694816665830205, + "tests/core/test_solve.py::test_features_solve_1[classic]": 6.572263866408013, + "tests/core/test_solve.py::test_features_solve_1[libmamba]": 1.6091507725769334, + "tests/core/test_solve.py::test_force_reinstall_1[classic]": 2.954180782258283, + "tests/core/test_solve.py::test_force_reinstall_1[libmamba]": 2.7033114163106298, + "tests/core/test_solve.py::test_force_reinstall_2[classic]": 1.5018820963067236, + "tests/core/test_solve.py::test_force_reinstall_2[libmamba]": 1.0527593737147827, + "tests/core/test_solve.py::test_force_remove_1[classic]": 7.107854113721439, + "tests/core/test_solve.py::test_force_remove_1[libmamba]": 3.3610151456918262, + "tests/core/test_solve.py::test_freeze_deps_1[classic]": 26.74467958544173, + "tests/core/test_solve.py::test_freeze_deps_1[libmamba]": 4.704003466710989, + "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[classic]": 5.761199608855042, + "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[libmamba]": 1.8936590533939164, + "tests/core/test_solve.py::test_no_deps_1[classic]": 6.8044355363659115, + "tests/core/test_solve.py::test_no_deps_1[libmamba]": 3.374527345796983, + "tests/core/test_solve.py::test_no_update_deps_1[classic]": 5.657518593777694, + "tests/core/test_solve.py::test_no_update_deps_1[libmamba]": 4.877912275018389, + "tests/core/test_solve.py::test_only_deps_1[classic]": 1.896221952969877, + "tests/core/test_solve.py::test_only_deps_1[libmamba]": 1.134245347625982, + "tests/core/test_solve.py::test_only_deps_2[classic]": 9.29586819651739, + "tests/core/test_solve.py::test_only_deps_2[libmamba]": 4.2410031473865715, + "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[classic]": 0.02979422706171751, + "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[libmamba]": 0.025848239952862166, + "tests/core/test_solve.py::test_packages_in_solution_change_constrained[classic]": 0.02645474098448672, + "tests/core/test_solve.py::test_packages_in_solution_change_constrained[libmamba]": 0.0257118193438321, + "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[classic]": 0.02753083218399231, + "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[libmamba]": 0.024807794242531437, + "tests/core/test_solve.py::test_pinned_1[classic]": 12.838201252588242, + "tests/core/test_solve.py::test_pinned_1[libmamba]": 8.101751148980743, + "tests/core/test_solve.py::test_priority_1[classic]": 21.017634739378092, + "tests/core/test_solve.py::test_priority_1[libmamba]": 11.961818605388805, + "tests/core/test_solve.py::test_prune_1[classic]": 4.352344955247079, + "tests/core/test_solve.py::test_prune_1[libmamba]": 1.079113121400015, + "tests/core/test_solve.py::test_python2_update[classic]": 5.981488728911777, + "tests/core/test_solve.py::test_python2_update[libmamba]": 1.8121687499489196, + "tests/core/test_solve.py::test_remove_with_constrained_dependencies[classic]": 7.891963841285531, + "tests/core/test_solve.py::test_remove_with_constrained_dependencies[libmamba]": 1.6183988883933507, + "tests/core/test_solve.py::test_solve_1[classic]": 5.32462884189845, + "tests/core/test_solve.py::test_solve_1[libmamba]": 2.3905324598119435, + "tests/core/test_solve.py::test_solve_2[classic]": 19.961683664392933, + "tests/core/test_solve.py::test_solve_2[libmamba]": 0.026043689998008313, + "tests/core/test_solve.py::test_solve_msgs_exclude_vp[classic]": 1.3109261196438147, + "tests/core/test_solve.py::test_solve_msgs_exclude_vp[libmamba]": 1.2063134584911777, + "tests/core/test_solve.py::test_timestamps_1[classic]": 0.7193193955111299, + "tests/core/test_solve.py::test_timestamps_1[libmamba]": 0.8827041256447646, + "tests/core/test_solve.py::test_unfreeze_when_required[classic]": 1.4141143772124156, + "tests/core/test_solve.py::test_unfreeze_when_required[libmamba]": 0.5374969023352792, + "tests/core/test_solve.py::test_update_all_1[classic]": 6.083648456048358, + "tests/core/test_solve.py::test_update_all_1[libmamba]": 3.5612838309745434, + "tests/core/test_solve.py::test_update_deps_1[classic]": 11.708921371118125, + "tests/core/test_solve.py::test_update_deps_1[libmamba]": 6.616424686878782, + "tests/core/test_solve.py::test_update_deps_2[classic]": 9.630331473603446, + "tests/core/test_solve.py::test_update_deps_2[libmamba]": 5.434679338366781, + "tests/core/test_solve.py::test_update_prune_1[classic]": 3.67669448915285, + "tests/core/test_solve.py::test_update_prune_1[libmamba]": 2.2837890700521872, + "tests/core/test_solve.py::test_update_prune_2[classic]": 3.4887087900201834, + "tests/core/test_solve.py::test_update_prune_2[libmamba]": 1.1437085018724087, + "tests/core/test_solve.py::test_update_prune_3[classic]": 3.890529656059366, + "tests/core/test_solve.py::test_update_prune_3[libmamba]": 1.114220075742387, + "tests/core/test_solve.py::test_update_prune_4[classic]": 3.5510542567085253, + "tests/core/test_solve.py::test_update_prune_4[libmamba]": 2.42055991616215, + "tests/core/test_solve.py::test_update_prune_5[classic-False]": 4.162126219053261, + "tests/core/test_solve.py::test_update_prune_5[classic-True]": 3.5292608979543414, + "tests/core/test_solve.py::test_update_prune_5[libmamba-False]": 2.258751680517919, + "tests/core/test_solve.py::test_update_prune_5[libmamba-True]": 2.2013389872679068, + "tests/core/test_solve.py::test_virtual_package_solver[classic]": 1.0915820999806745, + "tests/core/test_solve.py::test_virtual_package_solver[libmamba]": 0.025203410392038984, + "tests/core/test_subdir_data.py::test_cache_fn_url_repo_anaconda_com": 0.0027909159973267426, + "tests/core/test_subdir_data.py::test_cache_fn_url_repo_continuum_io": 0.002832965252674351, + "tests/core/test_subdir_data.py::test_get_index_no_platform_with_offline_cache": 0.43819600918800533, + "tests/core/test_subdir_data.py::test_metadata_cache_clearing": 0.016894410054304886, + "tests/core/test_subdir_data.py::test_metadata_cache_works": 3.08118524121091, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[no-credentials]": 1.1703083714088172, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-auth]": 0.12240473565177852, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-token]": 0.025518329689026512, + "tests/core/test_subdir_data.py::test_repodata_version_error": 1.3063672996843931, + "tests/core/test_subdir_data.py::test_search_by_packagerecord": 0.010963080753231486, + "tests/core/test_subdir_data.py::test_state_is_not_json": 0.012151242744196135, + "tests/core/test_subdir_data.py::test_subdir_data_coverage": 0.021448705185670536, + "tests/core/test_subdir_data.py::test_subdir_data_dict_state": 0.0049642737357619305, + "tests/core/test_subdir_data.py::test_subdir_data_prefers_conda_to_tar_bz2": 0.01962208973334596, + "tests/core/test_subdir_data.py::test_use_only_tar_bz2": 0.02324185484892602, + "tests/env/specs/test_binstar.py::test_binstar_not_installed": 0.0038985205889348158, + "tests/env/specs/test_binstar.py::test_deprecations[BinstarSpec-None]": 0.00285749614283353, + "tests/env/specs/test_binstar.py::test_deprecations[ENVIRONMENT_TYPE-TypeError]": 0.003921680357147953, + "tests/env/specs/test_binstar.py::test_download_environment": 0.008143638221696475, + "tests/env/specs/test_binstar.py::test_environment_version_sorting": 0.008422005604205179, + "tests/env/specs/test_binstar.py::test_invalid_name": 0.0074657971010992, + "tests/env/specs/test_binstar.py::test_name_not_present": 0.008745657330866616, + "tests/env/specs/test_binstar.py::test_package_not_exist": 0.007384411867226047, + "tests/env/specs/test_binstar.py::test_package_without_environment_file": 0.006750234891947138, + "tests/env/specs/test_requirements.py::test_environment": 0.006548570269398913, + "tests/env/specs/test_requirements.py::test_no_environment_file": 0.0033174594975542535, + "tests/env/specs/test_requirements.py::test_no_name": 0.0028006972617203737, + "tests/env/specs/test_requirements.py::test_req_file_and_name": 0.0025712874671421928, + "tests/env/specs/test_yaml_file.py::test_environment_file_exist": 0.0036616140890123284, + "tests/env/specs/test_yaml_file.py::test_filename": 0.004105051660737371, + "tests/env/specs/test_yaml_file.py::test_get_environment": 0.0039496878248391175, + "tests/env/specs/test_yaml_file.py::test_no_environment_file": 0.002838350569321253, + "tests/env/test_create.py::test_create_advanced_pip": 26.015229714077126, + "tests/env/test_create.py::test_create_empty_env": 3.747993901674401, + "tests/env/test_create.py::test_create_env_default_packages": 20.90229390499298, + "tests/env/test_create.py::test_create_env_json[example/environment.yml]": 28.865111329032043, + "tests/env/test_create.py::test_create_env_json[example/environment_with_pip.yml]": 24.19312703723827, + "tests/env/test_create.py::test_create_env_no_default_packages": 13.255933222690095, + "tests/env/test_create.py::test_create_host_port": 0.0006349135331591125, + "tests/env/test_create.py::test_create_update": 19.426203295874462, + "tests/env/test_create.py::test_create_update_remote_env_file": 18.48729284456883, + "tests/env/test_create.py::test_fail_to_create_env_in_dir_with_colon": 0.10823967828039673, + "tests/env/test_create.py::test_protected_dirs_error_for_env_create": 1.2257979438223598, + "tests/env/test_env.py::test_add_channels": 0.0031571269679968816, + "tests/env/test_env.py::test_add_pip": 0.006782763487367402, + "tests/env/test_env.py::test_args_are_wildcarded": 0.003029523335110153, + "tests/env/test_env.py::test_builds_spec_from_line_raw_dependency": 0.002953558213490497, + "tests/env/test_env.py::test_can_add_dependencies_to_environment": 0.007585666520097821, + "tests/env/test_env.py::test_channels_are_provided_by_kwarg": 0.0029669166373012578, + "tests/env/test_env.py::test_channels_default_to_empty_list": 0.002687018425349815, + "tests/env/test_env.py::test_create_advanced_pip": 14.118075975844604, + "tests/env/test_env.py::test_creates_file_on_save": 0.007462133268378985, + "tests/env/test_env.py::test_dependencies_are_empty_by_default": 0.00287088042436649, + "tests/env/test_env.py::test_dependencies_update_after_adding": 0.004986842892271135, + "tests/env/test_env.py::test_envvars": 0.006620075958254268, + "tests/env/test_env.py::test_from_history": 0.005082989235085111, + "tests/env/test_env.py::test_has_empty_filename_by_default": 0.003800093373788558, + "tests/env/test_env.py::test_has_empty_name_by_default": 0.002745117306455435, + "tests/env/test_env.py::test_has_filename_if_provided": 0.0032694646904293427, + "tests/env/test_env.py::test_has_name_if_provided": 0.0027642152661987826, + "tests/env/test_env.py::test_http": 0.08330217664212836, + "tests/env/test_env.py::test_http_raises": 0.1284355356950763, + "tests/env/test_env.py::test_invalid_keys": 0.005682045741890515, + "tests/env/test_env.py::test_other_tips_of_dependencies_are_supported": 0.004226390477319451, + "tests/env/test_env.py::test_parses_dependencies_from_raw_file": 0.010064655201213702, + "tests/env/test_env.py::test_remove_channels": 0.0026804035719649273, + "tests/env/test_env.py::test_retains_full_filename": 0.005355718289880969, + "tests/env/test_env.py::test_returns_Environment": 0.004841574872533225, + "tests/env/test_env.py::test_to_dict_returns_dictionary_of_data": 0.00276158282208922, + "tests/env/test_env.py::test_to_dict_returns_just_name_if_only_thing_present": 0.003570409865919523, + "tests/env/test_env.py::test_to_yaml_returns_proper_yaml": 0.005371882251255519, + "tests/env/test_env.py::test_to_yaml_returns_yaml_parseable_string": 0.00713717051948117, + "tests/env/test_env.py::test_to_yaml_takes_stream": 0.004624632335878165, + "tests/env/test_env.py::test_valid_keys": 0.0071667809257199054, + "tests/env/test_env.py::test_with_pip": 0.006069531128704704, + "tests/env/test_pip_util.py::test_get_pip_installed_packages[Successfully installed foo bar-expected0]": 0.004222381295459122, + "tests/env/test_pip_util.py::test_get_pip_installed_packages[\\nCollecting attrs\\n Using cached https://files.pythonhosted.org/packages/23/96/d828354fa2dbdf216eaa7b7de0db692f12c234f7ef888cc14980ef40d1d2/attrs-19.1.0-py2.py3-none-any.whl\\nInstalling collected packages: attrs\\nSuccessfully installed attrs-19.1.0\\n-expected1]": 0.00313878167134456, + "tests/env/test_pip_util.py::test_get_pip_installed_packages[\\nCollecting flask\\n Using cached https://files.pythonhosted.org/packages/9b/93/628509b8d5dc749656a9641f4caf13540e2cdec85276964ff8f43bbb1d3b/Flask-1.1.1-py2.py3-none-any.whl\\nCollecting itsdangerous>=0.24 (from flask)\\n Using cached https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl\\nCollecting click>=5.1 (from flask)\\n Using cached https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl\\nCollecting Werkzeug>=0.15 (from flask)\\n Using cached https://files.pythonhosted.org/packages/b7/61/c0a1adf9ad80db012ed7191af98fa05faa95fa09eceb71bb6fa8b66e6a43/Werkzeug-0.15.6-py2.py3-none-any.whl\\nCollecting Jinja2>=2.10.1 (from flask)\\n Using cached https://files.pythonhosted.org/packages/1d/e7/fd8b501e7a6dfe492a433deb7b9d833d39ca74916fa8bc63dd1a4947a671/Jinja2-2.10.1-py2.py3-none-any.whl\\nCollecting MarkupSafe>=0.23 (from Jinja2>=2.10.1->flask)\\n Using cached https://files.pythonhosted.org/packages/ce/c6/f000f1af136ef74e4a95e33785921c73595c5390403f102e9b231b065b7a/MarkupSafe-1.1.1-cp37-cp37m-macosx_10_6_intel.whl\\nInstalling collected packages: itsdangerous, click, Werkzeug, MarkupSafe, Jinja2, flask\\nSuccessfully installed Jinja2-2.10.1 MarkupSafe-1.1.1 Werkzeug-0.15.6 click-7.0 flask-1.1.1 itsdangerous-1.1.0\\n-expected2]": 0.003352385989400994, + "tests/env/test_pip_util.py::test_get_pip_installed_packages[\\nCollecting flask\\n Using cached https://files.pythonhosted.org/packages/9b/93/628509b8d5dc749656a9641f4caf13540e2cdec85276964ff8f43bbb1d3b/Flask-1.1.1-py2.py3-none-any.whl\\nRequirement already satisfied: Werkzeug>=0.15 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (0.15.6)\\nRequirement already satisfied: itsdangerous>=0.24 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (1.1.0)\\nRequirement already satisfied: Jinja2>=2.10.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (2.10.1)\\nRequirement already satisfied: click>=5.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (7.0)\\nRequirement already satisfied: MarkupSafe>=0.23 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from Jinja2>=2.10.1->flask) (1.1.1)\\nInstalling collected packages: flask\\nSuccessfully installed flask-1.1.1\\n-expected3]": 0.004823263392469893, + "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[\\nRequirement already satisfied: flask in ./miniconda3/envs/fooo/lib/python3.7/site-packages (1.1.1)\\nRequirement already satisfied: itsdangerous>=0.24 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (1.1.0)\\nRequirement already satisfied: Jinja2>=2.10.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (2.10.1)\\nRequirement already satisfied: click>=5.1 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (7.0)\\nRequirement already satisfied: Werkzeug>=0.15 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from flask) (0.15.6)\\nRequirement already satisfied: MarkupSafe>=0.23 in ./miniconda3/envs/fooo/lib/python3.7/site-packages (from Jinja2>=2.10.1->flask) (1.1.1)\\n]": 0.003185231361412995, + "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[]": 0.0029994522198733714, + "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[foo]": 0.0030540744017198847, + "tests/gateways/disk/test_delete.py::test_backoff_unlink": 0.028592121341494334, + "tests/gateways/disk/test_delete.py::test_backoff_unlink_doesnt_exist": 0.004087106424138368, + "tests/gateways/disk/test_delete.py::test_deprecations[move_path_to_trash-TypeError-None]": 0.003943144642516467, + "tests/gateways/disk/test_delete.py::test_deprecations[move_to_trash-TypeError-None]": 0.003787918448122821, + "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs0]": 0.004407443606825335, + "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs1]": 0.003816072581675659, + "tests/gateways/disk/test_delete.py::test_deprecations[try_rmdir_all_empty-TypeError-None]": 0.004356311501589322, "tests/gateways/disk/test_delete.py::test_move_path_to_trash_couldnt": 0.004195567207257295, "tests/gateways/disk/test_delete.py::test_move_to_trash": 0.032463513991518526, - "tests/gateways/disk/test_delete.py::test_remove_dir": 0.035395532526035195, - "tests/gateways/disk/test_delete.py::test_remove_file": 0.005174721537904354, - "tests/gateways/disk/test_delete.py::test_remove_file_to_trash": 0.004737900092154861, - "tests/gateways/disk/test_delete.py::test_remove_link_to_dir": 0.028752694358422103, - "tests/gateways/disk/test_delete.py::test_remove_link_to_file": 0.00542805727599838, - "tests/gateways/disk/test_delete.py::test_rm_rf": 0.033915259079278746, - "tests/gateways/disk/test_delete.py::test_rm_rf_couldnt": 0.004938405452413516, - "tests/gateways/disk/test_delete.py::test_rm_rf_does_not_follow_symlinks": 0.06306908486906079, - "tests/gateways/disk/test_delete.py::test_try_rmdir_all_empty_doesnt_exist": 0.02938222742014157, - "tests/gateways/disk/test_link.py::test_hard_link": 0.005956735145388982, - "tests/gateways/disk/test_link.py::test_soft_link": 0.007784997154785619, - "tests/gateways/disk/test_permissions.py::test_make_executable": 0.0036024092175478474, - "tests/gateways/disk/test_permissions.py::test_make_writable": 0.004971567115523874, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EACCES": 0.003877136683602849, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EPERM": 0.005029067351369744, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EROFS": 0.004220275846178757, - "tests/gateways/disk/test_permissions.py::test_make_writable_doesnt_exist": 0.0033596151017451967, - "tests/gateways/disk/test_permissions.py::test_recursive_make_writable": 0.006391560292305008, - "tests/gateways/disk/test_read.py::test_cherrypy_py27_osx_no_binary": 0.03774118043526244, - "tests/gateways/disk/test_read.py::test_cherrypy_py36_osx_whl": 0.05601766899685026, - "tests/gateways/disk/test_read.py::test_pyjwt_py27_osx_no_binary": 0.01121424373968531, - "tests/gateways/disk/test_read.py::test_pyjwt_py36_osx_whl": 0.015304328481630084, - "tests/gateways/disk/test_read.py::test_scrapy_py27_osx_no_binary": 0.08445861468095787, - "tests/gateways/disk/test_read.py::test_scrapy_py36_osx_whl": 0.11029075882271298, - "tests/gateways/disk/test_read.py::test_six_py27_osx_no_binary_unmanageable": 0.005462666458402882, - "tests/gateways/disk/test_read.py::test_twilio_py27_osx_no_binary": 0.110032940830456, - "tests/gateways/disk/test_read.py::test_twilio_py36_osx_whl": 0.1750001744888671, - "tests/gateways/test_connection.py::test_accept_range_none": 0.27633569188907287, - "tests/gateways/test_connection.py::test_add_binstar_token": 0.007905377349330668, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost-channels3-http://localhost]": 0.022923226932314716, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost/noarch/test-package-0.1.0.conda-channels2-http://localhost]": 0.027426952240781302, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[https://conda.anaconda.org/conda-forge/linux-64/test-package-0.1.0.tar.bz2-channels1-conda-forge]": 0.04229912294117496, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[https://repo.anaconda.com/pkgs/main/linux-64/test-package-0.1.0.conda-channels0-defaults]": 0.024799671104538446, - "tests/gateways/test_connection.py::test_get_session_returns_default": 0.01773689118250031, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings": 0.02393019384017378, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings_multiple": 0.02023296449106873, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings_no_handler": 0.006354730612955047, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[exact-url]": 0.019794454862974865, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[no-match]": 0.008745439447346588, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[url-prefix]": 0.024825286453869905, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-match-same-schema]": 0.025818677126770606, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-different-scheme]": 0.006821995386485605, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-missing-scheme]": 0.007190909276519775, - "tests/gateways/test_connection.py::test_local_file_adapter_200": 0.005462826385650758, - "tests/gateways/test_connection.py::test_local_file_adapter_404": 0.005133138592159406, - "tests/gateways/test_connection.py::test_s3_server": 2.486158099483952, - "tests/gateways/test_connection.py::test_s3_server_with_mock": 2.2895626162324745, - "tests/gateways/test_jlap.py::test_download_and_hash": 0.04301824674677859, - "tests/gateways/test_jlap.py::test_hashwriter": 0.002833963354563714, - "tests/gateways/test_jlap.py::test_jlap_cache_clock[False]": 0.0629476011149819, - "tests/gateways/test_jlap.py::test_jlap_cache_clock[True]": 0.07433372680670952, - "tests/gateways/test_jlap.py::test_jlap_core": 0.0065081039178274055, - "tests/gateways/test_jlap.py::test_jlap_coverage": 0.0032662616870907085, - "tests/gateways/test_jlap.py::test_jlap_errors": 0.12118039459903884, - "tests/gateways/test_jlap.py::test_jlap_fetch": 0.09866937255024522, - "tests/gateways/test_jlap.py::test_jlap_fetch_file": 0.024419258014529936, - "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[False]": 1.2832835437551178, - "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[True]": 7.842827254174511, - "tests/gateways/test_jlap.py::test_jlap_flag[]": 0.004876838829115635, - "tests/gateways/test_jlap.py::test_jlap_flag[jlap,another]": 0.004679161917267302, - "tests/gateways/test_jlap.py::test_jlap_flag[jlap]": 0.00512042012553859, - "tests/gateways/test_jlap.py::test_jlap_flag[jlapopotamus]": 0.005296016353078124, - "tests/gateways/test_jlap.py::test_jlap_sought": 0.14730218447865503, - "tests/gateways/test_jlap.py::test_jlap_zst_not_404": 0.012888894136373381, - "tests/gateways/test_jlap.py::test_jlap_zst_not_zst": 0.029126316542783193, - "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[False]": 0.03912716653222071, - "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[True]": 0.04872497698064145, - "tests/gateways/test_jlap.py::test_repodata_state[False]": 0.023522963598223378, - "tests/gateways/test_jlap.py::test_repodata_state[True]": 0.15451477958297, - "tests/gateways/test_jlap.py::test_repodata_use_zst[False]": 0.004830101897825646, - "tests/gateways/test_jlap.py::test_repodata_use_zst[True]": 0.00450447537879968, - "tests/gateways/test_jlap.py::test_request_url_jlap_state": 0.027484273541763735, - "tests/gateways/test_jlap.py::test_server_available": 0.4301787978878518, - "tests/gateways/test_logging.py::test_token_not_present_in_conda_create": 5.870950490665167, - "tests/gateways/test_logging.py::test_token_replace_big_string": 0.004487718419572558, - "tests/gateways/test_logging.py::test_token_replace_individual_strings": 0.0031880636876977426, - "tests/gateways/test_repodata_gateway.py::test_coverage_conda_http_errors": 0.015474638147614494, - "tests/gateways/test_repodata_gateway.py::test_get_cache_control_max_age": 0.0028367431381933314, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-False]": 0.011460105081369895, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-True]": 0.02419964379180815, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-False]": 0.011144457875346528, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-True]": 0.02038324528159599, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[False]": 0.03658996929524827, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[True]": 0.05611348208765996, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_jsondecodeerror": 0.006477473019698921, - "tests/gateways/test_repodata_gateway.py::test_repodata_state_has_format": 0.006179138038498727, - "tests/gateways/test_repodata_gateway.py::test_save": 0.17827473775418248, - "tests/gateways/test_repodata_gateway.py::test_ssl_unavailable_error_message": 0.0032052451635136412, - "tests/gateways/test_repodata_gateway.py::test_stale": 0.02370362991738677, + "tests/gateways/disk/test_delete.py::test_remove_dir": 0.031480026850805615, + "tests/gateways/disk/test_delete.py::test_remove_file": 0.00465030136370351, + "tests/gateways/disk/test_delete.py::test_remove_file_to_trash": 0.004698627385402814, + "tests/gateways/disk/test_delete.py::test_remove_link_to_dir": 0.029497604601955555, + "tests/gateways/disk/test_delete.py::test_remove_link_to_file": 0.006163436115129913, + "tests/gateways/disk/test_delete.py::test_rm_rf": 0.03442433405105285, + "tests/gateways/disk/test_delete.py::test_rm_rf_couldnt": 0.004463850283247646, + "tests/gateways/disk/test_delete.py::test_rm_rf_does_not_follow_symlinks": 0.06158355104199546, + "tests/gateways/disk/test_delete.py::test_try_rmdir_all_empty_doesnt_exist": 0.028919287936496563, + "tests/gateways/disk/test_link.py::test_hard_link": 0.006367260977971724, + "tests/gateways/disk/test_link.py::test_soft_link": 0.007228557376239216, + "tests/gateways/disk/test_permissions.py::test_make_executable": 0.0037709366471240825, + "tests/gateways/disk/test_permissions.py::test_make_writable": 0.005274705288864156, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EACCES": 0.0042326651577315536, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EPERM": 0.00471123383494981, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EROFS": 0.004172245820779748, + "tests/gateways/disk/test_permissions.py::test_make_writable_doesnt_exist": 0.0035213751307279027, + "tests/gateways/disk/test_permissions.py::test_recursive_make_writable": 0.006122425722856957, + "tests/gateways/disk/test_read.py::test_cherrypy_py27_osx_no_binary": 0.044460404665192584, + "tests/gateways/disk/test_read.py::test_cherrypy_py36_osx_whl": 0.04975698780104026, + "tests/gateways/disk/test_read.py::test_pyjwt_py27_osx_no_binary": 0.011268633305463172, + "tests/gateways/disk/test_read.py::test_pyjwt_py36_osx_whl": 0.015266120443069886, + "tests/gateways/disk/test_read.py::test_scrapy_py27_osx_no_binary": 0.08702004371042965, + "tests/gateways/disk/test_read.py::test_scrapy_py36_osx_whl": 0.10992214142200782, + "tests/gateways/disk/test_read.py::test_six_py27_osx_no_binary_unmanageable": 0.005635391324416662, + "tests/gateways/disk/test_read.py::test_twilio_py27_osx_no_binary": 0.1107553787183471, + "tests/gateways/disk/test_read.py::test_twilio_py36_osx_whl": 0.17582068518392086, + "tests/gateways/test_connection.py::test_accept_range_none": 0.2519683138324317, + "tests/gateways/test_connection.py::test_add_binstar_token": 0.007589358735058957, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost-channels3-http://localhost]": 0.023606523258273372, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost/noarch/test-package-0.1.0.conda-channels2-http://localhost]": 0.02961497542606074, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[https://conda.anaconda.org/conda-forge/linux-64/test-package-0.1.0.tar.bz2-channels1-conda-forge]": 0.03232285704601836, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[https://repo.anaconda.com/pkgs/main/linux-64/test-package-0.1.0.conda-channels0-defaults]": 0.02477247216908587, + "tests/gateways/test_connection.py::test_get_session_returns_default": 0.01682764793427143, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings": 0.0248213200164251, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings_multiple": 0.01923965467391718, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings_no_handler": 0.006067616193290931, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[exact-url]": 0.022435145493540157, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[no-match]": 0.008884841513196517, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[url-prefix]": 0.035686905466347334, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-match-same-schema]": 0.024984718540454625, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-different-scheme]": 0.006836606282289373, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-missing-scheme]": 0.00734668708926346, + "tests/gateways/test_connection.py::test_local_file_adapter_200": 0.005638828795923119, + "tests/gateways/test_connection.py::test_local_file_adapter_404": 0.005130192567239467, + "tests/gateways/test_connection.py::test_s3_server": 2.4652468375001653, + "tests/gateways/test_connection.py::test_s3_server_with_mock": 2.0992333559928262, + "tests/gateways/test_jlap.py::test_download_and_hash": 0.04191794611556556, + "tests/gateways/test_jlap.py::test_hashwriter": 0.0031139981057152883, + "tests/gateways/test_jlap.py::test_jlap_cache_clock[False]": 0.06617817027402931, + "tests/gateways/test_jlap.py::test_jlap_cache_clock[True]": 0.07588800893177931, + "tests/gateways/test_jlap.py::test_jlap_core": 0.006120229001422282, + "tests/gateways/test_jlap.py::test_jlap_coverage": 0.002981618675178384, + "tests/gateways/test_jlap.py::test_jlap_errors": 0.11945749348957779, + "tests/gateways/test_jlap.py::test_jlap_fetch": 0.09259832725021092, + "tests/gateways/test_jlap.py::test_jlap_fetch_file": 0.02517037770904478, + "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[False]": 1.2952119475296509, + "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[True]": 7.845524126221449, + "tests/gateways/test_jlap.py::test_jlap_flag[]": 0.004810999805676441, + "tests/gateways/test_jlap.py::test_jlap_flag[jlap,another]": 0.004598198828681984, + "tests/gateways/test_jlap.py::test_jlap_flag[jlap]": 0.005047597654203923, + "tests/gateways/test_jlap.py::test_jlap_flag[jlapopotamus]": 0.005303566542206401, + "tests/gateways/test_jlap.py::test_jlap_sought": 0.1398488958519153, + "tests/gateways/test_jlap.py::test_jlap_zst_not_404": 0.012183235979568215, + "tests/gateways/test_jlap.py::test_jlap_zst_not_zst": 0.03359897317663834, + "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[False]": 0.03770932609071331, + "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[True]": 0.05303499398523381, + "tests/gateways/test_jlap.py::test_repodata_state[False]": 0.02310829928790158, + "tests/gateways/test_jlap.py::test_repodata_state[True]": 0.14758283609735806, + "tests/gateways/test_jlap.py::test_repodata_use_zst[False]": 0.004716406029181372, + "tests/gateways/test_jlap.py::test_repodata_use_zst[True]": 0.004621214598475326, + "tests/gateways/test_jlap.py::test_request_url_jlap_state": 0.02420594294604609, + "tests/gateways/test_jlap.py::test_server_available": 0.3826378220586258, + "tests/gateways/test_logging.py::test_token_not_present_in_conda_create": 5.542930633835229, + "tests/gateways/test_logging.py::test_token_replace_big_string": 0.004249801842675334, + "tests/gateways/test_logging.py::test_token_replace_individual_strings": 0.003114208979538151, + "tests/gateways/test_repodata_gateway.py::test_coverage_conda_http_errors": 0.015221651094787833, + "tests/gateways/test_repodata_gateway.py::test_get_cache_control_max_age": 0.002874089172566613, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-False]": 0.010898252844752609, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-True]": 0.023997595370736577, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-False]": 0.011744430418373785, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-True]": 0.024572228230139243, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[False]": 0.035170078993410854, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[True]": 0.05523916357521242, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_jsondecodeerror": 0.00657380597438043, + "tests/gateways/test_repodata_gateway.py::test_repodata_state_has_format": 0.0058032567996279235, + "tests/gateways/test_repodata_gateway.py::test_save": 0.17852229622978402, + "tests/gateways/test_repodata_gateway.py::test_ssl_unavailable_error_message": 0.003366833596901441, + "tests/gateways/test_repodata_gateway.py::test_stale": 0.02149581179769841, "tests/gateways/test_repodata_lock.py::test_lock_can_lock[False]": 1.3781280197295886, "tests/gateways/test_repodata_lock.py::test_lock_can_lock[True]": 10.743780088441518, - "tests/gateways/test_repodata_lock.py::test_lock_no_lock[False]": 10.891412625854157, - "tests/gateways/test_repodata_lock.py::test_lock_no_lock[True]": 1.2492027599583444, - "tests/gateways/test_repodata_lock.py::test_lock_rename": 0.018466540505101155, - "tests/gateways/test_subprocess.py::test_subprocess_call_with_capture_output": 0.5836611985172436, - "tests/gateways/test_subprocess.py::test_subprocess_call_without_capture_output": 0.5682382776605847, - "tests/models/test_channel.py::test_bare_channel_file": 0.003948881789893839, - "tests/models/test_channel.py::test_bare_channel_http": 0.005332155608511348, - "tests/models/test_channel.py::test_canonicalized_url_gets_correct_token": 0.02747816653842895, - "tests/models/test_channel.py::test_channel_alias": 0.03175585708645074, - "tests/models/test_channel.py::test_channel_alias_channels": 0.004225327971722588, - "tests/models/test_channel.py::test_channel_alias_w_conda_path": 0.022836643294620332, - "tests/models/test_channel.py::test_channel_alias_w_subhcnnale": 0.033790774824322765, - "tests/models/test_channel.py::test_channel_cache": 0.0037118058864019352, - "tests/models/test_channel.py::test_channel_host_port": 0.004734075889655063, - "tests/models/test_channel.py::test_channel_mangles_urls": 0.004508211349052557, - "tests/models/test_channel.py::test_channel_name_subdir_only": 0.005181865673736181, - "tests/models/test_channel.py::test_channels_with_dashes": 0.02599208576120789, - "tests/models/test_channel.py::test_custom_channels": 0.03959437980985827, - "tests/models/test_channel.py::test_custom_channels_port_token_auth": 0.03545648411744385, - "tests/models/test_channel.py::test_custom_token_in_channel": 0.02355478970511606, - "tests/models/test_channel.py::test_default_channel": 0.00649650560729476, - "tests/models/test_channel.py::test_default_channels": 0.029695868499660383, - "tests/models/test_channel.py::test_defaults_channel": 0.03467404727384937, - "tests/models/test_channel.py::test_env_var_file_urls": 0.005686338356700109, - "tests/models/test_channel.py::test_expanded_variables": 0.029311532887598055, - "tests/models/test_channel.py::test_file_channel": 0.03631936225911909, - "tests/models/test_channel.py::test_file_url_with_backslashes": 0.004144918439067602, - "tests/models/test_channel.py::test_file_urls": 0.004192256246306751, - "tests/models/test_channel.py::test_local_channel": 0.07052527390566078, - "tests/models/test_channel.py::test_migrated_custom_channels": 0.03147933224988197, - "tests/models/test_channel.py::test_multichannel_priority": 0.005364831643196263, - "tests/models/test_channel.py::test_named_custom_channel": 0.028837898818109543, - "tests/models/test_channel.py::test_named_custom_channel_w_subchan": 0.03191218286171007, - "tests/models/test_channel.py::test_old_channel_alias": 0.0329126267946439, - "tests/models/test_channel.py::test_pkgs_main": 0.03172510849331754, - "tests/models/test_channel.py::test_pkgs_pro": 0.04057006602539758, - "tests/models/test_channel.py::test_ppc64le_vs_ppc64": 0.005278468309043383, - "tests/models/test_channel.py::test_regression_against_unknown_none": 0.004876989246410651, - "tests/models/test_channel.py::test_subdir_env_var": 0.00833337447797429, - "tests/models/test_channel.py::test_subdirs_env_var": 0.009693225085183483, - "tests/models/test_channel.py::test_token_in_custom_channel": 0.005147077647556015, - "tests/models/test_channel.py::test_unexpanded_variables": 0.02836460669070531, - "tests/models/test_channel.py::test_url_channel_w_platform": 0.0055346852603072256, - "tests/models/test_channel.py::test_url_custom_channel": 0.03197531223500824, - "tests/models/test_channel.py::test_url_custom_channel_w_subchan": 0.03248645193433922, - "tests/models/test_dist.py::test_channel[.conda]": 0.004703089983635948, - "tests/models/test_dist.py::test_channel[.tar.bz2]": 0.0045264493050133055, - "tests/models/test_dist.py::test_dist[.conda]": 0.004359250926904643, - "tests/models/test_dist.py::test_dist[.tar.bz2]": 0.003898487804258763, - "tests/models/test_dist.py::test_dist_with_channel_url[.conda]": 0.06902017587895964, - "tests/models/test_dist.py::test_dist_with_channel_url[.tar.bz2]": 0.05635297880983481, - "tests/models/test_dist.py::test_dist_with_non_channel_url[.conda]": 0.006083582209397464, - "tests/models/test_dist.py::test_dist_with_non_channel_url[.tar.bz2]": 0.0050928140363392365, - "tests/models/test_index_record.py::test_index_record_timestamp": 0.005020467002502333, - "tests/models/test_index_record.py::test_prefix_record_no_channel": 0.006566623517342631, - "tests/models/test_match_spec.py::test_bracket_matches": 0.008473271816111353, - "tests/models/test_match_spec.py::test_build_merge": 0.004861836777694792, - "tests/models/test_match_spec.py::test_build_number_and_filename": 0.0032106179350995523, - "tests/models/test_match_spec.py::test_build_number_merge": 0.004688548253187138, - "tests/models/test_match_spec.py::test_canonical_string_forms": 0.010817728268304704, - "tests/models/test_match_spec.py::test_catch_invalid_regexes": 0.004789166670110069, - "tests/models/test_match_spec.py::test_channel_matching": 0.0065577307124530275, - "tests/models/test_match_spec.py::test_channel_merge": 0.011110433035326522, - "tests/models/test_match_spec.py::test_comment": 0.002551720322614708, - "tests/models/test_match_spec.py::test_conda_style": 0.0027604537506553755, - "tests/models/test_match_spec.py::test_dist": 0.007398693766732948, - "tests/models/test_match_spec.py::test_dist_str": 0.00764050731106596, - "tests/models/test_match_spec.py::test_exact_values": 0.005971770792013502, - "tests/models/test_match_spec.py::test_hash": 0.0030193354958336, - "tests/models/test_match_spec.py::test_hash_merge_with_name": 0.005287859579172453, - "tests/models/test_match_spec.py::test_hash_merge_wo_name": 0.0034260472275501968, - "tests/models/test_match_spec.py::test_index_record": 0.007948920520974926, - "tests/models/test_match_spec.py::test_invalid": 0.0030024396986510905, - "tests/models/test_match_spec.py::test_invalid_arg2spec": 0.002978832420565299, - "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg 4.2.2<6.0.0]": 0.003029587232619178, - "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg>=0.10.0,<1.0.0=0.13.0,<1.0.0>=py312]": 0.004571015262950028, - "tests/models/test_match_spec.py::test_key_value_features_canonical_string_forms": 0.0006065482740414781, - "tests/models/test_match_spec.py::test_legacy_features_canonical_string_forms": 0.0031023922587022183, - "tests/models/test_match_spec.py::test_license_match": 0.007610383515347467, - "tests/models/test_match_spec.py::test_match_1": 0.02113562075464956, - "tests/models/test_match_spec.py::test_matchspec_errors": 0.005093774524778414, - "tests/models/test_match_spec.py::test_merge_multiple_name": 0.00571527298874618, - "tests/models/test_match_spec.py::test_merge_single_name": 0.0051645399512512844, - "tests/models/test_match_spec.py::test_no_name_match_spec": 0.0030019899269106212, - "tests/models/test_match_spec.py::test_openssl_match": 0.008048023275397232, - "tests/models/test_match_spec.py::test_parse_build_number_brackets": 0.003415836801889537, - "tests/models/test_match_spec.py::test_parse_channel_subdir": 0.004039550389269988, - "tests/models/test_match_spec.py::test_parse_equal_equal": 0.0037786601221053207, - "tests/models/test_match_spec.py::test_parse_errors": 0.002794179367474666, - "tests/models/test_match_spec.py::test_parse_hard": 0.004620917722621601, - "tests/models/test_match_spec.py::test_parse_parens": 0.004334896990849997, - "tests/models/test_match_spec.py::test_parse_spec_str_no_brackets": 0.004188711463557223, - "tests/models/test_match_spec.py::test_parse_spec_str_tarball_url": 0.006048418678290381, - "tests/models/test_match_spec.py::test_parse_spec_str_with_brackets": 0.004116596569994368, - "tests/models/test_match_spec.py::test_pip_style": 0.003488128410032366, - "tests/models/test_match_spec.py::test_pip_style2": 0.0037440594712271256, - "tests/models/test_match_spec.py::test_simple": 0.003423676674859224, - "tests/models/test_match_spec.py::test_star_name": 0.0025558496896042255, - "tests/models/test_match_spec.py::test_strictness": 0.006142181060148747, - "tests/models/test_match_spec.py::test_subdir_merge": 0.006544429258940134, - "tests/models/test_match_spec.py::test_tarball_match_specs": 0.00964504894083325, - "tests/models/test_match_spec.py::test_to_filename": 0.005766219152222478, - "tests/models/test_match_spec.py::test_track_features_match": 0.008357103996805464, - "tests/models/test_package_info.py::test_package_info": 0.004301486406075329, - "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[classic]": 2.0286882275743636, - "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[libmamba]": 1.067128795056347, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[classic]": 0.04014422434803364, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[libmamba]": 0.03222941912995438, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[classic]": 0.027453971471375026, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[libmamba]": 0.026005313697155103, - "tests/models/test_prefix_graph.py::test_prefix_graph_1[classic]": 6.646556396430765, - "tests/models/test_prefix_graph.py::test_prefix_graph_1[libmamba]": 0.8762906252264209, - "tests/models/test_prefix_graph.py::test_prefix_graph_2[classic]": 6.469396072054335, - "tests/models/test_prefix_graph.py::test_prefix_graph_2[libmamba]": 0.937941263204784, - "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[classic]": 6.497064609830332, - "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[libmamba]": 0.916845024343916, - "tests/models/test_prefix_graph.py::test_sort_without_prep[classic]": 7.917019885851038, - "tests/models/test_prefix_graph.py::test_sort_without_prep[libmamba]": 1.4020757920834763, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[classic]": 6.794845278076241, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[libmamba]": 1.3016096912651445, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[classic]": 6.4492336847128415, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[libmamba]": 1.3174036593188163, - "tests/models/test_version.py::test_compatible_release_versions": 0.0033359424943053754, - "tests/models/test_version.py::test_compound_versions": 0.0034202320861137538, - "tests/models/test_version.py::test_hexrd": 0.002681675011189906, - "tests/models/test_version.py::test_invalid_version_specs": 0.0032798391345325215, - "tests/models/test_version.py::test_local_identifier": 0.0029314581107349347, - "tests/models/test_version.py::test_match": 0.006816608938521893, - "tests/models/test_version.py::test_not_eq_star": 0.0031819190734989357, - "tests/models/test_version.py::test_openssl_convention": 0.0035838768970196107, - "tests/models/test_version.py::test_pep440": 0.004383679986627299, - "tests/models/test_version.py::test_pep_440_arbitrary_equality_operator": 0.0029380609403084415, - "tests/models/test_version.py::test_ver_eval": 0.0035326579750736263, - "tests/models/test_version.py::test_ver_eval_errors": 0.003187475624703582, - "tests/models/test_version.py::test_version_order": 0.006544725211728414, - "tests/models/test_version.py::test_version_spec_1": 0.003026683103482112, - "tests/models/test_version.py::test_version_spec_2": 0.003744162311254722, - "tests/models/test_version.py::test_version_spec_3": 0.0028043611381833714, - "tests/models/test_version.py::test_version_spec_4": 0.0029982755777971603, - "tests/notices/test_core.py::test__conda_user_story__disable_notices": 0.010803804155688941, - "tests/notices/test_core.py::test__conda_user_story__more_notices_message": 0.01531019572685965, - "tests/notices/test_core.py::test__conda_user_story__only_see_once": 0.01487241248179987, - "tests/notices/test_core.py::test_display_notices_happy_path[200]": 0.026635028597100235, - "tests/notices/test_core.py::test_display_notices_happy_path[404]": 0.01884075343360395, - "tests/notices/test_core.py::test_display_notices_happy_path[500]": 0.018155907586233404, - "tests/notices/test_core.py::test_notices_decorator": 0.0136749331093906, - "tests/notices/test_fetch.py::test_get_channel_notice_response_malformed_json": 0.013509494914763958, - "tests/notices/test_fetch.py::test_get_channel_notice_response_timeout_error": 0.01279051588531495, - "tests/notices/test_fetch.py::test_notice_response_cache_expired": 0.0030615786067432725, - "tests/notices/test_types.py::test_channel_notice_response": 0.0028716046192066476, - "tests/notices/test_types.py::test_channel_notice_response_date_parse_error": 0.0033135054248802395, - "tests/notices/test_types.py::test_channel_notice_response_integer_id": 0.0031518500847473162, - "tests/notices/test_types.py::test_channel_notice_undefined_id": 0.0027564293026446462, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path": 7.021255350882306, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_show_help": 0.07889146087741085, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_verbose": 6.618464336102228, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_non_existent_environment": 0.12123416824999349, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_test_environment": 7.732898241076559, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyc]": 0.008009916497181411, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyo]": 0.00781405548916131, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-False]": 0.011093738228959281, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-True]": 0.009546604485478422, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-False]": 0.008459877982014743, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-True]": 0.008546091464369054, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyc-False]": 0.02864925673668949, + "tests/gateways/test_repodata_lock.py::test_lock_no_lock[False]": 10.897950694198649, + "tests/gateways/test_repodata_lock.py::test_lock_no_lock[True]": 1.2969526909631213, + "tests/gateways/test_repodata_lock.py::test_lock_rename": 0.020500442671976014, + "tests/gateways/test_subprocess.py::test_subprocess_call_with_capture_output": 0.566396859948288, + "tests/gateways/test_subprocess.py::test_subprocess_call_without_capture_output": 0.5666114964866406, + "tests/models/test_channel.py::test_bare_channel_file": 0.00397407388339911, + "tests/models/test_channel.py::test_bare_channel_http": 0.004924701486019541, + "tests/models/test_channel.py::test_canonicalized_url_gets_correct_token": 0.026446802605775893, + "tests/models/test_channel.py::test_channel_alias": 0.0313551004951712, + "tests/models/test_channel.py::test_channel_alias_channels": 0.004354152879275763, + "tests/models/test_channel.py::test_channel_alias_w_conda_path": 0.02466876577035913, + "tests/models/test_channel.py::test_channel_alias_w_subhcnnale": 0.024096134478481218, + "tests/models/test_channel.py::test_channel_cache": 0.003803949758306198, + "tests/models/test_channel.py::test_channel_host_port": 0.004591073615249924, + "tests/models/test_channel.py::test_channel_mangles_urls": 0.004481236323316803, + "tests/models/test_channel.py::test_channel_name_subdir_only": 0.005254912194451952, + "tests/models/test_channel.py::test_channels_with_dashes": 0.026613370164222126, + "tests/models/test_channel.py::test_custom_channels": 0.03743555941303458, + "tests/models/test_channel.py::test_custom_channels_port_token_auth": 0.03426001215897856, + "tests/models/test_channel.py::test_custom_token_in_channel": 0.02203211380116072, + "tests/models/test_channel.py::test_default_channel": 0.006558205051902066, + "tests/models/test_channel.py::test_default_channels": 0.030601520382472335, + "tests/models/test_channel.py::test_defaults_channel": 0.03683598685246887, + "tests/models/test_channel.py::test_env_var_file_urls": 0.005673316485590657, + "tests/models/test_channel.py::test_expanded_variables": 0.028816933029695943, + "tests/models/test_channel.py::test_file_channel": 0.04142516321261245, + "tests/models/test_channel.py::test_file_url_with_backslashes": 0.004149379926928689, + "tests/models/test_channel.py::test_file_urls": 0.004282386799360584, + "tests/models/test_channel.py::test_local_channel": 0.068319583961943, + "tests/models/test_channel.py::test_migrated_custom_channels": 0.03328672631449414, + "tests/models/test_channel.py::test_multichannel_priority": 0.00575609757412397, + "tests/models/test_channel.py::test_named_custom_channel": 0.03172077084378091, + "tests/models/test_channel.py::test_named_custom_channel_w_subchan": 0.03880604947328085, + "tests/models/test_channel.py::test_old_channel_alias": 0.0356285943780456, + "tests/models/test_channel.py::test_pkgs_main": 0.03347401824049202, + "tests/models/test_channel.py::test_pkgs_pro": 0.03853751857748646, + "tests/models/test_channel.py::test_ppc64le_vs_ppc64": 0.005058278814214977, + "tests/models/test_channel.py::test_regression_against_unknown_none": 0.0055015199429985905, + "tests/models/test_channel.py::test_subdir_env_var": 0.009409923214941609, + "tests/models/test_channel.py::test_subdirs_env_var": 0.009398775730902937, + "tests/models/test_channel.py::test_token_in_custom_channel": 0.0048022867645692415, + "tests/models/test_channel.py::test_unexpanded_variables": 0.02815404054200457, + "tests/models/test_channel.py::test_url_channel_w_platform": 0.005582095474441042, + "tests/models/test_channel.py::test_url_custom_channel": 0.030968035270226745, + "tests/models/test_channel.py::test_url_custom_channel_w_subchan": 0.03221999086293681, + "tests/models/test_dist.py::test_channel[.conda]": 0.004703390026178471, + "tests/models/test_dist.py::test_channel[.tar.bz2]": 0.005798268817829973, + "tests/models/test_dist.py::test_dist[.conda]": 0.004317311322850008, + "tests/models/test_dist.py::test_dist[.tar.bz2]": 0.0038548867717222977, + "tests/models/test_dist.py::test_dist_with_channel_url[.conda]": 0.06607228765603346, + "tests/models/test_dist.py::test_dist_with_channel_url[.tar.bz2]": 0.07223699576708541, + "tests/models/test_dist.py::test_dist_with_non_channel_url[.conda]": 0.005509094900663259, + "tests/models/test_dist.py::test_dist_with_non_channel_url[.tar.bz2]": 0.006065910773788144, + "tests/models/test_index_record.py::test_index_record_timestamp": 0.004871853820397747, + "tests/models/test_index_record.py::test_prefix_record_no_channel": 0.0074474867856987766, + "tests/models/test_match_spec.py::test_bracket_matches": 0.008089962394649168, + "tests/models/test_match_spec.py::test_build_merge": 0.0047521620831214376, + "tests/models/test_match_spec.py::test_build_number_and_filename": 0.0029716849425269346, + "tests/models/test_match_spec.py::test_build_number_merge": 0.004920286743248346, + "tests/models/test_match_spec.py::test_canonical_string_forms": 0.010289558637017403, + "tests/models/test_match_spec.py::test_catch_invalid_regexes": 0.007111425760621712, + "tests/models/test_match_spec.py::test_channel_matching": 0.006536400484703403, + "tests/models/test_match_spec.py::test_channel_merge": 0.010841082545620946, + "tests/models/test_match_spec.py::test_comment": 0.0027482468142686852, + "tests/models/test_match_spec.py::test_conda_style": 0.0028821566309604647, + "tests/models/test_match_spec.py::test_dist": 0.007213091602133903, + "tests/models/test_match_spec.py::test_dist_str": 0.007748552208349864, + "tests/models/test_match_spec.py::test_exact_values": 0.005497311213019079, + "tests/models/test_match_spec.py::test_hash": 0.0031374870106666503, + "tests/models/test_match_spec.py::test_hash_merge_with_name": 0.005991265476782034, + "tests/models/test_match_spec.py::test_hash_merge_wo_name": 0.004907182285151487, + "tests/models/test_match_spec.py::test_index_record": 0.007788487059236195, + "tests/models/test_match_spec.py::test_invalid": 0.002791663539490986, + "tests/models/test_match_spec.py::test_invalid_arg2spec": 0.0028115534823366455, + "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg 4.2.2<6.0.0]": 0.004160862392513668, + "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg>=0.10.0,<1.0.0=0.13.0,<1.0.0>=py312]": 0.0037165898260638616, + "tests/models/test_match_spec.py::test_key_value_features_canonical_string_forms": 0.0006465844004641147, + "tests/models/test_match_spec.py::test_legacy_features_canonical_string_forms": 0.003158139611768479, + "tests/models/test_match_spec.py::test_license_match": 0.007155730393970614, + "tests/models/test_match_spec.py::test_match_1": 0.022431652644079775, + "tests/models/test_match_spec.py::test_matchspec_errors": 0.004861661742039386, + "tests/models/test_match_spec.py::test_merge_multiple_name": 0.006103191717316735, + "tests/models/test_match_spec.py::test_merge_single_name": 0.005206901861151285, + "tests/models/test_match_spec.py::test_no_name_match_spec": 0.0028905171123303217, + "tests/models/test_match_spec.py::test_openssl_match": 0.007324524188746634, + "tests/models/test_match_spec.py::test_parse_build_number_brackets": 0.00396821549689377, + "tests/models/test_match_spec.py::test_parse_channel_subdir": 0.004992974169932016, + "tests/models/test_match_spec.py::test_parse_equal_equal": 0.0035743083305750283, + "tests/models/test_match_spec.py::test_parse_errors": 0.0030519476291030784, + "tests/models/test_match_spec.py::test_parse_hard": 0.004650774962611908, + "tests/models/test_match_spec.py::test_parse_parens": 0.0042124279416544345, + "tests/models/test_match_spec.py::test_parse_spec_str_no_brackets": 0.004400712089751839, + "tests/models/test_match_spec.py::test_parse_spec_str_tarball_url": 0.006484744782218187, + "tests/models/test_match_spec.py::test_parse_spec_str_with_brackets": 0.0045197400763086724, + "tests/models/test_match_spec.py::test_pip_style": 0.003265175190689422, + "tests/models/test_match_spec.py::test_pip_style2": 0.0035585997496444797, + "tests/models/test_match_spec.py::test_simple": 0.0035583964490412357, + "tests/models/test_match_spec.py::test_star_name": 0.0027379930482179364, + "tests/models/test_match_spec.py::test_strictness": 0.005662957189601851, + "tests/models/test_match_spec.py::test_subdir_merge": 0.006847974358394036, + "tests/models/test_match_spec.py::test_tarball_match_specs": 0.008923242038527653, + "tests/models/test_match_spec.py::test_to_filename": 0.005935728402683027, + "tests/models/test_match_spec.py::test_track_features_match": 0.008483221975648589, + "tests/models/test_package_info.py::test_package_info": 0.00493662836902138, + "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[classic]": 1.9907833087524234, + "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[libmamba]": 1.0496144649637547, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[classic]": 0.03970961066212425, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[libmamba]": 0.0301046990863328, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[classic]": 0.028093547130170083, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[libmamba]": 0.025366077088395732, + "tests/models/test_prefix_graph.py::test_prefix_graph_1[classic]": 6.585631875845411, + "tests/models/test_prefix_graph.py::test_prefix_graph_1[libmamba]": 0.8891577767578313, + "tests/models/test_prefix_graph.py::test_prefix_graph_2[classic]": 6.586389386555278, + "tests/models/test_prefix_graph.py::test_prefix_graph_2[libmamba]": 0.8906400674707544, + "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[classic]": 6.38144688789766, + "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[libmamba]": 0.9148030349766708, + "tests/models/test_prefix_graph.py::test_sort_without_prep[classic]": 8.07600947756192, + "tests/models/test_prefix_graph.py::test_sort_without_prep[libmamba]": 1.4958973339542772, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[classic]": 6.922031281933519, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[libmamba]": 1.3581857432921112, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[classic]": 6.321516647233856, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[libmamba]": 1.283984048583645, + "tests/models/test_version.py::test_compatible_release_versions": 0.003532100985404213, + "tests/models/test_version.py::test_compound_versions": 0.0033881503513175735, + "tests/models/test_version.py::test_hexrd": 0.0028198893233027968, + "tests/models/test_version.py::test_invalid_version_specs": 0.0033792134587909855, + "tests/models/test_version.py::test_local_identifier": 0.002809525126735683, + "tests/models/test_version.py::test_match": 0.006718135096288015, + "tests/models/test_version.py::test_not_eq_star": 0.0030321291607500467, + "tests/models/test_version.py::test_openssl_convention": 0.0035540406074042823, + "tests/models/test_version.py::test_pep440": 0.004675838315918978, + "tests/models/test_version.py::test_pep_440_arbitrary_equality_operator": 0.0028332300835270602, + "tests/models/test_version.py::test_ver_eval": 0.003750664698029081, + "tests/models/test_version.py::test_ver_eval_errors": 0.003009931729999284, + "tests/models/test_version.py::test_version_order": 0.006862434072577686, + "tests/models/test_version.py::test_version_spec_1": 0.00262315594326153, + "tests/models/test_version.py::test_version_spec_2": 0.0033204475960991946, + "tests/models/test_version.py::test_version_spec_3": 0.0025255381773510574, + "tests/models/test_version.py::test_version_spec_4": 0.0031645988511607255, + "tests/notices/test_core.py::test__conda_user_story__disable_notices": 0.011815609814842875, + "tests/notices/test_core.py::test__conda_user_story__more_notices_message": 0.01576037068167246, + "tests/notices/test_core.py::test__conda_user_story__only_see_once": 0.01485628583078919, + "tests/notices/test_core.py::test_display_notices_happy_path[200]": 0.023252655660106192, + "tests/notices/test_core.py::test_display_notices_happy_path[404]": 0.018434046541708993, + "tests/notices/test_core.py::test_display_notices_happy_path[500]": 0.023859904186384537, + "tests/notices/test_core.py::test_notices_decorator": 0.014118848359987382, + "tests/notices/test_fetch.py::test_get_channel_notice_response_malformed_json": 0.015511906900636401, + "tests/notices/test_fetch.py::test_get_channel_notice_response_timeout_error": 0.012816061943938046, + "tests/notices/test_fetch.py::test_notice_response_cache_expired": 0.0031436474629124222, + "tests/notices/test_types.py::test_channel_notice_response": 0.003117051770573191, + "tests/notices/test_types.py::test_channel_notice_response_date_parse_error": 0.002924537022035446, + "tests/notices/test_types.py::test_channel_notice_response_integer_id": 0.0028828387161654047, + "tests/notices/test_types.py::test_channel_notice_undefined_id": 0.002624132418596715, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path": 7.042650167316872, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_show_help": 0.07749120809723081, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_verbose": 6.3205968552938385, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_non_existent_environment": 0.1220541626208059, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_test_environment": 7.2021538839601105, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyc]": 0.008819933143452469, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyo]": 0.008010659631554307, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-False]": 0.012075260922762301, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-True]": 0.009811648989538752, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-False]": 0.00874451925680088, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-True]": 0.009810129030657894, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyc-False]": 0.028649256736689492, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyc-True]": 0.027903200412790253, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyo-False]": 0.02651465431385035, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyo-True]": 0.03146324714891052, @@ -1068,1035 +1088,1049 @@ "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyo-False]": 0.02711136109435931, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyo-True]": 0.029022531620812243, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyc-False]": 0.026109665286496914, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyc-True]": 0.030701408425071307, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyo-False]": 0.027356713330068717, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyc-True]": 0.030701408425071304, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyo-False]": 0.02735671333006872, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyo-True]": 0.028430811723689425, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyc]": 0.009465539492203565, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyo]": 0.010885038225778005, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyc]": 0.007689310439780851, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyo]": 0.00784181941443672, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyc]": 0.008943157700227761, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyo]": 0.0072912854960846055, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyc]": 0.00987742779302369, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyo]": 0.009967599856293119, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyc]": 0.008549301041108877, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyo]": 0.007116069173971363, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-False]": 0.008939335426156464, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-True]": 0.007895490436905276, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-False]": 0.009054251281058955, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-True]": 0.008014365615529024, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyc]": 0.008159089998115087, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyo]": 0.006852966855141672, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-False]": 0.008979050130190364, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-True]": 0.007644752671589914, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-False]": 0.008749128887069179, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-True]": 0.007497200843953948, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyc]": 0.0065848315768269544, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyo]": 0.007628789599856703, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-False]": 0.007378037725870219, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-True]": 0.0075353806285269045, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-False]": 0.007543325403549017, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-True]": 0.01034852986299332, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyc]": 0.008724540719384099, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyo]": 0.010116984115454067, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyc]": 0.010300297118943152, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyo]": 0.008472544070978213, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyc]": 0.007797590763407612, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyo]": 0.007961180193505982, - "tests/plugins/test_auth_handlers.py::test_duplicated": 0.006512157742243112, - "tests/plugins/test_auth_handlers.py::test_get_auth_handler": 0.005667102048715795, - "tests/plugins/test_auth_handlers.py::test_get_auth_handler_multiple": 0.0059273466354925865, - "tests/plugins/test_health_checks.py::test_health_check_not_ran": 0.1432484000334726, - "tests/plugins/test_health_checks.py::test_health_check_ran": 0.1339098581572654, - "tests/plugins/test_manager.py::test_disable_external_plugins[VerboseSolverPlugin]": 0.005132116604846347, - "tests/plugins/test_manager.py::test_disable_external_plugins[tests.plugins.test_manager]": 0.006122670241856064, - "tests/plugins/test_manager.py::test_get_canonical_name_class": 0.004673820431742082, - "tests/plugins/test_manager.py::test_get_canonical_name_instance": 0.005281468458456381, - "tests/plugins/test_manager.py::test_get_canonical_name_module": 0.005483652956875237, - "tests/plugins/test_manager.py::test_get_canonical_name_object": 0.005302089379344539, - "tests/plugins/test_manager.py::test_get_hook_results": 0.25921178188025185, - "tests/plugins/test_manager.py::test_get_solvers": 0.005474054651247791, - "tests/plugins/test_manager.py::test_get_virtual_packages": 0.004832983696354359, - "tests/plugins/test_manager.py::test_get_virtual_packages_no_name": 0.006832019635305807, - "tests/plugins/test_manager.py::test_known_solver": 0.005531419386296713, - "tests/plugins/test_manager.py::test_load_entrypoints_blocked": 0.022499718836001378, - "tests/plugins/test_manager.py::test_load_entrypoints_importerror": 0.021214753213699342, - "tests/plugins/test_manager.py::test_load_entrypoints_register_valueerror": 0.029534255069012767, - "tests/plugins/test_manager.py::test_load_entrypoints_success": 0.02058620885024001, - "tests/plugins/test_manager.py::test_load_plugins_error": 0.007022452148197055, - "tests/plugins/test_manager.py::test_load_two_plugins_one_impls": 0.006906422105316026, - "tests/plugins/test_manager.py::test_load_without_plugins": 0.004491617353532949, - "tests/plugins/test_manager.py::test_unknown_solver": 0.004886412710872906, - "tests/plugins/test_post_commands.py::test_post_command_action_raises_exception": 0.0993982349561352, - "tests/plugins/test_post_commands.py::test_post_command_invoked": 0.15318690694026763, - "tests/plugins/test_post_commands.py::test_post_command_not_invoked": 0.12453846594836744, - "tests/plugins/test_post_solves.py::test_post_solve_action_raises_exception": 0.9466561820350244, - "tests/plugins/test_post_solves.py::test_post_solve_invoked": 2.7504397265011877, - "tests/plugins/test_post_solves.py::test_post_solve_not_invoked": 0.19283760892802995, - "tests/plugins/test_pre_commands.py::test_pre_command_action_raises_exception": 0.12339814011371615, - "tests/plugins/test_pre_commands.py::test_pre_command_invoked": 0.16617851484178214, - "tests/plugins/test_pre_commands.py::test_pre_command_not_invoked": 0.14663371537009628, - "tests/plugins/test_pre_solves.py::test_pre_solve_action_raises_exception": 0.1200520758945795, - "tests/plugins/test_pre_solves.py::test_pre_solve_invoked": 1.2904315033346843, - "tests/plugins/test_pre_solves.py::test_pre_solve_not_invoked": 0.1521239713419352, - "tests/plugins/test_settings.py::test_get_settings": 0.0058749739854571425, - "tests/plugins/test_settings.py::test_load_configuration_parameters": 0.005536794416006432, - "tests/plugins/test_settings.py::test_load_plugin_config_with_env_var": 0.02906708151331965, - "tests/plugins/test_settings.py::test_load_plugin_settings_with_condarc": 0.0273064980133239, - "tests/plugins/test_solvers.py::test_duplicated": 0.005750892383419638, - "tests/plugins/test_solvers.py::test_get_cached_solver_backend": 0.007603249574652696, - "tests/plugins/test_solvers.py::test_get_conflicting_solvers": 0.006022426520993249, - "tests/plugins/test_solvers.py::test_get_no_solver": 0.006093646100869155, - "tests/plugins/test_solvers.py::test_get_one_solver": 0.005851054642715903, - "tests/plugins/test_solvers.py::test_get_solver_backend": 0.022410575729614052, - "tests/plugins/test_solvers.py::test_get_solver_backend_multiple": 0.030032971500744386, - "tests/plugins/test_solvers.py::test_get_two_solvers": 0.005826471769732556, - "tests/plugins/test_solvers.py::test_solver_user_agent": 0.021563403107510887, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[activate]": 0.10501232402903504, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[clean]": 0.09169420252122833, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[compare]": 0.09769630385528455, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[config]": 0.08869274723542077, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[create]": 0.09330480295910265, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[deactivate]": 0.07726909654929627, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[export]": 0.09168886539461536, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[info]": 0.08658981000257342, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[init]": 0.08129897719820744, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[install]": 0.10022900327851891, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[list]": 0.09697169023666787, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[notices]": 0.08986141107601796, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[package]": 0.10786986000394626, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[remove]": 0.08233643982090519, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[rename]": 0.08034270413543715, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[run]": 0.14524945952334445, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[search]": 0.10854292227502392, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[update]": 0.09590091732624008, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[upgrade]": 0.1138465993086107, - "tests/plugins/test_subcommands.py::test_custom_plugin_extend_parser": 0.09387721258658333, - "tests/plugins/test_subcommands.py::test_custom_plugin_not_extend_parser": 0.13020668609612818, - "tests/plugins/test_subcommands.py::test_duplicated": 0.007676639995517033, - "tests/plugins/test_subcommands.py::test_help": 0.08264969207920866, - "tests/plugins/test_subcommands.py::test_invoked": 0.11693139635813536, - "tests/plugins/test_subcommands.py::test_parser_no_plugins": 0.07964929512074526, - "tests/plugins/test_virtual_packages.py::test_archspec_override[None-False]": 1.2266385696549782, - "tests/plugins/test_virtual_packages.py::test_archspec_override[bla-True]": 1.15464323265017, - "tests/plugins/test_virtual_packages.py::test_conda_virtual_package": 1.1386513016603803, - "tests/plugins/test_virtual_packages.py::test_cuda_detection": 1.1461871198032145, - "tests/plugins/test_virtual_packages.py::test_cuda_override": 0.0033613899432710093, - "tests/plugins/test_virtual_packages.py::test_cuda_override_none": 0.00322743513371768, - "tests/plugins/test_virtual_packages.py::test_duplicated": 1.367015680803665, - "tests/plugins/test_virtual_packages.py::test_glibc_override[1.0-True]": 1.9824356604909823, - "tests/plugins/test_virtual_packages.py::test_glibc_override[None-False]": 1.3539704646417843, - "tests/plugins/test_virtual_packages.py::test_invoked": 1.6724097248855403, - "tests/plugins/test_virtual_packages.py::test_linux_override[1.0-True]": 1.3468473201528088, - "tests/plugins/test_virtual_packages.py::test_linux_override[None-True]": 4.834192211422615, - "tests/plugins/test_virtual_packages.py::test_osx_override[1.0-True]": 1.1801750586167052, - "tests/plugins/test_virtual_packages.py::test_osx_override[None-False]": 1.0657431047024273, - "tests/plugins/test_virtual_packages.py::test_subdir_override[emscripten-wasm32]": 0.8865114155778598, - "tests/plugins/test_virtual_packages.py::test_subdir_override[freebsd-64]": 0.9579571763076494, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-32]": 1.0268757727443247, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-64]": 7.772789519117919, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-aarch64]": 1.428699935578179, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv6l]": 0.4296954399583804, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv7l]": 0.41293482764255285, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64]": 0.8857263703309134, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64le]": 1.4838097132397416, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-riscv64]": 0.8594184106492446, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-s390x]": 1.3734016585705706, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-64]": 1.3370768062773524, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-aarch64]": 0.9565316600539507, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-arm64]": 1.7632618418251969, - "tests/plugins/test_virtual_packages.py::test_subdir_override[wasi-wasm32]": 0.7716125057930724, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-32]": 4.226205154156126, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-640]": 5.657037738483017, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-641]": 3.384647332966498, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-arm64]": 0.9556750887192614, - "tests/plugins/test_virtual_packages.py::test_subdir_override[zos-z]": 0.44210452537074496, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 legacy]": 0.0005535523671595654, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 mingw64]": 0.0005050101996599756, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-legacy]": 0.000571819055369036, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-mingw64 legacy]": 0.0005613821293633251, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-nothing]": 0.0006084354251598575, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 clang64]": 0.0005987520829797843, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 legacy]": 0.0004759182618055923, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64]": 0.0005148079399165958, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 legacy]": 0.0006927020658283146, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 mingw64]": 0.000718799079523603, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-legacy]": 0.0006048379963299501, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-mingw64 legacy]": 0.0005101219663286525, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-nothing]": 0.000656326276355471, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 clang64]": 0.00046575435347122877, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 legacy]": 0.0007700314957813211, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64]": 0.0006095106749211914, - "tests/test_activate.py::test_PS1": 0.02506226060145388, - "tests/test_activate.py::test_PS1_no_changeps1": 0.04523534954138119, - "tests/test_activate.py::test_activate_and_deactivate_for_uninitialized_env": 0.2898827391601379, - "tests/test_activate.py::test_activate_deactivate_modify_path[bash]": 3.462249906595806, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyc]": 0.009415968665358486, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyo]": 0.011090022551533069, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyc]": 0.007739147642870107, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyo]": 0.007726539271150707, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyc]": 0.008919822263373824, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyo]": 0.00728267196303979, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyc]": 0.011530453486632775, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyo]": 0.013552341834521591, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyc]": 0.008300409124905608, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyo]": 0.007813141941083143, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-False]": 0.008913223137980751, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-True]": 0.007899656192946464, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-False]": 0.008765034310989652, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-True]": 0.008738428140539956, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyc]": 0.008030281926569221, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyo]": 0.007140120041625566, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-False]": 0.008786359306627361, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-True]": 0.007683236326534993, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-False]": 0.009368460232579662, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-True]": 0.007947816024539816, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyc]": 0.007002777369437138, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyo]": 0.007947787064463028, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-False]": 0.010557592644900252, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-True]": 0.009075344886491928, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-False]": 0.007988949936168896, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-True]": 0.010493870498338548, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyc]": 0.009046401433432518, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyo]": 0.009333524963432926, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyc]": 0.012117539136380508, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyo]": 0.011249931912115043, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyc]": 0.00749298299996326, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyo]": 0.01105451700001936, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyc]": 0.006756102499991812, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyo]": 0.02150162549992274, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyc]": 0.008809637000013026, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyo]": 0.015593700500033947, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyc]": 0.007740751300156416, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyo]": 0.007853044592346753, + "tests/plugins/test_auth_handlers.py::test_duplicated": 0.006031766630694206, + "tests/plugins/test_auth_handlers.py::test_get_auth_handler": 0.006132267057478563, + "tests/plugins/test_auth_handlers.py::test_get_auth_handler_multiple": 0.005448953844803922, + "tests/plugins/test_health_checks.py::test_health_check_not_ran": 0.1448089625033181, + "tests/plugins/test_health_checks.py::test_health_check_ran": 0.12651750049088267, + "tests/plugins/test_manager.py::test_disable_external_plugins[VerboseSolverPlugin]": 0.005553805662183693, + "tests/plugins/test_manager.py::test_disable_external_plugins[tests.plugins.test_manager]": 0.00569302550354886, + "tests/plugins/test_manager.py::test_get_canonical_name_class": 0.00470459709030661, + "tests/plugins/test_manager.py::test_get_canonical_name_instance": 0.005558893733558094, + "tests/plugins/test_manager.py::test_get_canonical_name_module": 0.005481457595813631, + "tests/plugins/test_manager.py::test_get_canonical_name_object": 0.005469446436267766, + "tests/plugins/test_manager.py::test_get_hook_results": 0.25156231944663326, + "tests/plugins/test_manager.py::test_get_solvers": 0.005219522736753764, + "tests/plugins/test_manager.py::test_get_virtual_packages": 0.004856615238385841, + "tests/plugins/test_manager.py::test_get_virtual_packages_no_name": 0.005902044160431095, + "tests/plugins/test_manager.py::test_known_solver": 0.004939786679254566, + "tests/plugins/test_manager.py::test_load_entrypoints_blocked": 0.022604249082109645, + "tests/plugins/test_manager.py::test_load_entrypoints_importerror": 0.02200729589250623, + "tests/plugins/test_manager.py::test_load_entrypoints_register_valueerror": 0.029236327168740004, + "tests/plugins/test_manager.py::test_load_entrypoints_success": 0.01988191303728753, + "tests/plugins/test_manager.py::test_load_plugins_error": 0.007113941104873091, + "tests/plugins/test_manager.py::test_load_two_plugins_one_impls": 0.006818894708052309, + "tests/plugins/test_manager.py::test_load_without_plugins": 0.0048212827172391, + "tests/plugins/test_manager.py::test_unknown_solver": 0.005010435445034035, + "tests/plugins/test_post_commands.py::test_post_command_action_raises_exception": 0.09927379853773173, + "tests/plugins/test_post_commands.py::test_post_command_invoked": 0.14775836795190292, + "tests/plugins/test_post_commands.py::test_post_command_not_invoked": 0.1230950020667368, + "tests/plugins/test_post_solves.py::test_post_solve_action_raises_exception": 1.7965149755955903, + "tests/plugins/test_post_solves.py::test_post_solve_invoked": 2.267960221627843, + "tests/plugins/test_post_solves.py::test_post_solve_not_invoked": 0.18890403192672167, + "tests/plugins/test_pre_commands.py::test_pre_command_action_raises_exception": 0.1238232603494556, + "tests/plugins/test_pre_commands.py::test_pre_command_invoked": 0.17573241197477996, + "tests/plugins/test_pre_commands.py::test_pre_command_not_invoked": 0.15118639953573396, + "tests/plugins/test_pre_solves.py::test_pre_solve_action_raises_exception": 0.12686805068658272, + "tests/plugins/test_pre_solves.py::test_pre_solve_invoked": 0.8949710230330917, + "tests/plugins/test_pre_solves.py::test_pre_solve_not_invoked": 0.14072345326439994, + "tests/plugins/test_settings.py::test_get_settings": 0.005709822893827638, + "tests/plugins/test_settings.py::test_load_configuration_parameters": 0.005501124303644686, + "tests/plugins/test_settings.py::test_load_plugin_config_with_env_var": 0.02680007567685372, + "tests/plugins/test_settings.py::test_load_plugin_settings_with_condarc": 0.024104266535722608, + "tests/plugins/test_solvers.py::test_duplicated": 0.005487912097772198, + "tests/plugins/test_solvers.py::test_get_cached_solver_backend": 0.006932976831631784, + "tests/plugins/test_solvers.py::test_get_conflicting_solvers": 0.005957397925285182, + "tests/plugins/test_solvers.py::test_get_no_solver": 0.005612482728048099, + "tests/plugins/test_solvers.py::test_get_one_solver": 0.005778629867957383, + "tests/plugins/test_solvers.py::test_get_solver_backend": 0.022711591095586417, + "tests/plugins/test_solvers.py::test_get_solver_backend_multiple": 0.03650805309875719, + "tests/plugins/test_solvers.py::test_get_two_solvers": 0.005570661109564774, + "tests/plugins/test_solvers.py::test_solver_user_agent": 0.022079501389422357, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[activate]": 0.10296273933192283, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[clean]": 0.08466090627236539, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[compare]": 0.08477303020682041, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[config]": 0.09397585911749115, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[create]": 0.08736368801164363, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[deactivate]": 0.07860317589052042, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[export]": 0.09005962713399289, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[info]": 0.08282193979415678, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[init]": 0.07981770586683208, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[install]": 0.1296945666006124, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[list]": 0.09901217220471209, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[notices]": 0.08929274650748387, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[package]": 0.09956097048196462, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[remove]": 0.08119260542282586, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[rename]": 0.08248287325863167, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[run]": 0.13538987615942483, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[search]": 0.13650951893960628, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[update]": 0.09471160766198819, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[upgrade]": 0.11000504967747601, + "tests/plugins/test_subcommands.py::test_custom_plugin_extend_parser": 0.08875498378239306, + "tests/plugins/test_subcommands.py::test_custom_plugin_not_extend_parser": 0.13064015602766932, + "tests/plugins/test_subcommands.py::test_duplicated": 0.007327817486458012, + "tests/plugins/test_subcommands.py::test_help": 0.11156419958685193, + "tests/plugins/test_subcommands.py::test_invoked": 0.11896835555144947, + "tests/plugins/test_subcommands.py::test_parser_no_plugins": 0.06633497259251342, + "tests/plugins/test_virtual_packages.py::test_archspec_override[None-False]": 1.227028246677845, + "tests/plugins/test_virtual_packages.py::test_archspec_override[bla-True]": 1.1363068620635508, + "tests/plugins/test_virtual_packages.py::test_conda_virtual_package": 1.1079334535343113, + "tests/plugins/test_virtual_packages.py::test_cuda_detection": 1.110526997835389, + "tests/plugins/test_virtual_packages.py::test_cuda_override": 0.0039004099473926653, + "tests/plugins/test_virtual_packages.py::test_cuda_override_none": 0.0032730885298323303, + "tests/plugins/test_virtual_packages.py::test_duplicated": 1.3635393399745315, + "tests/plugins/test_virtual_packages.py::test_glibc_override[1.0-True]": 1.5620872531020487, + "tests/plugins/test_virtual_packages.py::test_glibc_override[None-False]": 1.3226615005656832, + "tests/plugins/test_virtual_packages.py::test_invoked": 1.6607589690757234, + "tests/plugins/test_virtual_packages.py::test_linux_override[1.0-True]": 1.7688960285850144, + "tests/plugins/test_virtual_packages.py::test_linux_override[None-True]": 4.912631768194661, + "tests/plugins/test_virtual_packages.py::test_osx_override[1.0-True]": 1.1506439782133429, + "tests/plugins/test_virtual_packages.py::test_osx_override[None-False]": 1.0709056839877975, + "tests/plugins/test_virtual_packages.py::test_subdir_override[emscripten-wasm32]": 0.9149232866622143, + "tests/plugins/test_virtual_packages.py::test_subdir_override[freebsd-64]": 0.995721241741229, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-32]": 1.0121377339507185, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-64]": 7.640934372319689, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-aarch64]": 1.5823556604471947, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv6l]": 0.420996341776556, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv7l]": 0.40224497381754987, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64]": 0.893751004187665, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64le]": 1.4563600812074133, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-riscv64]": 0.8970885051584316, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-s390x]": 1.3755628599643839, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-64]": 1.3302343792383127, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-aarch64]": 0.950002400425725, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-arm64]": 1.5972043778883243, + "tests/plugins/test_virtual_packages.py::test_subdir_override[wasi-wasm32]": 0.7975375957115722, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-32]": 4.37802008890375, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-640]": 5.526467976836641, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-641]": 3.189599245501447, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-arm64]": 0.9597174852634601, + "tests/plugins/test_virtual_packages.py::test_subdir_override[zos-z]": 0.41525888953630313, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 legacy]": 0.0005473355259546411, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 mingw64]": 0.0005425726217084654, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-legacy]": 0.0005676663671925748, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-mingw64 legacy]": 0.0006207101503936475, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-nothing]": 0.0006080948978686285, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 clang64]": 0.0006098087480915213, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 legacy]": 0.000506872992507599, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64]": 0.0005120145353323894, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 legacy]": 0.0007120340893692454, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 mingw64]": 0.0006939548359422331, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-legacy]": 0.0007218715876600667, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-mingw64 legacy]": 0.0005138461783286502, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-nothing]": 0.0006577848738076271, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 clang64]": 0.0004936786693404054, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 legacy]": 0.0007562857785621121, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64]": 0.0006152478701458434, + "tests/test_activate.py::test_PS1": 0.024118439570664663, + "tests/test_activate.py::test_PS1_no_changeps1": 0.041775017242370635, + "tests/test_activate.py::test_activate_and_deactivate_for_uninitialized_env": 0.3006592460317013, + "tests/test_activate.py::test_activate_deactivate_modify_path[bash]": 3.4622499065958063, "tests/test_activate.py::test_activate_deactivate_modify_path[cmd.exe]": 0.0004155515231389336, - "tests/test_activate.py::test_activate_environment_not_found": 0.046137137104281876, - "tests/test_activate.py::test_activate_same_environment": 1.8227310062225142, - "tests/test_activate.py::test_add_prefix_to_path_cmdexe": 0.0007911240024593393, - "tests/test_activate.py::test_add_prefix_to_path_posix": 0.0215937622682251, - "tests/test_activate.py::test_bash_activate_error": 3.6889207459750692, - "tests/test_activate.py::test_basic_integration[bash-basic_posix]": 30.10091728144103, + "tests/test_activate.py::test_activate_environment_not_found": 0.0452602462214936, + "tests/test_activate.py::test_activate_same_environment": 1.6552555831036608, + "tests/test_activate.py::test_add_prefix_to_path_cmdexe": 0.0007761356026555462, + "tests/test_activate.py::test_add_prefix_to_path_posix": 0.023431601275701958, + "tests/test_activate.py::test_bash_activate_error": 3.688920745975069, + "tests/test_activate.py::test_basic_integration[bash-basic_posix]": 30.100917281441028, "tests/test_activate.py::test_basic_integration[csh-basic_csh]": 4.730264405852873, "tests/test_activate.py::test_basic_integration[dash-basic_posix]": 28.364171577733135, "tests/test_activate.py::test_basic_integration[tcsh-basic_csh]": 4.394027715802757, - "tests/test_activate.py::test_basic_integration[zsh-basic_posix]": 28.752978705176286, - "tests/test_activate.py::test_build_activate_dont_activate_unset_var": 4.371107265947852, - "tests/test_activate.py::test_build_activate_restore_unset_env_vars": 2.1848539774325073, - "tests/test_activate.py::test_build_activate_shlvl_0": 2.971046874620805, - "tests/test_activate.py::test_build_activate_shlvl_1": 3.0335521458395713, - "tests/test_activate.py::test_build_activate_shlvl_warn_clobber_vars": 2.314369190102904, - "tests/test_activate.py::test_build_deactivate_shlvl_1": 1.9962703813113531, - "tests/test_activate.py::test_build_deactivate_shlvl_2_from_activate": 3.4242233484596873, - "tests/test_activate.py::test_build_deactivate_shlvl_2_from_stack": 3.9447073566131796, - "tests/test_activate.py::test_build_stack_shlvl_1": 2.0683621611709837, + "tests/test_activate.py::test_basic_integration[zsh-basic_posix]": 28.752978705176282, + "tests/test_activate.py::test_build_activate_dont_activate_unset_var": 4.11394587109738, + "tests/test_activate.py::test_build_activate_restore_unset_env_vars": 2.006058339244085, + "tests/test_activate.py::test_build_activate_shlvl_0": 2.7414004952696116, + "tests/test_activate.py::test_build_activate_shlvl_1": 2.7568971627288072, + "tests/test_activate.py::test_build_activate_shlvl_warn_clobber_vars": 2.4040876881174036, + "tests/test_activate.py::test_build_deactivate_shlvl_1": 1.823578322565073, + "tests/test_activate.py::test_build_deactivate_shlvl_2_from_activate": 3.2323585818446987, + "tests/test_activate.py::test_build_deactivate_shlvl_2_from_stack": 3.60371092532028, + "tests/test_activate.py::test_build_stack_shlvl_1": 1.8852976668355594, "tests/test_activate.py::test_cmd_exe_activate_error": 0.00031896918656647223, - "tests/test_activate.py::test_cmd_exe_basic": 0.0006329597087429939, + "tests/test_activate.py::test_cmd_exe_basic": 0.0006331130723320208, "tests/test_activate.py::test_cmd_exe_basic_integration": 0.0003483117892022969, - "tests/test_activate.py::test_csh_basic": 0.07940938564978929, - "tests/test_activate.py::test_default_env": 0.03494957430731231, - "tests/test_activate.py::test_deprecations[ensure_binary-TypeError]": 0.01922615924999871, - "tests/test_activate.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.01955780391666817, - "tests/test_activate.py::test_deprecations[path_identity-TypeError]": 0.022146872864786, - "tests/test_activate.py::test_fish_basic": 0.079621119609909, + "tests/test_activate.py::test_csh_basic": 0.07909915714215789, + "tests/test_activate.py::test_default_env": 0.032406136972980205, + "tests/test_activate.py::test_deprecations[ensure_binary-TypeError]": 0.024570150120811998, + "tests/test_activate.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.02574269809609404, + "tests/test_activate.py::test_deprecations[path_identity-TypeError]": 0.022158577602800662, + "tests/test_activate.py::test_fish_basic": 0.0773757770470479, "tests/test_activate.py::test_fish_basic_integration": 0.0005888952283494428, - "tests/test_activate.py::test_force_uppercase[False]": 0.041522907046295285, - "tests/test_activate.py::test_force_uppercase[True]": 0.03778443002471545, - "tests/test_activate.py::test_get_env_vars_big_whitespace": 1.9607521231387903, - "tests/test_activate.py::test_get_env_vars_empty_file": 1.8538045738290265, - "tests/test_activate.py::test_json_basic": 0.0799072643214509, + "tests/test_activate.py::test_force_uppercase[False]": 0.04208882406011772, + "tests/test_activate.py::test_force_uppercase[True]": 0.03760392906972458, + "tests/test_activate.py::test_get_env_vars_big_whitespace": 1.813720920641991, + "tests/test_activate.py::test_get_env_vars_empty_file": 1.790383728898899, + "tests/test_activate.py::test_json_basic": 0.09081777988740797, "tests/test_activate.py::test_legacy_activate_deactivate_bash": 4.875807919033306, - "tests/test_activate.py::test_legacy_activate_deactivate_cmd_exe": 0.0004284539033034076, - "tests/test_activate.py::test_metavars_force_uppercase[False]": 0.03798811669739952, - "tests/test_activate.py::test_metavars_force_uppercase[True]": 0.044187717300075265, - "tests/test_activate.py::test_native_path_to_unix[cygpath-None]": 0.0006848137205955887, - "tests/test_activate.py::test_native_path_to_unix[cygpath-empty string]": 0.0006380232917872933, - "tests/test_activate.py::test_native_path_to_unix[cygpath-empty tuple]": 0.00046994489885174713, - "tests/test_activate.py::test_native_path_to_unix[cygpath-list[path]]": 0.0005406024671092117, - "tests/test_activate.py::test_native_path_to_unix[cygpath-path;...]": 0.0005353076435098778, - "tests/test_activate.py::test_native_path_to_unix[cygpath-path]": 0.0005086701145657308, - "tests/test_activate.py::test_native_path_to_unix[cygpath-tuple[path, ...]]": 0.00045232718201507514, - "tests/test_activate.py::test_native_path_to_unix[fallback-None]": 0.000517559846094817, - "tests/test_activate.py::test_native_path_to_unix[fallback-empty string]": 0.0004734833798372122, - "tests/test_activate.py::test_native_path_to_unix[fallback-empty tuple]": 0.0005160363480804733, - "tests/test_activate.py::test_native_path_to_unix[fallback-list[path]]": 0.0005462628651337895, - "tests/test_activate.py::test_native_path_to_unix[fallback-path;...]": 0.000553272007647651, - "tests/test_activate.py::test_native_path_to_unix[fallback-path]": 0.0004956909260849385, - "tests/test_activate.py::test_native_path_to_unix[fallback-tuple[path, ...]]": 0.0004941877761902073, - "tests/test_activate.py::test_posix_basic": 0.09382417004251646, + "tests/test_activate.py::test_legacy_activate_deactivate_cmd_exe": 0.00042845390330340747, + "tests/test_activate.py::test_metavars_force_uppercase[False]": 0.03874019122018613, + "tests/test_activate.py::test_metavars_force_uppercase[True]": 0.04294757950006663, + "tests/test_activate.py::test_native_path_to_unix[cygpath-None]": 0.0007327981569866089, + "tests/test_activate.py::test_native_path_to_unix[cygpath-empty string]": 0.000672496425744933, + "tests/test_activate.py::test_native_path_to_unix[cygpath-empty tuple]": 0.0005339019224283051, + "tests/test_activate.py::test_native_path_to_unix[cygpath-list[path]]": 0.0005468037986375268, + "tests/test_activate.py::test_native_path_to_unix[cygpath-path;...]": 0.0005282899499966407, + "tests/test_activate.py::test_native_path_to_unix[cygpath-path]": 0.0005347057784433609, + "tests/test_activate.py::test_native_path_to_unix[cygpath-tuple[path, ...]]": 0.0005303918453242564, + "tests/test_activate.py::test_native_path_to_unix[fallback-None]": 0.0005494438685528662, + "tests/test_activate.py::test_native_path_to_unix[fallback-empty string]": 0.0004990632907646367, + "tests/test_activate.py::test_native_path_to_unix[fallback-empty tuple]": 0.0005396127219851744, + "tests/test_activate.py::test_native_path_to_unix[fallback-list[path]]": 0.0005232812633959325, + "tests/test_activate.py::test_native_path_to_unix[fallback-path;...]": 0.0005950825881088006, + "tests/test_activate.py::test_native_path_to_unix[fallback-path]": 0.0005240895350509903, + "tests/test_activate.py::test_native_path_to_unix[fallback-tuple[path, ...]]": 0.0005071628904073139, + "tests/test_activate.py::test_posix_basic": 0.1008987060998349, "tests/test_activate.py::test_powershell_PATH_management": 0.0003095498181403786, - "tests/test_activate.py::test_powershell_basic": 0.0870629233898473, + "tests/test_activate.py::test_powershell_basic": 0.08591514197187411, "tests/test_activate.py::test_powershell_basic_integration": 0.0005095226714489675, - "tests/test_activate.py::test_remove_prefix_from_path_1": 0.02124913755488893, - "tests/test_activate.py::test_remove_prefix_from_path_2": 0.02123479841106822, - "tests/test_activate.py::test_replace_prefix_in_path_1": 0.025457067927063672, - "tests/test_activate.py::test_replace_prefix_in_path_2": 0.000731235737038413, - "tests/test_activate.py::test_stacking[0--base-base,sys]": 27.852464561827087, + "tests/test_activate.py::test_remove_prefix_from_path_1": 0.026788866225619483, + "tests/test_activate.py::test_remove_prefix_from_path_2": 0.022029652074390584, + "tests/test_activate.py::test_replace_prefix_in_path_1": 0.02577471913639613, + "tests/test_activate.py::test_replace_prefix_in_path_2": 0.0006654561213020383, + "tests/test_activate.py::test_stacking[0--base-base,sys]": 27.85246456182708, "tests/test_activate.py::test_stacking[0--has-has,sys]": 27.98464642174386, "tests/test_activate.py::test_stacking[0--not-sys]": 29.88242540165814, - "tests/test_activate.py::test_stacking[0-base-base-base,sys]": 27.378076644573678, - "tests/test_activate.py::test_stacking[0-base-has-has,sys]": 26.84204710442496, - "tests/test_activate.py::test_stacking[0-base-not-sys]": 30.69149370756485, + "tests/test_activate.py::test_stacking[0-base-base-base,sys]": 27.378076644573675, + "tests/test_activate.py::test_stacking[0-base-has-has,sys]": 26.842047104424964, + "tests/test_activate.py::test_stacking[0-base-not-sys]": 30.691493707564852, "tests/test_activate.py::test_stacking[0-has-base-base,sys]": 26.973605176246792, - "tests/test_activate.py::test_stacking[0-has-has-has,sys]": 26.31830984736094, - "tests/test_activate.py::test_stacking[0-has-not-sys]": 30.115424656038424, + "tests/test_activate.py::test_stacking[0-has-has-has,sys]": 26.318309847360936, + "tests/test_activate.py::test_stacking[0-has-not-sys]": 30.11542465603842, "tests/test_activate.py::test_stacking[0-not-base-base,sys]": 27.33597480940645, "tests/test_activate.py::test_stacking[0-not-has-has,sys]": 27.37009565605199, - "tests/test_activate.py::test_stacking[0-not-not-sys]": 28.98830578558154, - "tests/test_activate.py::test_stacking[5-base,has-base-base,has,base,sys]": 27.22966400128981, + "tests/test_activate.py::test_stacking[0-not-not-sys]": 28.988305785581534, + "tests/test_activate.py::test_stacking[5-base,has-base-base,has,base,sys]": 27.229664001289812, "tests/test_activate.py::test_stacking[5-base,has-has-has,base,sys]": 26.341912915748196, "tests/test_activate.py::test_stacking[5-base,has-not-has,base,sys]": 29.491390910207496, "tests/test_activate.py::test_stacking[5-base,not-base-base,base,sys]": 26.897350337113163, - "tests/test_activate.py::test_stacking[5-base,not-has-has,base,sys]": 27.147907999200225, - "tests/test_activate.py::test_stacking[5-base,not-not-base,sys]": 28.942991386661863, - "tests/test_activate.py::test_stacking[5-base-base-base,sys]": 26.641578378303127, - "tests/test_activate.py::test_stacking[5-base-has-has,base,sys]": 26.107060864669155, + "tests/test_activate.py::test_stacking[5-base,not-has-has,base,sys]": 27.147907999200218, + "tests/test_activate.py::test_stacking[5-base,not-not-base,sys]": 28.94299138666186, + "tests/test_activate.py::test_stacking[5-base-base-base,sys]": 26.64157837830313, + "tests/test_activate.py::test_stacking[5-base-has-has,base,sys]": 26.107060864669158, "tests/test_activate.py::test_stacking[5-base-not-base,sys]": 29.74076779753591, - "tests/test_activate.py::test_stacking[5-has-base-base,has,sys]": 27.42072527592826, + "tests/test_activate.py::test_stacking[5-has-base-base,has,sys]": 27.420725275928255, "tests/test_activate.py::test_stacking[5-has-has-has,sys]": 27.560912403335134, - "tests/test_activate.py::test_stacking[5-has-not-has,sys]": 28.88622716809361, - "tests/test_activate.py::test_stacking[5-not-base-base,sys]": 26.884849722934735, - "tests/test_activate.py::test_stacking[5-not-has-has,sys]": 25.87975923919039, - "tests/test_activate.py::test_stacking[5-not-not-sys]": 28.827166276967848, + "tests/test_activate.py::test_stacking[5-has-not-has,sys]": 28.886227168093612, + "tests/test_activate.py::test_stacking[5-not-base-base,sys]": 26.88484972293474, + "tests/test_activate.py::test_stacking[5-not-has-has,sys]": 25.879759239190385, + "tests/test_activate.py::test_stacking[5-not-not-sys]": 28.827166276967844, "tests/test_activate.py::test_unicode": 0.05664729263599424, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-None]": 0.0005798257610085553, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC mount [trailing]]": 0.0006232711057672882, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC mount]": 0.0005800064644834987, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC path [extra]]": 0.0005158116996675016, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC path]": 0.0005757560676790962, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-bare UNC mount]": 0.0005464615674575616, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-drive [trailing]]": 0.0005054158478631801, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-drive]": 0.0008014652510758851, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-empty string]": 0.0005435326298052348, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-empty tuple]": 0.0005177591739246201, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-list[path]]": 0.000568581499919845, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path [extra]]": 0.000686955646758307, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path [trailing]]": 0.000497434338893656, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path]": 0.0004979543036803472, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-path;...]": 0.000586953531212993, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-relative [extra]]": 0.00048710535867323504, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-relative]": 0.0005346676680761351, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root [leading, trailing]]": 0.0005237024044996261, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root [leading]]": 0.0005274680416802116, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [extra]]": 0.0004947937147135091, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [leading, trailing]]": 0.0005057760217249484, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [leading]]": 0.0005678439238823672, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [trailing]]": 0.0006916624854023519, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path0]": 0.0004968462827083629, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path1]": 0.0005121443064847112, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root]": 0.0005490804637690434, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-tuple[path, ...]]": 0.0005966035566861973, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-None]": 0.0006055062493686446, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC mount [trailing]]": 0.0005645420414244198, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC mount]": 0.0005579667693990745, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC path [extra]]": 0.0005821525811821419, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC path]": 0.0004890108637017129, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-bare UNC mount]": 0.0005658162688661565, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-drive [trailing]]": 0.0006479585105349026, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-drive]": 0.000823307955402607, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-empty string]": 0.0005231932375570629, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-empty tuple]": 0.0005257908290904806, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-list[path]]": 0.0004836726717577896, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path [extra]]": 0.0005983018428649491, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path [trailing]]": 0.0005813565573162117, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path]": 0.0005663501523674478, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-path;...]": 0.0007988970663545821, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-relative [extra]]": 0.0011514602665943948, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-relative]": 0.0004714776549454218, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root [leading, trailing]]": 0.0005423600704109362, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root [leading]]": 0.0005098777512640237, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [extra]]": 0.0005412657332360223, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [leading, trailing]]": 0.00048783434759376907, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [leading]]": 0.0005607568739738705, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [trailing]]": 0.0005577890974583561, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path0]": 0.0006542060062700921, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path1]": 0.0005228666363663866, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root]": 0.0006058755284066826, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-tuple[path, ...]]": 0.00048120337321868635, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-None]": 0.0005329427439671647, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC mount [trailing]]": 0.0005472347596698458, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC mount]": 0.0006244831892447798, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC path [extra]]": 0.0005244528890115176, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC path]": 0.0005180990293514673, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-bare UNC mount]": 0.0005534935821082696, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-drive [trailing]]": 0.0005855786756727117, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-drive]": 0.0006013992635157344, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-empty string]": 0.0005615842663232437, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-empty tuple]": 0.0005462733597438288, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-list[path]]": 0.000614679922242187, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path [extra]]": 0.0007360323920489236, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path [trailing]]": 0.0005552574082919303, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path]": 0.0005887624759823994, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-path;...]": 0.0005578713729202835, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-relative [extra]]": 0.0006268469841662066, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-relative]": 0.0005684970685088718, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root [leading, trailing]]": 0.0004763722824034163, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root [leading]]": 0.0005505068669442588, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [extra]]": 0.0005161462387624287, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [leading, trailing]]": 0.0006438075981233453, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [leading]]": 0.0005411188213479065, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [trailing]]": 0.0006815684787451629, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path0]": 0.0004807098819376127, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path1]": 0.000528938099695208, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root]": 0.0005843715324577596, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-tuple[path, ...]]": 0.0005469075541808159, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-None]": 0.0005137268185839163, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC mount [trailing]]": 0.0005726227165445685, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC mount]": 0.0006100080693597524, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC path [extra]]": 0.0006209252370755601, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC path]": 0.0006656948298718704, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-bare UNC mount]": 0.0006241371838838582, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-drive [trailing]]": 0.0005388806473617526, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-drive]": 0.0006243737094251424, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-empty string]": 0.0005401209543061797, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-empty tuple]": 0.0005634672731241599, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-list[path]]": 0.0005409667772442502, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path [extra]]": 0.0006074794914572205, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path [trailing]]": 0.0005290276779971521, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path]": 0.0006592419901631791, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-path;...]": 0.0005421345528998233, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-relative [extra]]": 0.000567967876431955, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-relative]": 0.0005144172883059238, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root [leading, trailing]]": 0.0005751529395921008, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root [leading]]": 0.0005882451776323441, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [extra]]": 0.0005595482791605852, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [leading, trailing]]": 0.0005670400368826653, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [leading]]": 0.0006521025456189571, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [trailing]]": 0.000587284641700025, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path0]": 0.0005491560402193834, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path1]": 0.0005716441884135471, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root]": 0.0005444803200689286, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-tuple[path, ...]]": 0.0005194460163140213, - "tests/test_activate.py::test_xonsh_basic": 0.07563662182156919, - "tests/test_api.py::test_DepsModifier_contract": 0.002583539996954218, - "tests/test_api.py::test_PackageCacheData_contract": 0.003560566276465367, - "tests/test_api.py::test_PackageCacheData_return_value_contract": 0.003943272384453799, - "tests/test_api.py::test_PrefixData_contract": 0.003257842603517864, - "tests/test_api.py::test_PrefixData_return_value_contract": 0.8655086825524577, - "tests/test_api.py::test_Solver_inputs_contract": 0.004240206440276882, - "tests/test_api.py::test_Solver_return_value_contract": 1.6869150721066735, - "tests/test_api.py::test_SubdirData_contract": 0.0031619215951303784, - "tests/test_api.py::test_SubdirData_return_value_contract": 6.374843411864641, - "tests/test_api.py::test_UpdateModifier_contract": 0.002824527730730418, - "tests/test_auxlib.py::test_deepfreeze[42.0]": 0.002947428688134475, - "tests/test_auxlib.py::test_deepfreeze[42]": 0.00280349609080369, - "tests/test_auxlib.py::test_deepfreeze[True]": 0.003153215787757908, - "tests/test_auxlib.py::test_deepfreeze[freeze_installed]": 0.0026691942468676476, - "tests/test_auxlib.py::test_deepfreeze[text]": 0.0033410041101529253, - "tests/test_auxlib.py::test_deepfreeze[unfrozen10]": 0.003412936309599037, - "tests/test_auxlib.py::test_deepfreeze[unfrozen11]": 0.0030933511397839594, - "tests/test_auxlib.py::test_deepfreeze[unfrozen12]": 0.0026889808599041515, - "tests/test_auxlib.py::test_deepfreeze[unfrozen13]": 0.0036250082661431382, - "tests/test_auxlib.py::test_deepfreeze[unfrozen5]": 0.003242395437700348, - "tests/test_auxlib.py::test_deepfreeze[unfrozen6]": 0.002983123982494149, - "tests/test_auxlib.py::test_deepfreeze[unfrozen7]": 0.0027821694798447383, - "tests/test_auxlib.py::test_deepfreeze[unfrozen8]": 0.004748954100804621, - "tests/test_auxlib.py::test_deepfreeze[unfrozen9]": 0.0027072503777666942, - "tests/test_codesigned.py::test_stub_exe_signatures[cli-32.exe]": 0.0005596158866399432, - "tests/test_codesigned.py::test_stub_exe_signatures[cli-64.exe]": 0.0005125536974839862, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.base_env_name-conda.base.constants.ROOT_ENV_NAME]": 0.012999818315006038, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.get_filename-conda.env.env.get_filename]": 0.007882540457966053, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.print_result-conda.env.env.print_result]": 0.00927206215147794, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.create_parser-None]": 0.00556530032328913, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.do_call-None]": 0.00396961162951337, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.main-None]": 0.0026394973891394023, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.show_help_on_empty_command-None]": 0.0073660596352267465, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_description-None]": 0.005673451936135852, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_example-None]": 0.00556630459895488, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.configure_parser-conda.cli.main_env_config.configure_parser]": 0.0033253717259063343, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.execute-conda.cli.main_env_config.execute]": 0.003573114446720697, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.configure_parser-conda.cli.main_env_create.configure_parser]": 0.0034769043683567807, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.description-None]": 0.006666640440873387, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.example-None]": 0.004716162956526867, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.execute-conda.cli.main_env_create.execute]": 0.003828249400189911, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.configure_parser-conda.cli.main_env_export.configure_parser]": 0.005795177818412119, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.configure_parser-conda.cli.main_export.configure_parser]": 0.0034503986635609145, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.description-None]": 0.006017098383433375, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.example-None]": 0.006896094199531755, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_env_export.execute]": 0.004934230968351117, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_export.execute]": 0.0037360000735991127, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.configure_parser-conda.cli.main_env_list.configure_parser]": 0.0036989243564221302, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.description-None]": 0.007624299545098083, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.example-None]": 0.004824940668234797, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.execute-conda.cli.main_env_list.execute]": 0.0035169064474521415, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._description-None]": 0.00937531974825947, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._example-None]": 0.004455601520795298, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._help-None]": 0.00593712852908537, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.configure_parser-conda.cli.main_env_remove.configure_parser]": 0.0035981444627952632, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.execute-conda.cli.main_env_remove.execute]": 0.0034158550362717467, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.configure_parser-conda.cli.main_env_update.configure_parser]": 0.0035324162020370555, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.description-None]": 0.007365795591033949, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.example-None]": 0.005493216065816081, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.execute-conda.cli.main_env_update.execute]": 0.003647144532084746, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.configure_parser-conda.cli.main_env_vars.configure_parser]": 0.003072966659504597, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.execute_list-conda.cli.main_env_vars.execute_list]": 0.0032426442795298236, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.execute_set-conda.cli.main_env_vars.execute_set]": 0.005122634188345559, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.execute_unset-conda.cli.main_env_vars.execute_unset]": 0.003088404736704874, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_description-None]": 0.0035654598656890742, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_example-None]": 0.003029227585157766, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_description-None]": 0.0037397732951853784, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_example-None]": 0.0034052520776344515, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_description-None]": 0.0032899082804820567, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_example-None]": 0.004929295722009018, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_description-None]": 0.006598050751856099, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_example-None]": 0.00466917304458169, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Dependencies-conda.env.env.Dependencies]": 0.0033948518985022855, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Environment-conda.env.env.Environment]": 0.005407500616651242, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.VALID_KEYS-conda.env.env.VALID_KEYS]": 0.013366924468525936, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env._expand_channels-conda.env.env._expand_channels]": 0.0029890022945188387, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_environment-conda.env.env.from_environment]": 0.0034760407215878933, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_file-conda.env.env.from_file]": 0.003312362223793205, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_yaml-conda.env.env.from_yaml]": 0.0036204100356011983, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.validate_keys-conda.env.env.validate_keys]": 0.004689831274905625, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.ENTRY_POINT-None]": 0.01609795702913265, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.InvalidInstaller-conda.exceptions.InvalidInstaller]": 0.01959981556171073, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.get_installer-conda.env.installers.base.get_installer]": 0.0034732571289366986, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda._solve-conda.env.installers.conda._solve]": 0.010213268351682321, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.dry_run-conda.env.installers.conda.dry_run]": 0.006231898260166874, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.install-conda.env.installers.conda.install]": 0.0038951269268913506, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip._pip_install_via_requirements-conda.env.installers.pip._pip_install_via_requirements]": 0.009300943856111158, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip.install-conda.env.installers.pip.install]": 0.006223840568432076, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util._canonicalize_regex-None]": 0.004007904347820144, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.get_pip_installed_packages-conda.env.pip_util.get_pip_installed_packages]": 0.004694051204719874, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.pip_subprocess-conda.env.pip_util.pip_subprocess]": 0.006836448919577922, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.FileSpecTypes-conda.env.specs.FileSpecTypes]": 0.00530199040591553, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.SpecTypes-conda.env.specs.SpecTypes]": 0.003665915941031631, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.BinstarSpec-conda.env.specs.binstar.BinstarSpec]": 0.004985574051912627, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.ENVIRONMENT_TYPE-conda.env.specs.binstar.ENVIRONMENT_TYPE]": 0.006659768447539516, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.detect-conda.env.specs.detect]": 0.0037016381984071984, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.get_spec_class_from_file-conda.env.specs.get_spec_class_from_file]": 0.007034291088297134, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.requirements.RequirementsSpec-conda.env.specs.requirements.RequirementsSpec]": 0.005759606715025293, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.yaml_file.YamlFileSpec-conda.env.specs.yaml_file.YamlFileSpec]": 0.006179965093240771, - "tests/test_create.py::test_allow_softlinks[classic]": 0.30380599740141284, - "tests/test_create.py::test_allow_softlinks[libmamba]": 1.1472653453425308, - "tests/test_create.py::test_channel_usage_replacing_python[classic]": 51.7227861597702, - "tests/test_create.py::test_channel_usage_replacing_python[libmamba]": 66.53732189410375, - "tests/test_create.py::test_clone_offline_simple[classic]": 0.36003825276002993, - "tests/test_create.py::test_clone_offline_simple[libmamba]": 0.2862407813073667, - "tests/test_create.py::test_clone_offline_with_untracked[classic]": 0.3878948690785656, - "tests/test_create.py::test_clone_offline_with_untracked[libmamba]": 0.3180194557820123, - "tests/test_create.py::test_compile_pyc[classic-False]": 12.410605594397074, - "tests/test_create.py::test_compile_pyc[classic-True]": 0.5670139092990996, - "tests/test_create.py::test_compile_pyc[libmamba-False]": 12.722215896055262, - "tests/test_create.py::test_compile_pyc[libmamba-True]": 3.764925527940077, - "tests/test_create.py::test_conda_downgrade[classic]": 145.15460995393315, - "tests/test_create.py::test_conda_downgrade[libmamba]": 122.51739912257074, - "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[classic]": 0.014642508144837807, - "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[libmamba]": 0.011953032346760485, - "tests/test_create.py::test_conda_pip_interop_conda_editable_package[classic]": 24.766317562481344, - "tests/test_create.py::test_conda_pip_interop_conda_editable_package[libmamba]": 40.56121984112016, - "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[classic]": 0.00045840992401117243, - "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[libmamba]": 0.00036909653164572784, - "tests/test_create.py::test_conda_update_package_not_installed[classic]": 0.28825303056962115, - "tests/test_create.py::test_conda_update_package_not_installed[libmamba]": 2.9975842463983517, - "tests/test_create.py::test_create_default_packages[classic]": 0.41257948958838514, - "tests/test_create.py::test_create_default_packages[libmamba]": 0.26954122477152237, - "tests/test_create.py::test_create_default_packages_no_default_packages[classic]": 0.3085065196355422, - "tests/test_create.py::test_create_default_packages_no_default_packages[libmamba]": 0.28721700036922043, - "tests/test_create.py::test_create_dry_run[classic]": 2.852571945128339, - "tests/test_create.py::test_create_dry_run[libmamba]": 5.721022753266468, - "tests/test_create.py::test_create_dry_run_json[classic]": 2.6131640417412463, - "tests/test_create.py::test_create_dry_run_json[libmamba]": 3.459342974915073, - "tests/test_create.py::test_create_dry_run_without_prefix[classic]": 0.2525887888095417, - "tests/test_create.py::test_create_dry_run_without_prefix[libmamba]": 2.6372152273882823, - "tests/test_create.py::test_create_dry_run_yes_safety[classic]": 0.23794544859560887, - "tests/test_create.py::test_create_dry_run_yes_safety[libmamba]": 3.0364897911658932, - "tests/test_create.py::test_create_empty_env[classic]": 0.34581638543666876, - "tests/test_create.py::test_create_empty_env[libmamba]": 2.7281235025614055, - "tests/test_create.py::test_create_env_different_platform[classic-cli]": 0.25495802804816164, - "tests/test_create.py::test_create_env_different_platform[classic-env]": 0.2566646684025569, - "tests/test_create.py::test_create_env_different_platform[libmamba-cli]": 0.28225854996436217, - "tests/test_create.py::test_create_env_different_platform[libmamba-env]": 0.2807961049963191, - "tests/test_create.py::test_create_install_update_remove_smoketest[classic]": 64.2681192595686, - "tests/test_create.py::test_create_install_update_remove_smoketest[libmamba]": 58.44888902119764, - "tests/test_create.py::test_create_no_deps_flag[classic]": 0.32784994442175996, - "tests/test_create.py::test_create_no_deps_flag[libmamba]": 0.5824707236918615, - "tests/test_create.py::test_create_only_deps_flag[classic]": 0.9912779385328033, - "tests/test_create.py::test_create_only_deps_flag[libmamba]": 0.5583155189275705, - "tests/test_create.py::test_create_override_channels_enabled[classic]": 0.9958226416278242, - "tests/test_create.py::test_create_override_channels_enabled[libmamba]": 0.5395665072656904, - "tests/test_create.py::test_create_without_prefix_raises_argument_error[classic]": 0.056175758317008016, - "tests/test_create.py::test_create_without_prefix_raises_argument_error[libmamba]": 0.06229542628369034, - "tests/test_create.py::test_cross_channel_incompatibility[classic]": 8.399866240558675, - "tests/test_create.py::test_cross_channel_incompatibility[libmamba]": 3.410017827513034, - "tests/test_create.py::test_directory_not_a_conda_environment[classic]": 0.058227918824358293, - "tests/test_create.py::test_directory_not_a_conda_environment[libmamba]": 0.05990245331031935, - "tests/test_create.py::test_disallowed_packages[classic]": 9.717080761429886, - "tests/test_create.py::test_disallowed_packages[libmamba]": 6.050998964447529, - "tests/test_create.py::test_dont_remove_conda_1[classic]": 125.57156958906633, - "tests/test_create.py::test_dont_remove_conda_1[libmamba]": 34.22893449080167, - "tests/test_create.py::test_dont_remove_conda_2[classic]": 124.54971035818339, - "tests/test_create.py::test_dont_remove_conda_2[libmamba]": 31.294318933606146, - "tests/test_create.py::test_download_only_flag[classic]": 3.2361287869524418, - "tests/test_create.py::test_download_only_flag[libmamba]": 8.086552049374411, - "tests/test_create.py::test_force_remove[classic]": 39.64181790313254, - "tests/test_create.py::test_force_remove[libmamba]": 9.03293513779886, - "tests/test_create.py::test_install_bound_virtual_package[classic]": 0.00025656322404627596, - "tests/test_create.py::test_install_bound_virtual_package[libmamba]": 0.00023873157201839213, - "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[classic]": 1.3486168317508629, - "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[libmamba]": 1.6282533169211317, - "tests/test_create.py::test_install_force_reinstall_flag[classic]": 0.6009140460675955, - "tests/test_create.py::test_install_force_reinstall_flag[libmamba]": 0.3410311170815643, - "tests/test_create.py::test_install_only_deps_flag[classic]": 0.6157563824962965, - "tests/test_create.py::test_install_only_deps_flag[libmamba]": 0.30573625982331, - "tests/test_create.py::test_install_prune_flag[classic]": 27.722104607243285, - "tests/test_create.py::test_install_prune_flag[libmamba]": 18.805194634264623, - "tests/test_create.py::test_install_python_and_search[classic]": 25.900228440608856, - "tests/test_create.py::test_install_python_and_search[libmamba]": 15.206498860426636, - "tests/test_create.py::test_install_tarball_from_file_based_channel[classic]": 1.031677455311648, - "tests/test_create.py::test_install_tarball_from_file_based_channel[libmamba]": 3.6143403319722283, - "tests/test_create.py::test_install_update_deps_flag[classic]": 0.5406139124405968, - "tests/test_create.py::test_install_update_deps_flag[libmamba]": 0.4141949521742822, - "tests/test_create.py::test_install_update_deps_only_deps_flags[classic]": 0.5572623515557014, - "tests/test_create.py::test_install_update_deps_only_deps_flags[libmamba]": 0.4371701408176791, - "tests/test_create.py::test_json_create_install_update_remove[classic]": 5.286662409053035, - "tests/test_create.py::test_json_create_install_update_remove[libmamba]": 18.635379979775525, - "tests/test_create.py::test_list_with_pip_no_binary[classic]": 14.360112768656213, - "tests/test_create.py::test_list_with_pip_no_binary[libmamba]": 16.503233092854842, - "tests/test_create.py::test_list_with_pip_wheel[classic]": 25.675246267699595, - "tests/test_create.py::test_list_with_pip_wheel[libmamba]": 27.029543645994362, - "tests/test_create.py::test_menuinst_v2[classic]": 1.2921653317361614, - "tests/test_create.py::test_menuinst_v2[libmamba]": 3.8255315951131585, - "tests/test_create.py::test_neutering_of_historic_specs[classic]": 0.0002757817843307165, - "tests/test_create.py::test_neutering_of_historic_specs[libmamba]": 0.00032709453422481006, - "tests/test_create.py::test_noarch_generic_package[classic]": 0.391067385277511, - "tests/test_create.py::test_noarch_generic_package[libmamba]": 0.29529700399283093, - "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[classic]": 20.215991377120247, - "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[libmamba]": 25.71941225025095, - "tests/test_create.py::test_noarch_python_package_with_entry_points[classic]": 22.716734856874456, - "tests/test_create.py::test_noarch_python_package_with_entry_points[libmamba]": 22.591329980811405, - "tests/test_create.py::test_noarch_python_package_without_entry_points[classic]": 22.382195759264544, - "tests/test_create.py::test_noarch_python_package_without_entry_points[libmamba]": 21.154485326871896, - "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[classic]": 0.4929136325620725, - "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[libmamba]": 5.761311636734003, - "tests/test_create.py::test_offline_with_empty_index_cache[classic]": 2.603282818425538, - "tests/test_create.py::test_offline_with_empty_index_cache[libmamba]": 12.795969866182652, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-None]": 0.0005617267573515498, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC mount [trailing]]": 0.0006154139859667101, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC mount]": 0.0005755155905716552, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC path [extra]]": 0.0005521127867870152, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC path]": 0.0006057673087109909, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-bare UNC mount]": 0.0005695194927255566, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-drive [trailing]]": 0.0005371928103097266, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-drive]": 0.0006650992724833913, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-empty string]": 0.000513248590975708, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-empty tuple]": 0.0005824559123257546, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-list[path]]": 0.0005974726937088936, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path [extra]]": 0.0006896720198576834, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path [trailing]]": 0.000527544390886868, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path]": 0.0005136832616311329, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-path;...]": 0.0005941643218870248, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-relative [extra]]": 0.0005345587887771707, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-relative]": 0.0005550647396845553, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root [leading, trailing]]": 0.0005697361858002525, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root [leading]]": 0.0005663740297167609, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [extra]]": 0.0005254839364691493, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [leading, trailing]]": 0.0005526007680340457, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [leading]]": 0.000568147516355143, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [trailing]]": 0.0007209707717673951, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path0]": 0.0005209782717756585, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path1]": 0.000589334536840359, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root]": 0.0005861431497476966, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-tuple[path, ...]]": 0.0005659513659654339, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-None]": 0.0005527968810200466, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC mount [trailing]]": 0.0005691245797294039, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC mount]": 0.0006061616595156152, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC path [extra]]": 0.0005604416555917886, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC path]": 0.0004933738913150491, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-bare UNC mount]": 0.0006059079748334504, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-drive [trailing]]": 0.000546271552387204, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-drive]": 0.0006839309940163075, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-empty string]": 0.0005413686576459613, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-empty tuple]": 0.0006402344180948198, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-list[path]]": 0.00047400822141248437, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path [extra]]": 0.0005910444278948473, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path [trailing]]": 0.0005022080268115546, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path]": 0.0005549095224305833, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-path;...]": 0.000490976431940367, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-relative [extra]]": 0.0006247093173204165, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-relative]": 0.00045544108691341446, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root [leading, trailing]]": 0.0005987857991678386, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root [leading]]": 0.0005617260980088233, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [extra]]": 0.000524616730376601, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [leading, trailing]]": 0.0005311505182047559, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [leading]]": 0.0005422287520824437, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [trailing]]": 0.0005647673637788816, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path0]": 0.0006493989720570815, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path1]": 0.000506301525013446, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root]": 0.0006334806639006673, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-tuple[path, ...]]": 0.0004773649691165436, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-None]": 0.0005506402279136814, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC mount [trailing]]": 0.0005289121126262356, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC mount]": 0.0005946782368914141, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC path [extra]]": 0.0005240190716131566, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC path]": 0.0005187342006220808, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-bare UNC mount]": 0.0006096532664597757, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-drive [trailing]]": 0.0005843037296621901, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-drive]": 0.0006012323241642644, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-empty string]": 0.000577028721386663, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-empty tuple]": 0.0005532868064716124, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-list[path]]": 0.0005852850220804035, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path [extra]]": 0.0006578909498991313, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path [trailing]]": 0.0005541301795884773, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path]": 0.0005305908423768382, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-path;...]": 0.0006032149018673284, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-relative [extra]]": 0.0005869487563195221, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-relative]": 0.0005615802448519166, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root [leading, trailing]]": 0.0004911970442323394, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root [leading]]": 0.0006265564587782703, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [extra]]": 0.0004761416347896441, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [leading, trailing]]": 0.0006380360079089892, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [leading]]": 0.0005102221672224368, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [trailing]]": 0.0006893794955398356, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path0]": 0.00048018507492107504, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path1]": 0.000527630636093685, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root]": 0.0005769655694003461, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-tuple[path, ...]]": 0.0005970214737963052, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-None]": 0.0005068967030528423, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC mount [trailing]]": 0.0005654780600986942, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC mount]": 0.0007038967192895454, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC path [extra]]": 0.0005827588486075656, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC path]": 0.0006492975766810355, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-bare UNC mount]": 0.0006156821484139413, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-drive [trailing]]": 0.0005481275825932696, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-drive]": 0.0006632793528399911, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-empty string]": 0.0005776621270173493, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-empty tuple]": 0.0005707446939140691, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-list[path]]": 0.000556047161675641, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path [extra]]": 0.0006418875785626259, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path [trailing]]": 0.0005446869111458448, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path]": 0.00064326052478566, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-path;...]": 0.0005285996329491562, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-relative [extra]]": 0.0005786310796166065, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-relative]": 0.0005302236116586756, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root [leading, trailing]]": 0.0005781746211703668, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root [leading]]": 0.0005961411285259757, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [extra]]": 0.0005394246394476343, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [leading, trailing]]": 0.0005544456450870748, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [leading]]": 0.0006234500906200578, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [trailing]]": 0.0005363317187298386, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path0]": 0.0005493445140697213, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path1]": 0.0005819664849596146, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root]": 0.000526705441209354, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-tuple[path, ...]]": 0.0005135417560673976, + "tests/test_activate.py::test_xonsh_basic": 0.07699694615545598, + "tests/test_api.py::test_DepsModifier_contract": 0.0025710154470648607, + "tests/test_api.py::test_PackageCacheData_contract": 0.003733097859550099, + "tests/test_api.py::test_PackageCacheData_return_value_contract": 0.0042162520556168984, + "tests/test_api.py::test_PrefixData_contract": 0.0033415995389991897, + "tests/test_api.py::test_PrefixData_return_value_contract": 1.0056310525847119, + "tests/test_api.py::test_Solver_inputs_contract": 0.0041891005260825415, + "tests/test_api.py::test_Solver_return_value_contract": 1.569627600522672, + "tests/test_api.py::test_SubdirData_contract": 0.0032783904430579752, + "tests/test_api.py::test_SubdirData_return_value_contract": 6.875083412253396, + "tests/test_api.py::test_UpdateModifier_contract": 0.0027882856276800452, + "tests/test_auxlib.py::test_deepfreeze[42.0]": 0.0031303974607879348, + "tests/test_auxlib.py::test_deepfreeze[42]": 0.003511514814825901, + "tests/test_auxlib.py::test_deepfreeze[True]": 0.0032196344556710012, + "tests/test_auxlib.py::test_deepfreeze[freeze_installed]": 0.002963873840528987, + "tests/test_auxlib.py::test_deepfreeze[text]": 0.003394242767360479, + "tests/test_auxlib.py::test_deepfreeze[unfrozen10]": 0.0038301364462957556, + "tests/test_auxlib.py::test_deepfreeze[unfrozen11]": 0.0031574841739711863, + "tests/test_auxlib.py::test_deepfreeze[unfrozen12]": 0.00294064292144587, + "tests/test_auxlib.py::test_deepfreeze[unfrozen13]": 0.004181158333666613, + "tests/test_auxlib.py::test_deepfreeze[unfrozen5]": 0.003441767411361773, + "tests/test_auxlib.py::test_deepfreeze[unfrozen6]": 0.003420536912733683, + "tests/test_auxlib.py::test_deepfreeze[unfrozen7]": 0.0029454279917283505, + "tests/test_auxlib.py::test_deepfreeze[unfrozen8]": 0.0045670980892286465, + "tests/test_auxlib.py::test_deepfreeze[unfrozen9]": 0.0028071620377359136, + "tests/test_codesigned.py::test_stub_exe_signatures[cli-32.exe]": 0.0005753145288440844, + "tests/test_codesigned.py::test_stub_exe_signatures[cli-64.exe]": 0.0005726317513612063, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.base_env_name-conda.base.constants.ROOT_ENV_NAME]": 0.013423926281225351, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.get_filename-conda.env.env.get_filename]": 0.00975961702499333, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.print_result-conda.env.env.print_result]": 0.00872375865082995, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.create_parser-None]": 0.006086541099561545, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.do_call-None]": 0.004233933468708449, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.main-None]": 0.003095176676988726, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.show_help_on_empty_command-None]": 0.00781779201204219, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_description-None]": 0.005903912579833431, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_example-None]": 0.005641681585199711, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.configure_parser-conda.cli.main_env_config.configure_parser]": 0.00416207291527667, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.execute-conda.cli.main_env_config.execute]": 0.003744662287767205, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.configure_parser-conda.cli.main_env_create.configure_parser]": 0.004648314684909498, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.description-None]": 0.006906975404600782, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.example-None]": 0.004762629090705878, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.execute-conda.cli.main_env_create.execute]": 0.0037918638614124257, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.configure_parser-conda.cli.main_env_export.configure_parser]": 0.006173032303379298, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.configure_parser-conda.cli.main_export.configure_parser]": 0.003519218515591402, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.description-None]": 0.006066064619306364, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.example-None]": 0.006190871719680503, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_env_export.execute]": 0.004689322519832138, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_export.execute]": 0.004438314926391751, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.configure_parser-conda.cli.main_env_list.configure_parser]": 0.006946773152813237, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.description-None]": 0.007465713116474828, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.example-None]": 0.004894774211116871, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.execute-conda.cli.main_env_list.execute]": 0.00346304511377353, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._description-None]": 0.008830918179081803, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._example-None]": 0.004349379133239531, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._help-None]": 0.006229118253018481, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.configure_parser-conda.cli.main_env_remove.configure_parser]": 0.0035197608833354476, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.execute-conda.cli.main_env_remove.execute]": 0.004030296773733041, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.configure_parser-conda.cli.main_env_update.configure_parser]": 0.0037006127506067996, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.description-None]": 0.008704311047087267, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.example-None]": 0.005661871835770113, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.execute-conda.cli.main_env_update.execute]": 0.00372849231308971, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.configure_parser-conda.cli.main_env_vars.configure_parser]": 0.0032850473588922685, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.execute_list-conda.cli.main_env_vars.execute_list]": 0.0032357596278134127, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.execute_set-conda.cli.main_env_vars.execute_set]": 0.0049744909633682366, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.execute_unset-conda.cli.main_env_vars.execute_unset]": 0.0030669101712460663, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_description-None]": 0.0037918453954658062, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_example-None]": 0.0036068504964319533, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_description-None]": 0.0060024887397574335, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_example-None]": 0.003644760530441919, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_description-None]": 0.00340595330569006, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_example-None]": 0.004690710457280602, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_description-None]": 0.006709381084179046, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_example-None]": 0.005047461635156499, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Dependencies-conda.env.env.Dependencies]": 0.0032010852115930064, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Environment-conda.env.env.Environment]": 0.004499043926222206, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.VALID_KEYS-conda.env.env.VALID_KEYS]": 0.012543170713767343, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env._expand_channels-conda.env.env._expand_channels]": 0.00306362520328199, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_environment-conda.env.env.from_environment]": 0.00427270889949134, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_file-conda.env.env.from_file]": 0.00317234484642007, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_yaml-conda.env.env.from_yaml]": 0.004080600120029525, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.validate_keys-conda.env.env.validate_keys]": 0.004829484461040786, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.ENTRY_POINT-None]": 0.0188059922745913, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.InvalidInstaller-conda.exceptions.InvalidInstaller]": 0.011887669016346412, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.get_installer-conda.env.installers.base.get_installer]": 0.003531895910781863, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda._solve-conda.env.installers.conda._solve]": 0.00956997856249337, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.dry_run-conda.env.installers.conda.dry_run]": 0.00615339906761283, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.install-conda.env.installers.conda.install]": 0.003592682655382322, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip._pip_install_via_requirements-conda.env.installers.pip._pip_install_via_requirements]": 0.008618879922872899, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip.install-conda.env.installers.pip.install]": 0.00629779368258348, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util._canonicalize_regex-None]": 0.004060657951420125, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.get_pip_installed_packages-conda.env.pip_util.get_pip_installed_packages]": 0.004773741286474484, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.pip_subprocess-conda.env.pip_util.pip_subprocess]": 0.007080206053215299, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.FileSpecTypes-conda.env.specs.FileSpecTypes]": 0.005376146220779368, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.SpecTypes-conda.env.specs.SpecTypes]": 0.0037162562517424904, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.BinstarSpec-conda.env.specs.binstar.BinstarSpec]": 0.005902102684707728, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.ENVIRONMENT_TYPE-conda.env.specs.binstar.ENVIRONMENT_TYPE]": 0.007015358085142502, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.detect-conda.env.specs.detect]": 0.0035801784005035056, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.get_spec_class_from_file-conda.env.specs.get_spec_class_from_file]": 0.007018252623612045, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.requirements.RequirementsSpec-conda.env.specs.requirements.RequirementsSpec]": 0.005893107544401046, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.yaml_file.YamlFileSpec-conda.env.specs.yaml_file.YamlFileSpec]": 0.008534955912677288, + "tests/test_create.py::test_allow_softlinks[classic]": 0.31018647383381276, + "tests/test_create.py::test_allow_softlinks[libmamba]": 1.0374839435472325, + "tests/test_create.py::test_channel_usage_replacing_python[classic]": 52.11047487826551, + "tests/test_create.py::test_channel_usage_replacing_python[libmamba]": 68.93552654156073, + "tests/test_create.py::test_clone_offline_simple[classic]": 0.35047577162014193, + "tests/test_create.py::test_clone_offline_simple[libmamba]": 0.2822291289035857, + "tests/test_create.py::test_clone_offline_with_untracked[classic]": 0.38160805155759486, + "tests/test_create.py::test_clone_offline_with_untracked[libmamba]": 0.3093183764337968, + "tests/test_create.py::test_compile_pyc[classic-False]": 12.332928078791673, + "tests/test_create.py::test_compile_pyc[classic-True]": 0.5550706709298396, + "tests/test_create.py::test_compile_pyc[libmamba-False]": 12.25195732030015, + "tests/test_create.py::test_compile_pyc[libmamba-True]": 3.4491704118249515, + "tests/test_create.py::test_conda_downgrade[classic]": 143.6615585453858, + "tests/test_create.py::test_conda_downgrade[libmamba]": 119.20774048575406, + "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[classic]": 0.01420104546792547, + "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[libmamba]": 0.011997082218464128, + "tests/test_create.py::test_conda_pip_interop_conda_editable_package[classic]": 24.618655002694023, + "tests/test_create.py::test_conda_pip_interop_conda_editable_package[libmamba]": 39.13978405516618, + "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[classic]": 0.000429262334641085, + "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[libmamba]": 0.0003608553341993474, + "tests/test_create.py::test_conda_update_package_not_installed[classic]": 0.28328004855200734, + "tests/test_create.py::test_conda_update_package_not_installed[libmamba]": 2.75559275066127, + "tests/test_create.py::test_create_default_packages[classic]": 0.3988237228414039, + "tests/test_create.py::test_create_default_packages[libmamba]": 0.2715468370441875, + "tests/test_create.py::test_create_default_packages_no_default_packages[classic]": 0.30867583789748937, + "tests/test_create.py::test_create_default_packages_no_default_packages[libmamba]": 0.2514507734368317, + "tests/test_create.py::test_create_dry_run[classic]": 2.9109041020896838, + "tests/test_create.py::test_create_dry_run[libmamba]": 5.23187881613062, + "tests/test_create.py::test_create_dry_run_json[classic]": 2.7228244627087426, + "tests/test_create.py::test_create_dry_run_json[libmamba]": 3.150227946171201, + "tests/test_create.py::test_create_dry_run_without_prefix[classic]": 0.24791225080272766, + "tests/test_create.py::test_create_dry_run_without_prefix[libmamba]": 2.401390626042275, + "tests/test_create.py::test_create_dry_run_yes_safety[classic]": 0.24031955505352134, + "tests/test_create.py::test_create_dry_run_yes_safety[libmamba]": 2.8979548343071135, + "tests/test_create.py::test_create_empty_env[classic]": 0.3348838147836571, + "tests/test_create.py::test_create_empty_env[libmamba]": 2.5709553092433537, + "tests/test_create.py::test_create_env_different_platform[classic-cli]": 0.25257963487517254, + "tests/test_create.py::test_create_env_different_platform[classic-env]": 0.2576046586721253, + "tests/test_create.py::test_create_env_different_platform[libmamba-cli]": 0.26915278237518586, + "tests/test_create.py::test_create_env_different_platform[libmamba-env]": 0.2766288217934014, + "tests/test_create.py::test_create_install_update_remove_smoketest[classic]": 64.12288732296743, + "tests/test_create.py::test_create_install_update_remove_smoketest[libmamba]": 56.23088696481131, + "tests/test_create.py::test_create_no_deps_flag[classic]": 0.3230276302871979, + "tests/test_create.py::test_create_no_deps_flag[libmamba]": 0.33488416596643866, + "tests/test_create.py::test_create_only_deps_flag[classic]": 0.9692229600218653, + "tests/test_create.py::test_create_only_deps_flag[libmamba]": 0.5593787149646393, + "tests/test_create.py::test_create_override_channels_enabled[classic]": 0.9350735009050118, + "tests/test_create.py::test_create_override_channels_enabled[libmamba]": 0.6742021821179169, + "tests/test_create.py::test_create_without_prefix_raises_argument_error[classic]": 0.05598968088345475, + "tests/test_create.py::test_create_without_prefix_raises_argument_error[libmamba]": 0.060173321492752264, + "tests/test_create.py::test_cross_channel_incompatibility[classic]": 8.458689243977792, + "tests/test_create.py::test_cross_channel_incompatibility[libmamba]": 3.174876765717295, + "tests/test_create.py::test_directory_not_a_conda_environment[classic]": 0.05790587553352962, + "tests/test_create.py::test_directory_not_a_conda_environment[libmamba]": 0.05817623878663301, + "tests/test_create.py::test_disallowed_packages[classic]": 10.186348965820702, + "tests/test_create.py::test_disallowed_packages[libmamba]": 5.523533797391349, + "tests/test_create.py::test_dont_remove_conda_1[classic]": 125.77915042574772, + "tests/test_create.py::test_dont_remove_conda_1[libmamba]": 33.4970546026809, + "tests/test_create.py::test_dont_remove_conda_2[classic]": 118.6490801328226, + "tests/test_create.py::test_dont_remove_conda_2[libmamba]": 29.90090013197435, + "tests/test_create.py::test_download_only_flag[classic]": 3.2945900506134165, + "tests/test_create.py::test_download_only_flag[libmamba]": 7.692993343965315, + "tests/test_create.py::test_force_remove[classic]": 36.989901773069484, + "tests/test_create.py::test_force_remove[libmamba]": 8.4683724546425, + "tests/test_create.py::test_install_bound_virtual_package[classic]": 0.0002480225284550951, + "tests/test_create.py::test_install_bound_virtual_package[libmamba]": 0.000241102441738926, + "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[classic]": 1.3094581740952553, + "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[libmamba]": 1.4335115974612986, + "tests/test_create.py::test_install_force_reinstall_flag[classic]": 0.5776169020789674, + "tests/test_create.py::test_install_force_reinstall_flag[libmamba]": 0.3373814239669294, + "tests/test_create.py::test_install_only_deps_flag[classic]": 0.6021092715110627, + "tests/test_create.py::test_install_only_deps_flag[libmamba]": 0.3045302883938361, + "tests/test_create.py::test_install_prune_flag[classic]": 28.08059235090914, + "tests/test_create.py::test_install_prune_flag[libmamba]": 18.23816463344476, + "tests/test_create.py::test_install_python_and_search[classic]": 26.63353521539062, + "tests/test_create.py::test_install_python_and_search[libmamba]": 14.09417097297332, + "tests/test_create.py::test_install_tarball_from_file_based_channel[classic]": 0.9887582499361471, + "tests/test_create.py::test_install_tarball_from_file_based_channel[libmamba]": 3.3224224938151536, + "tests/test_create.py::test_install_update_deps_flag[classic]": 0.5235141186866482, + "tests/test_create.py::test_install_update_deps_flag[libmamba]": 0.4008023088049727, + "tests/test_create.py::test_install_update_deps_only_deps_flags[classic]": 0.5486732321234653, + "tests/test_create.py::test_install_update_deps_only_deps_flags[libmamba]": 0.43678995653721975, + "tests/test_create.py::test_json_create_install_update_remove[classic]": 5.333402713697665, + "tests/test_create.py::test_json_create_install_update_remove[libmamba]": 17.106468945059657, + "tests/test_create.py::test_list_with_pip_no_binary[classic]": 14.396228187566512, + "tests/test_create.py::test_list_with_pip_no_binary[libmamba]": 15.951290223204012, + "tests/test_create.py::test_list_with_pip_wheel[classic]": 25.763390820671884, + "tests/test_create.py::test_list_with_pip_wheel[libmamba]": 26.097195592243843, + "tests/test_create.py::test_menuinst_v2[classic]": 1.208338760187498, + "tests/test_create.py::test_menuinst_v2[libmamba]": 3.3862772009781956, + "tests/test_create.py::test_neutering_of_historic_specs[classic]": 0.0002658140579096593, + "tests/test_create.py::test_neutering_of_historic_specs[libmamba]": 0.00030440864037118874, + "tests/test_create.py::test_noarch_generic_package[classic]": 0.38646187217388583, + "tests/test_create.py::test_noarch_generic_package[libmamba]": 0.28220618804631153, + "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[classic]": 20.332054058714082, + "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[libmamba]": 25.376772104128822, + "tests/test_create.py::test_noarch_python_package_with_entry_points[classic]": 22.697741012180707, + "tests/test_create.py::test_noarch_python_package_with_entry_points[libmamba]": 21.788435013297153, + "tests/test_create.py::test_noarch_python_package_without_entry_points[classic]": 21.88643987067914, + "tests/test_create.py::test_noarch_python_package_without_entry_points[libmamba]": 20.543855615546885, + "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[classic]": 0.48282431590422803, + "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[libmamba]": 5.323244517534867, + "tests/test_create.py::test_offline_with_empty_index_cache[classic]": 2.5597496286733405, + "tests/test_create.py::test_offline_with_empty_index_cache[libmamba]": 12.001412427178446, "tests/test_create.py::test_override_channels[classic]": 0.2637551109224604, "tests/test_create.py::test_override_channels[libmamba]": 0.2674530784995216, - "tests/test_create.py::test_override_channels_disabled[classic]": 0.1357269624064451, - "tests/test_create.py::test_override_channels_disabled[libmamba]": 0.12723634959320465, - "tests/test_create.py::test_package_cache_regression[classic]": 0.38584238567704193, - "tests/test_create.py::test_package_cache_regression[libmamba]": 1.2577743000185249, - "tests/test_create.py::test_package_optional_pinning[classic]": 0.7302201951727433, - "tests/test_create.py::test_package_optional_pinning[libmamba]": 0.48974468585410325, - "tests/test_create.py::test_package_pinning[classic]": 0.8513689416148896, - "tests/test_create.py::test_package_pinning[libmamba]": 0.48299169007377835, - "tests/test_create.py::test_packages_not_found[classic]": 0.48036304928253165, - "tests/test_create.py::test_packages_not_found[libmamba]": 5.025523742548166, - "tests/test_create.py::test_pinned_override_with_explicit_spec[classic]": 1.014828622587617, - "tests/test_create.py::test_pinned_override_with_explicit_spec[libmamba]": 0.7065008926902118, - "tests/test_create.py::test_post_link_run_in_env[classic]": 1.8719199919712874, - "tests/test_create.py::test_post_link_run_in_env[libmamba]": 2.923139993349475, - "tests/test_create.py::test_remove_empty_env[classic]": 0.516078961591871, - "tests/test_create.py::test_remove_empty_env[libmamba]": 2.6939528385738747, - "tests/test_create.py::test_remove_force_remove_flag[classic]": 12.584369467877076, - "tests/test_create.py::test_remove_force_remove_flag[libmamba]": 12.044770467367307, - "tests/test_create.py::test_remove_ignore_nonenv[classic]": 0.05336488531600181, - "tests/test_create.py::test_remove_ignore_nonenv[libmamba]": 0.05022715382620784, - "tests/test_create.py::test_remove_spellcheck[classic]": 0.5749152337999824, - "tests/test_create.py::test_remove_spellcheck[libmamba]": 0.5127874277368247, - "tests/test_create.py::test_repodata_v2_base_url[classic]": 0.2996907836264948, - "tests/test_create.py::test_repodata_v2_base_url[libmamba]": 0.19930178041450905, - "tests/test_create.py::test_rm_rf[classic]": 12.47862441169446, - "tests/test_create.py::test_rm_rf[libmamba]": 16.385095048162857, - "tests/test_create.py::test_run_preserves_arguments[classic]": 15.013351861102072, - "tests/test_create.py::test_run_preserves_arguments[libmamba]": 13.216678167554187, - "tests/test_create.py::test_run_script_called[classic]": 0.0004029990074914328, - "tests/test_create.py::test_run_script_called[libmamba]": 0.00047124691265212974, - "tests/test_create.py::test_safety_checks_disabled[classic]": 10.909231068462292, - "tests/test_create.py::test_safety_checks_disabled[libmamba]": 14.694617797474748, - "tests/test_create.py::test_safety_checks_enabled[classic]": 11.84208762304457, - "tests/test_create.py::test_safety_checks_enabled[libmamba]": 13.402550580700286, - "tests/test_create.py::test_safety_checks_warn[classic]": 17.9583383261858, - "tests/test_create.py::test_safety_checks_warn[libmamba]": 16.856609808182082, - "tests/test_create.py::test_search_override_channels_enabled[classic]": 0.22730233928178487, - "tests/test_create.py::test_search_override_channels_enabled[libmamba]": 0.2013916365470215, - "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[classic]": 3.555441837168656, - "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[libmamba]": 7.813558042841663, - "tests/test_create.py::test_shortcut_absent_when_condarc_set[classic]": 3.3308565663343805, - "tests/test_create.py::test_shortcut_absent_when_condarc_set[libmamba]": 8.742130139709603, - "tests/test_create.py::test_shortcut_creation_installs_shortcut[classic]": 3.4529901813204176, - "tests/test_create.py::test_shortcut_creation_installs_shortcut[libmamba]": 8.391569681375207, - "tests/test_create.py::test_strict_channel_priority[classic]": 0.000332405080284896, - "tests/test_create.py::test_strict_channel_priority[libmamba]": 0.000570083728607885, - "tests/test_create.py::test_strict_resolve_get_reduced_index[classic]": 22.141524028286216, - "tests/test_create.py::test_strict_resolve_get_reduced_index[libmamba]": 20.43637930633099, - "tests/test_create.py::test_tarball_install[classic]": 0.5584642396720269, - "tests/test_create.py::test_tarball_install[libmamba]": 0.3045999164005523, - "tests/test_create.py::test_tarball_install_and_bad_metadata[classic]": 1.6765349999787975, - "tests/test_create.py::test_tarball_install_and_bad_metadata[libmamba]": 0.62651400855326, - "tests/test_create.py::test_transactional_rollback_simple[classic]": 0.3232639615219257, - "tests/test_create.py::test_transactional_rollback_simple[libmamba]": 0.23286391987834554, - "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[classic]": 0.545354374491347, - "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[libmamba]": 0.3751934411627824, - "tests/test_create.py::test_update_all_updates_pip_pkg[classic]": 18.89492069523147, - "tests/test_create.py::test_update_all_updates_pip_pkg[libmamba]": 20.641723697992532, - "tests/test_create.py::test_update_deps_flag_absent[classic]": 0.5764713908990144, - "tests/test_create.py::test_update_deps_flag_absent[libmamba]": 0.35775130350566614, - "tests/test_create.py::test_update_deps_flag_present[classic]": 0.5666679237319313, - "tests/test_create.py::test_update_deps_flag_present[libmamba]": 0.588299587807215, - "tests/test_create.py::test_update_with_pinned_packages[classic]": 0.9514501508974605, - "tests/test_create.py::test_update_with_pinned_packages[libmamba]": 0.4212987399108785, - "tests/test_create.py::test_use_index_cache[classic]": 11.969531651772693, - "tests/test_create.py::test_use_index_cache[libmamba]": 13.164727151232043, - "tests/test_deprecations.py::test_action[future]": 0.004167249642363423, - "tests/test_deprecations.py::test_action[pending]": 0.0040429204321643835, - "tests/test_deprecations.py::test_action[remove]": 0.005207313114953392, - "tests/test_deprecations.py::test_arguments[deprecated]": 0.0032387477717232597, - "tests/test_deprecations.py::test_arguments[pending]": 0.004108667946771587, - "tests/test_deprecations.py::test_arguments[remove]": 0.003188703747974045, - "tests/test_deprecations.py::test_class[deprecated]": 0.0052447966345406626, - "tests/test_deprecations.py::test_class[pending]": 0.0034237601586801104, - "tests/test_deprecations.py::test_class[remove]": 0.0037774567823302494, - "tests/test_deprecations.py::test_constant[deprecated]": 0.00816592864529359, - "tests/test_deprecations.py::test_constant[pending]": 0.009272691128806333, - "tests/test_deprecations.py::test_constant[remove]": 0.0051990424889288775, - "tests/test_deprecations.py::test_function[deprecated]": 0.0035278451272811027, - "tests/test_deprecations.py::test_function[pending]": 0.004382876105531304, - "tests/test_deprecations.py::test_function[remove]": 0.0030042585827187653, - "tests/test_deprecations.py::test_method[deprecated]": 0.003264154214405681, - "tests/test_deprecations.py::test_method[pending]": 0.003711604913043523, - "tests/test_deprecations.py::test_method[remove]": 0.003506058418058908, - "tests/test_deprecations.py::test_module[deprecated]": 0.006545344254276619, - "tests/test_deprecations.py::test_module[pending]": 0.005040090270905021, - "tests/test_deprecations.py::test_module[remove]": 0.004637569380514569, - "tests/test_deprecations.py::test_topic[deprecated]": 0.0043173604048379575, - "tests/test_deprecations.py::test_topic[pending]": 0.0036504752211048747, - "tests/test_deprecations.py::test_topic[remove]": 0.004692323873454779, - "tests/test_deprecations.py::test_version_fallback": 0.004437704700863233, - "tests/test_exceptions.py::test_BasicClobberError": 0.01227395924199931, - "tests/test_exceptions.py::test_BinaryPrefixReplacementError": 0.025007048556703104, - "tests/test_exceptions.py::test_CommandNotFoundError_conda_build": 0.023569880540383267, - "tests/test_exceptions.py::test_CommandNotFoundError_simple": 0.02174666971278097, - "tests/test_exceptions.py::test_CondaFileNotFoundError": 0.024549441173203807, - "tests/test_exceptions.py::test_CondaHTTPError": 0.022735999097061785, - "tests/test_exceptions.py::test_CondaKeyError": 0.020314804246105392, - "tests/test_exceptions.py::test_DirectoryNotFoundError": 0.023092933553031336, - "tests/test_exceptions.py::test_KnownPackageClobberError": 0.012583184299615946, - "tests/test_exceptions.py::test_MD5MismatchError": 0.027863753241299843, - "tests/test_exceptions.py::test_PackageNotFoundError": 0.025979842450281645, + "tests/test_create.py::test_override_channels_disabled[classic]": 0.13677463895305533, + "tests/test_create.py::test_override_channels_disabled[libmamba]": 0.14157340279539243, + "tests/test_create.py::test_package_cache_regression[classic]": 0.367019032814601, + "tests/test_create.py::test_package_cache_regression[libmamba]": 1.1813893068608734, + "tests/test_create.py::test_package_optional_pinning[classic]": 0.7101288425596297, + "tests/test_create.py::test_package_optional_pinning[libmamba]": 0.4852194449880691, + "tests/test_create.py::test_package_pinning[classic]": 0.8185671899270627, + "tests/test_create.py::test_package_pinning[libmamba]": 0.47385686657007836, + "tests/test_create.py::test_packages_not_found[classic]": 0.48368668959457944, + "tests/test_create.py::test_packages_not_found[libmamba]": 4.61106796304983, + "tests/test_create.py::test_pinned_override_with_explicit_spec[classic]": 0.9643510965488643, + "tests/test_create.py::test_pinned_override_with_explicit_spec[libmamba]": 0.6756487116947415, + "tests/test_create.py::test_post_link_run_in_env[classic]": 1.7509110670559205, + "tests/test_create.py::test_post_link_run_in_env[libmamba]": 2.7070243672877936, + "tests/test_create.py::test_remove_empty_env[classic]": 0.4897902195526203, + "tests/test_create.py::test_remove_empty_env[libmamba]": 2.4500222003141907, + "tests/test_create.py::test_remove_force_remove_flag[classic]": 12.464130088848137, + "tests/test_create.py::test_remove_force_remove_flag[libmamba]": 12.269086797815563, + "tests/test_create.py::test_remove_ignore_nonenv[classic]": 0.052663740667269865, + "tests/test_create.py::test_remove_ignore_nonenv[libmamba]": 0.05082317989635202, + "tests/test_create.py::test_remove_spellcheck[classic]": 0.5567390132487797, + "tests/test_create.py::test_remove_spellcheck[libmamba]": 0.5919694891474159, + "tests/test_create.py::test_repodata_v2_base_url[classic]": 0.2950326888368359, + "tests/test_create.py::test_repodata_v2_base_url[libmamba]": 0.1972076893788776, + "tests/test_create.py::test_rm_rf[classic]": 12.463560003251057, + "tests/test_create.py::test_rm_rf[libmamba]": 16.025532068933604, + "tests/test_create.py::test_run_preserves_arguments[classic]": 16.06980779804732, + "tests/test_create.py::test_run_preserves_arguments[libmamba]": 12.5262098108183, + "tests/test_create.py::test_run_script_called[classic]": 0.00038079096834286563, + "tests/test_create.py::test_run_script_called[libmamba]": 0.0004301725638267439, + "tests/test_create.py::test_safety_checks_disabled[classic]": 10.642595629959484, + "tests/test_create.py::test_safety_checks_disabled[libmamba]": 14.114865820898695, + "tests/test_create.py::test_safety_checks_enabled[classic]": 11.662768472494003, + "tests/test_create.py::test_safety_checks_enabled[libmamba]": 13.042027754387815, + "tests/test_create.py::test_safety_checks_warn[classic]": 17.267257719389352, + "tests/test_create.py::test_safety_checks_warn[libmamba]": 16.256545023572638, + "tests/test_create.py::test_search_override_channels_enabled[classic]": 0.22770046296234686, + "tests/test_create.py::test_search_override_channels_enabled[libmamba]": 0.2063122285392561, + "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[classic]": 3.5609320592927958, + "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[libmamba]": 7.537478102323936, + "tests/test_create.py::test_shortcut_absent_when_condarc_set[classic]": 3.2897609199419153, + "tests/test_create.py::test_shortcut_absent_when_condarc_set[libmamba]": 8.36658291894393, + "tests/test_create.py::test_shortcut_creation_installs_shortcut[classic]": 3.388781823197508, + "tests/test_create.py::test_shortcut_creation_installs_shortcut[libmamba]": 8.025444477530684, + "tests/test_create.py::test_strict_channel_priority[classic]": 0.00032209776004225285, + "tests/test_create.py::test_strict_channel_priority[libmamba]": 0.0005408523554620364, + "tests/test_create.py::test_strict_resolve_get_reduced_index[classic]": 22.525578821746155, + "tests/test_create.py::test_strict_resolve_get_reduced_index[libmamba]": 19.958723641417418, + "tests/test_create.py::test_tarball_install[classic]": 0.5272482887240508, + "tests/test_create.py::test_tarball_install[libmamba]": 0.29175897391193883, + "tests/test_create.py::test_tarball_install_and_bad_metadata[classic]": 1.7220849424692797, + "tests/test_create.py::test_tarball_install_and_bad_metadata[libmamba]": 0.6732808505376028, + "tests/test_create.py::test_transactional_rollback_simple[classic]": 0.3180598487729807, + "tests/test_create.py::test_transactional_rollback_simple[libmamba]": 0.2289704197655508, + "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[classic]": 0.5311215157172211, + "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[libmamba]": 0.3613164710292595, + "tests/test_create.py::test_update_all_updates_pip_pkg[classic]": 18.62002876842978, + "tests/test_create.py::test_update_all_updates_pip_pkg[libmamba]": 20.12130124889764, + "tests/test_create.py::test_update_deps_flag_absent[classic]": 0.5600848197335744, + "tests/test_create.py::test_update_deps_flag_absent[libmamba]": 0.35339071793322874, + "tests/test_create.py::test_update_deps_flag_present[classic]": 0.5518089923177415, + "tests/test_create.py::test_update_deps_flag_present[libmamba]": 0.5612630744680864, + "tests/test_create.py::test_update_with_pinned_packages[classic]": 1.118835071330306, + "tests/test_create.py::test_update_with_pinned_packages[libmamba]": 0.4044985742368965, + "tests/test_create.py::test_use_index_cache[classic]": 11.68491448843037, + "tests/test_create.py::test_use_index_cache[libmamba]": 12.519323596664757, + "tests/test_deprecations.py::test_action[future]": 0.005128870185823925, + "tests/test_deprecations.py::test_action[pending]": 0.004819330215073222, + "tests/test_deprecations.py::test_action[remove]": 0.007443240228547241, + "tests/test_deprecations.py::test_arguments[deprecated]": 0.003183769077841225, + "tests/test_deprecations.py::test_arguments[pending]": 0.004153031328482076, + "tests/test_deprecations.py::test_arguments[remove]": 0.003970977209929086, + "tests/test_deprecations.py::test_class[deprecated]": 0.0050620290210049365, + "tests/test_deprecations.py::test_class[pending]": 0.003872775331846197, + "tests/test_deprecations.py::test_class[remove]": 0.0041442062977561705, + "tests/test_deprecations.py::test_constant[deprecated]": 0.008129665226695355, + "tests/test_deprecations.py::test_constant[pending]": 0.00874419564511584, + "tests/test_deprecations.py::test_constant[remove]": 0.005178563872975523, + "tests/test_deprecations.py::test_function[deprecated]": 0.0041433319260614655, + "tests/test_deprecations.py::test_function[pending]": 0.004249173378102018, + "tests/test_deprecations.py::test_function[remove]": 0.0036355713698710767, + "tests/test_deprecations.py::test_method[deprecated]": 0.0037914716538993763, + "tests/test_deprecations.py::test_method[pending]": 0.003672035418244187, + "tests/test_deprecations.py::test_method[remove]": 0.003284429597324955, + "tests/test_deprecations.py::test_module[deprecated]": 0.017128427792062847, + "tests/test_deprecations.py::test_module[pending]": 0.014851985804390183, + "tests/test_deprecations.py::test_module[remove]": 0.004507792724379076, + "tests/test_deprecations.py::test_topic[deprecated]": 0.004264072078444908, + "tests/test_deprecations.py::test_topic[pending]": 0.0034861234373415894, + "tests/test_deprecations.py::test_topic[remove]": 0.004601353421478818, + "tests/test_deprecations.py::test_version_fallback": 0.004482765637127461, + "tests/test_exceptions.py::test_BasicClobberError": 0.013201667491722148, + "tests/test_exceptions.py::test_BinaryPrefixReplacementError": 0.026168750267895148, + "tests/test_exceptions.py::test_CommandNotFoundError_conda_build": 0.03436512486349725, + "tests/test_exceptions.py::test_CommandNotFoundError_simple": 0.02662741415006936, + "tests/test_exceptions.py::test_CondaFileNotFoundError": 0.03481023653130487, + "tests/test_exceptions.py::test_CondaHTTPError": 0.0263294299973988, + "tests/test_exceptions.py::test_CondaKeyError": 0.02312535584942325, + "tests/test_exceptions.py::test_DirectoryNotFoundError": 0.029434598458424232, + "tests/test_exceptions.py::test_KnownPackageClobberError": 0.014223910674301454, + "tests/test_exceptions.py::test_MD5MismatchError": 0.029326416184882603, + "tests/test_exceptions.py::test_PackageNotFoundError": 0.02719187545838249, "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2": 0.006789168157878299, - "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[False]": 0.023287428394266386, - "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[True]": 0.02827476840322732, - "tests/test_exceptions.py::test_SharedLinkPathClobberError": 0.012554192031052723, - "tests/test_exceptions.py::test_TooManyArgumentsError": 0.02757435071506543, - "tests/test_exceptions.py::test_UnknownPackageClobberError": 0.012021542231229858, - "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_1": 0.08325448183219224, - "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_2": 0.08686259046830169, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_1": 0.10611096476383965, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_2": 0.10137621530380796, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_3": 0.09815260091054835, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_spaces": 0.08362477982802398, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_unicode": 0.0978750051626396, - "tests/test_export.py::test_explicit[classic]": 0.500371361101636, - "tests/test_export.py::test_explicit[libmamba]": 3.020110995819524, - "tests/test_export.py::test_export[classic]": 0.9733060422324712, - "tests/test_export.py::test_export[libmamba]": 6.195647712581491, - "tests/test_exports.py::test_deprecations[Completer-None]": 0.0034005017113482357, + "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[False]": 0.023035507569087378, + "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[True]": 0.027478449768407066, + "tests/test_exceptions.py::test_SharedLinkPathClobberError": 0.01287941630499882, + "tests/test_exceptions.py::test_TooManyArgumentsError": 0.026674827601852347, + "tests/test_exceptions.py::test_UnknownPackageClobberError": 0.012557234998934831, + "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_1": 0.09556393210983595, + "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_2": 0.09008061296476493, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_1": 0.10409993365459509, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_2": 0.11752006875935143, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_3": 0.10498113176053338, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_spaces": 0.08789617390997287, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_unicode": 0.09224157297410653, + "tests/test_export.py::test_explicit[classic]": 0.48134622629571416, + "tests/test_export.py::test_explicit[libmamba]": 3.007557282149346, + "tests/test_export.py::test_export[classic]": 0.9487338125024213, + "tests/test_export.py::test_export[libmamba]": 6.0833859285676635, + "tests/test_exports.py::test_deprecations[Completer-None]": 0.0033447210028679755, "tests/test_exports.py::test_deprecations[IndexRecord-TypeError]": 0.003997780175000075, - "tests/test_exports.py::test_deprecations[InstalledPackages-None]": 0.0035908767943396134, - "tests/test_exports.py::test_deprecations[KEYS-TypeError]": 0.004557315966139826, - "tests/test_exports.py::test_deprecations[KEYS_DIR-TypeError]": 0.003200829350304406, - "tests/test_exports.py::test_deprecations[_symlink_conda_hlp-TypeError]": 0.0032415183809029104, - "tests/test_exports.py::test_deprecations[fetch_index-TypeError]": 0.0035132614200033946, - "tests/test_exports.py::test_deprecations[hash_file-TypeError]": 0.0034094101447085007, - "tests/test_exports.py::test_deprecations[iteritems-TypeError]": 0.0032006151079111925, - "tests/test_exports.py::test_deprecations[move_to_trash-TypeError]": 0.0032657393803777923, - "tests/test_exports.py::test_deprecations[symlink_conda-TypeError]": 0.002971887471341817, - "tests/test_exports.py::test_deprecations[verify-TypeError]": 0.0032720503097193616, - "tests/test_exports.py::test_deprecations[win_conda_bat_redirect-TypeError]": 0.0010068323078929132, - "tests/test_features.py::test_install_track_features_downgrade": 1.5196994459886424, - "tests/test_features.py::test_install_track_features_upgrade": 1.6907743788580947, - "tests/test_features.py::test_remove_features_downgrade": 0.7269339952869647, - "tests/test_features.py::test_remove_features_upgrade": 0.8206489253486101, - "tests/test_fetch.py::test_checksum_checks_bytes[bad-type]": 0.013378463348746253, - "tests/test_fetch.py::test_checksum_checks_bytes[gibberish]": 0.2134219731119734, - "tests/test_fetch.py::test_checksum_checks_bytes[original]": 0.2213943521936602, - "tests/test_fetch.py::test_checksum_checks_bytes[upper]": 0.7418854236201958, - "tests/test_fetch.py::test_download_connectionerror": 10.252587334091851, - "tests/test_fetch.py::test_download_http_errors": 0.0037409235328495264, - "tests/test_fetch.py::test_download_httperror": 0.00938643712877446, - "tests/test_fetch.py::test_download_when_ranges_not_supported": 0.01671210273884857, - "tests/test_fetch.py::test_fetchrepodate_connectionerror": 10.221058481499961, - "tests/test_fetch.py::test_resume_download": 0.039535936655920444, - "tests/test_fetch.py::test_resume_partial": 1.2238171181376212, - "tests/test_fetch.py::test_tmpDownload": 0.11333177854844066, - "tests/test_history.py::test_calls_update_on_exit": 0.007173552767140697, - "tests/test_history.py::test_comment_parsing[conda 4.5.1]": 0.003871659759439976, - "tests/test_history.py::test_comment_parsing[conda 4.5.1dev0]": 0.002631917017806546, - "tests/test_history.py::test_comment_parsing[conda 4.5.1rc1]": 0.0035448778350209488, - "tests/test_history.py::test_comment_parsing[post 4.4, install spec]": 0.0024990852269760992, - "tests/test_history.py::test_comment_parsing[post 4.4, update spec]": 0.0038454635635624345, - "tests/test_history.py::test_comment_parsing[pre 4.4, install many specs]": 0.003463620903050649, - "tests/test_history.py::test_comment_parsing[pre 4.4, install one spec]": 0.004224636887715079, - "tests/test_history.py::test_comment_parsing[pre 4.4, install two specs]": 0.0026223398586354934, - "tests/test_history.py::test_comment_parsing[pre 4.4, update one spec]": 0.0027896453777773006, - "tests/test_history.py::test_comment_parsing[pre 4.4, update two specs]": 0.0028009412064356285, - "tests/test_history.py::test_empty_history_check_on_empty_env": 0.007128252622695278, - "tests/test_history.py::test_history_malformed": 0.005625385785363478, - "tests/test_history.py::test_parse_on_empty_env": 0.007298977489615661, - "tests/test_history.py::test_returns_history_object_as_context_object": 0.006146580049969798, - "tests/test_history.py::test_user_requests[0]": 0.0034828233413722255, - "tests/test_history.py::test_user_requests[1]": 0.003420355404181634, - "tests/test_history.py::test_user_requests[2]": 0.0035273741717608657, - "tests/test_history.py::test_user_requests[3]": 0.0034828486842233587, - "tests/test_history.py::test_user_requests[4]": 0.003262822804120794, - "tests/test_history.py::test_user_requests[5]": 0.0032994203976516455, - "tests/test_history.py::test_works_as_context_manager": 0.004231039826608901, - "tests/test_install.py::test_binary[linux-64]": 0.009752041655878509, - "tests/test_install.py::test_binary[noarch]": 0.007563935555313044, - "tests/test_install.py::test_binary[win-64]": 0.006429838989644974, + "tests/test_exports.py::test_deprecations[InstalledPackages-None]": 0.0034175772031234176, + "tests/test_exports.py::test_deprecations[KEYS-TypeError]": 0.004317031706870018, + "tests/test_exports.py::test_deprecations[KEYS_DIR-TypeError]": 0.003205057609120923, + "tests/test_exports.py::test_deprecations[_symlink_conda_hlp-TypeError]": 0.003244824533335336, + "tests/test_exports.py::test_deprecations[fetch_index-TypeError]": 0.0035132614200033938, + "tests/test_exports.py::test_deprecations[hash_file-TypeError]": 0.003330783465411788, + "tests/test_exports.py::test_deprecations[iteritems-TypeError]": 0.0031440798754239396, + "tests/test_exports.py::test_deprecations[move_to_trash-TypeError]": 0.003260713626172334, + "tests/test_exports.py::test_deprecations[symlink_conda-TypeError]": 0.0029898526851593918, + "tests/test_exports.py::test_deprecations[verify-TypeError]": 0.0032920997167369052, + "tests/test_exports.py::test_deprecations[win_conda_bat_redirect-TypeError]": 0.0009423186553121159, + "tests/test_features.py::test_install_track_features_downgrade": 1.6033368614564543, + "tests/test_features.py::test_install_track_features_upgrade": 1.7691070853480748, + "tests/test_features.py::test_remove_features_downgrade": 0.7555716210004229, + "tests/test_features.py::test_remove_features_upgrade": 0.808649215564559, + "tests/test_fetch.py::test_checksum_checks_bytes[bad-type]": 0.01366106771061213, + "tests/test_fetch.py::test_checksum_checks_bytes[gibberish]": 0.19289150473308603, + "tests/test_fetch.py::test_checksum_checks_bytes[original]": 0.293399510073335, + "tests/test_fetch.py::test_checksum_checks_bytes[upper]": 0.7399329082834266, + "tests/test_fetch.py::test_download_connectionerror": 10.237508169205723, + "tests/test_fetch.py::test_download_http_errors": 0.003757452428599503, + "tests/test_fetch.py::test_download_httperror": 0.009363917781451694, + "tests/test_fetch.py::test_download_when_ranges_not_supported": 0.016989768163573823, + "tests/test_fetch.py::test_fetchrepodate_connectionerror": 10.221031901595637, + "tests/test_fetch.py::test_resume_download": 0.03940797713083829, + "tests/test_fetch.py::test_resume_partial": 1.218352165545262, + "tests/test_fetch.py::test_tmpDownload": 0.10389159007877687, + "tests/test_history.py::test_calls_update_on_exit": 0.007586228183832877, + "tests/test_history.py::test_comment_parsing[conda 4.5.1]": 0.003830975411465234, + "tests/test_history.py::test_comment_parsing[conda 4.5.1dev0]": 0.002810844786096346, + "tests/test_history.py::test_comment_parsing[conda 4.5.1rc1]": 0.003597937473583102, + "tests/test_history.py::test_comment_parsing[post 4.4, install spec]": 0.002658418660241296, + "tests/test_history.py::test_comment_parsing[post 4.4, update spec]": 0.0037353363744452115, + "tests/test_history.py::test_comment_parsing[pre 4.4, install many specs]": 0.003482795813705398, + "tests/test_history.py::test_comment_parsing[pre 4.4, install one spec]": 0.004221135115921087, + "tests/test_history.py::test_comment_parsing[pre 4.4, install two specs]": 0.00273573091075339, + "tests/test_history.py::test_comment_parsing[pre 4.4, update one spec]": 0.002940354286548891, + "tests/test_history.py::test_comment_parsing[pre 4.4, update two specs]": 0.0028756811372754134, + "tests/test_history.py::test_empty_history_check_on_empty_env": 0.007403273802386512, + "tests/test_history.py::test_history_malformed": 0.005598371943982416, + "tests/test_history.py::test_parse_on_empty_env": 0.007605049490808695, + "tests/test_history.py::test_returns_history_object_as_context_object": 0.006219785635140659, + "tests/test_history.py::test_user_requests[0]": 0.0035380730198743236, + "tests/test_history.py::test_user_requests[1]": 0.0036221180515481357, + "tests/test_history.py::test_user_requests[2]": 0.0035606280922286294, + "tests/test_history.py::test_user_requests[3]": 0.003548729048235896, + "tests/test_history.py::test_user_requests[4]": 0.003583890872068224, + "tests/test_history.py::test_user_requests[5]": 0.0034274484716055363, + "tests/test_history.py::test_works_as_context_manager": 0.004293340494845016, + "tests/test_install.py::test_binary[linux-64]": 0.009719041140371873, + "tests/test_install.py::test_binary[noarch]": 0.007953812374320008, + "tests/test_install.py::test_binary[win-64]": 0.006208857167866983, "tests/test_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 36.597532868990704, - "tests/test_install.py::test_default_text": 0.006806660071171849, - "tests/test_install.py::test_ends_with_newl[linux-64]": 0.002927065882616517, - "tests/test_install.py::test_ends_with_newl[noarch]": 0.0030301498568315443, - "tests/test_install.py::test_ends_with_newl[win-64]": 0.0035678675317212132, + "tests/test_install.py::test_default_text": 0.00694649249601359, + "tests/test_install.py::test_ends_with_newl[linux-64]": 0.003128617917626512, + "tests/test_install.py::test_ends_with_newl[noarch]": 0.0031121004785360897, + "tests/test_install.py::test_ends_with_newl[win-64]": 0.0036806581261643483, "tests/test_install.py::test_install_freezes_env_by_default": 0.93139938617752, "tests/test_install.py::test_install_from_extracted_package": 15.232263997470005, "tests/test_install.py::test_install_mkdir": 29.177026966604576, - "tests/test_install.py::test_long_default_text": 0.005511277592928128, - "tests/test_install.py::test_multiple[linux-64]": 0.0027312437554522055, - "tests/test_install.py::test_multiple[noarch]": 0.002920629945330785, - "tests/test_install.py::test_multiple[win-64]": 0.003077588483647007, - "tests/test_install.py::test_no_extra[linux-64]": 0.003023356944782375, - "tests/test_install.py::test_no_extra[noarch]": 0.002697411708717193, - "tests/test_install.py::test_no_extra[win-64]": 0.0034062156494347423, - "tests/test_install.py::test_read_no_link": 0.006510726707893499, - "tests/test_install.py::test_shorter[linux-64]": 0.0032108227947570517, - "tests/test_install.py::test_shorter[noarch]": 0.0045069760850440085, - "tests/test_install.py::test_shorter[win-64]": 0.003976481328321869, - "tests/test_install.py::test_simple[linux-64]": 0.008522319372466907, - "tests/test_install.py::test_simple[noarch]": 0.005103753379909293, - "tests/test_install.py::test_simple[win-64]": 0.004168535534734207, - "tests/test_install.py::test_spaces[linux-64]": 0.0029568448025144092, - "tests/test_install.py::test_spaces[noarch]": 0.002729476114725921, - "tests/test_install.py::test_spaces[win-64]": 0.0032517333565839344, - "tests/test_install.py::test_too_long[linux-64]": 0.002699522617776824, - "tests/test_install.py::test_too_long[noarch]": 0.0027553447250868337, - "tests/test_install.py::test_too_long[win-64]": 0.0030518827181418573, - "tests/test_install.py::test_trash_outside_prefix": 0.04023431673201953, - "tests/test_install.py::test_two[linux-64]": 0.0026093977179383857, - "tests/test_install.py::test_two[noarch]": 0.002631540785652324, - "tests/test_install.py::test_two[win-64]": 0.003478314447838152, - "tests/test_install.py::test_windows_entry_point": 0.0009020109097891047, - "tests/test_install.py::test_yield_lines": 0.005102979646987404, - "tests/test_instructions.py::test_check_files_in_tarball_files_exist": 0.0027024045356222014, - "tests/test_instructions.py::test_check_files_in_tarball_files_not_exist": 0.0031571963535410065, - "tests/test_instructions.py::test_expected_operation_order": 0.007015366703955593, - "tests/test_instructions.py::test_simple_instruction": 0.004323333307371016, - "tests/test_instructions.py::test_state": 0.00451163231490232, - "tests/test_link_order.py::test_link_order_post_link_actions": 0.3869881415962329, - "tests/test_link_order.py::test_link_order_post_link_depend": 0.7535165571553698, - "tests/test_logic.py::test_ALL": 10.871880183166546, - "tests/test_logic.py::test_AMONE": 2.9199181114374384, - "tests/test_logic.py::test_AND": 0.021557589869795644, - "tests/test_logic.py::test_ANY": 10.469629318415825, - "tests/test_logic.py::test_ITE": 0.7141419736241033, - "tests/test_logic.py::test_LinearBound": 4.921061636199753, - "tests/test_logic.py::test_NOT": 0.004592920059017525, - "tests/test_logic.py::test_OR": 0.022817122442596063, - "tests/test_logic.py::test_XONE": 1.5717299917572778, - "tests/test_logic.py::test_XOR": 0.03044522412890731, - "tests/test_logic.py::test_minimal_unsatisfiable_subset": 0.003038940907901073, - "tests/test_logic.py::test_minimize": 0.00692242046108436, - "tests/test_logic.py::test_sat": 0.0031584147891173166, - "tests/test_misc.py::test_Utf8NamedTemporaryFile": 0.005282264346269945, - "tests/test_misc.py::test_cache_fn_url": 0.0028962134498851256, - "tests/test_misc.py::test_explicit_missing_cache_entries": 3.6903697255753225, - "tests/test_misc.py::test_explicit_no_cache": 0.009112325287249297, - "tests/test_misc.py::test_url_pat_1": 0.0027716891421713636, - "tests/test_misc.py::test_url_pat_2": 0.0028781556509546355, - "tests/test_misc.py::test_url_pat_3": 0.0027822755237246234, - "tests/test_misc.py::test_walk_prefix": 0.01068083663938734, - "tests/test_plan.py::test_adds_to_existing_actions": 0.0032230209816360984, - "tests/test_plan.py::test_deprecations[_get_best_prec_match]": 0.002791916610156405, - "tests/test_plan.py::test_deprecations[_handle_menuinst]": 0.003185371847907523, - "tests/test_plan.py::test_deprecations[_inject_UNLINKLINKTRANSACTION]": 0.002815331728568709, - "tests/test_plan.py::test_deprecations[_plan_from_actions]": 0.0028994678292269542, - "tests/test_plan.py::test_deprecations[_update_old_plan]": 0.0027673480910079505, - "tests/test_plan.py::test_deprecations[add_defaults_to_specs]": 0.0030449357191433043, - "tests/test_plan.py::test_deprecations[add_unlink]": 0.002716225367256093, - "tests/test_plan.py::test_deprecations[display_actions]": 0.0030378814531679013, - "tests/test_plan.py::test_deprecations[execute_actions]": 0.0027028398516036668, - "tests/test_plan.py::test_deprecations[execute_instructions]": 0.0029415113670291193, - "tests/test_plan.py::test_deprecations[execute_plan]": 0.002772934270346849, - "tests/test_plan.py::test_deprecations[get_blank_actions]": 0.003267199910409194, - "tests/test_plan.py::test_deprecations[install_actions]": 0.002765375219534358, - "tests/test_plan.py::test_deprecations[print_dists]": 0.0036043681876729134, - "tests/test_plan.py::test_deprecations[revert_actions]": 0.0028780456949734066, - "tests/test_plan.py::test_display_actions_0": 0.11820378326010776, - "tests/test_plan.py::test_display_actions_features": 0.12197313261744146, - "tests/test_plan.py::test_display_actions_link_type": 0.013713427231264333, - "tests/test_plan.py::test_display_actions_show_channel_urls": 0.13391422779242798, - "tests/test_plan.py::test_execute_plan": 0.0028078660608972096, - "tests/test_plan.py::test_pinned_specs_CONDA_PINNED_PACKAGES": 0.013502902947280904, - "tests/test_plan.py::test_pinned_specs_all": 2.0526079050078887, - "tests/test_plan.py::test_pinned_specs_conda_meta_pinned": 2.0756075056447636, - "tests/test_plan.py::test_pinned_specs_condarc": 2.3498836983381537, - "tests/test_plan.py::test_simply_adds_unlink_on_non_windows": 0.003620973700842253, - "tests/test_plan.py::test_update_old_plan": 0.0027574475331774077, - "tests/test_priority.py::test_reorder_channel_priority[classic-with pinned_package]": 1.7479594930648965, - "tests/test_priority.py::test_reorder_channel_priority[classic-without pinned_package]": 1.559446231360467, - "tests/test_priority.py::test_reorder_channel_priority[libmamba-with pinned_package]": 4.10545870412087, - "tests/test_priority.py::test_reorder_channel_priority[libmamba-without pinned_package]": 4.080229232882709, - "tests/test_shell.py::test_activate_deactivate_modify_path[bash]": 3.402321591416713, - "tests/test_shell.py::test_activate_deactivate_modify_path[cmd.exe]": 0.0002582155834084511, - "tests/test_shell.py::test_bash_activate_error": 3.795284064666772, - "tests/test_shell.py::test_basic_integration[bash-basic_posix]": 28.26808880205564, - "tests/test_shell.py::test_basic_integration[csh-basic_csh]": 3.831983481027875, - "tests/test_shell.py::test_basic_integration[dash-basic_posix]": 35.040284714249914, - "tests/test_shell.py::test_basic_integration[tcsh-basic_csh]": 4.312626175277715, - "tests/test_shell.py::test_basic_integration[zsh-basic_posix]": 27.495629836555548, - "tests/test_shell.py::test_cmd_exe_activate_error": 0.0004102545833006843, - "tests/test_shell.py::test_cmd_exe_basic_integration": 0.0004652813333210462, - "tests/test_shell.py::test_fish_basic_integration": 0.0004893517501424564, - "tests/test_shell.py::test_legacy_activate_deactivate_bash": 5.049597687527737, - "tests/test_shell.py::test_legacy_activate_deactivate_cmd_exe": 0.000374993666690039, - "tests/test_shell.py::test_powershell_PATH_management": 0.00024177802765103075, - "tests/test_shell.py::test_powershell_basic_integration": 0.000475549777787718, - "tests/test_shell.py::test_stacking[0--base-base,sys]": 26.58182316524999, - "tests/test_shell.py::test_stacking[0--has-has,sys]": 18.30509753652775, - "tests/test_shell.py::test_stacking[0--not-sys]": 21.956902014916693, - "tests/test_shell.py::test_stacking[0-base-base-base,sys]": 27.32942281616675, - "tests/test_shell.py::test_stacking[0-base-has-has,sys]": 19.599815752361128, - "tests/test_shell.py::test_stacking[0-base-not-sys]": 18.11097578283341, - "tests/test_shell.py::test_stacking[0-has-base-base,sys]": 22.914157292972217, - "tests/test_shell.py::test_stacking[0-has-has-has,sys]": 18.240137503722192, - "tests/test_shell.py::test_stacking[0-has-not-sys]": 17.162636774388957, - "tests/test_shell.py::test_stacking[0-not-base-base,sys]": 21.293278432861204, - "tests/test_shell.py::test_stacking[0-not-has-has,sys]": 16.318944320583487, - "tests/test_shell.py::test_stacking[0-not-not-sys]": 16.85301500575005, - "tests/test_shell.py::test_stacking[5-base,has-base-base,has,base,sys]": 25.167773356472285, - "tests/test_shell.py::test_stacking[5-base,has-has-has,base,sys]": 17.525199986139114, - "tests/test_shell.py::test_stacking[5-base,has-not-has,base,sys]": 18.71489133583321, - "tests/test_shell.py::test_stacking[5-base,not-base-base,base,sys]": 26.669900835527894, - "tests/test_shell.py::test_stacking[5-base,not-has-has,base,sys]": 18.48363284633342, - "tests/test_shell.py::test_stacking[5-base,not-not-base,sys]": 19.37942911930564, - "tests/test_shell.py::test_stacking[5-base-base-base,sys]": 24.19266606030558, - "tests/test_shell.py::test_stacking[5-base-has-has,base,sys]": 16.316256895750083, - "tests/test_shell.py::test_stacking[5-base-not-base,sys]": 18.72648395952785, - "tests/test_shell.py::test_stacking[5-has-base-base,has,sys]": 23.88482665844447, - "tests/test_shell.py::test_stacking[5-has-has-has,sys]": 18.96425215283318, - "tests/test_shell.py::test_stacking[5-has-not-has,sys]": 18.054908522166674, - "tests/test_shell.py::test_stacking[5-not-base-base,sys]": 25.170520967499954, - "tests/test_shell.py::test_stacking[5-not-has-has,sys]": 17.888476106888977, - "tests/test_shell.py::test_stacking[5-not-not-sys]": 17.35510180513879, - "tests/test_solvers.py::TestClassicSolver::test_accelerate": 3.6691133082812777, - "tests/test_solvers.py::TestClassicSolver::test_anaconda_nomkl": 2.1417172299763725, - "tests/test_solvers.py::TestClassicSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.19690239650678978, - "tests/test_solvers.py::TestClassicSolver::test_channel_priority_1": 1.26969199909726, - "tests/test_solvers.py::TestClassicSolver::test_circular_dependencies": 0.7736510867033052, - "tests/test_solvers.py::TestClassicSolver::test_empty": 1.0801488220383906, - "tests/test_solvers.py::TestClassicSolver::test_get_dists": 2.5849278703164322, - "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_preferred_solution": 0.20248161417180152, - "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.23312806011546938, - "tests/test_solvers.py::TestClassicSolver::test_install_package_with_feature": 0.7470573678059821, - "tests/test_solvers.py::TestClassicSolver::test_iopro_mkl": 1.7979350912486012, - "tests/test_solvers.py::TestClassicSolver::test_iopro_nomkl": 1.1101480621363673, - "tests/test_solvers.py::TestClassicSolver::test_irrational_version": 0.4109258097257879, - "tests/test_solvers.py::TestClassicSolver::test_mkl": 2.595940648107377, - "tests/test_solvers.py::TestClassicSolver::test_no_features": 3.6425589015388127, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater": 0.19615181731993295, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.20815322663499838, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater": 0.19446119360166692, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.22274969501050834, - "tests/test_solvers.py::TestClassicSolver::test_nonexistent": 0.322425470600876, - "tests/test_solvers.py::TestClassicSolver::test_nonexistent_deps": 3.070126115923925, - "tests/test_solvers.py::TestClassicSolver::test_pseudo_boolean": 2.3316373771702157, - "tests/test_solvers.py::TestClassicSolver::test_remove": 2.1695793162303505, - "tests/test_solvers.py::TestClassicSolver::test_scipy_mkl": 1.1206333364631356, - "tests/test_solvers.py::TestClassicSolver::test_surplus_features_1": 0.24509489746940294, - "tests/test_solvers.py::TestClassicSolver::test_surplus_features_2": 0.21351163963917594, - "tests/test_solvers.py::TestClassicSolver::test_timestamps_and_deps": 1.6606052384341277, - "tests/test_solvers.py::TestClassicSolver::test_unintentional_feature_downgrade": 1.6388300557423452, - "tests/test_solvers.py::TestClassicSolver::test_unsat_any_two_not_three": 0.8923029375175808, - "tests/test_solvers.py::TestClassicSolver::test_unsat_chain": 0.26215998775808474, - "tests/test_solvers.py::TestClassicSolver::test_unsat_channel_priority": 0.5186211413320843, - "tests/test_solvers.py::TestClassicSolver::test_unsat_expand_single": 0.2046856276986271, - "tests/test_solvers.py::TestClassicSolver::test_unsat_from_r1": 3.8285644059347637, - "tests/test_solvers.py::TestClassicSolver::test_unsat_missing_dep": 0.21523263551845895, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_1": 0.2548027846077724, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_2": 0.23566641204909713, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_3": 0.22308215282727595, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_4": 0.26698134312676197, - "tests/test_solvers.py::TestClassicSolver::test_unsat_simple": 0.22622688238157473, - "tests/test_solvers.py::TestLibMambaSolver::test_accelerate": 0.0029219874491148573, - "tests/test_solvers.py::TestLibMambaSolver::test_anaconda_nomkl": 0.49290308194402455, - "tests/test_solvers.py::TestLibMambaSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.13258385167780073, - "tests/test_solvers.py::TestLibMambaSolver::test_channel_priority_1": 0.2650238667131933, - "tests/test_solvers.py::TestLibMambaSolver::test_circular_dependencies": 0.6780119074217571, - "tests/test_solvers.py::TestLibMambaSolver::test_empty": 0.20795126673242018, - "tests/test_solvers.py::TestLibMambaSolver::test_get_dists": 0.2919402133750906, - "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_preferred_solution": 0.132119101680622, - "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.159628082078301, - "tests/test_solvers.py::TestLibMambaSolver::test_install_package_with_feature": 0.23557118263483756, - "tests/test_solvers.py::TestLibMambaSolver::test_iopro_mkl": 0.002753205505825452, - "tests/test_solvers.py::TestLibMambaSolver::test_iopro_nomkl": 0.0029774378837166635, - "tests/test_solvers.py::TestLibMambaSolver::test_irrational_version": 0.22341683228729817, - "tests/test_solvers.py::TestLibMambaSolver::test_mkl": 0.002739722843672453, - "tests/test_solvers.py::TestLibMambaSolver::test_no_features": 0.0030164548884387167, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater": 0.13407382343284605, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.12391797035294878, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater": 0.13336850594883634, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.13722108528236535, - "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent": 0.21910572850154605, - "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent_deps": 1.4957690912699206, - "tests/test_solvers.py::TestLibMambaSolver::test_pseudo_boolean": 0.002859051231800556, - "tests/test_solvers.py::TestLibMambaSolver::test_remove": 0.003350744181388579, - "tests/test_solvers.py::TestLibMambaSolver::test_scipy_mkl": 0.0025698491797438595, - "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_1": 0.0030723251159576292, - "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_2": 0.0029558971242026016, - "tests/test_solvers.py::TestLibMambaSolver::test_timestamps_and_deps": 1.4322074047465947, - "tests/test_solvers.py::TestLibMambaSolver::test_unintentional_feature_downgrade": 0.0032856350197778966, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_any_two_not_three": 0.46161832537819075, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_chain": 0.11420384168044147, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_channel_priority": 0.3303635483257105, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_expand_single": 0.11305386690392782, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_from_r1": 0.5815915087365421, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_missing_dep": 0.1155137833948451, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_1": 0.1261585787419402, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_2": 0.11028404033423979, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_3": 0.10591021847157306, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_4": 0.11254627521308953, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_simple": 0.11429478533419989, - "tests/test_toposort.py::test_cycle": 0.0030524514888897714, - "tests/test_toposort.py::test_cycle_best_effort": 0.003183723967102332, - "tests/test_toposort.py::test_degenerate": 0.0026536393946739473, - "tests/test_toposort.py::test_pop_key": 0.002894328689779778, - "tests/test_toposort.py::test_python_is_prioritized": 0.0029200568197799647, - "tests/test_toposort.py::test_simple": 0.0028417320814118126, - "tests/test_utils.py::test_deprecations[cygwin_path_to_win-TypeError]": 0.0037062445869372237, - "tests/test_utils.py::test_deprecations[msys2_shell_base-TypeError]": 0.004464487854580934, - "tests/test_utils.py::test_deprecations[path_identity-TypeError]": 0.0036375645698914403, - "tests/test_utils.py::test_deprecations[shells-TypeError]": 0.004220490204466511, - "tests/test_utils.py::test_deprecations[translate_stream-TypeError]": 0.0037570668716100535, - "tests/test_utils.py::test_deprecations[unix_shell_base-TypeError]": 0.008204287310591776, - "tests/test_utils.py::test_deprecations[win_path_to_cygwin-TypeError]": 0.0034030233560554423, - "tests/test_utils.py::test_ensure_dir": 0.004461062008149684, - "tests/test_utils.py::test_ensure_dir_errors": 0.005627762702968391, - "tests/test_utils.py::test_path_translations": 0.023605242072770195, - "tests/test_utils.py::test_quote_for_shell[!-'!']": 0.0034748030403445648, - "tests/test_utils.py::test_quote_for_shell[\"-'\"']": 0.004108569695777038, - "tests/test_utils.py::test_quote_for_shell[#-'#']": 0.0031492899007844236, - "tests/test_utils.py::test_quote_for_shell[$-'$']": 0.0038001522193053133, - "tests/test_utils.py::test_quote_for_shell[%-%]": 0.002734679562248657, - "tests/test_utils.py::test_quote_for_shell[&-'&']": 0.003304451657078541, - "tests/test_utils.py::test_quote_for_shell['-''\"'\"'']": 0.003404321494761678, - "tests/test_utils.py::test_quote_for_shell[(-'(']": 0.0037018452493985145, - "tests/test_utils.py::test_quote_for_shell[)-')']": 0.0032255404815606814, - "tests/test_utils.py::test_quote_for_shell[*-'*']": 0.003592345658495654, - "tests/test_utils.py::test_quote_for_shell[+-+]": 0.0029668501063811596, - "tests/test_utils.py::test_quote_for_shell[,-,]": 0.003845004648932218, - "tests/test_utils.py::test_quote_for_shell[---]": 0.0031186465900196257, - "tests/test_utils.py::test_quote_for_shell[.-.]": 0.003109737140710231, - "tests/test_utils.py::test_quote_for_shell[/-/]": 0.0030859813650728884, - "tests/test_utils.py::test_quote_for_shell[1>/dev/null-'1>/dev/null']": 0.0036546720099666676, - "tests/test_utils.py::test_quote_for_shell[1>NUL-'1>NUL']": 0.003299660750700126, - "tests/test_utils.py::test_quote_for_shell[2>&1-'2>&1']": 0.004588897482028721, - "tests/test_utils.py::test_quote_for_shell[2>/dev/null-'2>/dev/null']": 0.0028033364472663277, - "tests/test_utils.py::test_quote_for_shell[2>NUL-'2>NUL']": 0.00350941378606414, - "tests/test_utils.py::test_quote_for_shell[:-:]": 0.003369590052161198, - "tests/test_utils.py::test_quote_for_shell[;-';']": 0.003393426727532058, - "tests/test_utils.py::test_quote_for_shell[<-'<']": 0.0028987119659843164, - "tests/test_utils.py::test_quote_for_shell[=-=]": 0.0030723095856621894, - "tests/test_utils.py::test_quote_for_shell[>-'>']": 0.002947962135265058, - "tests/test_utils.py::test_quote_for_shell[>/dev/null-'>/dev/null']": 0.0035369259602079425, - "tests/test_utils.py::test_quote_for_shell[>NUL-'>NUL']": 0.003309288643052383, - "tests/test_utils.py::test_quote_for_shell[?-'?']": 0.005830800440463761, - "tests/test_utils.py::test_quote_for_shell[@-@]": 0.0030751596449950145, - "tests/test_utils.py::test_quote_for_shell[C:\\\\temp\\\\some ^%file^% > nul-\"C:\\\\temp\\\\some ^%%file^%% > nul\"]": 0.0006555233354312394, - "tests/test_utils.py::test_quote_for_shell[None-'']": 0.0032501158663848268, - "tests/test_utils.py::test_quote_for_shell[[-'[']": 0.0035470930486644204, - "tests/test_utils.py::test_quote_for_shell[\\\\-'\\\\']": 0.0034902054839905643, - "tests/test_utils.py::test_quote_for_shell[]-']']": 0.0036275879642007065, - "tests/test_utils.py::test_quote_for_shell[^-'^']": 0.0035508321828237183, - "tests/test_utils.py::test_quote_for_shell[arg1 and 2-'arg1 and 2']": 0.003727522240891569, - "tests/test_utils.py::test_quote_for_shell[arg1-arg1]": 0.003626222090638988, - "tests/test_utils.py::test_quote_for_shell[arg1\\nand\\n2-'arg1\\nand\\n2']": 0.004333587040130726, - "tests/test_utils.py::test_quote_for_shell[malicious argument\\\\\"&whoami-\"malicious argument\\\\\"\"&whoami\"]": 0.0006056958965855836, - "tests/test_utils.py::test_quote_for_shell[numpy<1.22-'numpy<1.22']": 0.0036061689938914573, - "tests/test_utils.py::test_quote_for_shell[numpy>=1.0-'numpy>=1.0']": 0.002838587212134071, - "tests/test_utils.py::test_quote_for_shell[one|two-'one|two']": 0.0031429382328408712, - "tests/test_utils.py::test_quote_for_shell[{-'{']": 0.003947133562165291, - "tests/test_utils.py::test_quote_for_shell[|-'|']": 0.0032736942409355607, - "tests/test_utils.py::test_quote_for_shell[}-'}']": 0.0029619455129459883, - "tests/test_utils.py::test_quote_for_shell[~-'~']": 0.0038363887316288973, - "tests/test_utils.py::test_text_translations": 0.021005720466790088, - "tests/trust/test_signature_verification.py::test_2nd_root_metadata_from_web": 0.1167478430316461, - "tests/trust/test_signature_verification.py::test_3rd_root_metadata_from_web": 0.0869392823939355, - "tests/trust/test_signature_verification.py::test_invalid_2nd_metadata_on_disk_no_new_metadata_on_web": 0.009078072667530504, - "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.conda-None]": 13.005114067499242, - "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.tar.bz2-False]": 12.870838154162763, - "tests/trust/test_signature_verification.py::test_signature_verification[first.tar.bz2-True]": 12.996911407567111, - "tests/trust/test_signature_verification.py::test_signature_verification[second.conda-True]": 13.040888358919203, - "tests/trust/test_signature_verification.py::test_signature_verification[third.conda-True]": 13.009775827244278, - "tests/trust/test_signature_verification.py::test_signature_verification_not_enabled": 0.04473727541130421, - "tests/trust/test_signature_verification.py::test_single_invalid_signature_3rd_root_metadata_from_web": 0.023256748299826047, - "tests/trust/test_signature_verification.py::test_trusted_root_2nd_metadata_on_disk_no_new_metadata_on_web": 0.009990384778223754, - "tests/trust/test_signature_verification.py::test_trusted_root_invalid_key_mgr_online_valid_on_disk": 0.024702974318211373, - "tests/trust/test_signature_verification.py::test_trusted_root_new_key_mgr_online": 0.011524685104636672, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_is_on_disk": 0.013347631134734162, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_not_on_disk": 0.02428134515388866, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_metadata": 0.008468369855314926 + "tests/test_install.py::test_long_default_text": 0.005584441290390531, + "tests/test_install.py::test_multiple[linux-64]": 0.0029686811112859105, + "tests/test_install.py::test_multiple[noarch]": 0.002923454195626858, + "tests/test_install.py::test_multiple[win-64]": 0.0033222726745201383, + "tests/test_install.py::test_no_extra[linux-64]": 0.0029134338458597303, + "tests/test_install.py::test_no_extra[noarch]": 0.0026927286991037074, + "tests/test_install.py::test_no_extra[win-64]": 0.0033977815796439165, + "tests/test_install.py::test_read_no_link": 0.00620462346631689, + "tests/test_install.py::test_shorter[linux-64]": 0.003320933442727832, + "tests/test_install.py::test_shorter[noarch]": 0.0043329338791057645, + "tests/test_install.py::test_shorter[win-64]": 0.003901913412629254, + "tests/test_install.py::test_simple[linux-64]": 0.00854586015744676, + "tests/test_install.py::test_simple[noarch]": 0.005117011977431901, + "tests/test_install.py::test_simple[win-64]": 0.00441738163840056, + "tests/test_install.py::test_spaces[linux-64]": 0.0029719364304558573, + "tests/test_install.py::test_spaces[noarch]": 0.002783834989111671, + "tests/test_install.py::test_spaces[win-64]": 0.0032890661505653226, + "tests/test_install.py::test_too_long[linux-64]": 0.0028663740635818044, + "tests/test_install.py::test_too_long[noarch]": 0.002751643105938286, + "tests/test_install.py::test_too_long[win-64]": 0.0030432650639049636, + "tests/test_install.py::test_trash_outside_prefix": 0.04193192757619019, + "tests/test_install.py::test_two[linux-64]": 0.0027928394249691958, + "tests/test_install.py::test_two[noarch]": 0.0028636189155306336, + "tests/test_install.py::test_two[win-64]": 0.0034925765519141076, + "tests/test_install.py::test_windows_entry_point": 0.0007352627813624681, + "tests/test_install.py::test_yield_lines": 0.005326041462644421, + "tests/test_instructions.py::test_check_files_in_tarball_files_exist": 0.002791341737273375, + "tests/test_instructions.py::test_check_files_in_tarball_files_not_exist": 0.0034060199612683793, + "tests/test_instructions.py::test_expected_operation_order": 0.006439092735558701, + "tests/test_instructions.py::test_simple_instruction": 0.004037424078294679, + "tests/test_instructions.py::test_state": 0.004310464687831492, + "tests/test_link_order.py::test_link_order_post_link_actions": 0.4053789578315895, + "tests/test_link_order.py::test_link_order_post_link_depend": 0.6858966903457129, + "tests/test_logic.py::test_ALL": 11.006447764085229, + "tests/test_logic.py::test_AMONE": 2.8798587945427085, + "tests/test_logic.py::test_AND": 0.020777548269914927, + "tests/test_logic.py::test_ANY": 10.163504446628826, + "tests/test_logic.py::test_ITE": 0.6962289565763599, + "tests/test_logic.py::test_LinearBound": 5.0109096908753825, + "tests/test_logic.py::test_NOT": 0.004609195736450268, + "tests/test_logic.py::test_OR": 0.02254207039655617, + "tests/test_logic.py::test_XONE": 1.5698448387612047, + "tests/test_logic.py::test_XOR": 0.030846183283960972, + "tests/test_logic.py::test_minimal_unsatisfiable_subset": 0.003053575255797445, + "tests/test_logic.py::test_minimize": 0.006254080987084419, + "tests/test_logic.py::test_sat": 0.0033282433779270124, + "tests/test_misc.py::test_Utf8NamedTemporaryFile": 0.0072454524285162384, + "tests/test_misc.py::test_cache_fn_url": 0.0026092137140133697, + "tests/test_misc.py::test_explicit_missing_cache_entries": 3.848913322207821, + "tests/test_misc.py::test_explicit_no_cache": 0.009368693538953768, + "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03-ParseError]": 0.0030975169999987173, + "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.005797344000001203, + "tests/test_misc.py::test_explicit_parser[doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.004199068000001915, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-None]": 0.007573462499998129, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-md5:5e9e17751f19d03c4034246de428582e-ParseError]": 0.003878095000001025, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-sha123:2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-ParseError]": 0.0053741924999961554, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-sha256:2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-None]": 0.004161858499998061, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.0054918670000017045, + "tests/test_misc.py::test_url_pat_1": 0.002892717073214522, + "tests/test_misc.py::test_url_pat_2": 0.0028580295379266115, + "tests/test_misc.py::test_url_pat_3": 0.00294104645401457, + "tests/test_misc.py::test_walk_prefix": 0.015835061501372462, + "tests/test_plan.py::test_adds_to_existing_actions": 0.003327488158385871, + "tests/test_plan.py::test_deprecations[_get_best_prec_match]": 0.002909588855880339, + "tests/test_plan.py::test_deprecations[_handle_menuinst]": 0.003208900334272491, + "tests/test_plan.py::test_deprecations[_inject_UNLINKLINKTRANSACTION]": 0.002871480391316793, + "tests/test_plan.py::test_deprecations[_plan_from_actions]": 0.0029469685497938857, + "tests/test_plan.py::test_deprecations[_update_old_plan]": 0.002803937405915972, + "tests/test_plan.py::test_deprecations[add_defaults_to_specs]": 0.0032886722418261735, + "tests/test_plan.py::test_deprecations[add_unlink]": 0.0028580178705375323, + "tests/test_plan.py::test_deprecations[display_actions]": 0.0032369058365357417, + "tests/test_plan.py::test_deprecations[execute_actions]": 0.002850089880605578, + "tests/test_plan.py::test_deprecations[execute_instructions]": 0.003040027915790977, + "tests/test_plan.py::test_deprecations[execute_plan]": 0.002852627662747349, + "tests/test_plan.py::test_deprecations[get_blank_actions]": 0.0033192985498837167, + "tests/test_plan.py::test_deprecations[install_actions]": 0.002932814364181532, + "tests/test_plan.py::test_deprecations[print_dists]": 0.0036539212331078742, + "tests/test_plan.py::test_deprecations[revert_actions]": 0.0029133480099037493, + "tests/test_plan.py::test_display_actions_0": 0.11601170271588497, + "tests/test_plan.py::test_display_actions_features": 0.12885860783122807, + "tests/test_plan.py::test_display_actions_link_type": 0.0144607252932248, + "tests/test_plan.py::test_display_actions_show_channel_urls": 0.13415336406985218, + "tests/test_plan.py::test_execute_plan": 0.002889901709406084, + "tests/test_plan.py::test_pinned_specs_CONDA_PINNED_PACKAGES": 0.014340746563382382, + "tests/test_plan.py::test_pinned_specs_all": 1.9217977810141589, + "tests/test_plan.py::test_pinned_specs_conda_meta_pinned": 1.8828805573267042, + "tests/test_plan.py::test_pinned_specs_condarc": 2.1711987790983667, + "tests/test_plan.py::test_simply_adds_unlink_on_non_windows": 0.0038267420270612605, + "tests/test_plan.py::test_update_old_plan": 0.0028479191657319407, + "tests/test_priority.py::test_reorder_channel_priority[classic-with pinned_package]": 1.7201424460143837, + "tests/test_priority.py::test_reorder_channel_priority[classic-without pinned_package]": 1.565110630649236, + "tests/test_priority.py::test_reorder_channel_priority[libmamba-with pinned_package]": 3.9198428373318386, + "tests/test_priority.py::test_reorder_channel_priority[libmamba-without pinned_package]": 3.81045959269756, + "tests/test_shell.py::test_activate_deactivate_modify_path[bash]": 3.2671459024813014, + "tests/test_shell.py::test_activate_deactivate_modify_path[cmd.exe]": 0.000253784887187975, + "tests/test_shell.py::test_bash_activate_error": 3.682833547068692, + "tests/test_shell.py::test_basic_integration[bash-basic_posix]": 26.721755754695167, + "tests/test_shell.py::test_basic_integration[csh-basic_csh]": 3.865808555629963, + "tests/test_shell.py::test_basic_integration[dash-basic_posix]": 30.571333497099175, + "tests/test_shell.py::test_basic_integration[tcsh-basic_csh]": 4.192945888485025, + "tests/test_shell.py::test_basic_integration[zsh-basic_posix]": 26.96198319468311, + "tests/test_shell.py::test_cmd_exe_activate_error": 0.00038165766230467116, + "tests/test_shell.py::test_cmd_exe_basic_integration": 0.0004507621036795409, + "tests/test_shell.py::test_fish_basic_integration": 0.0004077511161087562, + "tests/test_shell.py::test_legacy_activate_deactivate_bash": 4.885344813507808, + "tests/test_shell.py::test_legacy_activate_deactivate_cmd_exe": 0.000353798274342034, + "tests/test_shell.py::test_powershell_PATH_management": 0.0002483550077850214, + "tests/test_shell.py::test_powershell_basic_integration": 0.00037365306167423624, + "tests/test_shell.py::test_stacking[0--base-base,sys]": 25.259830873453364, + "tests/test_shell.py::test_stacking[0--has-has,sys]": 17.69681443489537, + "tests/test_shell.py::test_stacking[0--not-sys]": 21.1891117240961, + "tests/test_shell.py::test_stacking[0-base-base-base,sys]": 25.908916946310335, + "tests/test_shell.py::test_stacking[0-base-has-has,sys]": 19.175983551346, + "tests/test_shell.py::test_stacking[0-base-not-sys]": 17.649926631622893, + "tests/test_shell.py::test_stacking[0-has-base-base,sys]": 21.350809391322304, + "tests/test_shell.py::test_stacking[0-has-has-has,sys]": 18.227987209466995, + "tests/test_shell.py::test_stacking[0-has-not-sys]": 17.43546990497106, + "tests/test_shell.py::test_stacking[0-not-base-base,sys]": 20.84748163026233, + "tests/test_shell.py::test_stacking[0-not-has-has,sys]": 16.046763874805954, + "tests/test_shell.py::test_stacking[0-not-not-sys]": 16.637892191733275, + "tests/test_shell.py::test_stacking[5-base,has-base-base,has,base,sys]": 24.289805239525712, + "tests/test_shell.py::test_stacking[5-base,has-has-has,base,sys]": 17.23953059805375, + "tests/test_shell.py::test_stacking[5-base,has-not-has,base,sys]": 18.51889963035477, + "tests/test_shell.py::test_stacking[5-base,not-base-base,base,sys]": 25.83689715168494, + "tests/test_shell.py::test_stacking[5-base,not-has-has,base,sys]": 18.504491494371695, + "tests/test_shell.py::test_stacking[5-base,not-not-base,sys]": 19.256884366119788, + "tests/test_shell.py::test_stacking[5-base-base-base,sys]": 23.078656210086265, + "tests/test_shell.py::test_stacking[5-base-has-has,base,sys]": 16.307958952962977, + "tests/test_shell.py::test_stacking[5-base-not-base,sys]": 17.865953381905033, + "tests/test_shell.py::test_stacking[5-has-base-base,has,sys]": 22.94183995477615, + "tests/test_shell.py::test_stacking[5-has-has-has,sys]": 18.839464306541334, + "tests/test_shell.py::test_stacking[5-has-not-has,sys]": 17.667508476243263, + "tests/test_shell.py::test_stacking[5-not-base-base,sys]": 23.714034735667433, + "tests/test_shell.py::test_stacking[5-not-has-has,sys]": 16.997185094609826, + "tests/test_shell.py::test_stacking[5-not-not-sys]": 17.38321315850801, + "tests/test_solvers.py::TestClassicSolver::test_accelerate": 3.8294257869236197, + "tests/test_solvers.py::TestClassicSolver::test_anaconda_nomkl": 2.3113004949455926, + "tests/test_solvers.py::TestClassicSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.18707140544859502, + "tests/test_solvers.py::TestClassicSolver::test_channel_priority_1": 1.2127433894401574, + "tests/test_solvers.py::TestClassicSolver::test_circular_dependencies": 0.8244239823258921, + "tests/test_solvers.py::TestClassicSolver::test_empty": 1.0914438262301551, + "tests/test_solvers.py::TestClassicSolver::test_get_dists": 2.6327395275599996, + "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_preferred_solution": 0.19272117754441798, + "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.22179292930795, + "tests/test_solvers.py::TestClassicSolver::test_install_package_with_feature": 0.7558588598665398, + "tests/test_solvers.py::TestClassicSolver::test_iopro_mkl": 1.745054861086081, + "tests/test_solvers.py::TestClassicSolver::test_iopro_nomkl": 1.1649398685800376, + "tests/test_solvers.py::TestClassicSolver::test_irrational_version": 0.4356109870036875, + "tests/test_solvers.py::TestClassicSolver::test_mkl": 2.539395491762511, + "tests/test_solvers.py::TestClassicSolver::test_no_features": 3.652684089228136, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater": 0.20968465531907934, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.20875858889222249, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater": 0.18890161703496877, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.21535127172939728, + "tests/test_solvers.py::TestClassicSolver::test_nonexistent": 0.34005522021369516, + "tests/test_solvers.py::TestClassicSolver::test_nonexistent_deps": 3.09430899139199, + "tests/test_solvers.py::TestClassicSolver::test_pseudo_boolean": 2.2585391817224396, + "tests/test_solvers.py::TestClassicSolver::test_remove": 2.1177749794024647, + "tests/test_solvers.py::TestClassicSolver::test_scipy_mkl": 1.1311384678286136, + "tests/test_solvers.py::TestClassicSolver::test_surplus_features_1": 0.23357327330066818, + "tests/test_solvers.py::TestClassicSolver::test_surplus_features_2": 0.20463606825477318, + "tests/test_solvers.py::TestClassicSolver::test_timestamps_and_deps": 1.71251689431729, + "tests/test_solvers.py::TestClassicSolver::test_unintentional_feature_downgrade": 1.6205639780398746, + "tests/test_solvers.py::TestClassicSolver::test_unsat_any_two_not_three": 0.8993311034342218, + "tests/test_solvers.py::TestClassicSolver::test_unsat_chain": 0.2444053086279682, + "tests/test_solvers.py::TestClassicSolver::test_unsat_channel_priority": 0.4925826882987364, + "tests/test_solvers.py::TestClassicSolver::test_unsat_expand_single": 0.21980565819974096, + "tests/test_solvers.py::TestClassicSolver::test_unsat_from_r1": 4.007413729281968, + "tests/test_solvers.py::TestClassicSolver::test_unsat_missing_dep": 0.234018738990023, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_1": 0.24427369998295634, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_2": 0.24365648955781363, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_3": 0.22547336030643916, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_4": 0.2619844265930667, + "tests/test_solvers.py::TestClassicSolver::test_unsat_simple": 0.2148216935482823, + "tests/test_solvers.py::TestLibMambaSolver::test_accelerate": 0.0031075258760112066, + "tests/test_solvers.py::TestLibMambaSolver::test_anaconda_nomkl": 0.4913424802542803, + "tests/test_solvers.py::TestLibMambaSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.12294424784398691, + "tests/test_solvers.py::TestLibMambaSolver::test_channel_priority_1": 0.2573831410714857, + "tests/test_solvers.py::TestLibMambaSolver::test_circular_dependencies": 0.6890151791699765, + "tests/test_solvers.py::TestLibMambaSolver::test_empty": 0.20924008749041859, + "tests/test_solvers.py::TestLibMambaSolver::test_get_dists": 0.29034728601862086, + "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_preferred_solution": 0.13278502413834992, + "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.14625578583964471, + "tests/test_solvers.py::TestLibMambaSolver::test_install_package_with_feature": 0.2243048926528475, + "tests/test_solvers.py::TestLibMambaSolver::test_iopro_mkl": 0.003125247739606328, + "tests/test_solvers.py::TestLibMambaSolver::test_iopro_nomkl": 0.003071382590849017, + "tests/test_solvers.py::TestLibMambaSolver::test_irrational_version": 0.22671426253181978, + "tests/test_solvers.py::TestLibMambaSolver::test_mkl": 0.0029021380051640973, + "tests/test_solvers.py::TestLibMambaSolver::test_no_features": 0.0030174364132113667, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater": 0.12541353100036554, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.12242215174543326, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater": 0.13115498642121823, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.13706655885520416, + "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent": 0.2126034599726599, + "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent_deps": 1.513200255985337, + "tests/test_solvers.py::TestLibMambaSolver::test_pseudo_boolean": 0.002806537387000178, + "tests/test_solvers.py::TestLibMambaSolver::test_remove": 0.003210157033764272, + "tests/test_solvers.py::TestLibMambaSolver::test_scipy_mkl": 0.0025769819174764406, + "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_1": 0.0029807655165181323, + "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_2": 0.0028662697008480734, + "tests/test_solvers.py::TestLibMambaSolver::test_timestamps_and_deps": 1.3656681143761733, + "tests/test_solvers.py::TestLibMambaSolver::test_unintentional_feature_downgrade": 0.0032310074361679058, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_any_two_not_three": 0.49232409797590987, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_chain": 0.11993433421474296, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_channel_priority": 0.32640267148687296, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_expand_single": 0.11442618042931349, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_from_r1": 0.5598297762787572, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_missing_dep": 0.11980846907916878, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_1": 0.13328816464238588, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_2": 0.11543300759250912, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_3": 0.10818008918536426, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_4": 0.11562543106421697, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_simple": 0.11439215539151745, + "tests/test_toposort.py::test_cycle": 0.0031149674875823956, + "tests/test_toposort.py::test_cycle_best_effort": 0.0030924577526486954, + "tests/test_toposort.py::test_degenerate": 0.0027390191858363403, + "tests/test_toposort.py::test_pop_key": 0.002995676426356976, + "tests/test_toposort.py::test_python_is_prioritized": 0.002979021851514606, + "tests/test_toposort.py::test_simple": 0.0029374234843038125, + "tests/test_utils.py::test_deprecations[cygwin_path_to_win-TypeError]": 0.0035871469429828813, + "tests/test_utils.py::test_deprecations[msys2_shell_base-TypeError]": 0.0039559889334816346, + "tests/test_utils.py::test_deprecations[path_identity-TypeError]": 0.0036513497795691383, + "tests/test_utils.py::test_deprecations[shells-TypeError]": 0.003844688240795484, + "tests/test_utils.py::test_deprecations[translate_stream-TypeError]": 0.003801912883959678, + "tests/test_utils.py::test_deprecations[unix_shell_base-TypeError]": 0.007750463389758043, + "tests/test_utils.py::test_deprecations[win_path_to_cygwin-TypeError]": 0.0034441735974658377, + "tests/test_utils.py::test_ensure_dir": 0.00489605100003705, + "tests/test_utils.py::test_ensure_dir_errors": 0.005055690040905103, + "tests/test_utils.py::test_path_translations": 0.02241309882996557, + "tests/test_utils.py::test_quote_for_shell[!-'!']": 0.003208671298867146, + "tests/test_utils.py::test_quote_for_shell[\"-'\"']": 0.003706985965162096, + "tests/test_utils.py::test_quote_for_shell[#-'#']": 0.0030351379576322047, + "tests/test_utils.py::test_quote_for_shell[$-'$']": 0.0034926202395782107, + "tests/test_utils.py::test_quote_for_shell[%-%]": 0.002857528291943582, + "tests/test_utils.py::test_quote_for_shell[&-'&']": 0.00331133069884955, + "tests/test_utils.py::test_quote_for_shell['-''\"'\"'']": 0.0031027288566080335, + "tests/test_utils.py::test_quote_for_shell[(-'(']": 0.00349910499587962, + "tests/test_utils.py::test_quote_for_shell[)-')']": 0.003269342777934216, + "tests/test_utils.py::test_quote_for_shell[*-'*']": 0.0035390107431667954, + "tests/test_utils.py::test_quote_for_shell[+-+]": 0.0028379894051708413, + "tests/test_utils.py::test_quote_for_shell[,-,]": 0.003579827818432097, + "tests/test_utils.py::test_quote_for_shell[---]": 0.002966217371548234, + "tests/test_utils.py::test_quote_for_shell[.-.]": 0.0029458561341213154, + "tests/test_utils.py::test_quote_for_shell[/-/]": 0.003269327205924929, + "tests/test_utils.py::test_quote_for_shell[1>/dev/null-'1>/dev/null']": 0.0035064885471004716, + "tests/test_utils.py::test_quote_for_shell[1>NUL-'1>NUL']": 0.0031792793654543006, + "tests/test_utils.py::test_quote_for_shell[2>&1-'2>&1']": 0.004460638357300694, + "tests/test_utils.py::test_quote_for_shell[2>/dev/null-'2>/dev/null']": 0.002726360443751474, + "tests/test_utils.py::test_quote_for_shell[2>NUL-'2>NUL']": 0.003391329159911958, + "tests/test_utils.py::test_quote_for_shell[:-:]": 0.003180402555740561, + "tests/test_utils.py::test_quote_for_shell[;-';']": 0.003208096454992981, + "tests/test_utils.py::test_quote_for_shell[<-'<']": 0.0029775499818529244, + "tests/test_utils.py::test_quote_for_shell[=-=]": 0.00317219067869655, + "tests/test_utils.py::test_quote_for_shell[>-'>']": 0.0029905723206888335, + "tests/test_utils.py::test_quote_for_shell[>/dev/null-'>/dev/null']": 0.0033831631298503182, + "tests/test_utils.py::test_quote_for_shell[>NUL-'>NUL']": 0.0031870802964819624, + "tests/test_utils.py::test_quote_for_shell[?-'?']": 0.00559785540423912, + "tests/test_utils.py::test_quote_for_shell[@-@]": 0.0030612614130331767, + "tests/test_utils.py::test_quote_for_shell[C:\\\\temp\\\\some ^%file^% > nul-\"C:\\\\temp\\\\some ^%%file^%% > nul\"]": 0.0006481678399751705, + "tests/test_utils.py::test_quote_for_shell[None-'']": 0.003191068027660638, + "tests/test_utils.py::test_quote_for_shell[[-'[']": 0.0035420678134119067, + "tests/test_utils.py::test_quote_for_shell[\\\\-'\\\\']": 0.003324036693962867, + "tests/test_utils.py::test_quote_for_shell[]-']']": 0.0034887520640044995, + "tests/test_utils.py::test_quote_for_shell[^-'^']": 0.0037297550924532004, + "tests/test_utils.py::test_quote_for_shell[arg1 and 2-'arg1 and 2']": 0.0035047114644247393, + "tests/test_utils.py::test_quote_for_shell[arg1-arg1]": 0.0035936239630068568, + "tests/test_utils.py::test_quote_for_shell[arg1\\nand\\n2-'arg1\\nand\\n2']": 0.004134604906335648, + "tests/test_utils.py::test_quote_for_shell[malicious argument\\\\\"&whoami-\"malicious argument\\\\\"\"&whoami\"]": 0.000594247231426949, + "tests/test_utils.py::test_quote_for_shell[numpy<1.22-'numpy<1.22']": 0.003540535339090327, + "tests/test_utils.py::test_quote_for_shell[numpy>=1.0-'numpy>=1.0']": 0.0027884842116981164, + "tests/test_utils.py::test_quote_for_shell[one|two-'one|two']": 0.0031370933950969544, + "tests/test_utils.py::test_quote_for_shell[{-'{']": 0.0038307174808651697, + "tests/test_utils.py::test_quote_for_shell[|-'|']": 0.0034628560266663573, + "tests/test_utils.py::test_quote_for_shell[}-'}']": 0.0031426840162443745, + "tests/test_utils.py::test_quote_for_shell[~-'~']": 0.0035639717146010844, + "tests/test_utils.py::test_text_translations": 0.019953249083045146, + "tests/trust/test_signature_verification.py::test_2nd_root_metadata_from_web": 0.11316228694427957, + "tests/trust/test_signature_verification.py::test_3rd_root_metadata_from_web": 0.07969491875539314, + "tests/trust/test_signature_verification.py::test_invalid_2nd_metadata_on_disk_no_new_metadata_on_web": 0.009717032119585675, + "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.conda-None]": 13.006673820260099, + "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.tar.bz2-False]": 12.859785724818702, + "tests/trust/test_signature_verification.py::test_signature_verification[first.tar.bz2-True]": 12.949577033913469, + "tests/trust/test_signature_verification.py::test_signature_verification[second.conda-True]": 12.982410426000241, + "tests/trust/test_signature_verification.py::test_signature_verification[third.conda-True]": 12.98277319941478, + "tests/trust/test_signature_verification.py::test_signature_verification_not_enabled": 0.04402430028033835, + "tests/trust/test_signature_verification.py::test_single_invalid_signature_3rd_root_metadata_from_web": 0.022079182978316646, + "tests/trust/test_signature_verification.py::test_trusted_root_2nd_metadata_on_disk_no_new_metadata_on_web": 0.012312620963972004, + "tests/trust/test_signature_verification.py::test_trusted_root_invalid_key_mgr_online_valid_on_disk": 0.023030517819945254, + "tests/trust/test_signature_verification.py::test_trusted_root_new_key_mgr_online": 0.027663451717029424, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_is_on_disk": 0.012165554267596641, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_not_on_disk": 0.06664184382281951, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_metadata": 0.008782434084847602 } diff --git a/pyproject.toml b/pyproject.toml index 1078add1..48eb24b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,9 +54,8 @@ exclude = ''' minversion = "6.0" addopts = [ "--color=yes", - "--strict-markers", - "--xdoctest-modules", - "--xdoctest-style=google", + "--tb=native", + "--strict-markers" ] markers = [