diff --git a/RELEASE.md b/RELEASE.md index 43010120..63b385d8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -13,12 +13,12 @@ # Release Process > [!NOTE] -> Throughout this document are references to the version number as `YY.M`, this should be replaced with the correct version number. Do **not** prefix the version with a lowercase `v`. +> Throughout this document are references to the version number as `YY.MM.MICRO`, this should be replaced with the correct version number. Do **not** prefix the version with a lowercase `v`. ## 1. Open the release issue and cut a release branch. (do this ~1 week prior to release) > [!NOTE] -> The new release branch should adhere to the naming convention of `` (note the difference to `YY.M`). In the case of patch/hotfix releases, however, do NOT cut a new release branch; instead, use the previously-cut `` release branch. +> The new release branch should adhere to the naming convention of `YY.MM.x` (note the difference to `YY.MM.MICRO`). In the case of patch/hotfix releases, however, do NOT cut a new release branch; instead, use the previously-cut `YY.MM.x` release branch. Use the issue template below to create the release issue. After creating the release issue, pin it for easy access. @@ -28,7 +28,7 @@ Use the issue template below to create the release issue. After creating the rel ```markdown ### Summary -Placeholder for `conda-libmamba-solver ` release. +Placeholder for `conda-libmamba-solver YY.MM.x` release. | Pilot | | |---|---| @@ -46,8 +46,8 @@ Placeholder for `conda-libmamba-solver ` release.

The week before release week

-- [ ] Create release branch (named ``) -- [ ] Ensure release candidates are being successfully built (see `conda-canary/label/rc-conda-libmamba-solver-`) +- [ ] Create release branch (named `YY.MM.x`) +- [ ] Ensure release candidates are being successfully built (see `conda-canary/label/rc-conda-libmamba-solver-YY.MM.x`) - [ ] [Complete outstanding PRs][milestone] - [ ] Test release candidates @@ -59,8 +59,8 @@ Placeholder for `conda-libmamba-solver ` release. - [ ] Create release PR (see [release process][process]) - [ ] [Publish release][releases] -- [ ] Merge `` back into `main` -- [ ] Activate the `` branch on [ReadTheDocs][ReadTheDocs] +- [ ] Merge `YY.MM.x` back into `main` +- [ ] Activate the `YY.MM.x` branch on [ReadTheDocs][ReadTheDocs] - [ ] Feedstocks - [ ] Bump version & update dependencies/tests in [Anaconda, Inc.'s feedstock][main] - [ ] Bump version & update dependencies/tests in [conda-forge feedstock][conda-forge] @@ -87,12 +87,12 @@ If a patch release is necessary, reopen the original release issue and append th ```markdown
-

Patch YY.M

+

Patch YY.MM.MICRO

- [ ] - [ ] Create release PR (see [release process][process]) - [ ] [Publish release][releases] -- [ ] Merge `` back into `main` +- [ ] Merge `YY.MM.x` back into `main` - [ ] Feedstocks - [ ] Bump version & update dependencies/tests in [Anaconda, Inc.'s feedstock][main] - [ ] Bump version & update dependencies/tests in [conda-forge feedstock][conda-forge] @@ -117,7 +117,7 @@ Let various interested parties know about the upcoming release; at minimum, cond ### Canary Builds for Manual Testing -Once the release PRs are filed, successful canary builds will be available on `/conda-libmamba-solver/files?channel=rc-conda-libmamba-solver-` for manual testing. +Once the release PRs are filed, successful canary builds will be available on `https://anaconda.org/conda-canary/conda-libmamba-solver/files?channel=rc-conda-libmamba-solver-YY.MM.x` for manual testing. > [!NOTE] > You do not need to apply the `build::review` label for release PRs; every commit to the release branch builds and uploads canary builds to the respective `rc-` label. @@ -150,13 +150,13 @@ Currently, there are only 2 activities we use rever for, (1) aggregating the aut ```bash (rever) $ git fetch upstream - (rever) $ git checkout + (rever) $ git checkout YY.MM.x ``` 2. Create a versioned branch, this is where rever will make its changes: ```bash - (rever) $ git checkout -b changelog-YY.M + (rever) $ git checkout -b changelog-YY.MM.MICRO ``` 2. Run `rever --activities authors `: @@ -184,7 +184,7 @@ Currently, there are only 2 activities we use rever for, (1) aggregating the aut - Here's a sample run where we undo the commit made by rever in order to commit the changes to `.authors.yml` separately: ```bash - (rever) $ rever --activities authors --force YY.M + (rever) $ rever --activities authors --force YY.MM.MICRO # changes were made to .authors.yml as per the prior bullet (rever) $ git diff --name-only HEAD HEAD~1 @@ -313,8 +313,8 @@ Currently, there are only 2 activities we use rever for, (1) aggregating the aut + 86957814cf235879498ed7806029b8ff5f400034 Update .authors.yml + 3ec7491f2f58494a62f1491987d66f499f8113ad Update .mailmap + 432a9e1b41a3dec8f95a7556632f9a93fdf029fd Update news - + a5c0db938893d2c12cab12a1f7eb3e646ed80373 Update authorship for YY.M - + 5e95169d0df4bcdc2da9a6ba4a2561d90e49f75d Update CHANGELOG for YY.M + + a5c0db938893d2c12cab12a1f7eb3e646ed80373 Update authorship for YY.MM.MICRO + + 5e95169d0df4bcdc2da9a6ba4a2561d90e49f75d Update CHANGELOG for YY.MM.MICRO ``` 7. Since rever does not include stats on first-time contributors, we will need to add this manually. @@ -335,18 +335,18 @@ Currently, there are only 2 activities we use rever for, (1) aggregating the aut + 86957814cf235879498ed7806029b8ff5f400034 Update .authors.yml + 3ec7491f2f58494a62f1491987d66f499f8113ad Update .mailmap + 432a9e1b41a3dec8f95a7556632f9a93fdf029fd Update news - + a5c0db938893d2c12cab12a1f7eb3e646ed80373 Update authorship for YY.M - + 5e95169d0df4bcdc2da9a6ba4a2561d90e49f75d Update CHANGELOG for YY.M + + a5c0db938893d2c12cab12a1f7eb3e646ed80373 Update authorship for YY.MM.MICRO + + 5e95169d0df4bcdc2da9a6ba4a2561d90e49f75d Update CHANGELOG for YY.MM.MICRO + 93fdf029fd4cf235872c12cab12a1f7e8f95a755 Add first-time contributions ``` 8. Push this versioned branch. ```bash - (rever) $ git push -u upstream changelog-YY.M + (rever) $ git push -u upstream changelog-YY.MM.MICRO ``` -9. Open the Release PR targeting the `` branch. +9. Open the Release PR targeting the `YY.MM.x` branch.
GitHub PR Template @@ -370,8 +370,8 @@ Currently, there are only 2 activities we use rever for, (1) aggregating the aut | Field | Value | |---|---| - | Choose a tag | `YY.M` | - | Target | `` | + | Choose a tag | `YY.MM.MICRO` | + | Target | `YY.MM.x` | | Body | copy/paste blurb from `CHANGELOG.md` |
@@ -392,14 +392,14 @@ To publish the release, go to the project's release page (e.g., https://github.c 1. From the main "< > Code" page of the repository, select the drop down menu next to the `main` branch button and then select "View all branches" at the very bottom. -2. Find the applicable `` branch and click the "New pull request" button. +2. Find the applicable `YY.MM.x` branch and click the "New pull request" button. -3. "Base" should point to `main` while "Compare" should point to ``. +3. "Base" should point to `main` while "Compare" should point to `YY.MM.x`. 4. Ensure that all of the commits being pulled in look accurate, then select "Create pull request". > [!NOTE] -> Make sure NOT to push the "Update Branch" button. If there are [merge conflicts][merge conflicts], create a temporary "connector branch" dedicated to fixing merge conflicts separately from the `` and `main` branches. +> Make sure NOT to push the "Update Branch" button. If there are [merge conflicts][merge conflicts], create a temporary "connector branch" dedicated to fixing merge conflicts separately from the `YY.MM.x` and `main` branches. 5. Review and merge the pull request the same as any code change pull request. @@ -408,7 +408,7 @@ To publish the release, go to the project's release page (e.g., https://github.c
-## 9. Open PRs to bump [Anaconda Recipes][Anaconda Recipes] and [conda-forge][conda-forge] feedstocks to use `YY.M`. +## 9. Open PRs to bump [Anaconda Recipes][Anaconda Recipes] and [conda-forge][conda-forge] feedstocks to use `YY.MM.MICRO`. > [!NOTE] > Conda-forge's PRs will be auto-created via the `regro-cf-autotick-bot`. Follow the instructions below if any changes need to be made to the recipe that were not automatically added (these instructions are only necessary for anyone who is _not_ a conda-forge feedstock maintainer, since maintainers can push changes directly to the autotick branch): diff --git a/durations/Linux.json b/durations/Linux.json index 00cb81a6..cd1c08d2 100644 --- a/durations/Linux.json +++ b/durations/Linux.json @@ -1,1327 +1,1327 @@ { - "tests/base/test_constants.py::test_ChannelPriority": 0.0023048211050806784, - "tests/base/test_constants.py::test_null_is_falsey": 0.0021139549036291957, - "tests/base/test_context.py::test_aggressive_update_packages": 0.013572172572724504, - "tests/base/test_context.py::test_channel_alias_validation[bad_value-channel_alias value 'bad_value' must have scheme/protocol.]": 0.0017850093369736122, - "tests/base/test_context.py::test_channel_alias_validation[https://example.com/-True]": 0.001807252391770207, - "tests/base/test_context.py::test_channel_priority": 0.023688141214590806, - "tests/base/test_context.py::test_channel_settings": 0.023983840070496577, + "tests/base/test_constants.py::test_ChannelPriority": 0.002316040325517881, + "tests/base/test_constants.py::test_null_is_falsey": 0.0021162647040847684, + "tests/base/test_context.py::test_aggressive_update_packages": 0.013552802892204544, + "tests/base/test_context.py::test_channel_alias_validation[bad_value-channel_alias value 'bad_value' must have scheme/protocol.]": 0.001790259812740975, + "tests/base/test_context.py::test_channel_alias_validation[https://example.com/-True]": 0.0018102842406683354, + "tests/base/test_context.py::test_channel_priority": 0.023694172682594786, + "tests/base/test_context.py::test_channel_settings": 0.023974752445760545, "tests/base/test_context.py::test_channels_defaults": 0.024987398027587697, - "tests/base/test_context.py::test_channels_defaults_condarc": 0.025589362214951134, - "tests/base/test_context.py::test_channels_empty": 0.024396629314248564, - "tests/base/test_context.py::test_check_allowlist": 0.01460776673139115, - "tests/base/test_context.py::test_check_allowlist_and_denylist": 0.020772501746213468, - "tests/base/test_context.py::test_check_denylist": 0.014249073760324096, - "tests/base/test_context.py::test_client_ssl_cert": 0.04002970999971581, - "tests/base/test_context.py::test_clobber_enum": 0.02534718291219904, - "tests/base/test_context.py::test_clobber_enum[clobber]": 0.011881578139276119, - "tests/base/test_context.py::test_clobber_enum[prevent]": 0.011904748762764827, - "tests/base/test_context.py::test_clobber_enum[warn]": 0.011900228402281077, - "tests/base/test_context.py::test_conda_bld_path": 0.0179821312340627, - "tests/base/test_context.py::test_conda_build_root_dir": 0.0238049727851078, - "tests/base/test_context.py::test_conda_envs_path": 0.04452984750779548, - "tests/base/test_context.py::test_context_parameter_map": 0.023773384297149, - "tests/base/test_context.py::test_context_parameters_have_descriptions": 0.04577818430217096, - "tests/base/test_context.py::test_custom_multichannels": 0.025187929357065823, - "tests/base/test_context.py::test_default_python_validation[-True]": 0.0017644447493856503, - "tests/base/test_context.py::test_default_python_validation[3.12-True]": 0.0017772109240420067, - "tests/base/test_context.py::test_default_python_validation[4.12-default_python value '4.12' not of the form '[23].[0-9][0-9]?' or '']": 0.0017832763910313344, - "tests/base/test_context.py::test_default_python_validation[not a number-default_python value 'not a number' not of the form '[23].[0-9][0-9]?' or '']": 0.0017727571960804655, - "tests/base/test_context.py::test_default_target_is_root_prefix": 0.023750965684595848, - "tests/base/test_context.py::test_expandvars": 0.06266678802011034, - "tests/base/test_context.py::test_get_plugin_config_data_env_var_source": 0.0016431958749707, - "tests/base/test_context.py::test_get_plugin_config_data_file_source": 0.004148552723153943, - "tests/base/test_context.py::test_get_plugin_config_data_skip_bad_values": 0.001667190156487427, - "tests/base/test_context.py::test_local_build_root_custom_rc": 0.04422935923309785, - "tests/base/test_context.py::test_local_build_root_default_rc": 0.011983429487065442, - "tests/base/test_context.py::test_migrated_custom_channels": 0.02687964908717725, - "tests/base/test_context.py::test_old_channel_alias": 0.027383447347056552, - "tests/base/test_context.py::test_proxy_servers": 0.023980311664100036, - "tests/base/test_context.py::test_reporters_default_value": 0.0019277530762487579, - "tests/base/test_context.py::test_reporters_from_config_file": 0.02491641055461125, - "tests/base/test_context.py::test_reporters_json_is_true": 0.035109664693139774, - "tests/base/test_context.py::test_reporters_quiet_is_true": 0.03509044634869806, - "tests/base/test_context.py::test_restore_free_channel": 0.014905260752381876, - "tests/base/test_context.py::test_signing_metadata_url_base": 0.03450327363936849, - "tests/base/test_context.py::test_signing_metadata_url_base_empty_default_channels": 0.03512439652017381, + "tests/base/test_context.py::test_channels_defaults_condarc": 0.025562036308407757, + "tests/base/test_context.py::test_channels_empty": 0.024409204925955087, + "tests/base/test_context.py::test_check_allowlist": 0.014613413894655253, + "tests/base/test_context.py::test_check_allowlist_and_denylist": 0.020782556113562275, + "tests/base/test_context.py::test_check_denylist": 0.014265804495017013, + "tests/base/test_context.py::test_client_ssl_cert": 0.040041146181034916, + "tests/base/test_context.py::test_clobber_enum": 0.025347182912199038, + "tests/base/test_context.py::test_clobber_enum[clobber]": 0.011887249216436855, + "tests/base/test_context.py::test_clobber_enum[prevent]": 0.011892882081636138, + "tests/base/test_context.py::test_clobber_enum[warn]": 0.01189615780202959, + "tests/base/test_context.py::test_conda_bld_path": 0.017899035222413366, + "tests/base/test_context.py::test_conda_build_root_dir": 0.02376652657513817, + "tests/base/test_context.py::test_conda_envs_path": 0.04449609042193214, + "tests/base/test_context.py::test_context_parameter_map": 0.023730849157734258, + "tests/base/test_context.py::test_context_parameters_have_descriptions": 0.045769768038026626, + "tests/base/test_context.py::test_custom_multichannels": 0.025166836295089486, + "tests/base/test_context.py::test_default_python_validation[-True]": 0.0017689012839975946, + "tests/base/test_context.py::test_default_python_validation[3.12-True]": 0.001782136552501063, + "tests/base/test_context.py::test_default_python_validation[4.12-default_python value '4.12' not of the form '[23].[0-9][0-9]?' or '']": 0.0017895715919348438, + "tests/base/test_context.py::test_default_python_validation[not a number-default_python value 'not a number' not of the form '[23].[0-9][0-9]?' or '']": 0.0017715339005159555, + "tests/base/test_context.py::test_default_target_is_root_prefix": 0.023756688718307623, + "tests/base/test_context.py::test_expandvars": 0.06269399785038955, + "tests/base/test_context.py::test_get_plugin_config_data_env_var_source": 0.0016482479460858742, + "tests/base/test_context.py::test_get_plugin_config_data_file_source": 0.004141603801048464, + "tests/base/test_context.py::test_get_plugin_config_data_skip_bad_values": 0.0016703281655349512, + "tests/base/test_context.py::test_local_build_root_custom_rc": 0.04412546299446782, + "tests/base/test_context.py::test_local_build_root_default_rc": 0.011988125191070089, + "tests/base/test_context.py::test_migrated_custom_channels": 0.02691030996563949, + "tests/base/test_context.py::test_old_channel_alias": 0.027364879772383343, + "tests/base/test_context.py::test_proxy_servers": 0.023945773392451932, + "tests/base/test_context.py::test_reporters_default_value": 0.0019277530549338892, + "tests/base/test_context.py::test_reporters_from_config_file": 0.024916410529619553, + "tests/base/test_context.py::test_reporters_json_is_true": 0.035109664403389584, + "tests/base/test_context.py::test_reporters_quiet_is_true": 0.03509044605909696, + "tests/base/test_context.py::test_restore_free_channel": 0.014872597991973708, + "tests/base/test_context.py::test_signing_metadata_url_base": 0.03449557231323285, + "tests/base/test_context.py::test_signing_metadata_url_base_empty_default_channels": 0.03513614353469101, "tests/base/test_context.py::test_specify_channels_cli_adding_defaults_no_condarc": 0.02586481312460205, - "tests/base/test_context.py::test_specify_channels_cli_condarc": 0.02703537805258685, - "tests/base/test_context.py::test_specify_channels_cli_not_adding_defaults_no_condarc": 0.02558524279033385, - "tests/base/test_context.py::test_specify_different_channels_cli_condarc": 0.02683361538749482, - "tests/base/test_context.py::test_specify_same_channels_cli_as_in_condarc": 0.026740094327569946, - "tests/base/test_context.py::test_subdirs": 0.01144218688707552, - "tests/base/test_context.py::test_target_prefix": 0.0483024920904961, - "tests/base/test_context.py::test_threads": 0.051625104699938265, - "tests/base/test_context.py::test_validate_prefix_name[base-False-mock_return_values2-expected2]": 0.003110991315883509, - "tests/base/test_context.py::test_validate_prefix_name[env-name-False-mock_return_values0-expected0]": 0.0035297322257998487, - "tests/base/test_context.py::test_validate_prefix_name[not/allow#characters:in-path-False-mock_return_values1-expected1]": 0.0032551718681905033, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command0]": 0.21414540888535338, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command1]": 0.2069654759652372, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command2]": 0.0581435256687323, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command3]": 0.07230454115460354, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command4]": 0.17252900567252094, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command0]": 0.22120187651171563, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command1]": 0.2323998929607515, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command2]": 0.058049038451462455, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command3]": 0.07436000502650798, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command4]": 0.1570533874803631, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command0]": 0.2074219982272596, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command1]": 0.20713187609540054, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command2]": 0.055887271094691014, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command3]": 0.08098815373587075, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command4]": 0.1569617791687242, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command0]": 0.2133509660898789, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command1]": 0.2088449115564924, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command2]": 0.05890210743940264, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command3]": 0.07477129645213866, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command4]": 0.17327583885228295, - "tests/cli/test_cli_install.py::test_emscripten_forge[classic]": 5.793060419644583, - "tests/cli/test_cli_install.py::test_emscripten_forge[libmamba]": 7.417226058446013, - "tests/cli/test_cli_install.py::test_find_conflicts_called_once[classic]": 32.68495926310763, - "tests/cli/test_cli_install.py::test_find_conflicts_called_once[libmamba]": 0.016045562285890883, - "tests/cli/test_cli_install.py::test_pre_link_message[classic]": 0.9245967261060383, - "tests/cli/test_cli_install.py::test_pre_link_message[libmamba]": 0.8924693932993611, - "tests/cli/test_common.py::test_check_non_admin_enabled_false": 0.003348158867154106, - "tests/cli/test_common.py::test_check_non_admin_enabled_true": 0.0030306935343249724, - "tests/cli/test_common.py::test_confirm_dry_run_exit": 0.0028340749926609957, - "tests/cli/test_common.py::test_confirm_yn_always_yes": 0.0028811479496266305, - "tests/cli/test_common.py::test_confirm_yn_dry_run_exit": 0.002865490442629711, - "tests/cli/test_common.py::test_confirm_yn_no": 0.0030986978750298187, - "tests/cli/test_common.py::test_confirm_yn_yes": 0.0031096943658569533, - "tests/cli/test_common.py::test_is_active_prefix[-False]": 0.002095607230529859, - "tests/cli/test_common.py::test_is_active_prefix[active_prefix-True]": 0.0020218806260617413, - "tests/cli/test_common.py::test_print_envs_list": 0.009197246151282595, - "tests/cli/test_common.py::test_print_envs_list_output_false": 0.007199907251643196, - "tests/cli/test_compare.py::test_compare_fail": 0.39756097857222455, - "tests/cli/test_compare.py::test_compare_success": 0.5264608760305578, - "tests/cli/test_conda_argparse.py::test_cli_args_as_strings": 0.07516777973244508, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ArgumentParser-isclass]": 0.0019680798723548205, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.BUILTIN_COMMANDS-]": 0.0019670566858051236, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ExtendConstAction-isclass]": 0.0019674593787188527, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.NullCountAction-isclass]": 0.0019440038546771788, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_output_and_prompt_options-isfunction]": 0.0021122178604407616, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_channels-isfunction]": 0.0020817494124977676, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_create_install_update-isfunction]": 0.002045842236007695, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_default_packages-isfunction]": 0.0020123288860278993, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_help-isfunction]": 0.001994960267005619, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_json-isfunction]": 0.0019838511718102193, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_known-isfunction]": 0.001985341833608946, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_networking-isfunction]": 0.001976189793424037, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_package_install_options-isfunction]": 0.001976410298502497, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prefix-isfunction]": 0.0019785739267219058, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prune-isfunction]": 0.0019763525759984362, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_pscheck-isfunction]": 0.0019662549673264734, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_show_channel_urls-isfunction]": 0.0019834800682284027, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver-isfunction]": 0.001968774174136809, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver_mode-isfunction]": 0.00196480703029941, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_update_modifiers-isfunction]": 0.001971405873717032, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_verbose-isfunction]": 0.001983568440885904, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_clean-isfunction]": 0.0019660042452303785, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_compare-isfunction]": 0.001963841552228047, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_config-isfunction]": 0.001960397978634817, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_create-isfunction]": 0.0019682568573986064, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_info-isfunction]": 0.001960801699127787, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_init-isfunction]": 0.001996979078508724, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_install-isfunction]": 0.0019656288532645468, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_list-isfunction]": 0.001947725877340755, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_notices-isfunction]": 0.0019603313572021707, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_package-isfunction]": 0.0019742719978170457, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_plugins-isfunction]": 0.0019503990082512213, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_remove-isfunction]": 0.001955667606449163, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_rename-isfunction]": 0.001957040450312072, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_run-isfunction]": 0.001954617138325179, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_search-isfunction]": 0.0019654011131005973, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_update-isfunction]": 0.001961298983127044, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.do_call-isfunction]": 0.0019506797592822025, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_sys_rc_path-]": 0.0019490924709092638, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_user_rc_path-]": 0.0019661642072226954, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.find_builtin_commands-isfunction]": 0.0019617475737423815, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_parser-isfunction]": 0.001954952548017349, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_pre_parser-isfunction]": 0.001951838396235591, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.sys_rc_path-]": 0.002018466311885879, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.user_rc_path-]": 0.001966154691085312, - "tests/cli/test_conda_argparse.py::test_list_through_python_api": 1.9857743984917346, - "tests/cli/test_conda_argparse.py::test_parser_basics": 0.025164271847694177, - "tests/cli/test_conda_argparse.py::test_sorted_commands_in_error": 0.0039688013654626255, - "tests/cli/test_config.py::test_add_invalid_key": 0.06983603994106559, - "tests/cli/test_config.py::test_add_key": 0.08425609370057209, - "tests/cli/test_config.py::test_channels_add_duplicate": 0.07448485325275211, - "tests/cli/test_config.py::test_channels_add_empty": 0.07382050856780219, - "tests/cli/test_config.py::test_channels_add_empty_with_defaults": 0.07198435608206193, - "tests/cli/test_config.py::test_channels_append": 0.08053684881489948, - "tests/cli/test_config.py::test_channels_append_duplicate": 0.078676169707435, - "tests/cli/test_config.py::test_channels_prepend": 0.07849754905144843, - "tests/cli/test_config.py::test_channels_prepend_duplicate": 0.0797994511122197, - "tests/cli/test_config.py::test_channels_remove": 0.07836271772451481, - "tests/cli/test_config.py::test_channels_remove_duplicate": 0.1403918944413954, - "tests/cli/test_config.py::test_conda_config_describe": 4.265273955681627, - "tests/cli/test_config.py::test_conda_config_validate": 1.8316460867780964, - "tests/cli/test_config.py::test_conda_config_validate_sslverify_truststore": 1.9805542257545585, - "tests/cli/test_config.py::test_create_condarc_on_set": 0.07448918640917992, - "tests/cli/test_config.py::test_custom_multichannels_add": 0.07629626170485133, - "tests/cli/test_config.py::test_custom_multichannels_add_duplicate": 0.0757729969101902, - "tests/cli/test_config.py::test_custom_multichannels_append": 0.07503202156695266, - "tests/cli/test_config.py::test_custom_multichannels_append_duplicate": 0.07872287944216233, - "tests/cli/test_config.py::test_custom_multichannels_prepend": 0.07482619588586448, - "tests/cli/test_config.py::test_custom_multichannels_prepend_duplicate": 0.07606713167627521, - "tests/cli/test_config.py::test_get_all": 0.08663309840466978, - "tests/cli/test_config.py::test_get_all_inc_maps": 0.09351524501030899, - "tests/cli/test_config.py::test_get_boolean_value": 0.08349386181404374, - "tests/cli/test_config.py::test_get_channels_list": 0.08515039159226737, - "tests/cli/test_config.py::test_get_invalid_key": 0.09688603820271506, - "tests/cli/test_config.py::test_get_map_full": 0.08612632111213163, - "tests/cli/test_config.py::test_get_map_subkey[conda_build.cache_dir-/tmp/conda-bld]": 0.08507592108090678, - "tests/cli/test_config.py::test_get_map_subkey[proxy_servers.http-1.2.3.4:5678]": 0.08372165885091494, - "tests/cli/test_config.py::test_get_multiple_keys": 0.0854925468733175, - "tests/cli/test_config.py::test_get_multiple_keys_incl_map_full": 0.08939261481970526, - "tests/cli/test_config.py::test_get_multiple_keys_incl_map_subkey": 0.0869087854019326, - "tests/cli/test_config.py::test_get_string_value": 0.08471120247073975, - "tests/cli/test_config.py::test_get_unconfigured_key": 0.08469187086654129, - "tests/cli/test_config.py::test_invalid_yaml": 0.06144510887204008, - "tests/cli/test_config.py::test_remove_key": 0.07771948436080592, - "tests/cli/test_config.py::test_remove_key_duplicate": 0.14170279098683727, - "tests/cli/test_config.py::test_remove_unconfigured_key": 0.068244744060846, - "tests/cli/test_config.py::test_set_and_get_bool": 0.14687642296172987, - "tests/cli/test_config.py::test_set_check_types[always_yes-false-False]": 0.07250455857445909, - "tests/cli/test_config.py::test_set_check_types[always_yes-no-False]": 0.07483453568198854, - "tests/cli/test_config.py::test_set_check_types[always_yes-true-True]": 0.07252941906329992, - "tests/cli/test_config.py::test_set_check_types[always_yes-yes-True]": 0.07736106083003572, - "tests/cli/test_config.py::test_set_check_types[channel_alias-https://repo.example.com-https://repo.example.com]": 0.07633384922245169, - "tests/cli/test_config.py::test_set_check_types[proxy_servers.http-1.2.3.4:5678-py_value5]": 0.07322409675403409, - "tests/cli/test_config.py::test_set_invalid_key": 0.06755241600300022, - "tests/cli/test_config.py::test_set_key": 0.08079269686576972, - "tests/cli/test_config.py::test_set_map_key[conda_build.cache_dir-/tmp/conda-bld-/var/tmp/build]": 0.08095698349712505, - "tests/cli/test_config.py::test_set_map_key[conda_build.error_overlinking-true-false]": 0.00040148493431813243, - "tests/cli/test_config.py::test_set_map_key[proxy_servers.http-1.2.3.4:5678-4.3.2.1:9876]": 0.07783000370443253, - "tests/cli/test_config.py::test_set_rc_without_user_rc": 0.06990271301827866, - "tests/cli/test_config.py::test_set_unconfigured_key": 0.0784077117132775, - "tests/cli/test_config.py::test_show_sorts_keys": 0.11793286322132428, - "tests/cli/test_config.py::test_ssl_verify_default": 0.00399531435776711, - "tests/cli/test_config.py::test_ssl_verify_set_bool": 0.07427161098834317, - "tests/cli/test_config.py::test_ssl_verify_set_filename": 0.07369440956629038, - "tests/cli/test_env.py::test_conda_env_create_empty_file[classic]": 0.06784988142589148, - "tests/cli/test_env.py::test_conda_env_create_empty_file[libmamba]": 0.06765229346706839, - "tests/cli/test_env.py::test_conda_env_create_http[classic]": 219.5175968178863, - "tests/cli/test_env.py::test_conda_env_create_http[libmamba]": 8.713808659712303, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file[classic]": 0.06989041743273976, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file[libmamba]": 0.06940246664343487, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[classic]": 0.07098734870345379, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[libmamba]": 0.07308074935184777, - "tests/cli/test_env.py::test_conda_env_create_no_file[classic]": 0.06929816566469957, - "tests/cli/test_env.py::test_conda_env_create_no_file[libmamba]": 0.07387796872909988, - "tests/cli/test_env.py::test_create_dry_run_json[classic]": 1.1772034911844678, - "tests/cli/test_env.py::test_create_dry_run_json[libmamba]": 0.9226552807421302, - "tests/cli/test_env.py::test_create_dry_run_yaml[classic]": 1.059533972856551, - "tests/cli/test_env.py::test_create_dry_run_yaml[libmamba]": 1.126554836158168, - "tests/cli/test_env.py::test_create_unsolvable_env[classic]": 2.0915977009400466, - "tests/cli/test_env.py::test_create_unsolvable_env[libmamba]": 1.2509844051932801, - "tests/cli/test_env.py::test_create_valid_env[classic]": 3.1901611540265367, - "tests/cli/test_env.py::test_create_valid_env[libmamba]": 2.2300911415188276, - "tests/cli/test_env.py::test_create_valid_env_json_output[classic]": 0.4339544256999026, - "tests/cli/test_env.py::test_create_valid_env_json_output[libmamba]": 0.6174169559967385, - "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[classic]": 67.83018825706309, - "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[libmamba]": 7.805439604383627, - "tests/cli/test_env.py::test_create_valid_env_with_variables[classic]": 0.9741757378596435, - "tests/cli/test_env.py::test_create_valid_env_with_variables[libmamba]": 1.33872681522272, + "tests/base/test_context.py::test_specify_channels_cli_condarc": 0.027011895437983244, + "tests/base/test_context.py::test_specify_channels_cli_not_adding_defaults_no_condarc": 0.025569858515704497, + "tests/base/test_context.py::test_specify_different_channels_cli_condarc": 0.02683633067721446, + "tests/base/test_context.py::test_specify_same_channels_cli_as_in_condarc": 0.026747847069841277, + "tests/base/test_context.py::test_subdirs": 0.01145510221788412, + "tests/base/test_context.py::test_target_prefix": 0.048287389030436945, + "tests/base/test_context.py::test_threads": 0.051647454077743314, + "tests/base/test_context.py::test_validate_prefix_name[base-False-mock_return_values2-expected2]": 0.0031135200216142636, + "tests/base/test_context.py::test_validate_prefix_name[env-name-False-mock_return_values0-expected0]": 0.003539947863475818, + "tests/base/test_context.py::test_validate_prefix_name[not/allow#characters:in-path-False-mock_return_values1-expected1]": 0.003255628383799999, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command0]": 0.21195180019147614, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command1]": 0.20708098165911676, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command2]": 0.057938547729955686, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command3]": 0.07235466427705341, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command4]": 0.1725360120194602, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command0]": 0.22114056589946998, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command1]": 0.23217407685870997, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command2]": 0.058012175206564896, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command3]": 0.07435773239385635, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command4]": 0.15701518235791484, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command0]": 0.20774508624766846, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command1]": 0.20696149287091017, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command2]": 0.05581191356407765, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command3]": 0.08092055783790995, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command4]": 0.1569685301483153, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command0]": 0.21159046723273678, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command1]": 0.2089024842095525, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command2]": 0.05884865384756693, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command3]": 0.07464494486030239, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command4]": 0.17500704334207892, + "tests/cli/test_cli_install.py::test_emscripten_forge[classic]": 5.7881099434169485, + "tests/cli/test_cli_install.py::test_emscripten_forge[libmamba]": 7.41504258397996, + "tests/cli/test_cli_install.py::test_find_conflicts_called_once[classic]": 32.760654535662226, + "tests/cli/test_cli_install.py::test_find_conflicts_called_once[libmamba]": 0.016028101885574377, + "tests/cli/test_cli_install.py::test_pre_link_message[classic]": 0.933363819557941, + "tests/cli/test_cli_install.py::test_pre_link_message[libmamba]": 0.8973243052257127, + "tests/cli/test_common.py::test_check_non_admin_enabled_false": 0.003405626785790587, + "tests/cli/test_common.py::test_check_non_admin_enabled_true": 0.0030314696491886297, + "tests/cli/test_common.py::test_confirm_dry_run_exit": 0.0028340749878483125, + "tests/cli/test_common.py::test_confirm_yn_always_yes": 0.002881147949502416, + "tests/cli/test_common.py::test_confirm_yn_dry_run_exit": 0.002865490428172453, + "tests/cli/test_common.py::test_confirm_yn_no": 0.003098697836354925, + "tests/cli/test_common.py::test_confirm_yn_yes": 0.003109694237183767, + "tests/cli/test_common.py::test_is_active_prefix[-False]": 0.002094852123839721, + "tests/cli/test_common.py::test_is_active_prefix[active_prefix-True]": 0.0020356632292500257, + "tests/cli/test_common.py::test_print_envs_list": 0.009131700749947982, + "tests/cli/test_common.py::test_print_envs_list_output_false": 0.007102299086635156, + "tests/cli/test_compare.py::test_compare_fail": 0.39985641497880764, + "tests/cli/test_compare.py::test_compare_success": 0.5274164527073172, + "tests/cli/test_conda_argparse.py::test_cli_args_as_strings": 0.07361960840046262, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ArgumentParser-isclass]": 0.0019707431880003007, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.BUILTIN_COMMANDS-]": 0.0019684924465760566, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ExtendConstAction-isclass]": 0.001967752054568386, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.NullCountAction-isclass]": 0.001949487147569364, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_output_and_prompt_options-isfunction]": 0.002117784538930289, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_channels-isfunction]": 0.002080669389266227, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_create_install_update-isfunction]": 0.0020472074913895208, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_default_packages-isfunction]": 0.002014401553892229, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_help-isfunction]": 0.0019992395932080776, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_json-isfunction]": 0.0019866782119441775, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_known-isfunction]": 0.001988195363620597, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_networking-isfunction]": 0.001978267994823304, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_package_install_options-isfunction]": 0.001976727842922457, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prefix-isfunction]": 0.00197899301451389, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prune-isfunction]": 0.0019795629577581495, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_pscheck-isfunction]": 0.0019682910014731173, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_show_channel_urls-isfunction]": 0.001984645382951736, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver-isfunction]": 0.001975102463641658, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver_mode-isfunction]": 0.0019637614465736527, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_update_modifiers-isfunction]": 0.0019748413048582174, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_verbose-isfunction]": 0.0019876077162144985, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_clean-isfunction]": 0.0019662871326831216, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_compare-isfunction]": 0.0019653099587683756, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_config-isfunction]": 0.0019628291240015965, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_create-isfunction]": 0.001969640943172119, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_info-isfunction]": 0.0019644763631298185, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_init-isfunction]": 0.0020018071113006757, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_install-isfunction]": 0.001968426240687664, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_list-isfunction]": 0.0019502389333391683, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_notices-isfunction]": 0.001962508044244044, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_package-isfunction]": 0.001978692030198282, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_plugins-isfunction]": 0.001952195714039291, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_remove-isfunction]": 0.001959305353496929, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_rename-isfunction]": 0.0019601602609559034, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_run-isfunction]": 0.0019564554314592027, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_search-isfunction]": 0.001969201340282024, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_update-isfunction]": 0.0019662476398585415, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.do_call-isfunction]": 0.0019523787815442827, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_sys_rc_path-]": 0.0019504659023536109, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_user_rc_path-]": 0.0019685234905914514, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.find_builtin_commands-isfunction]": 0.001960552619538918, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_parser-isfunction]": 0.0019577478798335646, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_pre_parser-isfunction]": 0.0019540148698605083, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.sys_rc_path-]": 0.002020351721224476, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.user_rc_path-]": 0.0019749030601489176, + "tests/cli/test_conda_argparse.py::test_list_through_python_api": 1.9835944118515256, + "tests/cli/test_conda_argparse.py::test_parser_basics": 0.02519623181268418, + "tests/cli/test_conda_argparse.py::test_sorted_commands_in_error": 0.003819345222605552, + "tests/cli/test_config.py::test_add_invalid_key": 0.06938302344040949, + "tests/cli/test_config.py::test_add_key": 0.08167611296754877, + "tests/cli/test_config.py::test_channels_add_duplicate": 0.07417037102706285, + "tests/cli/test_config.py::test_channels_add_empty": 0.07378701472355954, + "tests/cli/test_config.py::test_channels_add_empty_with_defaults": 0.07205613251584168, + "tests/cli/test_config.py::test_channels_append": 0.07958016359158712, + "tests/cli/test_config.py::test_channels_append_duplicate": 0.07858658693078066, + "tests/cli/test_config.py::test_channels_prepend": 0.07832858940240099, + "tests/cli/test_config.py::test_channels_prepend_duplicate": 0.07972444277749073, + "tests/cli/test_config.py::test_channels_remove": 0.07818219239504987, + "tests/cli/test_config.py::test_channels_remove_duplicate": 0.13954939842419378, + "tests/cli/test_config.py::test_conda_config_describe": 4.265962174876511, + "tests/cli/test_config.py::test_conda_config_validate": 1.8326535288572754, + "tests/cli/test_config.py::test_conda_config_validate_sslverify_truststore": 1.9820033819892964, + "tests/cli/test_config.py::test_create_condarc_on_set": 0.0759261020789766, + "tests/cli/test_config.py::test_custom_multichannels_add": 0.07631914271785664, + "tests/cli/test_config.py::test_custom_multichannels_add_duplicate": 0.07560446407210705, + "tests/cli/test_config.py::test_custom_multichannels_append": 0.07512761469438571, + "tests/cli/test_config.py::test_custom_multichannels_append_duplicate": 0.07722935092540613, + "tests/cli/test_config.py::test_custom_multichannels_prepend": 0.07485476269669177, + "tests/cli/test_config.py::test_custom_multichannels_prepend_duplicate": 0.07587151683842686, + "tests/cli/test_config.py::test_get_all": 0.08653630450952932, + "tests/cli/test_config.py::test_get_all_inc_maps": 0.0926190357108598, + "tests/cli/test_config.py::test_get_boolean_value": 0.08312457970274002, + "tests/cli/test_config.py::test_get_channels_list": 0.0846088982630998, + "tests/cli/test_config.py::test_get_invalid_key": 0.09638795610312775, + "tests/cli/test_config.py::test_get_map_full": 0.0861480274681357, + "tests/cli/test_config.py::test_get_map_subkey[conda_build.cache_dir-/tmp/conda-bld]": 0.08500070634731656, + "tests/cli/test_config.py::test_get_map_subkey[proxy_servers.http-1.2.3.4:5678]": 0.08364929185161789, + "tests/cli/test_config.py::test_get_multiple_keys": 0.08535334008318679, + "tests/cli/test_config.py::test_get_multiple_keys_incl_map_full": 0.08944253957492965, + "tests/cli/test_config.py::test_get_multiple_keys_incl_map_subkey": 0.08697901323269412, + "tests/cli/test_config.py::test_get_string_value": 0.0840941226776432, + "tests/cli/test_config.py::test_get_unconfigured_key": 0.08476520536352582, + "tests/cli/test_config.py::test_invalid_yaml": 0.061316666464920934, + "tests/cli/test_config.py::test_remove_key": 0.07772848632424549, + "tests/cli/test_config.py::test_remove_key_duplicate": 0.14101444676446998, + "tests/cli/test_config.py::test_remove_unconfigured_key": 0.06782652858620944, + "tests/cli/test_config.py::test_set_and_get_bool": 0.14695869182032067, + "tests/cli/test_config.py::test_set_check_types[always_yes-false-False]": 0.07244081735131057, + "tests/cli/test_config.py::test_set_check_types[always_yes-no-False]": 0.07470417982476349, + "tests/cli/test_config.py::test_set_check_types[always_yes-true-True]": 0.0725019847187483, + "tests/cli/test_config.py::test_set_check_types[always_yes-yes-True]": 0.07581535186750311, + "tests/cli/test_config.py::test_set_check_types[channel_alias-https://repo.example.com-https://repo.example.com]": 0.07421317938939159, + "tests/cli/test_config.py::test_set_check_types[proxy_servers.http-1.2.3.4:5678-py_value5]": 0.07330597673755164, + "tests/cli/test_config.py::test_set_invalid_key": 0.06746676875095305, + "tests/cli/test_config.py::test_set_key": 0.08084077985762395, + "tests/cli/test_config.py::test_set_map_key[conda_build.cache_dir-/tmp/conda-bld-/var/tmp/build]": 0.08102311058669068, + "tests/cli/test_config.py::test_set_map_key[conda_build.error_overlinking-true-false]": 0.0004036980020123286, + "tests/cli/test_config.py::test_set_map_key[proxy_servers.http-1.2.3.4:5678-4.3.2.1:9876]": 0.07768773279002979, + "tests/cli/test_config.py::test_set_rc_without_user_rc": 0.0733695541346523, + "tests/cli/test_config.py::test_set_unconfigured_key": 0.07802402720311735, + "tests/cli/test_config.py::test_show_sorts_keys": 0.11777932605183204, + "tests/cli/test_config.py::test_ssl_verify_default": 0.003994605312386686, + "tests/cli/test_config.py::test_ssl_verify_set_bool": 0.07416831739564483, + "tests/cli/test_config.py::test_ssl_verify_set_filename": 0.07370510277905541, + "tests/cli/test_env.py::test_conda_env_create_empty_file[classic]": 0.06780772113325302, + "tests/cli/test_env.py::test_conda_env_create_empty_file[libmamba]": 0.067635461497354, + "tests/cli/test_env.py::test_conda_env_create_http[classic]": 219.7374031940816, + "tests/cli/test_env.py::test_conda_env_create_http[libmamba]": 8.72361699838024, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file[classic]": 0.07001143176523505, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file[libmamba]": 0.06948001282820145, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[classic]": 0.07092524887613746, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[libmamba]": 0.07324143199141615, + "tests/cli/test_env.py::test_conda_env_create_no_file[classic]": 0.06936568244291735, + "tests/cli/test_env.py::test_conda_env_create_no_file[libmamba]": 0.07703234894508419, + "tests/cli/test_env.py::test_create_dry_run_json[classic]": 1.1824368323498908, + "tests/cli/test_env.py::test_create_dry_run_json[libmamba]": 0.9144021881082787, + "tests/cli/test_env.py::test_create_dry_run_yaml[classic]": 1.0420130730937296, + "tests/cli/test_env.py::test_create_dry_run_yaml[libmamba]": 1.1281179199526998, + "tests/cli/test_env.py::test_create_unsolvable_env[classic]": 2.1015632281939713, + "tests/cli/test_env.py::test_create_unsolvable_env[libmamba]": 1.2533009940103186, + "tests/cli/test_env.py::test_create_valid_env[classic]": 3.192633309632771, + "tests/cli/test_env.py::test_create_valid_env[libmamba]": 2.2328107800737724, + "tests/cli/test_env.py::test_create_valid_env_json_output[classic]": 0.4317309783797468, + "tests/cli/test_env.py::test_create_valid_env_json_output[libmamba]": 0.6146170825137066, + "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[classic]": 67.88014535830072, + "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[libmamba]": 7.722748820625929, + "tests/cli/test_env.py::test_create_valid_env_with_variables[classic]": 0.9702663893290326, + "tests/cli/test_env.py::test_create_valid_env_with_variables[libmamba]": 1.3406584290089865, "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.854165121879604, - "tests/cli/test_env.py::test_deprecated_binstar[classic]": 0.12454129553340669, - "tests/cli/test_env.py::test_deprecated_binstar[libmamba]": 0.1419979519081329, - "tests/cli/test_env.py::test_env_export[classic]": 41.99764782715569, - "tests/cli/test_env.py::test_env_export[libmamba]": 2.4007196724395174, - "tests/cli/test_env.py::test_env_export_json[classic]": 6.515174912899126, - "tests/cli/test_env.py::test_env_export_json[libmamba]": 0.8850128721052759, - "tests/cli/test_env.py::test_env_export_with_variables[classic]": 39.045943902830096, - "tests/cli/test_env.py::test_env_export_with_variables[libmamba]": 2.169051890897271, - "tests/cli/test_env.py::test_export_multi_channel[classic]": 56.74297998350972, - "tests/cli/test_env.py::test_export_multi_channel[libmamba]": 17.576315375732886, - "tests/cli/test_env.py::test_invalid_extensions[classic]": 0.06631274974785932, - "tests/cli/test_env.py::test_invalid_extensions[libmamba]": 0.06680056650420706, - "tests/cli/test_env.py::test_list[classic]": 1.9600912360856102, - "tests/cli/test_env.py::test_list[libmamba]": 2.579972117821427, - "tests/cli/test_env.py::test_name[classic]": 0.7282005508759624, + "tests/cli/test_env.py::test_deprecated_binstar[classic]": 0.12444473534841222, + "tests/cli/test_env.py::test_deprecated_binstar[libmamba]": 0.14298659323219307, + "tests/cli/test_env.py::test_env_export[classic]": 41.988547177151844, + "tests/cli/test_env.py::test_env_export[libmamba]": 2.413204872388964, + "tests/cli/test_env.py::test_env_export_json[classic]": 6.535648852110887, + "tests/cli/test_env.py::test_env_export_json[libmamba]": 0.8865578652958926, + "tests/cli/test_env.py::test_env_export_with_variables[classic]": 39.02244036970932, + "tests/cli/test_env.py::test_env_export_with_variables[libmamba]": 2.1790195179940715, + "tests/cli/test_env.py::test_export_multi_channel[classic]": 56.82355977260097, + "tests/cli/test_env.py::test_export_multi_channel[libmamba]": 17.602618773585938, + "tests/cli/test_env.py::test_invalid_extensions[classic]": 0.06632124256886202, + "tests/cli/test_env.py::test_invalid_extensions[libmamba]": 0.0679639470511285, + "tests/cli/test_env.py::test_list[classic]": 1.961122567654446, + "tests/cli/test_env.py::test_list[libmamba]": 2.5959038417039877, + "tests/cli/test_env.py::test_name[classic]": 0.7282005508759621, "tests/cli/test_env.py::test_name[libmamba]": 1.4348856421931395, - "tests/cli/test_env.py::test_name_override[classic]": 0.590045224820524, - "tests/cli/test_env.py::test_name_override[libmamba]": 0.8429368059155911, - "tests/cli/test_env.py::test_non_existent_file[classic]": 0.06933934969221983, - "tests/cli/test_env.py::test_non_existent_file[libmamba]": 0.06793623766965678, - "tests/cli/test_env.py::test_pip_error_is_propagated[classic]": 49.63489023579886, - "tests/cli/test_env.py::test_pip_error_is_propagated[libmamba]": 7.009412258183985, - "tests/cli/test_env.py::test_remove_dry_run[classic]": 0.4668103779200124, - "tests/cli/test_env.py::test_remove_dry_run[libmamba]": 1.2746374907270699, - "tests/cli/test_env.py::test_set_unset_env_vars[classic]": 0.6670431812443565, - "tests/cli/test_env.py::test_set_unset_env_vars[libmamba]": 1.3044016679125332, - "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[classic]": 0.0708806970809688, - "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[libmamba]": 0.0690826084467437, - "tests/cli/test_env.py::test_update[classic]": 67.16327085887848, - "tests/cli/test_env.py::test_update[libmamba]": 1.8094046562976518, - "tests/cli/test_env.py::test_update_env_json_output[classic]": 57.626986867925424, - "tests/cli/test_env.py::test_update_env_json_output[libmamba]": 1.38295713793273, - "tests/cli/test_env.py::test_update_env_no_action_json_output[classic]": 94.41203836464594, - "tests/cli/test_env.py::test_update_env_no_action_json_output[libmamba]": 9.939807215847253, - "tests/cli/test_env.py::test_update_env_only_pip_json_output[classic]": 96.42773375223372, - "tests/cli/test_env.py::test_update_env_only_pip_json_output[libmamba]": 10.153565442909985, - "tests/cli/test_find_commands.py::test_find_commands": 0.01017104776045783, - "tests/cli/test_find_commands.py::test_find_executable": 0.004303850404118726, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--debug]": 0.0474025879370405, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--json]": 0.04923213231433572, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--trace]": 0.047566246078257615, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[-v]": 0.04581788044681309, - "tests/cli/test_main.py::test_main": 0.04939979266201531, - "tests/cli/test_main_clean.py::test_clean_all[False]": 0.5307224616607072, - "tests/cli/test_main_clean.py::test_clean_all[True]": 0.5333908622955738, - "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[False]": 0.45638762270025185, - "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[True]": 0.2779365215517376, - "tests/cli/test_main_clean.py::test_clean_and_packages": 0.3883050927411103, - "tests/cli/test_main_clean.py::test_clean_force_pkgs_dirs": 0.24589310032551417, - "tests/cli/test_main_clean.py::test_clean_index_cache": 0.23466223019782803, - "tests/cli/test_main_clean.py::test_clean_logfiles": 0.18171898313366422, - "tests/cli/test_main_clean.py::test_clean_tarballs": 0.18593084083453332, - "tests/cli/test_main_clean.py::test_clean_tempfiles": 0.1858672201122383, - "tests/cli/test_main_clean.py::test_get_size": 0.002699671112408544, - "tests/cli/test_main_clean.py::test_get_size_None": 0.001951136047099921, - "tests/cli/test_main_clean.py::test_get_size_list": 0.001924884682990842, - "tests/cli/test_main_commands.py::test_commands": 0.07155116950708047, - "tests/cli/test_main_compare.py::test_compare": 0.05778350086300238, - "tests/cli/test_main_config.py::test_config_get_key": 0.012967680135974326, - "tests/cli/test_main_config.py::test_config_get_missing[get]": 0.08387982614607288, - "tests/cli/test_main_config.py::test_config_get_missing[key]": 0.08120198374050563, - "tests/cli/test_main_config.py::test_config_get_missing[unknown]": 0.08052415016770866, - "tests/cli/test_main_config.py::test_config_get_system[get]": 0.08019735259947297, - "tests/cli/test_main_config.py::test_config_get_system[key]": 0.08124894685808712, - "tests/cli/test_main_config.py::test_config_get_system[unknown]": 0.08187908360883295, - "tests/cli/test_main_config.py::test_config_get_user[get]": 0.08488140764084423, - "tests/cli/test_main_config.py::test_config_get_user[key]": 0.08295177061156438, - "tests/cli/test_main_config.py::test_config_get_user[unknown]": 0.08228571725109006, - "tests/cli/test_main_config.py::test_config_read_rc": 0.003649481558926885, - "tests/cli/test_main_config.py::test_config_remove_item": 0.005353791902562728, - "tests/cli/test_main_config.py::test_config_remove_key": 0.002657326457652166, - "tests/cli/test_main_config.py::test_config_set_key": 0.004237316239670708, - "tests/cli/test_main_config.py::test_config_set_keys": 0.006942132490402441, - "tests/cli/test_main_config.py::test_config_show_sources_json": 0.07193440826967061, - "tests/cli/test_main_config.py::test_config_write_rc": 0.0033268029099529583, - "tests/cli/test_main_export.py::test_execute_export_no_file_specified": 0.07115315079516886, - "tests/cli/test_main_export.py::test_export": 0.069894448600747, - "tests/cli/test_main_export.py::test_export_add_channels": 0.07182043014365509, - "tests/cli/test_main_export.py::test_export_override_channels": 0.08161225762509647, - "tests/cli/test_main_export.py::test_export_with_json": 0.07587683326544897, - "tests/cli/test_main_export.py::test_export_yaml_file_extension": 0.059672595929403716, - "tests/cli/test_main_info.py::test_info": 0.29090754326704266, + "tests/cli/test_env.py::test_name_override[classic]": 0.5979332226079233, + "tests/cli/test_env.py::test_name_override[libmamba]": 0.8492968865027529, + "tests/cli/test_env.py::test_non_existent_file[classic]": 0.06925528323142571, + "tests/cli/test_env.py::test_non_existent_file[libmamba]": 0.06799872176652895, + "tests/cli/test_env.py::test_pip_error_is_propagated[classic]": 49.61025484195256, + "tests/cli/test_env.py::test_pip_error_is_propagated[libmamba]": 7.007988097284989, + "tests/cli/test_env.py::test_remove_dry_run[classic]": 0.471117465560977, + "tests/cli/test_env.py::test_remove_dry_run[libmamba]": 1.2860569452829236, + "tests/cli/test_env.py::test_set_unset_env_vars[classic]": 0.6709803629830599, + "tests/cli/test_env.py::test_set_unset_env_vars[libmamba]": 1.3103871500545496, + "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[classic]": 0.07078140597561937, + "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[libmamba]": 0.0690348409618098, + "tests/cli/test_env.py::test_update[classic]": 66.89656611953596, + "tests/cli/test_env.py::test_update[libmamba]": 1.8066491329793868, + "tests/cli/test_env.py::test_update_env_json_output[classic]": 57.594605556307236, + "tests/cli/test_env.py::test_update_env_json_output[libmamba]": 1.3718512527343991, + "tests/cli/test_env.py::test_update_env_no_action_json_output[classic]": 94.26697902473741, + "tests/cli/test_env.py::test_update_env_no_action_json_output[libmamba]": 9.98173146985675, + "tests/cli/test_env.py::test_update_env_only_pip_json_output[classic]": 96.53517365920054, + "tests/cli/test_env.py::test_update_env_only_pip_json_output[libmamba]": 10.060617343861807, + "tests/cli/test_find_commands.py::test_find_commands": 0.010171934574615692, + "tests/cli/test_find_commands.py::test_find_executable": 0.004294752945058395, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--debug]": 0.04750119895774732, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--json]": 0.047534270169783, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--trace]": 0.0474697808316284, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[-v]": 0.04572770900037761, + "tests/cli/test_main.py::test_main": 0.04935458729380145, + "tests/cli/test_main_clean.py::test_clean_all[False]": 0.5312513885903626, + "tests/cli/test_main_clean.py::test_clean_all[True]": 0.5335056345366821, + "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[False]": 0.4591986547566923, + "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[True]": 0.27786008037023935, + "tests/cli/test_main_clean.py::test_clean_and_packages": 0.38855065974189157, + "tests/cli/test_main_clean.py::test_clean_force_pkgs_dirs": 0.2456380878307488, + "tests/cli/test_main_clean.py::test_clean_index_cache": 0.23631605730698838, + "tests/cli/test_main_clean.py::test_clean_logfiles": 0.1815451772957793, + "tests/cli/test_main_clean.py::test_clean_tarballs": 0.1859741364492917, + "tests/cli/test_main_clean.py::test_clean_tempfiles": 0.18572941006426957, + "tests/cli/test_main_clean.py::test_get_size": 0.002697970179425789, + "tests/cli/test_main_clean.py::test_get_size_None": 0.0019482760174958126, + "tests/cli/test_main_clean.py::test_get_size_list": 0.0019274601948313789, + "tests/cli/test_main_commands.py::test_commands": 0.07147178072115182, + "tests/cli/test_main_compare.py::test_compare": 0.057797417899243295, + "tests/cli/test_main_config.py::test_config_get_key": 0.012982144698220581, + "tests/cli/test_main_config.py::test_config_get_missing[get]": 0.08401474611623018, + "tests/cli/test_main_config.py::test_config_get_missing[key]": 0.08118206290737402, + "tests/cli/test_main_config.py::test_config_get_missing[unknown]": 0.08054329902983628, + "tests/cli/test_main_config.py::test_config_get_system[get]": 0.08025946678329594, + "tests/cli/test_main_config.py::test_config_get_system[key]": 0.08125972559146429, + "tests/cli/test_main_config.py::test_config_get_system[unknown]": 0.08179497434263433, + "tests/cli/test_main_config.py::test_config_get_user[get]": 0.08486229812504427, + "tests/cli/test_main_config.py::test_config_get_user[key]": 0.08296817970195948, + "tests/cli/test_main_config.py::test_config_get_user[unknown]": 0.08227488371297557, + "tests/cli/test_main_config.py::test_config_read_rc": 0.003654629268369854, + "tests/cli/test_main_config.py::test_config_remove_item": 0.005352966694001405, + "tests/cli/test_main_config.py::test_config_remove_key": 0.002656756441021542, + "tests/cli/test_main_config.py::test_config_set_key": 0.004243757991792867, + "tests/cli/test_main_config.py::test_config_set_keys": 0.006928266431640166, + "tests/cli/test_main_config.py::test_config_show_sources_json": 0.07190844567190385, + "tests/cli/test_main_config.py::test_config_write_rc": 0.003324180297509049, + "tests/cli/test_main_export.py::test_execute_export_no_file_specified": 0.07107173156405816, + "tests/cli/test_main_export.py::test_export": 0.06989507097207484, + "tests/cli/test_main_export.py::test_export_add_channels": 0.07179373432337981, + "tests/cli/test_main_export.py::test_export_override_channels": 0.08163651912854522, + "tests/cli/test_main_export.py::test_export_with_json": 0.07569094787744096, + "tests/cli/test_main_export.py::test_export_yaml_file_extension": 0.05964410783039387, + "tests/cli/test_main_info.py::test_info": 0.2909465539145017, "tests/cli/test_main_info.py::test_info_all": 0.07222066250000125, - "tests/cli/test_main_info.py::test_info_json": 0.07734645975651683, - "tests/cli/test_main_info.py::test_info_root": 0.1537610815206687, - "tests/cli/test_main_info.py::test_info_unsafe_channels": 0.1621355272636801, - "tests/cli/test_main_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 315.408382408692, - "tests/cli/test_main_install.py::test_install_freezes_env_by_default": 0.7756635507365788, - "tests/cli/test_main_install.py::test_install_from_extracted_package": 10.993014966691266, - "tests/cli/test_main_install.py::test_install_mkdir": 18.581284949256062, - "tests/cli/test_main_list.py::test_explicit[--md5]": 3.3684469603694214, - "tests/cli/test_main_list.py::test_explicit[--quiet]": 2.8503475522173454, - "tests/cli/test_main_list.py::test_explicit[--sha256]": 2.6115230267176908, - "tests/cli/test_main_list.py::test_export": 1.0048200492810964, - "tests/cli/test_main_list.py::test_list": 1.1688963224107385, - "tests/cli/test_main_list.py::test_list_explicit": 3.98706255910505, - "tests/cli/test_main_list.py::test_list_json": 0.1497539592010316, - "tests/cli/test_main_list.py::test_list_package": 0.0889397609141289, - "tests/cli/test_main_list.py::test_list_reverse": 3.6599986905785244, - "tests/cli/test_main_list.py::test_list_revisions": 0.12847659837194322, - "tests/cli/test_main_list.py::test_list_specific_version": 0.1797834644478922, - "tests/cli/test_main_notices.py::test_cache_names_appear_as_expected": 0.09273492089864113, - "tests/cli/test_main_notices.py::test_main_notices[200]": 0.09289636288212087, - "tests/cli/test_main_notices.py::test_main_notices[404]": 0.09149862391071817, - "tests/cli/test_main_notices.py::test_main_notices_handles_bad_expired_at_field": 0.0980165354956633, - "tests/cli/test_main_notices.py::test_main_notices_help": 0.02498291543498311, - "tests/cli/test_main_notices.py::test_main_notices_json": 0.04038746923636667, - "tests/cli/test_main_notices.py::test_main_notices_reads_from_cache": 0.09210557716272669, - "tests/cli/test_main_notices.py::test_main_notices_reads_from_expired_cache": 0.09385694466213355, - "tests/cli/test_main_notices.py::test_notices_appear_once_when_running_decorated_commands": 2.4438321226250186, - "tests/cli/test_main_notices.py::test_notices_cannot_read_cache_files": 0.13039050453616718, - "tests/cli/test_main_notices.py::test_notices_does_not_interrupt_command_on_failure": 0.3794836121962334, - "tests/cli/test_main_notices.py::test_notices_work_with_s3_channel": 0.1335104512157628, - "tests/cli/test_main_remove.py::test_remove_all": 8.37203254022632, - "tests/cli/test_main_remove.py::test_remove_all_keep_env": 8.044511922197529, - "tests/cli/test_main_remove.py::test_remove_globbed_package_names[classic]": 15.224047948235832, - "tests/cli/test_main_remove.py::test_remove_globbed_package_names[libmamba]": 0.8176957643850516, - "tests/cli/test_main_remove.py::test_remove_nonexistent_env": 0.05478837475859912, - "tests/cli/test_main_rename.py::test_cannot_rename_active_env_by_name": 1.3772641518403566, - "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_name": 0.06157871095009297, - "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_path": 0.0633508651207054, - "tests/cli/test_main_rename.py::test_cannot_rename_nonexistent_env": 0.06198992390973136, - "tests/cli/test_main_rename.py::test_protected_dirs_error_for_rename": 1.1375079049061576, - "tests/cli/test_main_rename.py::test_rename_by_name_name_already_exists_error": 1.0565006788327092, - "tests/cli/test_main_rename.py::test_rename_by_name_success": 1.9323666524307925, - "tests/cli/test_main_rename.py::test_rename_by_path_path_already_exists_error": 1.221778727687621, - "tests/cli/test_main_rename.py::test_rename_by_path_success": 1.5170452947006503, - "tests/cli/test_main_rename.py::test_rename_with_dry_run": 1.4536922260420075, - "tests/cli/test_main_rename.py::test_rename_with_force": 3.3523647629835964, - "tests/cli/test_main_rename.py::test_rename_with_force_and_dry_run": 1.3907107671061478, - "tests/cli/test_main_rename.py::test_rename_with_force_with_errors": 3.359818403953189, - "tests/cli/test_main_rename.py::test_rename_with_force_with_errors_prefix": 1.0186125416377383, - "tests/cli/test_main_rename.py::test_separator_chars_on_win": 0.0004003162462625027, - "tests/cli/test_main_run.py::test_conda_run_nonexistant_prefix": 0.05716061681451276, - "tests/cli/test_main_run.py::test_conda_run_prefix_not_a_conda_env": 0.06221928805952775, - "tests/cli/test_main_run.py::test_multiline_run_command": 1.818892291544651, - "tests/cli/test_main_run.py::test_run_readonly_env": 1.7593536399868057, - "tests/cli/test_main_run.py::test_run_returns_int": 1.8587209983548019, - "tests/cli/test_main_run.py::test_run_returns_nonzero_errorlevel": 2.034379439583493, - "tests/cli/test_main_run.py::test_run_returns_zero_errorlevel": 1.7160740309803126, - "tests/cli/test_main_run.py::test_run_uncaptured": 2.0230548436070723, - "tests/cli/test_main_search.py::test_anaconda_token_with_private_package": 24.856684982047888, - "tests/cli/test_main_search.py::test_bad_anaconda_token": 1.3539695929518571, - "tests/cli/test_main_search.py::test_current_platform_package_missing": 0.14939873756629685, - "tests/cli/test_main_search.py::test_different_platform_package_found": 0.09541177666121645, - "tests/cli/test_main_search.py::test_mocked_platform_package_found": 0.1246319852253682, - "tests/cli/test_main_search.py::test_pretty_record": 0.003133224588912083, - "tests/cli/test_main_search.py::test_rpy_search[linux-32]": 10.763248630137618, - "tests/cli/test_main_search.py::test_rpy_search[linux-64]": 15.392741407253434, - "tests/cli/test_main_search.py::test_rpy_search[osx-64]": 16.012470592163904, - "tests/cli/test_main_search.py::test_rpy_search[win-32]": 8.074396868624218, - "tests/cli/test_main_search.py::test_rpy_search[win-64]": 9.658526221589625, - "tests/cli/test_main_search.py::test_search_0": 16.439086595603854, - "tests/cli/test_main_search.py::test_search_1": 0.3241519029552954, - "tests/cli/test_main_search.py::test_search_2[exact]": 0.1559691713933165, - "tests/cli/test_main_search.py::test_search_2[wildcard]": 5.4870602119080205, - "tests/cli/test_main_search.py::test_search_3": 0.13144625348320024, - "tests/cli/test_main_search.py::test_search_4": 0.2024407664662654, - "tests/cli/test_main_search.py::test_search_5": 0.9371117242730753, - "tests/cli/test_main_search.py::test_search_envs": 0.1301915942045642, - "tests/cli/test_main_search.py::test_search_envs_info": 0.15596362075103298, - "tests/cli/test_main_search.py::test_search_envs_json": 0.09085326868211156, - "tests/cli/test_main_search.py::test_search_inflexible": 0.13129884491142735, - "tests/cli/test_main_search.py::test_unknown_platform_package_missing": 0.09569257841983053, - "tests/cli/test_subcommands.py::test_clean[classic]": 0.7860038821838855, - "tests/cli/test_subcommands.py::test_clean[libmamba]": 1.2748836135939525, - "tests/cli/test_subcommands.py::test_compare[classic]": 0.17076789725328506, - "tests/cli/test_subcommands.py::test_compare[libmamba]": 2.8349522768385835, - "tests/cli/test_subcommands.py::test_config[classic]": 0.08022466978648524, - "tests/cli/test_subcommands.py::test_config[libmamba]": 0.08005574774287258, - "tests/cli/test_subcommands.py::test_create[classic]": 0.3680839717181005, - "tests/cli/test_subcommands.py::test_create[libmamba]": 5.823872681643127, - "tests/cli/test_subcommands.py::test_doctor[classic]": 2.1048416519689535, - "tests/cli/test_subcommands.py::test_doctor[libmamba]": 2.1195706100501503, - "tests/cli/test_subcommands.py::test_env_config_vars[classic]": 0.31099786311203803, - "tests/cli/test_subcommands.py::test_env_config_vars[libmamba]": 1.5193449218866908, - "tests/cli/test_subcommands.py::test_env_create[classic]": 0.8770588092387548, - "tests/cli/test_subcommands.py::test_env_create[libmamba]": 2.0099168292383878, - "tests/cli/test_subcommands.py::test_env_export[classic]": 0.4939810124185744, - "tests/cli/test_subcommands.py::test_env_export[libmamba]": 0.5292272745910347, - "tests/cli/test_subcommands.py::test_env_list[classic]": 0.16203426293367143, - "tests/cli/test_subcommands.py::test_env_list[libmamba]": 0.160877653573078, - "tests/cli/test_subcommands.py::test_env_remove[classic]": 0.24713538987968353, - "tests/cli/test_subcommands.py::test_env_remove[libmamba]": 1.2427550884644962, - "tests/cli/test_subcommands.py::test_env_update[classic]": 0.9027667317940837, - "tests/cli/test_subcommands.py::test_env_update[libmamba]": 3.06622674306853, - "tests/cli/test_subcommands.py::test_info[classic]": 0.08588542187453835, - "tests/cli/test_subcommands.py::test_info[libmamba]": 0.08425361700856347, - "tests/cli/test_subcommands.py::test_info_json[classic]": 0.15725476710599479, - "tests/cli/test_subcommands.py::test_info_json[libmamba]": 0.16223330859679894, - "tests/cli/test_subcommands.py::test_init[classic]": 0.08978640766598227, - "tests/cli/test_subcommands.py::test_init[libmamba]": 0.09154739606664658, - "tests/cli/test_subcommands.py::test_install[classic]": 2.7844132552242344, - "tests/cli/test_subcommands.py::test_install[libmamba]": 4.296811278302529, - "tests/cli/test_subcommands.py::test_list[classic]": 0.9097511281184432, - "tests/cli/test_subcommands.py::test_list[libmamba]": 1.2281436079755594, - "tests/cli/test_subcommands.py::test_notices[classic]": 0.1787142405875284, - "tests/cli/test_subcommands.py::test_notices[libmamba]": 0.18588464419863712, - "tests/cli/test_subcommands.py::test_package[classic]": 0.17088945627134933, - "tests/cli/test_subcommands.py::test_package[libmamba]": 1.3500753652711626, - "tests/cli/test_subcommands.py::test_remove[classic-remove]": 0.2215344117971315, - "tests/cli/test_subcommands.py::test_remove[classic-uninstall]": 0.23390927573001982, - "tests/cli/test_subcommands.py::test_remove[libmamba-remove]": 1.1963995751164695, - "tests/cli/test_subcommands.py::test_remove[libmamba-uninstall]": 1.4097441667933281, - "tests/cli/test_subcommands.py::test_remove_all_json[classic-remove]": 1.7393052483514708, - "tests/cli/test_subcommands.py::test_remove_all_json[classic-uninstall]": 0.4799523730534918, - "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-remove]": 1.1569093616543835, - "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-uninstall]": 1.467475913377471, - "tests/cli/test_subcommands.py::test_rename[classic]": 0.38794439353567056, - "tests/cli/test_subcommands.py::test_rename[libmamba]": 1.1117356244676544, - "tests/cli/test_subcommands.py::test_run[classic]": 29.017269326028824, - "tests/cli/test_subcommands.py::test_run[libmamba]": 2.0695837979158718, - "tests/cli/test_subcommands.py::test_search[classic]": 0.4637971586826414, - "tests/cli/test_subcommands.py::test_search[libmamba]": 19.695208816708234, - "tests/cli/test_subcommands.py::test_update[classic-update]": 1.1247677433781917, - "tests/cli/test_subcommands.py::test_update[classic-upgrade]": 1.2716881171125696, - "tests/cli/test_subcommands.py::test_update[libmamba-update]": 2.6421712643536934, - "tests/cli/test_subcommands.py::test_update[libmamba-upgrade]": 2.8337782955742252, - "tests/common/os/test_windows.py::test_is_admin_on_windows": 0.0016326231541752179, - "tests/common/pkg_formats/test_python.py::test_basepydist_load_requires_provides_file": 0.0019571368140527197, - "tests/common/pkg_formats/test_python.py::test_basepydist_parse_entries_file_data": 0.0020340761389798893, - "tests/common/pkg_formats/test_python.py::test_basepydist_parse_requires_file_data": 0.0018202719106417962, - "tests/common/pkg_formats/test_python.py::test_dist_get_paths": 0.002020510905954771, - "tests/common/pkg_formats/test_python.py::test_dist_get_paths_no_paths": 0.001807792354143596, - "tests/common/pkg_formats/test_python.py::test_evaluate_marker": 0.0021354884697951273, - "tests/common/pkg_formats/test_python.py::test_get_default_marker_context": 0.0017494934512706864, - "tests/common/pkg_formats/test_python.py::test_get_dist_file_from_egg_link": 0.0025537207325711546, - "tests/common/pkg_formats/test_python.py::test_get_dist_requirements": 0.0020724278279069196, - "tests/common/pkg_formats/test_python.py::test_get_entry_points": 0.002291487521121694, - "tests/common/pkg_formats/test_python.py::test_get_extra_provides": 0.0020655554063871767, - "tests/common/pkg_formats/test_python.py::test_get_python_distribution_info": 0.00036220244754373823, - "tests/common/pkg_formats/test_python.py::test_get_site_packages_anchor_files": 0.0023966240733668907, + "tests/cli/test_main_info.py::test_info_json": 0.07731831540710235, + "tests/cli/test_main_info.py::test_info_root": 0.15417280610107406, + "tests/cli/test_main_info.py::test_info_unsafe_channels": 0.16240406652575973, + "tests/cli/test_main_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 314.52153787540647, + "tests/cli/test_main_install.py::test_install_freezes_env_by_default": 0.7779711080464535, + "tests/cli/test_main_install.py::test_install_from_extracted_package": 11.044908532344913, + "tests/cli/test_main_install.py::test_install_mkdir": 18.35643626989455, + "tests/cli/test_main_list.py::test_explicit[--md5]": 3.3914601378761797, + "tests/cli/test_main_list.py::test_explicit[--quiet]": 2.8522426419441524, + "tests/cli/test_main_list.py::test_explicit[--sha256]": 2.6224136173197183, + "tests/cli/test_main_list.py::test_export": 1.0077367421220969, + "tests/cli/test_main_list.py::test_list": 1.177049359656692, + "tests/cli/test_main_list.py::test_list_explicit": 3.9975358234863467, + "tests/cli/test_main_list.py::test_list_json": 0.1495830124947137, + "tests/cli/test_main_list.py::test_list_package": 0.0884742016153309, + "tests/cli/test_main_list.py::test_list_reverse": 3.64188787611667, + "tests/cli/test_main_list.py::test_list_revisions": 0.1285774720240422, + "tests/cli/test_main_list.py::test_list_specific_version": 0.18464913608808517, + "tests/cli/test_main_notices.py::test_cache_names_appear_as_expected": 0.09358367303384223, + "tests/cli/test_main_notices.py::test_main_notices[200]": 0.09369799858686179, + "tests/cli/test_main_notices.py::test_main_notices[404]": 0.0924116735901015, + "tests/cli/test_main_notices.py::test_main_notices_handles_bad_expired_at_field": 0.09875294070729475, + "tests/cli/test_main_notices.py::test_main_notices_help": 0.025005472358263007, + "tests/cli/test_main_notices.py::test_main_notices_json": 0.040201553686358915, + "tests/cli/test_main_notices.py::test_main_notices_reads_from_cache": 0.09300769399667218, + "tests/cli/test_main_notices.py::test_main_notices_reads_from_expired_cache": 0.09470659011669623, + "tests/cli/test_main_notices.py::test_notices_appear_once_when_running_decorated_commands": 2.457406672694264, + "tests/cli/test_main_notices.py::test_notices_cannot_read_cache_files": 0.1296194839756447, + "tests/cli/test_main_notices.py::test_notices_does_not_interrupt_command_on_failure": 0.38086293167336865, + "tests/cli/test_main_notices.py::test_notices_work_with_s3_channel": 0.13439374180204533, + "tests/cli/test_main_remove.py::test_remove_all": 8.381425129133362, + "tests/cli/test_main_remove.py::test_remove_all_keep_env": 8.061002396344223, + "tests/cli/test_main_remove.py::test_remove_globbed_package_names[classic]": 15.240025574144315, + "tests/cli/test_main_remove.py::test_remove_globbed_package_names[libmamba]": 0.8045345091690863, + "tests/cli/test_main_remove.py::test_remove_nonexistent_env": 0.05477932818002529, + "tests/cli/test_main_rename.py::test_cannot_rename_active_env_by_name": 1.3701591772567514, + "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_name": 0.06154020459787137, + "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_path": 0.06318819736090488, + "tests/cli/test_main_rename.py::test_cannot_rename_nonexistent_env": 0.0621024969591091, + "tests/cli/test_main_rename.py::test_protected_dirs_error_for_rename": 1.1451640383177764, + "tests/cli/test_main_rename.py::test_rename_by_name_name_already_exists_error": 1.0490581676782196, + "tests/cli/test_main_rename.py::test_rename_by_name_success": 1.9478530818665412, + "tests/cli/test_main_rename.py::test_rename_by_path_path_already_exists_error": 1.210009584464671, + "tests/cli/test_main_rename.py::test_rename_by_path_success": 1.5060716069708038, + "tests/cli/test_main_rename.py::test_rename_with_dry_run": 1.4652003857186031, + "tests/cli/test_main_rename.py::test_rename_with_force": 3.3473495412488874, + "tests/cli/test_main_rename.py::test_rename_with_force_and_dry_run": 1.3917098807818036, + "tests/cli/test_main_rename.py::test_rename_with_force_with_errors": 3.3797340993872265, + "tests/cli/test_main_rename.py::test_rename_with_force_with_errors_prefix": 0.9989450004560937, + "tests/cli/test_main_rename.py::test_separator_chars_on_win": 0.0003998019775747698, + "tests/cli/test_main_run.py::test_conda_run_nonexistant_prefix": 0.05717499173668829, + "tests/cli/test_main_run.py::test_conda_run_prefix_not_a_conda_env": 0.06241531322794925, + "tests/cli/test_main_run.py::test_multiline_run_command": 1.8208224467872656, + "tests/cli/test_main_run.py::test_run_readonly_env": 1.7616401805634858, + "tests/cli/test_main_run.py::test_run_returns_int": 1.8669983991989636, + "tests/cli/test_main_run.py::test_run_returns_nonzero_errorlevel": 2.0402521706480385, + "tests/cli/test_main_run.py::test_run_returns_zero_errorlevel": 1.7224317582772708, + "tests/cli/test_main_run.py::test_run_uncaptured": 2.0369070116178545, + "tests/cli/test_main_search.py::test_anaconda_token_with_private_package": 24.613850255091744, + "tests/cli/test_main_search.py::test_bad_anaconda_token": 1.3267856640639983, + "tests/cli/test_main_search.py::test_current_platform_package_missing": 0.14952611653047035, + "tests/cli/test_main_search.py::test_different_platform_package_found": 0.09552712161903328, + "tests/cli/test_main_search.py::test_mocked_platform_package_found": 0.12245019687862908, + "tests/cli/test_main_search.py::test_pretty_record": 0.0031365678655158324, + "tests/cli/test_main_search.py::test_rpy_search[linux-32]": 10.703832046906095, + "tests/cli/test_main_search.py::test_rpy_search[linux-64]": 15.217695768839999, + "tests/cli/test_main_search.py::test_rpy_search[osx-64]": 16.119170993631215, + "tests/cli/test_main_search.py::test_rpy_search[win-32]": 7.899083090623977, + "tests/cli/test_main_search.py::test_rpy_search[win-64]": 9.573773046532063, + "tests/cli/test_main_search.py::test_search_0": 16.426563383454607, + "tests/cli/test_main_search.py::test_search_1": 0.3236583800825706, + "tests/cli/test_main_search.py::test_search_2[exact]": 0.13731348815316197, + "tests/cli/test_main_search.py::test_search_2[wildcard]": 5.579884832929073, + "tests/cli/test_main_search.py::test_search_3": 0.13206508756391505, + "tests/cli/test_main_search.py::test_search_4": 0.2016829570582427, + "tests/cli/test_main_search.py::test_search_5": 0.9398313131565444, + "tests/cli/test_main_search.py::test_search_envs": 0.13117548201608248, + "tests/cli/test_main_search.py::test_search_envs_info": 0.15647673562210795, + "tests/cli/test_main_search.py::test_search_envs_json": 0.09031580191464482, + "tests/cli/test_main_search.py::test_search_inflexible": 0.12785060151100008, + "tests/cli/test_main_search.py::test_unknown_platform_package_missing": 0.0955369585996741, + "tests/cli/test_subcommands.py::test_clean[classic]": 0.7850202853858049, + "tests/cli/test_subcommands.py::test_clean[libmamba]": 1.311721763246032, + "tests/cli/test_subcommands.py::test_compare[classic]": 0.17081964262423688, + "tests/cli/test_subcommands.py::test_compare[libmamba]": 2.808840085753845, + "tests/cli/test_subcommands.py::test_config[classic]": 0.08025200099867127, + "tests/cli/test_subcommands.py::test_config[libmamba]": 0.08016253583388948, + "tests/cli/test_subcommands.py::test_create[classic]": 0.37335818987994496, + "tests/cli/test_subcommands.py::test_create[libmamba]": 5.813985132416495, + "tests/cli/test_subcommands.py::test_doctor[classic]": 2.1059233288047388, + "tests/cli/test_subcommands.py::test_doctor[libmamba]": 2.1200579406738633, + "tests/cli/test_subcommands.py::test_env_config_vars[classic]": 0.3107907254990576, + "tests/cli/test_subcommands.py::test_env_config_vars[libmamba]": 1.519392126974866, + "tests/cli/test_subcommands.py::test_env_create[classic]": 0.882341120830918, + "tests/cli/test_subcommands.py::test_env_create[libmamba]": 2.0109702651182713, + "tests/cli/test_subcommands.py::test_env_export[classic]": 0.49508162855415117, + "tests/cli/test_subcommands.py::test_env_export[libmamba]": 0.5310327608349792, + "tests/cli/test_subcommands.py::test_env_list[classic]": 0.16207189722626916, + "tests/cli/test_subcommands.py::test_env_list[libmamba]": 0.16075130917245845, + "tests/cli/test_subcommands.py::test_env_remove[classic]": 0.24688818754450984, + "tests/cli/test_subcommands.py::test_env_remove[libmamba]": 1.2493581247049133, + "tests/cli/test_subcommands.py::test_env_update[classic]": 0.910378706209028, + "tests/cli/test_subcommands.py::test_env_update[libmamba]": 3.10504085330209, + "tests/cli/test_subcommands.py::test_info[classic]": 0.08589022690383387, + "tests/cli/test_subcommands.py::test_info[libmamba]": 0.0843099733693797, + "tests/cli/test_subcommands.py::test_info_json[classic]": 0.15716297964725454, + "tests/cli/test_subcommands.py::test_info_json[libmamba]": 0.16210864204875974, + "tests/cli/test_subcommands.py::test_init[classic]": 0.0897256597916562, + "tests/cli/test_subcommands.py::test_init[libmamba]": 0.09152278032186231, + "tests/cli/test_subcommands.py::test_install[classic]": 2.795346955638843, + "tests/cli/test_subcommands.py::test_install[libmamba]": 4.341636479095975, + "tests/cli/test_subcommands.py::test_list[classic]": 0.9077210405860741, + "tests/cli/test_subcommands.py::test_list[libmamba]": 1.2209944074630175, + "tests/cli/test_subcommands.py::test_notices[classic]": 0.17932614224861998, + "tests/cli/test_subcommands.py::test_notices[libmamba]": 0.1883035062960781, + "tests/cli/test_subcommands.py::test_package[classic]": 0.17085876716750556, + "tests/cli/test_subcommands.py::test_package[libmamba]": 1.3506238967207094, + "tests/cli/test_subcommands.py::test_remove[classic-remove]": 0.2213359397438503, + "tests/cli/test_subcommands.py::test_remove[classic-uninstall]": 0.23346834237100392, + "tests/cli/test_subcommands.py::test_remove[libmamba-remove]": 1.189615238213123, + "tests/cli/test_subcommands.py::test_remove[libmamba-uninstall]": 1.4276669441131553, + "tests/cli/test_subcommands.py::test_remove_all_json[classic-remove]": 1.7327342790276312, + "tests/cli/test_subcommands.py::test_remove_all_json[classic-uninstall]": 0.4782159430846718, + "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-remove]": 1.151912226617111, + "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-uninstall]": 1.4731821836852128, + "tests/cli/test_subcommands.py::test_rename[classic]": 0.39104482035329846, + "tests/cli/test_subcommands.py::test_rename[libmamba]": 1.0985886239605347, + "tests/cli/test_subcommands.py::test_run[classic]": 29.192769919694506, + "tests/cli/test_subcommands.py::test_run[libmamba]": 2.071915896092054, + "tests/cli/test_subcommands.py::test_search[classic]": 0.45694013716936455, + "tests/cli/test_subcommands.py::test_search[libmamba]": 19.810206351091345, + "tests/cli/test_subcommands.py::test_update[classic-update]": 1.120237637648768, + "tests/cli/test_subcommands.py::test_update[classic-upgrade]": 1.2725552112806078, + "tests/cli/test_subcommands.py::test_update[libmamba-update]": 2.6283793573282423, + "tests/cli/test_subcommands.py::test_update[libmamba-upgrade]": 2.8280575041589358, + "tests/common/os/test_windows.py::test_is_admin_on_windows": 0.001632189699719966, + "tests/common/pkg_formats/test_python.py::test_basepydist_load_requires_provides_file": 0.0019569566251799748, + "tests/common/pkg_formats/test_python.py::test_basepydist_parse_entries_file_data": 0.002033419007980133, + "tests/common/pkg_formats/test_python.py::test_basepydist_parse_requires_file_data": 0.0018114064732239548, + "tests/common/pkg_formats/test_python.py::test_dist_get_paths": 0.0020185748573919512, + "tests/common/pkg_formats/test_python.py::test_dist_get_paths_no_paths": 0.0018083355189623092, + "tests/common/pkg_formats/test_python.py::test_evaluate_marker": 0.0021379850877842493, + "tests/common/pkg_formats/test_python.py::test_get_default_marker_context": 0.0017484906819856937, + "tests/common/pkg_formats/test_python.py::test_get_dist_file_from_egg_link": 0.0025485696206121976, + "tests/common/pkg_formats/test_python.py::test_get_dist_requirements": 0.00206931909015073, + "tests/common/pkg_formats/test_python.py::test_get_entry_points": 0.0022936773460548324, + "tests/common/pkg_formats/test_python.py::test_get_extra_provides": 0.0020643513069370433, + "tests/common/pkg_formats/test_python.py::test_get_python_distribution_info": 0.000362063952726209, + "tests/common/pkg_formats/test_python.py::test_get_site_packages_anchor_files": 0.0023932242572831004, "tests/common/pkg_formats/test_python.py::test_metadata": 0.003443230581040403, - "tests/common/pkg_formats/test_python.py::test_metadata[path0-False-False-False-False]": 0.0023227936600753144, - "tests/common/pkg_formats/test_python.py::test_metadata[path1-True-False-False-False]": 0.0023800555412196497, - "tests/common/pkg_formats/test_python.py::test_metadata[path2-True-True-True-False]": 0.002477676263795499, - "tests/common/pkg_formats/test_python.py::test_metadata[path3-True-True-True-True]": 0.0024155472589807827, - "tests/common/pkg_formats/test_python.py::test_metadata_keys": 0.0016038459361689364, - "tests/common/pkg_formats/test_python.py::test_metadata_none": 0.001661651081068336, - "tests/common/pkg_formats/test_python.py::test_metadata_process_path": 0.0019488558061252648, - "tests/common/pkg_formats/test_python.py::test_metadata_read_metadata": 0.0022835016430297643, - "tests/common/pkg_formats/test_python.py::test_norm_package_name": 0.001815689174915091, - "tests/common/pkg_formats/test_python.py::test_norm_package_version": 0.0018758347342197703, - "tests/common/pkg_formats/test_python.py::test_parse_specification": 0.003459059004223713, - "tests/common/pkg_formats/test_python.py::test_pydist_check_files": 0.002180674105597504, - "tests/common/pkg_formats/test_python.py::test_pypi_name_to_conda_name": 0.0017059375616079301, - "tests/common/pkg_formats/test_python.py::test_python_dist_egg_fpath": 0.0019069088134398896, - "tests/common/pkg_formats/test_python.py::test_python_dist_egg_path": 0.0019863768969461217, - "tests/common/pkg_formats/test_python.py::test_python_dist_info": 0.0021945264647813536, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies": 0.0027355410142811563, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_2": 0.001952814504917052, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_3": 0.0019338718628677018, - "tests/common/pkg_formats/test_python.py::test_split_spec": 0.0018361561555966578, - "tests/common/test_compat.py::test_deprecations[FILESYSTEM_ENCODING-TypeError]": 0.0019911855665443352, - "tests/common/test_compat.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.0018969592292799192, - "tests/common/test_compat.py::test_deprecations[ensure_unicode-TypeError]": 0.00186077730719104, - "tests/common/test_compat.py::test_deprecations[open-TypeError]": 0.00192784399204855, - "tests/common/test_compat.py::test_deprecations[six_with_metaclass-TypeError]": 0.0018462450333414481, - "tests/common/test_configuration.py::test_commented_map_parameter": 0.002864836326802331, - "tests/common/test_configuration.py::test_config_resets": 0.0025188842833232627, - "tests/common/test_configuration.py::test_cross_parameter_validation": 0.0016674960131402166, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$$/suffix]": 0.0017546759233459368, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$/suffix]": 0.0017095178925235059, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$1/suffix]": 0.0017117820067452216, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$MISSING/suffix]": 0.0017726776521751317, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$VARIABLE/suffix]": 0.001898229018937208, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${1}/suffix]": 0.0017325867235037757, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${MISSING}/suffix]": 0.0017389378220569174, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${VARIABLE}/suffix]": 0.0018009965803373114, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${}/suffix]": 0.0017641455898376457, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%%/suffix]": 0.0017148992526777504, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%/suffix]": 0.0017132493159290204, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1%/suffix]": 0.0017047142832840047, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1/suffix]": 0.0017641803813382901, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%MISSING%/suffix]": 0.0017238874216142063, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%VARIABLE%/suffix]": 0.00036313732576098414, - "tests/common/test_configuration.py::test_default_values": 0.001894476998177595, - "tests/common/test_configuration.py::test_empty_map_parameter": 0.004558302414199032, - "tests/common/test_configuration.py::test_env_var_config": 0.0021360470576538013, - "tests/common/test_configuration.py::test_env_var_config_alias": 0.00214632558317628, - "tests/common/test_configuration.py::test_env_var_config_empty_sequence": 0.0020898334718918964, - "tests/common/test_configuration.py::test_env_var_config_no_split_sequence": 0.002145720880920358, - "tests/common/test_configuration.py::test_env_var_config_split_sequence": 0.0021648077010930264, - "tests/common/test_configuration.py::test_expand_search_path": 0.002648135790083181, - "tests/common/test_configuration.py::test_expanded_variables": 0.005727742119550659, - "tests/common/test_configuration.py::test_important_primitive_map_merges": 0.06529478242654099, - "tests/common/test_configuration.py::test_invalid_map_parameter": 0.0017591139721012839, - "tests/common/test_configuration.py::test_invalid_seq_parameter": 0.0017391776739930653, - "tests/common/test_configuration.py::test_list_merges": 0.05512480654122226, - "tests/common/test_configuration.py::test_load_raw_configs": 0.020737923960357292, - "tests/common/test_configuration.py::test_map_parameter_must_be_map": 0.002594827708930542, - "tests/common/test_configuration.py::test_nested": 0.011500597096026657, - "tests/common/test_configuration.py::test_object": 0.008880355669060102, - "tests/common/test_configuration.py::test_object_defaults_completely_empty": 0.0022088888357971273, - "tests/common/test_configuration.py::test_object_defaults_partially_empty": 0.0039947571021564, - "tests/common/test_configuration.py::test_parameter": 0.0016696890701806144, - "tests/common/test_configuration.py::test_parameter_flag": 0.0016169321683919882, - "tests/common/test_configuration.py::test_pretty_list": 0.0018749659459362377, - "tests/common/test_configuration.py::test_raise_errors": 0.0016533380976675898, - "tests/common/test_configuration.py::test_simple_merges_and_caching": 0.020448783481447456, - "tests/common/test_configuration.py::test_unique_sequence_map_error_with_duplicates": 0.003185291839060734, - "tests/common/test_configuration.py::test_unique_sequence_map_error_with_unique_key": 0.003016700269799704, - "tests/common/test_configuration.py::test_validate_all": 0.00995725790691141, - "tests/common/test_configuration.py::test_validation": 0.00984067748206753, - "tests/common/test_io.py::test_attach_stderr_handler": 0.002179105366312201, - "tests/common/test_io.py::test_captured": 0.0018654290383781568, - "tests/common/test_path.py::test_get_major_minor_version_no_dot": 0.0017335429528288096, - "tests/common/test_path.py::test_missing_pyc_files_27": 0.0016811666281143969, - "tests/common/test_path.py::test_missing_pyc_files_34": 0.001688570567163035, - "tests/common/test_path.py::test_missing_pyc_files_35": 0.0017314411118396966, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH0]": 0.00034703630874392697, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH10]": 0.00034158321447039084, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH11]": 0.00034424638711050634, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH1]": 0.00034818060847143737, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH2]": 0.00034774509032458093, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH3]": 0.0003410560667615931, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH4]": 0.0003395535518820664, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH5]": 0.00034089989071151933, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH6]": 0.00036324562462906727, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH7]": 0.00034001904920630515, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH8]": 0.0003379363742424615, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH9]": 0.0003443697882465465, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC0]": 0.00035073249517343966, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC1]": 0.0003403195290115075, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC2]": 0.00034251154060904244, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC3]": 0.00036185181972302714, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC4]": 0.0003542431609396533, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC5]": 0.000356683139923171, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC6]": 0.00034848576513240567, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC7]": 0.00036031262347054597, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd0]": 0.0003503327640274133, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd1]": 0.000345693103596888, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd2]": 0.0003511888567271127, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd3]": 0.0003611272454582287, - "tests/common/test_path.py::test_path_conversion[cygpath-drive0]": 0.000342814851528762, - "tests/common/test_path.py::test_path_conversion[cygpath-drive10]": 0.0003458736108125576, - "tests/common/test_path.py::test_path_conversion[cygpath-drive11]": 0.0003502424005289068, - "tests/common/test_path.py::test_path_conversion[cygpath-drive12]": 0.0003414310000206956, - "tests/common/test_path.py::test_path_conversion[cygpath-drive13]": 0.00034882776194898694, - "tests/common/test_path.py::test_path_conversion[cygpath-drive14]": 0.00033757010357265716, - "tests/common/test_path.py::test_path_conversion[cygpath-drive15]": 0.000359565530951304, - "tests/common/test_path.py::test_path_conversion[cygpath-drive1]": 0.0003597153540217869, - "tests/common/test_path.py::test_path_conversion[cygpath-drive2]": 0.00035049062146498685, - "tests/common/test_path.py::test_path_conversion[cygpath-drive3]": 0.00034993551764099436, - "tests/common/test_path.py::test_path_conversion[cygpath-drive4]": 0.00035445824231855307, - "tests/common/test_path.py::test_path_conversion[cygpath-drive5]": 0.0003419184809657331, - "tests/common/test_path.py::test_path_conversion[cygpath-drive6]": 0.00036382351550200067, - "tests/common/test_path.py::test_path_conversion[cygpath-drive7]": 0.00034624297217946575, - "tests/common/test_path.py::test_path_conversion[cygpath-drive8]": 0.00034706066686910605, - "tests/common/test_path.py::test_path_conversion[cygpath-drive9]": 0.00034471966565192947, - "tests/common/test_path.py::test_path_conversion[cygpath-relative0]": 0.00034434161053678315, - "tests/common/test_path.py::test_path_conversion[cygpath-relative1]": 0.0003603835795113005, - "tests/common/test_path.py::test_path_conversion[cygpath-relative2]": 0.00034404462455052366, - "tests/common/test_path.py::test_path_conversion[cygpath-root0]": 0.00043262744663483674, - "tests/common/test_path.py::test_path_conversion[cygpath-root10]": 0.00035317114760412575, - "tests/common/test_path.py::test_path_conversion[cygpath-root11]": 0.0003421429852543767, - "tests/common/test_path.py::test_path_conversion[cygpath-root12]": 0.0003476988448186912, - "tests/common/test_path.py::test_path_conversion[cygpath-root13]": 0.0003495100349930637, - "tests/common/test_path.py::test_path_conversion[cygpath-root14]": 0.0003537393556818038, - "tests/common/test_path.py::test_path_conversion[cygpath-root1]": 0.0003424861578026522, - "tests/common/test_path.py::test_path_conversion[cygpath-root2]": 0.0003490448429304873, - "tests/common/test_path.py::test_path_conversion[cygpath-root3]": 0.0003508736273623243, - "tests/common/test_path.py::test_path_conversion[cygpath-root4]": 0.0003617451555187937, - "tests/common/test_path.py::test_path_conversion[cygpath-root5]": 0.0003372836753105781, - "tests/common/test_path.py::test_path_conversion[cygpath-root6]": 0.0004171223368563754, - "tests/common/test_path.py::test_path_conversion[cygpath-root7]": 0.00037186039023380204, - "tests/common/test_path.py::test_path_conversion[cygpath-root8]": 0.0003503952798244683, - "tests/common/test_path.py::test_path_conversion[cygpath-root9]": 0.000370281509885073, - "tests/common/test_path.py::test_path_conversion[fallback-PATH0]": 0.005821695797851559, - "tests/common/test_path.py::test_path_conversion[fallback-PATH10]": 0.006871957606560775, - "tests/common/test_path.py::test_path_conversion[fallback-PATH11]": 0.009016252423564422, - "tests/common/test_path.py::test_path_conversion[fallback-PATH1]": 0.006916181412356892, - "tests/common/test_path.py::test_path_conversion[fallback-PATH2]": 0.006935416346506665, - "tests/common/test_path.py::test_path_conversion[fallback-PATH3]": 0.005886690536573536, - "tests/common/test_path.py::test_path_conversion[fallback-PATH4]": 0.009043129202177995, - "tests/common/test_path.py::test_path_conversion[fallback-PATH5]": 0.006856635558116785, - "tests/common/test_path.py::test_path_conversion[fallback-PATH6]": 0.005873630518509909, - "tests/common/test_path.py::test_path_conversion[fallback-PATH7]": 0.006933993891013414, - "tests/common/test_path.py::test_path_conversion[fallback-PATH8]": 0.009086281595175338, - "tests/common/test_path.py::test_path_conversion[fallback-PATH9]": 0.0058382737188804575, - "tests/common/test_path.py::test_path_conversion[fallback-UNC0]": 0.009060066996795657, - "tests/common/test_path.py::test_path_conversion[fallback-UNC1]": 0.009747685187984998, - "tests/common/test_path.py::test_path_conversion[fallback-UNC2]": 0.009065391087544032, - "tests/common/test_path.py::test_path_conversion[fallback-UNC3]": 0.005835087547118594, - "tests/common/test_path.py::test_path_conversion[fallback-UNC4]": 0.00695427360509419, - "tests/common/test_path.py::test_path_conversion[fallback-UNC5]": 0.008991572332754362, - "tests/common/test_path.py::test_path_conversion[fallback-UNC6]": 0.00581221963238644, - "tests/common/test_path.py::test_path_conversion[fallback-UNC7]": 0.006910097541355738, - "tests/common/test_path.py::test_path_conversion[fallback-cwd0]": 0.012743340194142914, - "tests/common/test_path.py::test_path_conversion[fallback-cwd1]": 0.00382051715470227, - "tests/common/test_path.py::test_path_conversion[fallback-cwd2]": 0.00358765295774065, - "tests/common/test_path.py::test_path_conversion[fallback-cwd3]": 0.009611916307354728, - "tests/common/test_path.py::test_path_conversion[fallback-drive0]": 0.006859582506019296, - "tests/common/test_path.py::test_path_conversion[fallback-drive10]": 0.015686680241806753, - "tests/common/test_path.py::test_path_conversion[fallback-drive11]": 0.007995649867919254, - "tests/common/test_path.py::test_path_conversion[fallback-drive12]": 0.008132852107114166, - "tests/common/test_path.py::test_path_conversion[fallback-drive13]": 0.007971254891317378, - "tests/common/test_path.py::test_path_conversion[fallback-drive14]": 0.011213277949261809, - "tests/common/test_path.py::test_path_conversion[fallback-drive15]": 0.008030594910905055, - "tests/common/test_path.py::test_path_conversion[fallback-drive1]": 0.006819953299281778, - "tests/common/test_path.py::test_path_conversion[fallback-drive2]": 0.00900517265993092, - "tests/common/test_path.py::test_path_conversion[fallback-drive3]": 0.00800583097209284, - "tests/common/test_path.py::test_path_conversion[fallback-drive4]": 0.011327695656408131, - "tests/common/test_path.py::test_path_conversion[fallback-drive5]": 0.006853511690388464, - "tests/common/test_path.py::test_path_conversion[fallback-drive6]": 0.006804902414252548, - "tests/common/test_path.py::test_path_conversion[fallback-drive7]": 0.007479667293660569, - "tests/common/test_path.py::test_path_conversion[fallback-drive8]": 0.008015138119099773, - "tests/common/test_path.py::test_path_conversion[fallback-drive9]": 0.008127133468884419, - "tests/common/test_path.py::test_path_conversion[fallback-relative0]": 0.010961014463436398, - "tests/common/test_path.py::test_path_conversion[fallback-relative1]": 0.008957869026637899, - "tests/common/test_path.py::test_path_conversion[fallback-relative2]": 0.008985795564670423, - "tests/common/test_path.py::test_path_conversion[fallback-root0]": 0.010107242795459232, - "tests/common/test_path.py::test_path_conversion[fallback-root10]": 0.005799229734156613, - "tests/common/test_path.py::test_path_conversion[fallback-root11]": 0.006993737769431723, - "tests/common/test_path.py::test_path_conversion[fallback-root12]": 0.009167024064817526, - "tests/common/test_path.py::test_path_conversion[fallback-root13]": 0.005838978886673162, - "tests/common/test_path.py::test_path_conversion[fallback-root14]": 0.006879221037431536, - "tests/common/test_path.py::test_path_conversion[fallback-root1]": 0.005831463275450593, - "tests/common/test_path.py::test_path_conversion[fallback-root2]": 0.005899356553808317, - "tests/common/test_path.py::test_path_conversion[fallback-root3]": 0.007191775159339233, - "tests/common/test_path.py::test_path_conversion[fallback-root4]": 0.009345751290814521, - "tests/common/test_path.py::test_path_conversion[fallback-root5]": 0.005841322686565936, - "tests/common/test_path.py::test_path_conversion[fallback-root6]": 0.005823013329642277, - "tests/common/test_path.py::test_path_conversion[fallback-root7]": 0.006906215582882029, - "tests/common/test_path.py::test_path_conversion[fallback-root8]": 0.009165790152194103, - "tests/common/test_path.py::test_path_conversion[fallback-root9]": 0.005844829925106948, - "tests/common/test_path.py::test_path_conversion_falsy[None]": 0.0017780272917846548, - "tests/common/test_path.py::test_path_conversion_falsy[empty dict]": 0.0017632737173800055, - "tests/common/test_path.py::test_path_conversion_falsy[empty list]": 0.001834363556287832, - "tests/common/test_path.py::test_path_conversion_falsy[empty set]": 0.001784807857612939, - "tests/common/test_path.py::test_path_conversion_falsy[empty tuple]": 0.0017908306732823997, - "tests/common/test_path.py::test_path_identity": 0.0025152253107162746, - "tests/common/test_path.py::test_url_to_path_unix": 0.0017948318684754625, - "tests/common/test_path.py::test_url_to_path_windows_local": 0.008630648086627484, - "tests/common/test_path.py::test_url_to_path_windows_unc": 0.001680140289972463, - "tests/common/test_path.py::test_win_path_backout": 0.0016188128180940648, - "tests/common/test_toposort.py::test_cycle": 0.001735029686765733, - "tests/common/test_toposort.py::test_cycle_best_effort": 0.0017345722682307657, - "tests/common/test_toposort.py::test_degenerate": 0.0016080396802636901, - "tests/common/test_toposort.py::test_pop_key": 0.0016487705721814053, - "tests/common/test_toposort.py::test_python_is_prioritized": 0.0017061563118051326, - "tests/common/test_toposort.py::test_simple": 0.0016909835519538477, - "tests/common/test_url.py::test_add_username_and_pass_to_url": 0.00169840744747379, - "tests/common/test_url.py::test_is_ip_address": 0.0016338420643253859, - "tests/common/test_url.py::test_is_ipv6_address": 0.0016042887470281617, - "tests/common/test_url.py::test_is_url": 0.0018494238700697307, - "tests/common/test_url.py::test_maybe_add_auth": 0.0017663755881363577, - "tests/common/test_url.py::test_split_scheme_auth_token": 0.001669540969288715, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj0-http://conda.io/path/to/somewhere]": 0.001779333340000248, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj1-https://user:pass@conda.io/path/to/somewhere]": 0.001774029230538969, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj2-file:///opt/happy/path]": 0.0017722318277651134, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj3-file:///path/to/something.txt]": 0.0017686102932682793, - "tests/common/test_url.py::test_url_to_s3_info": 0.0016374339404731724, - "tests/common/test_url.py::test_urlparse[192.168.1.1:8080/path/to/resource-exp_url_obj0]": 0.0018263540218583759, - "tests/common/test_url.py::test_urlparse[file:///opt/happy/path-exp_url_obj2]": 0.0018041052362114918, - "tests/common/test_url.py::test_urlparse[https://conda.io/happy/path-exp_url_obj1]": 0.0018180631241919792, - "tests/common/test_url.py::test_urlparse[https://u:p@conda.io/t/x1029384756/more/path-exp_url_obj3]": 0.0018161759094777314, - "tests/common/test_yaml.py::test_dump": 0.004610341655969696, - "tests/common/test_yaml.py::test_map": 0.0021772411612346523, - "tests/common/test_yaml.py::test_seq_simple": 0.002346961222464196, - "tests/common/test_yaml.py::test_yaml_complex": 0.008036487868885505, - "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_none_values_error": 0.00625360303328325, - "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_permission_error": 0.016874772800023644, - "tests/core/test_envs_manager.py::test_prefix_cli_flag": 0.004082881860134348, - "tests/core/test_envs_manager.py::test_register_env_directory_creation_error": 0.0047850626533383015, - "tests/core/test_envs_manager.py::test_register_unregister_location_env": 0.006464755620838624, - "tests/core/test_envs_manager.py::test_rewrite_environments_txt_file": 0.0035156387714216125, - "tests/core/test_index.py::TestIndex::test_cache_entries[False]": 0.16647075226822092, - "tests/core/test_index.py::TestIndex::test_cache_entries[True]": 0.23897425409082917, - "tests/core/test_index.py::TestIndex::test_contains_invalid[False]": 0.15065844248454002, - "tests/core/test_index.py::TestIndex::test_contains_invalid[True]": 0.23875485601660645, - "tests/core/test_index.py::TestIndex::test_contains_valid[False]": 0.1496566246731015, - "tests/core/test_index.py::TestIndex::test_contains_valid[True]": 0.2382342798950555, - "tests/core/test_index.py::TestIndex::test_copy[False]": 0.3251218775821046, - "tests/core/test_index.py::TestIndex::test_copy[True]": 0.24045144658015954, - "tests/core/test_index.py::TestIndex::test_getitem_cache[False]": 0.1519848992776097, - "tests/core/test_index.py::TestIndex::test_getitem_cache[True]": 0.23747536601042138, - "tests/core/test_index.py::TestIndex::test_getitem_channel[False]": 0.15626672183241577, - "tests/core/test_index.py::TestIndex::test_getitem_channel[True]": 0.2390069327630892, - "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[False]": 0.1724466871842118, - "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[True]": 0.24159820492033413, - "tests/core/test_index.py::TestIndex::test_getitem_feature[False]": 0.15476727573053656, - "tests/core/test_index.py::TestIndex::test_getitem_feature[True]": 0.2357843558538387, - "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[False]": 0.16293907790491283, - "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[True]": 0.23894071720137686, - "tests/core/test_index.py::TestIndex::test_getitem_prefix[False]": 0.1757159224129646, - "tests/core/test_index.py::TestIndex::test_getitem_prefix[True]": 0.23999628097586737, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[False]": 0.15800884739920984, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[True]": 0.24172810095084699, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[False]": 0.14810381244008033, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[True]": 0.23675135351383045, - "tests/core/test_index.py::TestIndex::test_init_conflicting_subdirs": 0.034116033178188294, - "tests/core/test_index.py::TestIndex::test_init_prefix_data": 0.03422169612485851, - "tests/core/test_index.py::TestIndex::test_init_prefix_path": 0.03434314139342071, - "tests/core/test_index.py::TestIndex::test_init_use_local": 0.032590955268738425, - "tests/core/test_index.py::TestIndex::test_reduced_index[False]": 0.2325321721610688, - "tests/core/test_index.py::TestIndex::test_reduced_index[True]": 0.31888534956253656, - "tests/core/test_index.py::test__make_virtual_package": 0.032999726562828166, - "tests/core/test_index.py::test__supplement_index_with_cache": 0.037338991353100724, - "tests/core/test_index.py::test__supplement_index_with_prefix": 0.2641401289586567, - "tests/core/test_index.py::test__supplement_index_with_prefix_index_class": 0.28825190349835306, - "tests/core/test_index.py::test_basic_get_reduced_index": 3.975154851960373, - "tests/core/test_index.py::test_calculate_channel_urls": 0.033083191069252255, - "tests/core/test_index.py::test_check_allowlist": 0.09611982696594397, - "tests/core/test_index.py::test_check_allowlist_and_denylist": 0.06079769209219288, - "tests/core/test_index.py::test_check_allowlist_deprecation_warning": 0.033959212224897235, - "tests/core/test_index.py::test_check_denylist": 0.07564439408317068, - "tests/core/test_index.py::test_dist_str_in_index": 0.06070156189217089, - "tests/core/test_index.py::test_fetch_index": 0.05713132185832629, - "tests/core/test_index.py::test_get_index_lazy": 7.980230042568073, - "tests/core/test_index.py::test_get_index_linux64_platform": 1.9410002572552931, - "tests/core/test_index.py::test_get_index_osx64_platform": 11.085688409121579, - "tests/core/test_index.py::test_get_index_win64_platform": 10.782509098597307, - "tests/core/test_index.py::test_supplement_index_with_system": 0.05743010183380815, - "tests/core/test_index.py::test_supplement_index_with_system_archspec": 0.05039548999029402, - "tests/core/test_index.py::test_supplement_index_with_system_cuda": 0.04562864412558631, - "tests/core/test_index.py::test_supplement_index_with_system_glibc": 0.032447133126088906, - "tests/core/test_index.py::test_supplement_index_with_system_linux[1.2.3.4-1.2.3.4]": 0.03525158024808564, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2-4.2]": 0.032566414741399534, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.0-42-generic-4.2.0]": 0.03292703866966136, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.1-4.2.1]": 0.03251339511558315, - "tests/core/test_index.py::test_supplement_index_with_system_linux[5.4.89+-5.4.89]": 0.03298026631564996, - "tests/core/test_index.py::test_supplement_index_with_system_linux[5.5-rc1-5.5]": 0.032678048637385194, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a-9.1]": 0.03443284665698394, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a.2-9.1]": 0.03375378147679115, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.a.1-0]": 0.032461049068505776, - "tests/core/test_index.py::test_supplement_index_with_system_osx": 0.0003754247136887689, - "tests/core/test_initialize.py::test__get_python_info": 0.01746386694729965, - "tests/core/test_initialize.py::test_get_python_info": 0.0164393701992751, - "tests/core/test_initialize.py::test_init_all": 0.3659413045702519, - "tests/core/test_initialize.py::test_init_cmd_exe_registry": 0.00038287659854531556, - "tests/core/test_initialize.py::test_init_enable_long_path": 0.00038002561289973474, - "tests/core/test_initialize.py::test_init_sh_system": 0.06141261441030138, - "tests/core/test_initialize.py::test_init_sh_user_tcsh_unix": 0.06182341344543502, - "tests/core/test_initialize.py::test_init_sh_user_unix": 0.06425564521932757, - "tests/core/test_initialize.py::test_init_sh_user_windows": 0.00037886409025073383, - "tests/core/test_initialize.py::test_initialize_dev_bash": 0.11751490695158451, - "tests/core/test_initialize.py::test_initialize_dev_cmd_exe": 0.0974228172231439, - "tests/core/test_initialize.py::test_install_1": 0.07126716991332123, - "tests/core/test_initialize.py::test_install_conda_csh": 0.0600680338172651, - "tests/core/test_initialize.py::test_install_conda_fish": 0.058659130283900934, - "tests/core/test_initialize.py::test_install_conda_sh": 0.05634478653218525, - "tests/core/test_initialize.py::test_install_conda_xsh": 0.056442339256628477, - "tests/core/test_initialize.py::test_install_condabin_conda_bat": 0.05671827787691568, - "tests/core/test_initialize.py::test_make_entry_point": 0.06049359350057903, - "tests/core/test_initialize.py::test_make_entry_point_exe": 0.05709744333273878, - "tests/core/test_initialize.py::test_make_initialize_plan_bash_zsh": 0.06734360893485863, - "tests/core/test_initialize.py::test_make_initialize_plan_cmd_exe": 0.07208931818347898, - "tests/core/test_initialize.py::test_make_install_plan": 0.003743856046332023, - "tests/core/test_package_cache_data.py::test_ProgressiveFetchExtract_prefers_conda_v2_format": 0.02355871738300208, - "tests/core/test_package_cache_data.py::test_conda_build_alias": 0.0016455094273526926, - "tests/core/test_package_cache_data.py::test_conda_pkg_in_pkg_cache_doesnt_overwrite_tar_bz2": 0.12277881663539843, - "tests/core/test_package_cache_data.py::test_cover_extract_bad_package": 0.05921682876905777, - "tests/core/test_package_cache_data.py::test_cover_fetch_not_exists": 6.02617110746055, - "tests/core/test_package_cache_data.py::test_cover_get_entry_to_link": 0.006056190108824014, - "tests/core/test_package_cache_data.py::test_cover_reverse": 0.0017366942862658793, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist": 0.017481969838894083, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist_read_only": 0.06623617383519981, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_unpacked_conda_exist": 0.01632435301209044, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_cache_not_extracted": 0.11250604178801989, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_doesnt_overwrite_conda_pkg": 0.11965302466648418, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_used_instead_of_conda_pkg": 0.03207582595509776, - "tests/core/test_path_actions.py::test_CompileMultiPycAction_generic": 0.0030878201913165488, - "tests/core/test_path_actions.py::test_CompileMultiPycAction_noarch_python": 0.778528698299751, - "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_generic": 0.003105698702369607, - "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_noarch_python": 0.004098331623079069, - "tests/core/test_path_actions.py::test_create_file_link_actions": 0.004406577745560347, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_copy": 0.0041286533932434494, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_directory": 0.0032465958152868343, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_hardlink": 0.004192181658103842, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_softlink": 0.004205514079230319, - "tests/core/test_portability.py::test_escaped_prefix_replaced_only_shebang": 0.0029659587708529733, - "tests/core/test_portability.py::test_replace_long_shebang_spaces_in_prefix": 0.0017075387933038397, - "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_escaped_space": 0.0016969352689532164, - "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_python": 0.001713890328288547, - "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_escaped_space": 0.0016191840342011524, - "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_python": 0.0016248040849571547, - "tests/core/test_portability.py::test_replace_simple_shebang_no_replacement": 0.0016322459093652214, - "tests/core/test_portability.py::test_shebang_regex_matches": 0.0016589306810384308, - "tests/core/test_prefix_data.py::test_corrupt_json_conda_meta_json": 0.0020161807071241537, - "tests/core/test_prefix_data.py::test_corrupt_unicode_conda_meta_json": 0.0020462819400434464, - "tests/core/test_prefix_data.py::test_get_conda_anchor_files_and_records": 0.0034287117620304458, - "tests/core/test_prefix_data.py::test_get_environment_env_vars": 1.4068916757575096, - "tests/core/test_prefix_data.py::test_no_tokens_dumped[False]": 0.0055697915268035185, - "tests/core/test_prefix_data.py::test_no_tokens_dumped[True]": 0.005785243934380169, - "tests/core/test_prefix_data.py::test_pip_interop[envpy27osx]": 0.4368311540476376, - "tests/core/test_prefix_data.py::test_pip_interop[envpy27win_whl]": 0.00036994387390896913, - "tests/core/test_prefix_data.py::test_pip_interop[envpy37osx_whl]": 0.4968160098533388, - "tests/core/test_prefix_data.py::test_pip_interop[envpy37win]": 0.0003839768742552691, + "tests/common/pkg_formats/test_python.py::test_metadata[path0-False-False-False-False]": 0.0023233899812100355, + "tests/common/pkg_formats/test_python.py::test_metadata[path1-True-False-False-False]": 0.002378090831488597, + "tests/common/pkg_formats/test_python.py::test_metadata[path2-True-True-True-False]": 0.0024788033073658753, + "tests/common/pkg_formats/test_python.py::test_metadata[path3-True-True-True-True]": 0.002406093561765534, + "tests/common/pkg_formats/test_python.py::test_metadata_keys": 0.001604299409195105, + "tests/common/pkg_formats/test_python.py::test_metadata_none": 0.0016639104341801688, + "tests/common/pkg_formats/test_python.py::test_metadata_process_path": 0.0019484169386505682, + "tests/common/pkg_formats/test_python.py::test_metadata_read_metadata": 0.0022773952383396655, + "tests/common/pkg_formats/test_python.py::test_norm_package_name": 0.0018109494644479533, + "tests/common/pkg_formats/test_python.py::test_norm_package_version": 0.0018727105773154017, + "tests/common/pkg_formats/test_python.py::test_parse_specification": 0.003454000436991232, + "tests/common/pkg_formats/test_python.py::test_pydist_check_files": 0.002178118977374519, + "tests/common/pkg_formats/test_python.py::test_pypi_name_to_conda_name": 0.0017063802196909145, + "tests/common/pkg_formats/test_python.py::test_python_dist_egg_fpath": 0.0019069523158106254, + "tests/common/pkg_formats/test_python.py::test_python_dist_egg_path": 0.0019639940292993786, + "tests/common/pkg_formats/test_python.py::test_python_dist_info": 0.0021953333135053435, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies": 0.00273356609634932, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_2": 0.0019525080009846938, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_3": 0.0019323486565055652, + "tests/common/pkg_formats/test_python.py::test_split_spec": 0.0018359120556490872, + "tests/common/test_compat.py::test_deprecations[FILESYSTEM_ENCODING-TypeError]": 0.0019909242228657547, + "tests/common/test_compat.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.0018802334949099139, + "tests/common/test_compat.py::test_deprecations[ensure_unicode-TypeError]": 0.0018641316828752333, + "tests/common/test_compat.py::test_deprecations[open-TypeError]": 0.0019311958787569476, + "tests/common/test_compat.py::test_deprecations[six_with_metaclass-TypeError]": 0.0018478757477016661, + "tests/common/test_configuration.py::test_commented_map_parameter": 0.002868628357358818, + "tests/common/test_configuration.py::test_config_resets": 0.0025172824758979374, + "tests/common/test_configuration.py::test_cross_parameter_validation": 0.0016674339599362532, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$$/suffix]": 0.0017612160058503253, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$/suffix]": 0.001710561524228648, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$1/suffix]": 0.00171779464297816, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$MISSING/suffix]": 0.001775074359079528, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$VARIABLE/suffix]": 0.0019012831148876586, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${1}/suffix]": 0.0017354542273797992, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${MISSING}/suffix]": 0.001738243530123704, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${VARIABLE}/suffix]": 0.0017993658534780732, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${}/suffix]": 0.0017671930419862858, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%%/suffix]": 0.0017180857839673332, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%/suffix]": 0.0017132689738371821, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1%/suffix]": 0.0017093310354554, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1/suffix]": 0.001805723771769874, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%MISSING%/suffix]": 0.03544545140430731, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%VARIABLE%/suffix]": 0.000363511874212614, + "tests/common/test_configuration.py::test_default_values": 0.0018946667922750194, + "tests/common/test_configuration.py::test_empty_map_parameter": 0.004552224254042959, + "tests/common/test_configuration.py::test_env_var_config": 0.002143223111716698, + "tests/common/test_configuration.py::test_env_var_config_alias": 0.002146979728818268, + "tests/common/test_configuration.py::test_env_var_config_empty_sequence": 0.002112687763347488, + "tests/common/test_configuration.py::test_env_var_config_no_split_sequence": 0.0021442302687629602, + "tests/common/test_configuration.py::test_env_var_config_split_sequence": 0.0021735633356201414, + "tests/common/test_configuration.py::test_expand_search_path": 0.002647048377604635, + "tests/common/test_configuration.py::test_expanded_variables": 0.00573627088705522, + "tests/common/test_configuration.py::test_important_primitive_map_merges": 0.06526924958364778, + "tests/common/test_configuration.py::test_invalid_map_parameter": 0.0017611012108407914, + "tests/common/test_configuration.py::test_invalid_seq_parameter": 0.0017419478294609812, + "tests/common/test_configuration.py::test_list_merges": 0.05512279439449745, + "tests/common/test_configuration.py::test_load_raw_configs": 0.020878237199124787, + "tests/common/test_configuration.py::test_map_parameter_must_be_map": 0.002597095553205867, + "tests/common/test_configuration.py::test_nested": 0.011507240390878106, + "tests/common/test_configuration.py::test_object": 0.008891718686564487, + "tests/common/test_configuration.py::test_object_defaults_completely_empty": 0.0022141116891783064, + "tests/common/test_configuration.py::test_object_defaults_partially_empty": 0.003992568850748685, + "tests/common/test_configuration.py::test_parameter": 0.001673505567010391, + "tests/common/test_configuration.py::test_parameter_flag": 0.0016181067958271752, + "tests/common/test_configuration.py::test_pretty_list": 0.0018771494189705337, + "tests/common/test_configuration.py::test_raise_errors": 0.0016566422535285194, + "tests/common/test_configuration.py::test_simple_merges_and_caching": 0.02029917294568511, + "tests/common/test_configuration.py::test_unique_sequence_map_error_with_duplicates": 0.003185220086938297, + "tests/common/test_configuration.py::test_unique_sequence_map_error_with_unique_key": 0.003015359774598662, + "tests/common/test_configuration.py::test_validate_all": 0.010011658953014986, + "tests/common/test_configuration.py::test_validation": 0.009831668539461996, + "tests/common/test_io.py::test_attach_stderr_handler": 0.0021816708419407187, + "tests/common/test_io.py::test_captured": 0.0018632194858295907, + "tests/common/test_path.py::test_get_major_minor_version_no_dot": 0.0017317246629832733, + "tests/common/test_path.py::test_missing_pyc_files_27": 0.0016815347094113922, + "tests/common/test_path.py::test_missing_pyc_files_34": 0.001705993449533346, + "tests/common/test_path.py::test_missing_pyc_files_35": 0.001729043250842392, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH0]": 0.000350049383968493, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH10]": 0.00034029837862678563, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH11]": 0.00034437146131845593, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH1]": 0.0003472481709422537, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH2]": 0.0003443881320891954, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH3]": 0.0003426484534197946, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH4]": 0.0003405344854642777, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH5]": 0.00033897041734814033, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH6]": 0.0003612715500939545, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH7]": 0.00034103030203601483, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH8]": 0.0003376266749265268, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH9]": 0.0003488194492807395, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC0]": 0.00035057912410917336, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC1]": 0.00033993842204118073, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC2]": 0.0003462094632784309, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC3]": 0.00036156767314420024, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC4]": 0.00035078221758759194, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC5]": 0.00035635401462853116, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC6]": 0.0003489733790665788, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC7]": 0.0003605648684887368, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd0]": 0.0003522776471547394, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd1]": 0.00034728688184846446, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd2]": 0.00035246840150099395, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd3]": 0.0003586568997749118, + "tests/common/test_path.py::test_path_conversion[cygpath-drive0]": 0.0003406868868164372, + "tests/common/test_path.py::test_path_conversion[cygpath-drive10]": 0.0003435087912731373, + "tests/common/test_path.py::test_path_conversion[cygpath-drive11]": 0.0003498745684266013, + "tests/common/test_path.py::test_path_conversion[cygpath-drive12]": 0.0003422733700721936, + "tests/common/test_path.py::test_path_conversion[cygpath-drive13]": 0.0003454295256415692, + "tests/common/test_path.py::test_path_conversion[cygpath-drive14]": 0.00033765427073467253, + "tests/common/test_path.py::test_path_conversion[cygpath-drive15]": 0.0003619666835020053, + "tests/common/test_path.py::test_path_conversion[cygpath-drive1]": 0.00035891379974665723, + "tests/common/test_path.py::test_path_conversion[cygpath-drive2]": 0.0003515475249519626, + "tests/common/test_path.py::test_path_conversion[cygpath-drive3]": 0.0003485772580983458, + "tests/common/test_path.py::test_path_conversion[cygpath-drive4]": 0.00035376788779163063, + "tests/common/test_path.py::test_path_conversion[cygpath-drive5]": 0.00033994335127395203, + "tests/common/test_path.py::test_path_conversion[cygpath-drive6]": 0.00036472545146889654, + "tests/common/test_path.py::test_path_conversion[cygpath-drive7]": 0.00034412514498129127, + "tests/common/test_path.py::test_path_conversion[cygpath-drive8]": 0.0003460012384024798, + "tests/common/test_path.py::test_path_conversion[cygpath-drive9]": 0.00034295123917990654, + "tests/common/test_path.py::test_path_conversion[cygpath-relative0]": 0.0003421955619856833, + "tests/common/test_path.py::test_path_conversion[cygpath-relative1]": 0.0003535474687655161, + "tests/common/test_path.py::test_path_conversion[cygpath-relative2]": 0.0003452354607404812, + "tests/common/test_path.py::test_path_conversion[cygpath-root0]": 0.00040003332457175776, + "tests/common/test_path.py::test_path_conversion[cygpath-root10]": 0.00035404312226321644, + "tests/common/test_path.py::test_path_conversion[cygpath-root11]": 0.0003428458763984586, + "tests/common/test_path.py::test_path_conversion[cygpath-root12]": 0.0003468854474823931, + "tests/common/test_path.py::test_path_conversion[cygpath-root13]": 0.00038234984449195746, + "tests/common/test_path.py::test_path_conversion[cygpath-root14]": 0.000354361691213956, + "tests/common/test_path.py::test_path_conversion[cygpath-root1]": 0.0003445770509116163, + "tests/common/test_path.py::test_path_conversion[cygpath-root2]": 0.0003484546974650398, + "tests/common/test_path.py::test_path_conversion[cygpath-root3]": 0.00034928155172285344, + "tests/common/test_path.py::test_path_conversion[cygpath-root4]": 0.0003671788239605537, + "tests/common/test_path.py::test_path_conversion[cygpath-root5]": 0.0003399155028217515, + "tests/common/test_path.py::test_path_conversion[cygpath-root6]": 0.00042051007055587866, + "tests/common/test_path.py::test_path_conversion[cygpath-root7]": 0.000373690743073588, + "tests/common/test_path.py::test_path_conversion[cygpath-root8]": 0.0003460309036165075, + "tests/common/test_path.py::test_path_conversion[cygpath-root9]": 0.0003702710302281165, + "tests/common/test_path.py::test_path_conversion[fallback-PATH0]": 0.005818584909939542, + "tests/common/test_path.py::test_path_conversion[fallback-PATH10]": 0.006876041453111596, + "tests/common/test_path.py::test_path_conversion[fallback-PATH11]": 0.009022696296772872, + "tests/common/test_path.py::test_path_conversion[fallback-PATH1]": 0.006907028206603003, + "tests/common/test_path.py::test_path_conversion[fallback-PATH2]": 0.006934395731950927, + "tests/common/test_path.py::test_path_conversion[fallback-PATH3]": 0.005895307450671912, + "tests/common/test_path.py::test_path_conversion[fallback-PATH4]": 0.00904647768838189, + "tests/common/test_path.py::test_path_conversion[fallback-PATH5]": 0.006856283770458593, + "tests/common/test_path.py::test_path_conversion[fallback-PATH6]": 0.005875365826015539, + "tests/common/test_path.py::test_path_conversion[fallback-PATH7]": 0.006915721277249556, + "tests/common/test_path.py::test_path_conversion[fallback-PATH8]": 0.00910916133335572, + "tests/common/test_path.py::test_path_conversion[fallback-PATH9]": 0.005821309528774007, + "tests/common/test_path.py::test_path_conversion[fallback-UNC0]": 0.009081491834873095, + "tests/common/test_path.py::test_path_conversion[fallback-UNC1]": 0.009727647737764498, + "tests/common/test_path.py::test_path_conversion[fallback-UNC2]": 0.009056879076254104, + "tests/common/test_path.py::test_path_conversion[fallback-UNC3]": 0.005844103356315537, + "tests/common/test_path.py::test_path_conversion[fallback-UNC4]": 0.006968442122852313, + "tests/common/test_path.py::test_path_conversion[fallback-UNC5]": 0.0089830686371127, + "tests/common/test_path.py::test_path_conversion[fallback-UNC6]": 0.005823051410855377, + "tests/common/test_path.py::test_path_conversion[fallback-UNC7]": 0.006919669935926479, + "tests/common/test_path.py::test_path_conversion[fallback-cwd0]": 0.012682014620555843, + "tests/common/test_path.py::test_path_conversion[fallback-cwd1]": 0.003819472285651462, + "tests/common/test_path.py::test_path_conversion[fallback-cwd2]": 0.003596589534160677, + "tests/common/test_path.py::test_path_conversion[fallback-cwd3]": 0.009633631754658098, + "tests/common/test_path.py::test_path_conversion[fallback-drive0]": 0.0068684490298022115, + "tests/common/test_path.py::test_path_conversion[fallback-drive10]": 0.015531352389537359, + "tests/common/test_path.py::test_path_conversion[fallback-drive11]": 0.008004964031189287, + "tests/common/test_path.py::test_path_conversion[fallback-drive12]": 0.008125243234843302, + "tests/common/test_path.py::test_path_conversion[fallback-drive13]": 0.007972702237276445, + "tests/common/test_path.py::test_path_conversion[fallback-drive14]": 0.011234005538711709, + "tests/common/test_path.py::test_path_conversion[fallback-drive15]": 0.008027189035984632, + "tests/common/test_path.py::test_path_conversion[fallback-drive1]": 0.00684293804416709, + "tests/common/test_path.py::test_path_conversion[fallback-drive2]": 0.008983858746894597, + "tests/common/test_path.py::test_path_conversion[fallback-drive3]": 0.008007657784220561, + "tests/common/test_path.py::test_path_conversion[fallback-drive4]": 0.011337043957634053, + "tests/common/test_path.py::test_path_conversion[fallback-drive5]": 0.0068664831225038634, + "tests/common/test_path.py::test_path_conversion[fallback-drive6]": 0.006802330352602789, + "tests/common/test_path.py::test_path_conversion[fallback-drive7]": 0.007461974775840623, + "tests/common/test_path.py::test_path_conversion[fallback-drive8]": 0.008023077512508081, + "tests/common/test_path.py::test_path_conversion[fallback-drive9]": 0.008094069238170942, + "tests/common/test_path.py::test_path_conversion[fallback-relative0]": 0.010901844503184502, + "tests/common/test_path.py::test_path_conversion[fallback-relative1]": 0.00895649001517107, + "tests/common/test_path.py::test_path_conversion[fallback-relative2]": 0.008976989062094622, + "tests/common/test_path.py::test_path_conversion[fallback-root0]": 0.010094935912405102, + "tests/common/test_path.py::test_path_conversion[fallback-root10]": 0.005800645553876382, + "tests/common/test_path.py::test_path_conversion[fallback-root11]": 0.006983447161918136, + "tests/common/test_path.py::test_path_conversion[fallback-root12]": 0.009164575754854848, + "tests/common/test_path.py::test_path_conversion[fallback-root13]": 0.005838741318016079, + "tests/common/test_path.py::test_path_conversion[fallback-root14]": 0.006872192701566346, + "tests/common/test_path.py::test_path_conversion[fallback-root1]": 0.005834624230651224, + "tests/common/test_path.py::test_path_conversion[fallback-root2]": 0.005876280199119673, + "tests/common/test_path.py::test_path_conversion[fallback-root3]": 0.007187079643660227, + "tests/common/test_path.py::test_path_conversion[fallback-root4]": 0.009333097919241414, + "tests/common/test_path.py::test_path_conversion[fallback-root5]": 0.005844505445529418, + "tests/common/test_path.py::test_path_conversion[fallback-root6]": 0.005825858774594713, + "tests/common/test_path.py::test_path_conversion[fallback-root7]": 0.006883343218812396, + "tests/common/test_path.py::test_path_conversion[fallback-root8]": 0.009169662169909712, + "tests/common/test_path.py::test_path_conversion[fallback-root9]": 0.005809157583160316, + "tests/common/test_path.py::test_path_conversion_falsy[None]": 0.0017925371240197138, + "tests/common/test_path.py::test_path_conversion_falsy[empty dict]": 0.0017799462049465126, + "tests/common/test_path.py::test_path_conversion_falsy[empty list]": 0.0018386874229934802, + "tests/common/test_path.py::test_path_conversion_falsy[empty set]": 0.0017987523236722676, + "tests/common/test_path.py::test_path_conversion_falsy[empty tuple]": 0.0017892627119517799, + "tests/common/test_path.py::test_path_identity": 0.002515416137748725, + "tests/common/test_path.py::test_url_to_path_unix": 0.0018002958976013643, + "tests/common/test_path.py::test_url_to_path_windows_local": 0.008500232691312825, + "tests/common/test_path.py::test_url_to_path_windows_unc": 0.001694105808011501, + "tests/common/test_path.py::test_win_path_backout": 0.0016345200742590616, + "tests/common/test_toposort.py::test_cycle": 0.0017366742672811023, + "tests/common/test_toposort.py::test_cycle_best_effort": 0.0017376128649749792, + "tests/common/test_toposort.py::test_degenerate": 0.001609997263294348, + "tests/common/test_toposort.py::test_pop_key": 0.0016497349599417985, + "tests/common/test_toposort.py::test_python_is_prioritized": 0.0017083593468109834, + "tests/common/test_toposort.py::test_simple": 0.0016939342973291238, + "tests/common/test_url.py::test_add_username_and_pass_to_url": 0.001700902612789833, + "tests/common/test_url.py::test_is_ip_address": 0.0016349111544001953, + "tests/common/test_url.py::test_is_ipv6_address": 0.0016032149908006426, + "tests/common/test_url.py::test_is_url": 0.001853212238519943, + "tests/common/test_url.py::test_maybe_add_auth": 0.0017668664377627533, + "tests/common/test_url.py::test_split_scheme_auth_token": 0.001666037538418791, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj0-http://conda.io/path/to/somewhere]": 0.0017819603907070995, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj1-https://user:pass@conda.io/path/to/somewhere]": 0.001774332860526879, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj2-file:///opt/happy/path]": 0.00176913463133208, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj3-file:///path/to/something.txt]": 0.0017712582712789574, + "tests/common/test_url.py::test_url_to_s3_info": 0.0016382559418964342, + "tests/common/test_url.py::test_urlparse[192.168.1.1:8080/path/to/resource-exp_url_obj0]": 0.0018249171757384016, + "tests/common/test_url.py::test_urlparse[file:///opt/happy/path-exp_url_obj2]": 0.0018051805447927294, + "tests/common/test_url.py::test_urlparse[https://conda.io/happy/path-exp_url_obj1]": 0.0018247047740720134, + "tests/common/test_url.py::test_urlparse[https://u:p@conda.io/t/x1029384756/more/path-exp_url_obj3]": 0.001819769325962989, + "tests/common/test_yaml.py::test_dump": 0.004611497682329075, + "tests/common/test_yaml.py::test_map": 0.0021745489911578725, + "tests/common/test_yaml.py::test_seq_simple": 0.0023479207231316824, + "tests/common/test_yaml.py::test_yaml_complex": 0.00802827240743297, + "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_none_values_error": 0.006232339803575951, + "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_permission_error": 0.0167217036117816, + "tests/core/test_envs_manager.py::test_prefix_cli_flag": 0.004105946266242445, + "tests/core/test_envs_manager.py::test_register_env_directory_creation_error": 0.004695026651809224, + "tests/core/test_envs_manager.py::test_register_unregister_location_env": 0.006446838321991569, + "tests/core/test_envs_manager.py::test_rewrite_environments_txt_file": 0.0035215731464755423, + "tests/core/test_index.py::TestIndex::test_cache_entries[False]": 0.16579334061659298, + "tests/core/test_index.py::TestIndex::test_cache_entries[True]": 0.2387430608629147, + "tests/core/test_index.py::TestIndex::test_contains_invalid[False]": 0.1508850334416479, + "tests/core/test_index.py::TestIndex::test_contains_invalid[True]": 0.2390601133775186, + "tests/core/test_index.py::TestIndex::test_contains_valid[False]": 0.14971066249002468, + "tests/core/test_index.py::TestIndex::test_contains_valid[True]": 0.23825953805037725, + "tests/core/test_index.py::TestIndex::test_copy[False]": 0.3255128836915522, + "tests/core/test_index.py::TestIndex::test_copy[True]": 0.24080802103281754, + "tests/core/test_index.py::TestIndex::test_getitem_cache[False]": 0.15199373826404924, + "tests/core/test_index.py::TestIndex::test_getitem_cache[True]": 0.2379355792089336, + "tests/core/test_index.py::TestIndex::test_getitem_channel[False]": 0.1554920466586245, + "tests/core/test_index.py::TestIndex::test_getitem_channel[True]": 0.23930133620195007, + "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[False]": 0.17172483180008452, + "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[True]": 0.24225366073324114, + "tests/core/test_index.py::TestIndex::test_getitem_feature[False]": 0.15463502784499658, + "tests/core/test_index.py::TestIndex::test_getitem_feature[True]": 0.23564699733879235, + "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[False]": 0.1581643473997961, + "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[True]": 0.23943104367704243, + "tests/core/test_index.py::TestIndex::test_getitem_prefix[False]": 0.17648313979732622, + "tests/core/test_index.py::TestIndex::test_getitem_prefix[True]": 0.25870318835161404, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[False]": 0.15828455959922927, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[True]": 0.2418287348056743, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[False]": 0.14821801635309498, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[True]": 0.23726790179749502, + "tests/core/test_index.py::TestIndex::test_init_conflicting_subdirs": 0.03421648059318949, + "tests/core/test_index.py::TestIndex::test_init_prefix_data": 0.034232982584728844, + "tests/core/test_index.py::TestIndex::test_init_prefix_path": 0.03441137194105187, + "tests/core/test_index.py::TestIndex::test_init_use_local": 0.0326255069335917, + "tests/core/test_index.py::TestIndex::test_reduced_index[False]": 0.2328289635614927, + "tests/core/test_index.py::TestIndex::test_reduced_index[True]": 0.3190851671713847, + "tests/core/test_index.py::test__make_virtual_package": 0.03308709498328447, + "tests/core/test_index.py::test__supplement_index_with_cache": 0.03738301273766083, + "tests/core/test_index.py::test__supplement_index_with_prefix": 0.2638325787003522, + "tests/core/test_index.py::test__supplement_index_with_prefix_index_class": 0.28918761628202094, + "tests/core/test_index.py::test_basic_get_reduced_index": 4.064671658317075, + "tests/core/test_index.py::test_calculate_channel_urls": 0.033027692394214755, + "tests/core/test_index.py::test_check_allowlist": 0.09611753594916599, + "tests/core/test_index.py::test_check_allowlist_and_denylist": 0.06047589089072413, + "tests/core/test_index.py::test_check_allowlist_deprecation_warning": 0.03404445824530104, + "tests/core/test_index.py::test_check_denylist": 0.0759013287716529, + "tests/core/test_index.py::test_dist_str_in_index": 0.0606642019255538, + "tests/core/test_index.py::test_fetch_index": 0.0572924653751356, + "tests/core/test_index.py::test_get_index_lazy": 8.040761924936282, + "tests/core/test_index.py::test_get_index_linux64_platform": 1.8791228692522557, + "tests/core/test_index.py::test_get_index_osx64_platform": 11.09070841191507, + "tests/core/test_index.py::test_get_index_win64_platform": 10.775321611202099, + "tests/core/test_index.py::test_supplement_index_with_system": 0.0586553017621286, + "tests/core/test_index.py::test_supplement_index_with_system_archspec": 0.050589680047279255, + "tests/core/test_index.py::test_supplement_index_with_system_cuda": 0.04626582462563181, + "tests/core/test_index.py::test_supplement_index_with_system_glibc": 0.032523964255397275, + "tests/core/test_index.py::test_supplement_index_with_system_linux[1.2.3.4-1.2.3.4]": 0.034795072897260325, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2-4.2]": 0.032735421769820965, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.0-42-generic-4.2.0]": 0.03304321473750079, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.1-4.2.1]": 0.032712706410526086, + "tests/core/test_index.py::test_supplement_index_with_system_linux[5.4.89+-5.4.89]": 0.0330693069717569, + "tests/core/test_index.py::test_supplement_index_with_system_linux[5.5-rc1-5.5]": 0.0327570809879305, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a-9.1]": 0.03447059207552981, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a.2-9.1]": 0.033793022955256345, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.a.1-0]": 0.032601772257316454, + "tests/core/test_index.py::test_supplement_index_with_system_osx": 0.00037532545972499297, + "tests/core/test_initialize.py::test__get_python_info": 0.017534880488905547, + "tests/core/test_initialize.py::test_get_python_info": 0.016308818288388045, + "tests/core/test_initialize.py::test_init_all": 0.3657444051701749, + "tests/core/test_initialize.py::test_init_cmd_exe_registry": 0.0003820605150563761, + "tests/core/test_initialize.py::test_init_enable_long_path": 0.00038168787818297195, + "tests/core/test_initialize.py::test_init_sh_system": 0.06144656247229353, + "tests/core/test_initialize.py::test_init_sh_user_tcsh_unix": 0.061861193047463355, + "tests/core/test_initialize.py::test_init_sh_user_unix": 0.06420978833890216, + "tests/core/test_initialize.py::test_init_sh_user_windows": 0.00037955450507463624, + "tests/core/test_initialize.py::test_initialize_dev_bash": 0.1174058178204786, + "tests/core/test_initialize.py::test_initialize_dev_cmd_exe": 0.09723239000563208, + "tests/core/test_initialize.py::test_install_1": 0.07101927556979157, + "tests/core/test_initialize.py::test_install_conda_csh": 0.06002109443314331, + "tests/core/test_initialize.py::test_install_conda_fish": 0.0585649972389806, + "tests/core/test_initialize.py::test_install_conda_sh": 0.0562469933015074, + "tests/core/test_initialize.py::test_install_conda_xsh": 0.056291168396132255, + "tests/core/test_initialize.py::test_install_condabin_conda_bat": 0.05679341165879531, + "tests/core/test_initialize.py::test_make_entry_point": 0.060398091361296626, + "tests/core/test_initialize.py::test_make_entry_point_exe": 0.05692767485938219, + "tests/core/test_initialize.py::test_make_initialize_plan_bash_zsh": 0.06695649592504975, + "tests/core/test_initialize.py::test_make_initialize_plan_cmd_exe": 0.07246824557014109, + "tests/core/test_initialize.py::test_make_install_plan": 0.0037421242278391593, + "tests/core/test_package_cache_data.py::test_ProgressiveFetchExtract_prefers_conda_v2_format": 0.023515449757960306, + "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.12262519168901212, + "tests/core/test_package_cache_data.py::test_cover_extract_bad_package": 0.05909663412686152, + "tests/core/test_package_cache_data.py::test_cover_fetch_not_exists": 6.026191342631914, + "tests/core/test_package_cache_data.py::test_cover_get_entry_to_link": 0.006064920500628849, + "tests/core/test_package_cache_data.py::test_cover_reverse": 0.001737469904107792, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist": 0.017358032875528506, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist_read_only": 0.06618748164596293, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_unpacked_conda_exist": 0.01634361037284998, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_cache_not_extracted": 0.11253797211194344, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_doesnt_overwrite_conda_pkg": 0.1194786649170633, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_used_instead_of_conda_pkg": 0.032105721903406874, + "tests/core/test_path_actions.py::test_CompileMultiPycAction_generic": 0.0030896826411501966, + "tests/core/test_path_actions.py::test_CompileMultiPycAction_noarch_python": 0.7827752840000674, + "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_generic": 0.0031025115571591115, + "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_noarch_python": 0.004096746980095203, + "tests/core/test_path_actions.py::test_create_file_link_actions": 0.004409663615875462, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_copy": 0.004122438729909589, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_directory": 0.0032470554659508057, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_hardlink": 0.004200004635862146, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_softlink": 0.004204390004807863, + "tests/core/test_portability.py::test_escaped_prefix_replaced_only_shebang": 0.0029696717691614968, + "tests/core/test_portability.py::test_replace_long_shebang_spaces_in_prefix": 0.0017085604159874554, + "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_escaped_space": 0.0016971127628401257, + "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_python": 0.0017135696182333175, + "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_escaped_space": 0.001619446001643532, + "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_python": 0.0016282083849997425, + "tests/core/test_portability.py::test_replace_simple_shebang_no_replacement": 0.0016368415393077421, + "tests/core/test_portability.py::test_shebang_regex_matches": 0.0016619342606440963, + "tests/core/test_prefix_data.py::test_corrupt_json_conda_meta_json": 0.002017538540384479, + "tests/core/test_prefix_data.py::test_corrupt_unicode_conda_meta_json": 0.002047496555253164, + "tests/core/test_prefix_data.py::test_get_conda_anchor_files_and_records": 0.003431038286797824, + "tests/core/test_prefix_data.py::test_get_environment_env_vars": 1.4144301490851614, + "tests/core/test_prefix_data.py::test_no_tokens_dumped[False]": 0.0055735263703432245, + "tests/core/test_prefix_data.py::test_no_tokens_dumped[True]": 0.005793532571580723, + "tests/core/test_prefix_data.py::test_pip_interop[envpy27osx]": 0.43730498985009525, + "tests/core/test_prefix_data.py::test_pip_interop[envpy27win_whl]": 0.00037154954183650333, + "tests/core/test_prefix_data.py::test_pip_interop[envpy37osx_whl]": 0.5024853632191834, + "tests/core/test_prefix_data.py::test_pip_interop[envpy37win]": 0.00038429526720904373, "tests/core/test_prefix_data.py::test_pip_interop_osx": 0.8020387337713865, "tests/core/test_prefix_data.py::test_pip_interop_windows": 0.5778483003264513, - "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-None-False]": 0.0031187362475823717, - "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-missing-True]": 0.0031536094886811237, - "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-{path}-False]": 0.003119723074741882, - "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-None-False]": 0.003039437240739659, - "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-missing-False]": 0.003116216259059037, - "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-{path}-True]": 0.0030975741566472877, - "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars": 1.0851490046658414, - "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars_no_exist": 1.2765602340442535, - "tests/core/test_solve.py::test_aggressive_update_packages[classic]": 6.410410375626068, - "tests/core/test_solve.py::test_aggressive_update_packages[libmamba]": 5.7378501727537685, - "tests/core/test_solve.py::test_archspec_call[classic]": 1.818952487338766, - "tests/core/test_solve.py::test_archspec_call[libmamba]": 0.8200003107193439, - "tests/core/test_solve.py::test_auto_update_conda[classic]": 4.160283422738286, - "tests/core/test_solve.py::test_auto_update_conda[libmamba]": 3.2802552316878524, - "tests/core/test_solve.py::test_broken_install[classic]": 5.160426184947144, - "tests/core/test_solve.py::test_broken_install[libmamba]": 0.014124036880874031, - "tests/core/test_solve.py::test_channel_priority_churn_minimized[classic]": 9.598095382279258, - "tests/core/test_solve.py::test_channel_priority_churn_minimized[libmamba]": 1.4252277324829723, - "tests/core/test_solve.py::test_conda_downgrade[classic]": 26.91052842153965, - "tests/core/test_solve.py::test_conda_downgrade[libmamba]": 4.458666976071465, - "tests/core/test_solve.py::test_cuda_1[classic]": 0.911096548385681, - "tests/core/test_solve.py::test_cuda_1[libmamba]": 0.8149104727846118, - "tests/core/test_solve.py::test_cuda_2[classic]": 0.9039676173175059, - "tests/core/test_solve.py::test_cuda_2[libmamba]": 0.8162172587248958, - "tests/core/test_solve.py::test_cuda_constrain_absent[classic]": 0.9046077675156607, - "tests/core/test_solve.py::test_cuda_constrain_absent[libmamba]": 0.8097678579327662, - "tests/core/test_solve.py::test_cuda_constrain_sat[classic]": 0.00035792200170366015, - "tests/core/test_solve.py::test_cuda_constrain_sat[libmamba]": 0.0003780828779617712, - "tests/core/test_solve.py::test_cuda_constrain_unsat[classic]": 0.0003478815993998866, - "tests/core/test_solve.py::test_cuda_constrain_unsat[libmamba]": 0.0003694084524985415, - "tests/core/test_solve.py::test_cuda_fail_1[classic]": 0.9359710291875061, - "tests/core/test_solve.py::test_cuda_fail_1[libmamba]": 0.8246620808375147, - "tests/core/test_solve.py::test_cuda_fail_2[classic]": 0.9090749179898262, - "tests/core/test_solve.py::test_cuda_fail_2[libmamba]": 0.8464201758140417, - "tests/core/test_solve.py::test_cuda_glibc_sat[classic]": 0.9187075013626498, - "tests/core/test_solve.py::test_cuda_glibc_sat[libmamba]": 0.8707792181348145, - "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[classic]": 0.00036292573962997776, - "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[libmamba]": 0.00035599327715966336, - "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[classic]": 0.00037581211662015277, - "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[libmamba]": 0.000373503664639772, - "tests/core/test_solve.py::test_current_repodata_fallback[classic]": 0.13813004510527793, - "tests/core/test_solve.py::test_current_repodata_fallback[libmamba]": 0.03233053389018981, - "tests/core/test_solve.py::test_current_repodata_usage[classic]": 0.14093433786671125, - "tests/core/test_solve.py::test_current_repodata_usage[libmamba]": 0.03431432700050689, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[classic]": 0.01578722996835005, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[libmamba]": 0.016645532608909677, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[classic]": 0.015897446277113442, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[libmamba]": 0.016667877541238788, - "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[classic]": 0.015880761856080478, - "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[libmamba]": 0.017149012047899852, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[classic]": 0.015162538868608693, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[libmamba]": 0.01614286398753176, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[classic]": 0.01560058904954212, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[libmamba]": 0.016481623921780788, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[classic]": 0.0156972007279568, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[libmamba]": 0.016605980230981678, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[classic]": 0.015599322088960673, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[libmamba]": 0.016689545013449283, - "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[classic]": 4.906149747944723, - "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[libmamba]": 2.430936354291212, - "tests/core/test_solve.py::test_explicit_conda_downgrade[classic]": 4.064294418312814, - "tests/core/test_solve.py::test_explicit_conda_downgrade[libmamba]": 3.2490228522377897, - "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[classic]": 1.6187109260629098, - "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[libmamba]": 0.6141103741255322, - "tests/core/test_solve.py::test_features_solve_1[classic]": 4.483647097577799, - "tests/core/test_solve.py::test_features_solve_1[libmamba]": 0.17154207167982377, - "tests/core/test_solve.py::test_force_reinstall_1[classic]": 2.149543014700133, - "tests/core/test_solve.py::test_force_reinstall_1[libmamba]": 1.7058691019620025, - "tests/core/test_solve.py::test_force_reinstall_2[classic]": 0.9451702553452325, - "tests/core/test_solve.py::test_force_reinstall_2[libmamba]": 0.8124977870653991, - "tests/core/test_solve.py::test_force_remove_1[classic]": 5.0726027176640365, - "tests/core/test_solve.py::test_force_remove_1[libmamba]": 2.4221460205898317, - "tests/core/test_solve.py::test_freeze_deps_1[classic]": 27.225575917312813, - "tests/core/test_solve.py::test_freeze_deps_1[libmamba]": 3.6321782496052917, - "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[classic]": 5.684238847542471, - "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[libmamba]": 1.8211967699523006, - "tests/core/test_solve.py::test_no_deps_1[classic]": 4.429605367494044, - "tests/core/test_solve.py::test_no_deps_1[libmamba]": 2.4334786698127715, - "tests/core/test_solve.py::test_no_update_deps_1[classic]": 4.027629459676214, - "tests/core/test_solve.py::test_no_update_deps_1[libmamba]": 3.2380300810169196, - "tests/core/test_solve.py::test_only_deps_1[classic]": 1.4037171718105064, - "tests/core/test_solve.py::test_only_deps_1[libmamba]": 0.8287282885767057, - "tests/core/test_solve.py::test_only_deps_2[classic]": 6.694285382143161, - "tests/core/test_solve.py::test_only_deps_2[libmamba]": 3.288067068655073, - "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[classic]": 0.015287219712130415, - "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[libmamba]": 0.017051719991424078, - "tests/core/test_solve.py::test_packages_in_solution_change_constrained[classic]": 0.0149927700363524, - "tests/core/test_solve.py::test_packages_in_solution_change_constrained[libmamba]": 0.01603326715326064, - "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[classic]": 0.01531238683476555, - "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[libmamba]": 0.01614773482145387, - "tests/core/test_solve.py::test_pinned_1[classic]": 12.338862292456442, - "tests/core/test_solve.py::test_pinned_1[libmamba]": 7.444340175845989, - "tests/core/test_solve.py::test_priority_1[classic]": 15.016351574893854, - "tests/core/test_solve.py::test_priority_1[libmamba]": 0.9355778630938003, - "tests/core/test_solve.py::test_prune_1[classic]": 2.7300919083766, - "tests/core/test_solve.py::test_prune_1[libmamba]": 0.8371472242925287, - "tests/core/test_solve.py::test_python2_update[classic]": 4.248370404743957, - "tests/core/test_solve.py::test_python2_update[libmamba]": 1.3960788626978973, - "tests/core/test_solve.py::test_remove_with_constrained_dependencies[classic]": 5.5650126705383665, - "tests/core/test_solve.py::test_remove_with_constrained_dependencies[libmamba]": 0.3417590994399179, - "tests/core/test_solve.py::test_solve_1[classic]": 3.7687867490042315, - "tests/core/test_solve.py::test_solve_1[libmamba]": 1.6490061325988272, - "tests/core/test_solve.py::test_solve_2[classic]": 17.078376857559572, - "tests/core/test_solve.py::test_solve_2[libmamba]": 0.014113966160901065, - "tests/core/test_solve.py::test_solve_msgs_exclude_vp[classic]": 0.9380399878738593, - "tests/core/test_solve.py::test_solve_msgs_exclude_vp[libmamba]": 0.87325262162393, - "tests/core/test_solve.py::test_timestamps_1[classic]": 0.38734974478226164, - "tests/core/test_solve.py::test_timestamps_1[libmamba]": 0.6419647582882877, - "tests/core/test_solve.py::test_unfreeze_when_required[classic]": 0.42013623078010975, - "tests/core/test_solve.py::test_unfreeze_when_required[libmamba]": 0.10576126715719639, - "tests/core/test_solve.py::test_update_all_1[classic]": 4.564491512431472, - "tests/core/test_solve.py::test_update_all_1[libmamba]": 2.5171663525790304, - "tests/core/test_solve.py::test_update_deps_1[classic]": 8.600355018129877, - "tests/core/test_solve.py::test_update_deps_1[libmamba]": 4.172261652384932, - "tests/core/test_solve.py::test_update_deps_2[classic]": 7.547005016641891, - "tests/core/test_solve.py::test_update_deps_2[libmamba]": 1.4993779104099345, - "tests/core/test_solve.py::test_update_prune_1[classic]": 2.5126121966964363, - "tests/core/test_solve.py::test_update_prune_1[libmamba]": 1.6394955324584009, - "tests/core/test_solve.py::test_update_prune_2[classic]": 2.5336331993859873, - "tests/core/test_solve.py::test_update_prune_2[libmamba]": 0.8511296706415287, - "tests/core/test_solve.py::test_update_prune_3[classic]": 2.8367810045489317, - "tests/core/test_solve.py::test_update_prune_3[libmamba]": 0.8391337141627467, - "tests/core/test_solve.py::test_update_prune_4[classic]": 2.540399534771386, - "tests/core/test_solve.py::test_update_prune_4[libmamba]": 1.673825675790063, - "tests/core/test_solve.py::test_update_prune_5[classic-False]": 2.9205683652359675, - "tests/core/test_solve.py::test_update_prune_5[classic-True]": 2.46898841121901, - "tests/core/test_solve.py::test_update_prune_5[libmamba-False]": 1.6417707694729493, - "tests/core/test_solve.py::test_update_prune_5[libmamba-True]": 1.6362402329163956, - "tests/core/test_solve.py::test_virtual_package_solver[classic]": 0.9104337411786106, - "tests/core/test_solve.py::test_virtual_package_solver[libmamba]": 0.014271518528861717, - "tests/core/test_subdir_data.py::test_cache_fn_url_repo_anaconda_com": 0.0016655403028826474, - "tests/core/test_subdir_data.py::test_cache_fn_url_repo_continuum_io": 0.0016894987029403168, - "tests/core/test_subdir_data.py::test_get_index_no_platform_with_offline_cache": 2.4778978570012287, - "tests/core/test_subdir_data.py::test_metadata_cache_clearing": 0.008738808233830466, - "tests/core/test_subdir_data.py::test_metadata_cache_works": 3.0100164058814154, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[no-credentials]": 0.3487373008704401, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-auth]": 0.1668143806292312, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-token]": 0.06211759265334058, - "tests/core/test_subdir_data.py::test_repodata_version_error": 0.6751875650223573, - "tests/core/test_subdir_data.py::test_search_by_packagerecord": 0.006839908025286574, - "tests/core/test_subdir_data.py::test_state_is_not_json": 0.0150621160533255, - "tests/core/test_subdir_data.py::test_subdir_data_coverage": 0.010423232823031415, - "tests/core/test_subdir_data.py::test_subdir_data_dict_state": 0.0032366715067486517, - "tests/core/test_subdir_data.py::test_subdir_data_prefers_conda_to_tar_bz2": 0.007971358313755983, - "tests/core/test_subdir_data.py::test_use_only_tar_bz2": 0.0129948505393761, + "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-None-False]": 0.0031213825855153756, + "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-missing-True]": 0.0031554126874351867, + "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-{path}-False]": 0.0031196357017473273, + "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-None-False]": 0.0030429482484914845, + "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-missing-False]": 0.00312135823482696, + "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-{path}-True]": 0.0030964511546428767, + "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars": 1.0811047202008164, + "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars_no_exist": 1.2696555149381543, + "tests/core/test_solve.py::test_aggressive_update_packages[classic]": 6.43023313664619, + "tests/core/test_solve.py::test_aggressive_update_packages[libmamba]": 5.716514904011072, + "tests/core/test_solve.py::test_archspec_call[classic]": 1.821255374540412, + "tests/core/test_solve.py::test_archspec_call[libmamba]": 0.8215880322338593, + "tests/core/test_solve.py::test_auto_update_conda[classic]": 4.170900697222119, + "tests/core/test_solve.py::test_auto_update_conda[libmamba]": 3.2866333502872176, + "tests/core/test_solve.py::test_broken_install[classic]": 5.166716889644198, + "tests/core/test_solve.py::test_broken_install[libmamba]": 0.01412898523865364, + "tests/core/test_solve.py::test_channel_priority_churn_minimized[classic]": 9.604327256464673, + "tests/core/test_solve.py::test_channel_priority_churn_minimized[libmamba]": 1.4378288245216027, + "tests/core/test_solve.py::test_conda_downgrade[classic]": 26.93604227442755, + "tests/core/test_solve.py::test_conda_downgrade[libmamba]": 4.462853647895318, + "tests/core/test_solve.py::test_cuda_1[classic]": 0.9141082830978083, + "tests/core/test_solve.py::test_cuda_1[libmamba]": 0.8152596905573533, + "tests/core/test_solve.py::test_cuda_2[classic]": 0.9066923193340459, + "tests/core/test_solve.py::test_cuda_2[libmamba]": 0.8171118697984777, + "tests/core/test_solve.py::test_cuda_constrain_absent[classic]": 0.907459261127424, + "tests/core/test_solve.py::test_cuda_constrain_absent[libmamba]": 0.8118379150630075, + "tests/core/test_solve.py::test_cuda_constrain_sat[classic]": 0.00035806542538488326, + "tests/core/test_solve.py::test_cuda_constrain_sat[libmamba]": 0.00037766111821100414, + "tests/core/test_solve.py::test_cuda_constrain_unsat[classic]": 0.0003479424605151174, + "tests/core/test_solve.py::test_cuda_constrain_unsat[libmamba]": 0.00036983749736562566, + "tests/core/test_solve.py::test_cuda_fail_1[classic]": 0.9386115215349606, + "tests/core/test_solve.py::test_cuda_fail_1[libmamba]": 0.8263809333285647, + "tests/core/test_solve.py::test_cuda_fail_2[classic]": 0.9115763192370104, + "tests/core/test_solve.py::test_cuda_fail_2[libmamba]": 0.8528453640303045, + "tests/core/test_solve.py::test_cuda_glibc_sat[classic]": 0.9214184307757812, + "tests/core/test_solve.py::test_cuda_glibc_sat[libmamba]": 0.8743201822796002, + "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[classic]": 0.00036296459089496915, + "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[libmamba]": 0.00035586643589284497, + "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[classic]": 0.0003763051091453785, + "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[libmamba]": 0.00037332131184107713, + "tests/core/test_solve.py::test_current_repodata_fallback[classic]": 0.14004666699254092, + "tests/core/test_solve.py::test_current_repodata_fallback[libmamba]": 0.03238443038253887, + "tests/core/test_solve.py::test_current_repodata_usage[classic]": 0.14280404152503706, + "tests/core/test_solve.py::test_current_repodata_usage[libmamba]": 0.03430810726316005, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[classic]": 0.015792686498881155, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[libmamba]": 0.016671714314143743, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[classic]": 0.015902159081811144, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[libmamba]": 0.016698419510375734, + "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[classic]": 0.01588029023002212, + "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[libmamba]": 0.017166737234361223, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[classic]": 0.01516318409979402, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[libmamba]": 0.016155255041117797, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[classic]": 0.015598282735515705, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[libmamba]": 0.01651181546618004, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[classic]": 0.015703028666722466, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[libmamba]": 0.01661826752778699, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[classic]": 0.015596509467646083, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[libmamba]": 0.016702817421814495, + "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[classic]": 4.917890386073463, + "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[libmamba]": 2.4357344418716416, + "tests/core/test_solve.py::test_explicit_conda_downgrade[classic]": 4.072032922633725, + "tests/core/test_solve.py::test_explicit_conda_downgrade[libmamba]": 3.288394415250457, + "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[classic]": 1.617538596239087, + "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[libmamba]": 0.5989660154295634, + "tests/core/test_solve.py::test_features_solve_1[classic]": 4.492460966665075, + "tests/core/test_solve.py::test_features_solve_1[libmamba]": 0.17118518983219483, + "tests/core/test_solve.py::test_force_reinstall_1[classic]": 2.1562266564477848, + "tests/core/test_solve.py::test_force_reinstall_1[libmamba]": 1.6977645866664532, + "tests/core/test_solve.py::test_force_reinstall_2[classic]": 0.94722963584893, + "tests/core/test_solve.py::test_force_reinstall_2[libmamba]": 0.8150486495433579, + "tests/core/test_solve.py::test_force_remove_1[classic]": 5.080858545837113, + "tests/core/test_solve.py::test_force_remove_1[libmamba]": 2.4281667592247294, + "tests/core/test_solve.py::test_freeze_deps_1[classic]": 27.240615840655995, + "tests/core/test_solve.py::test_freeze_deps_1[libmamba]": 3.606601203706136, + "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[classic]": 5.6972804599176925, + "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[libmamba]": 1.8222840879411684, + "tests/core/test_solve.py::test_no_deps_1[classic]": 4.436940692009089, + "tests/core/test_solve.py::test_no_deps_1[libmamba]": 2.4393424850362457, + "tests/core/test_solve.py::test_no_update_deps_1[classic]": 4.037420798785391, + "tests/core/test_solve.py::test_no_update_deps_1[libmamba]": 3.278581633350105, + "tests/core/test_solve.py::test_only_deps_1[classic]": 1.4060180639603832, + "tests/core/test_solve.py::test_only_deps_1[libmamba]": 0.8296962828167244, + "tests/core/test_solve.py::test_only_deps_2[classic]": 6.704067993225529, + "tests/core/test_solve.py::test_only_deps_2[libmamba]": 3.294938184346865, + "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[classic]": 0.015288897577162262, + "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[libmamba]": 0.01709222670059736, + "tests/core/test_solve.py::test_packages_in_solution_change_constrained[classic]": 0.014996268784213288, + "tests/core/test_solve.py::test_packages_in_solution_change_constrained[libmamba]": 0.016052734376452778, + "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[classic]": 0.0153206786677966, + "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[libmamba]": 0.016148027392323957, + "tests/core/test_solve.py::test_pinned_1[classic]": 12.361954286535314, + "tests/core/test_solve.py::test_pinned_1[libmamba]": 7.442316714371188, + "tests/core/test_solve.py::test_priority_1[classic]": 15.027590190276618, + "tests/core/test_solve.py::test_priority_1[libmamba]": 0.9556704676153985, + "tests/core/test_solve.py::test_prune_1[classic]": 2.7354543521572343, + "tests/core/test_solve.py::test_prune_1[libmamba]": 0.8386057750432713, + "tests/core/test_solve.py::test_python2_update[classic]": 4.247954545626703, + "tests/core/test_solve.py::test_python2_update[libmamba]": 1.402479301951148, + "tests/core/test_solve.py::test_remove_with_constrained_dependencies[classic]": 5.570506201265683, + "tests/core/test_solve.py::test_remove_with_constrained_dependencies[libmamba]": 0.34165903313874135, + "tests/core/test_solve.py::test_solve_1[classic]": 3.7745879242974416, + "tests/core/test_solve.py::test_solve_1[libmamba]": 1.6516377092961183, + "tests/core/test_solve.py::test_solve_2[classic]": 17.101542750249102, + "tests/core/test_solve.py::test_solve_2[libmamba]": 0.014122755572327679, + "tests/core/test_solve.py::test_solve_msgs_exclude_vp[classic]": 0.940109944004576, + "tests/core/test_solve.py::test_solve_msgs_exclude_vp[libmamba]": 0.8493533947018623, + "tests/core/test_solve.py::test_timestamps_1[classic]": 0.3901699455841727, + "tests/core/test_solve.py::test_timestamps_1[libmamba]": 0.6578333621461857, + "tests/core/test_solve.py::test_unfreeze_when_required[classic]": 0.42551459332157104, + "tests/core/test_solve.py::test_unfreeze_when_required[libmamba]": 0.10574173286421072, + "tests/core/test_solve.py::test_update_all_1[classic]": 4.570477357933745, + "tests/core/test_solve.py::test_update_all_1[libmamba]": 2.493598289795536, + "tests/core/test_solve.py::test_update_deps_1[classic]": 8.613672495975013, + "tests/core/test_solve.py::test_update_deps_1[libmamba]": 4.217694207405255, + "tests/core/test_solve.py::test_update_deps_2[classic]": 7.55965227519268, + "tests/core/test_solve.py::test_update_deps_2[libmamba]": 1.5023442715471398, + "tests/core/test_solve.py::test_update_prune_1[classic]": 2.5162310484140535, + "tests/core/test_solve.py::test_update_prune_1[libmamba]": 1.6420958467904094, + "tests/core/test_solve.py::test_update_prune_2[classic]": 2.5380070229827374, + "tests/core/test_solve.py::test_update_prune_2[libmamba]": 0.8462653335835371, + "tests/core/test_solve.py::test_update_prune_3[classic]": 2.84113803872987, + "tests/core/test_solve.py::test_update_prune_3[libmamba]": 0.8416748130365941, + "tests/core/test_solve.py::test_update_prune_4[classic]": 2.5464254597638316, + "tests/core/test_solve.py::test_update_prune_4[libmamba]": 1.6794787303060206, + "tests/core/test_solve.py::test_update_prune_5[classic-False]": 2.9259850911793492, + "tests/core/test_solve.py::test_update_prune_5[classic-True]": 2.4735051933960768, + "tests/core/test_solve.py::test_update_prune_5[libmamba-False]": 1.6458270430251285, + "tests/core/test_solve.py::test_update_prune_5[libmamba-True]": 1.6355079279945606, + "tests/core/test_solve.py::test_virtual_package_solver[classic]": 0.9130975301848221, + "tests/core/test_solve.py::test_virtual_package_solver[libmamba]": 0.01426209288153816, + "tests/core/test_subdir_data.py::test_cache_fn_url_repo_anaconda_com": 0.001666516339211354, + "tests/core/test_subdir_data.py::test_cache_fn_url_repo_continuum_io": 0.0016910682797077448, + "tests/core/test_subdir_data.py::test_get_index_no_platform_with_offline_cache": 2.478877380678332, + "tests/core/test_subdir_data.py::test_metadata_cache_clearing": 0.008730126917211657, + "tests/core/test_subdir_data.py::test_metadata_cache_works": 3.0100312989255236, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[no-credentials]": 0.34920159466414535, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-auth]": 0.16547267661579998, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-token]": 0.06083856564302165, + "tests/core/test_subdir_data.py::test_repodata_version_error": 0.6774597990856565, + "tests/core/test_subdir_data.py::test_search_by_packagerecord": 0.006845722249844827, + "tests/core/test_subdir_data.py::test_state_is_not_json": 0.013605756884832624, + "tests/core/test_subdir_data.py::test_subdir_data_coverage": 0.010511913119170874, + "tests/core/test_subdir_data.py::test_subdir_data_dict_state": 0.003248158304770493, + "tests/core/test_subdir_data.py::test_subdir_data_prefers_conda_to_tar_bz2": 0.007952007796633563, + "tests/core/test_subdir_data.py::test_use_only_tar_bz2": 0.013003076416220886, "tests/env/specs/test_binstar.py::test_binstar_not_installed": 0.002044079792668794, - "tests/env/specs/test_binstar.py::test_deprecations[BinstarSpec-None]": 0.002025358039195095, - "tests/env/specs/test_binstar.py::test_deprecations[ENVIRONMENT_TYPE-TypeError]": 0.0026047083339783912, + "tests/env/specs/test_binstar.py::test_deprecations[BinstarSpec-None]": 0.0020304269616949373, + "tests/env/specs/test_binstar.py::test_deprecations[ENVIRONMENT_TYPE-TypeError]": 0.0025928458233505534, "tests/env/specs/test_binstar.py::test_download_environment": 0.003953078088709513, "tests/env/specs/test_binstar.py::test_environment_version_sorting": 0.004156548383841264, "tests/env/specs/test_binstar.py::test_invalid_name": 0.004139683259127355, "tests/env/specs/test_binstar.py::test_name_not_present": 0.004356083413152074, "tests/env/specs/test_binstar.py::test_package_not_exist": 0.004206050638479468, "tests/env/specs/test_binstar.py::test_package_without_environment_file": 0.0044663291788894655, - "tests/env/specs/test_requirements.py::test_environment": 0.0018954512807689153, - "tests/env/specs/test_requirements.py::test_no_environment_file": 0.001691286507782025, - "tests/env/specs/test_requirements.py::test_no_name": 0.001711214952589071, - "tests/env/specs/test_requirements.py::test_req_file_and_name": 0.0016086053228379319, - "tests/env/specs/test_yaml_file.py::test_environment_file_exist": 0.001959439301658172, - "tests/env/specs/test_yaml_file.py::test_filename": 0.0022646989963044806, - "tests/env/specs/test_yaml_file.py::test_get_environment": 0.002049339856697014, - "tests/env/specs/test_yaml_file.py::test_no_environment_file": 0.0016280677604872092, - "tests/env/test_create.py::test_create_advanced_pip": 16.162878373289704, - "tests/env/test_create.py::test_create_empty_env": 3.075509710782938, - "tests/env/test_create.py::test_create_env_default_packages": 16.881867225699747, - "tests/env/test_create.py::test_create_env_json[example/environment.yml]": 10.249830312718155, - "tests/env/test_create.py::test_create_env_json[example/environment_with_pip.yml]": 8.617134939081426, - "tests/env/test_create.py::test_create_env_no_default_packages": 9.838044613532002, - "tests/env/test_create.py::test_create_host_port": 0.0004294758747318567, - "tests/env/test_create.py::test_create_update": 9.657022119577771, - "tests/env/test_create.py::test_create_update_remote_env_file": 10.270443923497345, - "tests/env/test_create.py::test_fail_to_create_env_in_dir_with_colon": 0.06229353967111652, - "tests/env/test_create.py::test_protected_dirs_error_for_env_create": 1.0890290625810664, - "tests/env/test_env.py::test_add_channels": 0.001606891657941178, - "tests/env/test_env.py::test_add_pip": 0.003345642997372075, - "tests/env/test_env.py::test_args_are_wildcarded": 0.0016477237069860125, - "tests/env/test_env.py::test_builds_spec_from_line_raw_dependency": 0.001738858986632467, - "tests/env/test_env.py::test_can_add_dependencies_to_environment": 0.0034057141746632585, - "tests/env/test_env.py::test_channels_are_provided_by_kwarg": 0.001586052348373328, - "tests/env/test_env.py::test_channels_default_to_empty_list": 0.0015951055107552958, - "tests/env/test_env.py::test_create_advanced_pip": 7.404539700063349, - "tests/env/test_env.py::test_creates_file_on_save": 0.003850761632881501, - "tests/env/test_env.py::test_dependencies_are_empty_by_default": 0.0015853856255939698, - "tests/env/test_env.py::test_dependencies_update_after_adding": 0.002679849568953143, - "tests/env/test_env.py::test_envvars": 0.00349363479692025, - "tests/env/test_env.py::test_from_history": 0.002917326433094846, - "tests/env/test_env.py::test_has_empty_filename_by_default": 0.0016138878746900106, - "tests/env/test_env.py::test_has_empty_name_by_default": 0.0015833956300916917, - "tests/env/test_env.py::test_has_filename_if_provided": 0.001615437081985049, - "tests/env/test_env.py::test_has_name_if_provided": 0.0016091110332150237, - "tests/env/test_env.py::test_http": 1.1388458540215873, - "tests/env/test_env.py::test_http_raises": 0.17976972708933064, - "tests/env/test_env.py::test_invalid_keys": 0.0032434461864265618, - "tests/env/test_env.py::test_other_tips_of_dependencies_are_supported": 0.0016605732386692409, - "tests/env/test_env.py::test_parses_dependencies_from_raw_file": 0.0025828184029736416, - "tests/env/test_env.py::test_remove_channels": 0.0015785544976819727, - "tests/env/test_env.py::test_retains_full_filename": 0.0027709941451908265, - "tests/env/test_env.py::test_returns_Environment": 0.0028047113841303674, - "tests/env/test_env.py::test_to_dict_returns_dictionary_of_data": 0.0016934764902921166, - "tests/env/test_env.py::test_to_dict_returns_just_name_if_only_thing_present": 0.0015889638652114178, - "tests/env/test_env.py::test_to_yaml_returns_proper_yaml": 0.0025813533368099963, - "tests/env/test_env.py::test_to_yaml_returns_yaml_parseable_string": 0.00428840279191955, - "tests/env/test_env.py::test_to_yaml_takes_stream": 0.002569059586056198, - "tests/env/test_env.py::test_valid_keys": 0.0036851980880469415, - "tests/env/test_env.py::test_with_pip": 0.0032183349635558993, - "tests/env/test_pip_util.py::test_get_pip_installed_packages[Successfully installed foo bar-expected0]": 0.002095828508330366, - "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.0019687616736989415, - "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.001826034891635119, - "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.0019135227130501027, - "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.001797226140330067, - "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[]": 0.0017367507894078258, - "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[foo]": 0.001804471645841971, - "tests/gateways/disk/test_delete.py::test_backoff_unlink": 0.05576719794854323, - "tests/gateways/disk/test_delete.py::test_backoff_unlink_doesnt_exist": 0.0019565506948818778, - "tests/gateways/disk/test_delete.py::test_deprecations[move_path_to_trash-TypeError-None]": 0.0019120617799825669, - "tests/gateways/disk/test_delete.py::test_deprecations[move_to_trash-TypeError-None]": 0.0019097896636091148, - "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs0]": 0.002014558066546444, - "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs1]": 0.0019875193296413933, - "tests/gateways/disk/test_delete.py::test_deprecations[try_rmdir_all_empty-TypeError-None]": 0.001963806131632017, + "tests/env/specs/test_requirements.py::test_environment": 0.001893419127748599, + "tests/env/specs/test_requirements.py::test_no_environment_file": 0.0016897397748387999, + "tests/env/specs/test_requirements.py::test_no_name": 0.0017100776483914113, + "tests/env/specs/test_requirements.py::test_req_file_and_name": 0.001611746827050923, + "tests/env/specs/test_yaml_file.py::test_environment_file_exist": 0.0019564243700851284, + "tests/env/specs/test_yaml_file.py::test_filename": 0.002281212415573653, + "tests/env/specs/test_yaml_file.py::test_get_environment": 0.0020105639403491977, + "tests/env/specs/test_yaml_file.py::test_no_environment_file": 0.0016329997637453224, + "tests/env/test_create.py::test_create_advanced_pip": 16.16626652742897, + "tests/env/test_create.py::test_create_empty_env": 3.0875908702024732, + "tests/env/test_create.py::test_create_env_default_packages": 16.72763825346563, + "tests/env/test_create.py::test_create_env_json[example/environment.yml]": 10.229044870096288, + "tests/env/test_create.py::test_create_env_json[example/environment_with_pip.yml]": 8.622823530547512, + "tests/env/test_create.py::test_create_env_no_default_packages": 9.765104848489228, + "tests/env/test_create.py::test_create_host_port": 0.00042925328991420304, + "tests/env/test_create.py::test_create_update": 9.61905183006352, + "tests/env/test_create.py::test_create_update_remote_env_file": 10.28346744164743, + "tests/env/test_create.py::test_fail_to_create_env_in_dir_with_colon": 0.062389840204380785, + "tests/env/test_create.py::test_protected_dirs_error_for_env_create": 1.0829414662855272, + "tests/env/test_env.py::test_add_channels": 0.0016118938745645545, + "tests/env/test_env.py::test_add_pip": 0.003346082812714072, + "tests/env/test_env.py::test_args_are_wildcarded": 0.0016490608481517087, + "tests/env/test_env.py::test_builds_spec_from_line_raw_dependency": 0.0017394440666358875, + "tests/env/test_env.py::test_can_add_dependencies_to_environment": 0.0034027500967752106, + "tests/env/test_env.py::test_channels_are_provided_by_kwarg": 0.0015839553061784508, + "tests/env/test_env.py::test_channels_default_to_empty_list": 0.001593140732559727, + "tests/env/test_env.py::test_create_advanced_pip": 7.411330674725415, + "tests/env/test_env.py::test_creates_file_on_save": 0.0038592869015666186, + "tests/env/test_env.py::test_dependencies_are_empty_by_default": 0.0015801249766735554, + "tests/env/test_env.py::test_dependencies_update_after_adding": 0.00267555763379011, + "tests/env/test_env.py::test_envvars": 0.0034937484971462322, + "tests/env/test_env.py::test_from_history": 0.00292603870839573, + "tests/env/test_env.py::test_has_empty_filename_by_default": 0.001613642695716519, + "tests/env/test_env.py::test_has_empty_name_by_default": 0.0015863426534623497, + "tests/env/test_env.py::test_has_filename_if_provided": 0.0016165727979460145, + "tests/env/test_env.py::test_has_name_if_provided": 0.0016053700044743342, + "tests/env/test_env.py::test_http": 1.1726081637770556, + "tests/env/test_env.py::test_http_raises": 0.17738429049613044, + "tests/env/test_env.py::test_invalid_keys": 0.0032369619301211372, + "tests/env/test_env.py::test_other_tips_of_dependencies_are_supported": 0.0016575643292434834, + "tests/env/test_env.py::test_parses_dependencies_from_raw_file": 0.002583472084831811, + "tests/env/test_env.py::test_remove_channels": 0.0015819579878262335, + "tests/env/test_env.py::test_retains_full_filename": 0.002772230511764177, + "tests/env/test_env.py::test_returns_Environment": 0.002805142600015311, + "tests/env/test_env.py::test_to_dict_returns_dictionary_of_data": 0.001690235421819003, + "tests/env/test_env.py::test_to_dict_returns_just_name_if_only_thing_present": 0.001581212233179391, + "tests/env/test_env.py::test_to_yaml_returns_proper_yaml": 0.002579975601437049, + "tests/env/test_env.py::test_to_yaml_returns_yaml_parseable_string": 0.004287220574669917, + "tests/env/test_env.py::test_to_yaml_takes_stream": 0.002563758956726209, + "tests/env/test_env.py::test_valid_keys": 0.0036885583345286775, + "tests/env/test_env.py::test_with_pip": 0.0032222949538319094, + "tests/env/test_pip_util.py::test_get_pip_installed_packages[Successfully installed foo bar-expected0]": 0.0020914480751864145, + "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.001973606778922577, + "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.0018314571741156601, + "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.001909984865079011, + "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.0017998224726209731, + "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[]": 0.0017401078171171904, + "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[foo]": 0.0017924796915494564, + "tests/gateways/disk/test_delete.py::test_backoff_unlink": 0.0557375419302344, + "tests/gateways/disk/test_delete.py::test_backoff_unlink_doesnt_exist": 0.001956154322119175, + "tests/gateways/disk/test_delete.py::test_deprecations[move_path_to_trash-TypeError-None]": 0.0019183385585742239, + "tests/gateways/disk/test_delete.py::test_deprecations[move_to_trash-TypeError-None]": 0.0019130766790789067, + "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs0]": 0.002020007916103302, + "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs1]": 0.0019882787203388996, + "tests/gateways/disk/test_delete.py::test_deprecations[try_rmdir_all_empty-TypeError-None]": 0.001964897064792994, "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.059695232864656694, - "tests/gateways/disk/test_delete.py::test_remove_dir": 0.0535520431263655, - "tests/gateways/disk/test_delete.py::test_remove_file": 0.004793422067769182, - "tests/gateways/disk/test_delete.py::test_remove_file_to_trash": 0.0020944112401981812, - "tests/gateways/disk/test_delete.py::test_remove_link_to_dir": 0.05716690376145306, - "tests/gateways/disk/test_delete.py::test_remove_link_to_file": 0.00228948466046756, - "tests/gateways/disk/test_delete.py::test_rm_rf": 0.05542522995113756, - "tests/gateways/disk/test_delete.py::test_rm_rf_couldnt": 0.002047318538457592, - "tests/gateways/disk/test_delete.py::test_rm_rf_does_not_follow_symlinks": 0.11353783289561065, - "tests/gateways/disk/test_delete.py::test_try_rmdir_all_empty_doesnt_exist": 0.05439141118552519, - "tests/gateways/disk/test_link.py::test_hard_link": 0.003234062541178898, - "tests/gateways/disk/test_link.py::test_soft_link": 0.0034294133066204734, - "tests/gateways/disk/test_permissions.py::test_make_executable": 0.001918009743392217, - "tests/gateways/disk/test_permissions.py::test_make_writable": 0.0023810283212902183, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EACCES": 0.0021784450037767426, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EPERM": 0.002249252264991498, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EROFS": 0.002134689330253792, - "tests/gateways/disk/test_permissions.py::test_make_writable_doesnt_exist": 0.0016667737794090955, - "tests/gateways/disk/test_permissions.py::test_recursive_make_writable": 0.00780227613744326, - "tests/gateways/disk/test_read.py::test_cherrypy_py27_osx_no_binary": 0.0308556217135938, - "tests/gateways/disk/test_read.py::test_cherrypy_py36_osx_whl": 0.04655220089162983, - "tests/gateways/disk/test_read.py::test_pyjwt_py27_osx_no_binary": 0.008566283438867263, - "tests/gateways/disk/test_read.py::test_pyjwt_py36_osx_whl": 0.011336192366929187, - "tests/gateways/disk/test_read.py::test_scrapy_py27_osx_no_binary": 0.0672748987434051, - "tests/gateways/disk/test_read.py::test_scrapy_py36_osx_whl": 0.10393940971515377, - "tests/gateways/disk/test_read.py::test_six_py27_osx_no_binary_unmanageable": 0.0038797295936216125, - "tests/gateways/disk/test_read.py::test_twilio_py27_osx_no_binary": 0.08751278699274784, - "tests/gateways/disk/test_read.py::test_twilio_py36_osx_whl": 0.14072728719130997, - "tests/gateways/test_connection.py::test_accept_range_none": 0.23072014043716116, - "tests/gateways/test_connection.py::test_add_binstar_token": 0.006283660180205596, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost-channels3-http://localhost]": 0.013526876811340351, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost/noarch/test-package-0.1.0.conda-channels2-http://localhost]": 0.013589455300712322, - "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.014042117620391805, - "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.01385981720390865, - "tests/gateways/test_connection.py::test_get_session_returns_default": 0.004347470420304989, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings": 0.008110167116419187, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings_multiple": 0.012009555263895279, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings_no_handler": 0.003639907657286138, - "tests/gateways/test_connection.py::test_get_session_with_request_headers": 0.005011775263922292, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[exact-url]": 0.009877473454493396, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[no-match]": 0.006284402246094711, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[url-prefix]": 0.009044949196298353, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-match-same-schema]": 0.04294578520035439, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-different-scheme]": 0.007311904708077577, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-missing-scheme]": 0.005399000641281284, - "tests/gateways/test_connection.py::test_local_file_adapter_200": 0.004470447341386557, - "tests/gateways/test_connection.py::test_local_file_adapter_404": 0.0032386931897642798, - "tests/gateways/test_connection.py::test_s3_server": 1.9077704178138817, - "tests/gateways/test_connection.py::test_s3_server_with_mock": 1.6355959180946453, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers0-expected0]": 0.002029022161981609, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers1-expected1]": 0.0020200709191732784, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers2-expected2]": 0.0018821682784331702, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers3-expected3]": 0.00189159879994625, - "tests/gateways/test_jlap.py::test_download_and_hash": 0.05292836663575875, - "tests/gateways/test_jlap.py::test_hashwriter": 0.0016344051517328112, - "tests/gateways/test_jlap.py::test_jlap_cache_clock[False]": 0.03367603978658745, - "tests/gateways/test_jlap.py::test_jlap_cache_clock[True]": 0.031012155384843223, - "tests/gateways/test_jlap.py::test_jlap_core": 0.0032709639802698497, - "tests/gateways/test_jlap.py::test_jlap_coverage": 0.0016876016162382214, - "tests/gateways/test_jlap.py::test_jlap_errors": 0.049188023147089185, - "tests/gateways/test_jlap.py::test_jlap_fetch": 0.05325361102395857, - "tests/gateways/test_jlap.py::test_jlap_fetch_file": 0.013806332604927363, - "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[False]": 0.7981277147030694, - "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[True]": 7.0697706018963595, - "tests/gateways/test_jlap.py::test_jlap_flag[]": 0.0026817933574521135, - "tests/gateways/test_jlap.py::test_jlap_flag[jlap,another]": 0.002815393920982634, - "tests/gateways/test_jlap.py::test_jlap_flag[jlap]": 0.0028365985243970406, - "tests/gateways/test_jlap.py::test_jlap_flag[jlapopotamus]": 0.002771050229904083, - "tests/gateways/test_jlap.py::test_jlap_sought": 0.057572587897820625, - "tests/gateways/test_jlap.py::test_jlap_zst_not_404": 0.00479341906329484, - "tests/gateways/test_jlap.py::test_jlap_zst_not_zst": 0.01172029595178596, - "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[False]": 0.017258470019384353, - "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[True]": 0.051329335390543275, - "tests/gateways/test_jlap.py::test_repodata_state[False]": 0.01981171748912174, - "tests/gateways/test_jlap.py::test_repodata_state[True]": 0.026066072801459127, - "tests/gateways/test_jlap.py::test_repodata_use_zst[False]": 0.002684648433309791, - "tests/gateways/test_jlap.py::test_repodata_use_zst[True]": 0.0026993291161109033, - "tests/gateways/test_jlap.py::test_request_url_jlap_state": 0.010114624427119705, - "tests/gateways/test_jlap.py::test_server_available": 0.12527914158730083, - "tests/gateways/test_logging.py::test_token_not_present_in_conda_create": 2.532184593703812, - "tests/gateways/test_logging.py::test_token_replace_big_string": 0.0020412086077859744, - "tests/gateways/test_logging.py::test_token_replace_individual_strings": 0.0016710744524190788, - "tests/gateways/test_repodata_gateway.py::test_coverage_conda_http_errors": 0.009480890207790563, - "tests/gateways/test_repodata_gateway.py::test_get_cache_control_max_age": 0.001615515764607241, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-False]": 0.006637902971636681, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-True]": 0.00893231746544421, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-False]": 0.006377760379285146, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-True]": 0.008831704670853398, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[False]": 0.015253426767234742, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[True]": 0.021913496479749477, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_jsondecodeerror": 0.004318919313007189, - "tests/gateways/test_repodata_gateway.py::test_repodata_state_has_format": 0.002927570667150948, - "tests/gateways/test_repodata_gateway.py::test_save": 0.10490241669845277, - "tests/gateways/test_repodata_gateway.py::test_ssl_unavailable_error_message": 0.0019263201507778475, - "tests/gateways/test_repodata_gateway.py::test_stale": 0.00831745375993333, - "tests/gateways/test_repodata_lock.py::test_lock_can_lock[False]": 0.6922650697695732, + "tests/gateways/disk/test_delete.py::test_move_to_trash": 0.05969523286465669, + "tests/gateways/disk/test_delete.py::test_remove_dir": 0.05346111231787126, + "tests/gateways/disk/test_delete.py::test_remove_file": 0.004875478964068192, + "tests/gateways/disk/test_delete.py::test_remove_file_to_trash": 0.0020966668218084556, + "tests/gateways/disk/test_delete.py::test_remove_link_to_dir": 0.05709967704325271, + "tests/gateways/disk/test_delete.py::test_remove_link_to_file": 0.0022935857261639657, + "tests/gateways/disk/test_delete.py::test_rm_rf": 0.05537924613833095, + "tests/gateways/disk/test_delete.py::test_rm_rf_couldnt": 0.002045400340855868, + "tests/gateways/disk/test_delete.py::test_rm_rf_does_not_follow_symlinks": 0.11356835794174121, + "tests/gateways/disk/test_delete.py::test_try_rmdir_all_empty_doesnt_exist": 0.054412277521275955, + "tests/gateways/disk/test_link.py::test_hard_link": 0.003231259660370593, + "tests/gateways/disk/test_link.py::test_soft_link": 0.003430533113664945, + "tests/gateways/disk/test_permissions.py::test_make_executable": 0.0019184064575729115, + "tests/gateways/disk/test_permissions.py::test_make_writable": 0.002368269616440853, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EACCES": 0.0021784706671491593, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EPERM": 0.002249853702466773, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EROFS": 0.002166253948527486, + "tests/gateways/disk/test_permissions.py::test_make_writable_doesnt_exist": 0.0016723061631371402, + "tests/gateways/disk/test_permissions.py::test_recursive_make_writable": 0.007634336699544964, + "tests/gateways/disk/test_read.py::test_cherrypy_py27_osx_no_binary": 0.03093785890622916, + "tests/gateways/disk/test_read.py::test_cherrypy_py36_osx_whl": 0.046581516843370745, + "tests/gateways/disk/test_read.py::test_pyjwt_py27_osx_no_binary": 0.008595690414098087, + "tests/gateways/disk/test_read.py::test_pyjwt_py36_osx_whl": 0.01136523602671753, + "tests/gateways/disk/test_read.py::test_scrapy_py27_osx_no_binary": 0.0672806495640387, + "tests/gateways/disk/test_read.py::test_scrapy_py36_osx_whl": 0.10403536613976658, + "tests/gateways/disk/test_read.py::test_six_py27_osx_no_binary_unmanageable": 0.003888281791920258, + "tests/gateways/disk/test_read.py::test_twilio_py27_osx_no_binary": 0.08768210775001198, + "tests/gateways/disk/test_read.py::test_twilio_py36_osx_whl": 0.1409108767306819, + "tests/gateways/test_connection.py::test_accept_range_none": 0.2307242163128748, + "tests/gateways/test_connection.py::test_add_binstar_token": 0.006192403117151449, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost-channels3-http://localhost]": 0.013524735212703549, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost/noarch/test-package-0.1.0.conda-channels2-http://localhost]": 0.013599902375647115, + "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.01405800456511927, + "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.01386350745282754, + "tests/gateways/test_connection.py::test_get_session_returns_default": 0.004311217607030586, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings": 0.008094203372418528, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings_multiple": 0.01216568142710952, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings_no_handler": 0.0036645621928399286, + "tests/gateways/test_connection.py::test_get_session_with_request_headers": 0.004978456264141354, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[exact-url]": 0.00986620508140418, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[no-match]": 0.006329590605632479, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[url-prefix]": 0.0089770743146173, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-match-same-schema]": 0.04269782192764596, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-different-scheme]": 0.007264416693761548, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-missing-scheme]": 0.0054576878046635165, + "tests/gateways/test_connection.py::test_local_file_adapter_200": 0.004485338401364724, + "tests/gateways/test_connection.py::test_local_file_adapter_404": 0.003229156103249216, + "tests/gateways/test_connection.py::test_s3_server": 1.8924813755937504, + "tests/gateways/test_connection.py::test_s3_server_with_mock": 1.5732870747452194, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers0-expected0]": 0.0020290125403890913, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers1-expected1]": 0.002020036412090517, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers2-expected2]": 0.0018821596650443622, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers3-expected3]": 0.0018915754000447334, + "tests/gateways/test_jlap.py::test_download_and_hash": 0.05314080164100121, + "tests/gateways/test_jlap.py::test_hashwriter": 0.0016410410127654853, + "tests/gateways/test_jlap.py::test_jlap_cache_clock[False]": 0.031321285967750766, + "tests/gateways/test_jlap.py::test_jlap_cache_clock[True]": 0.030984638216976616, + "tests/gateways/test_jlap.py::test_jlap_core": 0.003274878436799311, + "tests/gateways/test_jlap.py::test_jlap_coverage": 0.0016876525531478088, + "tests/gateways/test_jlap.py::test_jlap_errors": 0.0491927254971159, + "tests/gateways/test_jlap.py::test_jlap_fetch": 0.051949513111203445, + "tests/gateways/test_jlap.py::test_jlap_fetch_file": 0.013837350257439845, + "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[False]": 0.7984927714868745, + "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[True]": 7.07118865481604, + "tests/gateways/test_jlap.py::test_jlap_flag[]": 0.0026825594753566336, + "tests/gateways/test_jlap.py::test_jlap_flag[jlap,another]": 0.002796354274763701, + "tests/gateways/test_jlap.py::test_jlap_flag[jlap]": 0.002819567769069494, + "tests/gateways/test_jlap.py::test_jlap_flag[jlapopotamus]": 0.002756520625173925, + "tests/gateways/test_jlap.py::test_jlap_sought": 0.057601867481779034, + "tests/gateways/test_jlap.py::test_jlap_zst_not_404": 0.004788856870253804, + "tests/gateways/test_jlap.py::test_jlap_zst_not_zst": 0.011783465629337374, + "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[False]": 0.01722096213207124, + "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[True]": 0.050984380845135964, + "tests/gateways/test_jlap.py::test_repodata_state[False]": 0.020091812582870884, + "tests/gateways/test_jlap.py::test_repodata_state[True]": 0.02574375780665898, + "tests/gateways/test_jlap.py::test_repodata_use_zst[False]": 0.002687737766389571, + "tests/gateways/test_jlap.py::test_repodata_use_zst[True]": 0.0027065693611987795, + "tests/gateways/test_jlap.py::test_request_url_jlap_state": 0.010079261171819072, + "tests/gateways/test_jlap.py::test_server_available": 0.12642868019120665, + "tests/gateways/test_logging.py::test_token_not_present_in_conda_create": 2.542632128504557, + "tests/gateways/test_logging.py::test_token_replace_big_string": 0.0020421148452370906, + "tests/gateways/test_logging.py::test_token_replace_individual_strings": 0.0016772444106980154, + "tests/gateways/test_repodata_gateway.py::test_coverage_conda_http_errors": 0.00950557016584379, + "tests/gateways/test_repodata_gateway.py::test_get_cache_control_max_age": 0.0016177431517541778, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-False]": 0.006628121644545934, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-True]": 0.008930341277709709, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-False]": 0.0064081309536564175, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-True]": 0.008831319471238207, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[False]": 0.015223682482297283, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[True]": 0.021926803078215863, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_jsondecodeerror": 0.004322534488540335, + "tests/gateways/test_repodata_gateway.py::test_repodata_state_has_format": 0.002936245845298644, + "tests/gateways/test_repodata_gateway.py::test_save": 0.10490516867906312, + "tests/gateways/test_repodata_gateway.py::test_ssl_unavailable_error_message": 0.0019287387342282324, + "tests/gateways/test_repodata_gateway.py::test_stale": 0.008249363855364084, + "tests/gateways/test_repodata_lock.py::test_lock_can_lock[False]": 0.6922650697695731, "tests/gateways/test_repodata_lock.py::test_lock_can_lock[True]": 9.708108263256058, - "tests/gateways/test_repodata_lock.py::test_lock_no_lock[False]": 9.81168824716896, - "tests/gateways/test_repodata_lock.py::test_lock_no_lock[True]": 0.8036931060208106, - "tests/gateways/test_repodata_lock.py::test_lock_rename": 0.021773944121898085, - "tests/gateways/test_subprocess.py::test_subprocess_call_with_capture_output": 0.43189300145798404, - "tests/gateways/test_subprocess.py::test_subprocess_call_without_capture_output": 0.4335634518041922, - "tests/models/test_channel.py::test_bare_channel_file": 0.0027499531382932257, - "tests/models/test_channel.py::test_bare_channel_http": 0.0026477884873291916, - "tests/models/test_channel.py::test_canonicalized_url_gets_correct_token": 0.014219055170613908, - "tests/models/test_channel.py::test_channel_alias": 0.018076713248191233, - "tests/models/test_channel.py::test_channel_alias_channels": 0.002777815087230387, - "tests/models/test_channel.py::test_channel_alias_w_conda_path": 0.013885334558208553, - "tests/models/test_channel.py::test_channel_alias_w_subhcnnale": 0.013463229274319368, - "tests/models/test_channel.py::test_channel_cache": 0.002512121843819181, - "tests/models/test_channel.py::test_channel_host_port": 0.0027035641643750868, - "tests/models/test_channel.py::test_channel_mangles_urls": 0.0029682959728539004, - "tests/models/test_channel.py::test_channel_name_subdir_only": 0.003402449876440812, - "tests/models/test_channel.py::test_channels_with_dashes": 0.015588491768040452, - "tests/models/test_channel.py::test_custom_channels": 0.020131283666866184, - "tests/models/test_channel.py::test_custom_channels_port_token_auth": 0.01926153439441265, - "tests/models/test_channel.py::test_custom_token_in_channel": 0.013747123369781811, - "tests/models/test_channel.py::test_default_channel": 0.00355896143832051, - "tests/models/test_channel.py::test_default_channels": 0.01793321541050663, - "tests/models/test_channel.py::test_defaults_channel": 0.018676556522219893, - "tests/models/test_channel.py::test_env_var_file_urls": 0.0039532862843734105, - "tests/models/test_channel.py::test_expanded_variables": 0.013138850220142592, - "tests/models/test_channel.py::test_file_channel": 0.019181802539837377, - "tests/models/test_channel.py::test_file_url_with_backslashes": 0.002778036745121197, - "tests/models/test_channel.py::test_file_urls": 0.0027890992354220358, - "tests/models/test_channel.py::test_local_channel": 0.0734370919526892, - "tests/models/test_channel.py::test_migrated_custom_channels": 0.01938441120215087, - "tests/models/test_channel.py::test_multichannel_priority": 0.003729415942245904, - "tests/models/test_channel.py::test_named_custom_channel": 0.01799135625801846, - "tests/models/test_channel.py::test_named_custom_channel_w_subchan": 0.01764930110697758, - "tests/models/test_channel.py::test_old_channel_alias": 0.01933113223947403, - "tests/models/test_channel.py::test_pkgs_main": 0.02017999178845115, - "tests/models/test_channel.py::test_pkgs_pro": 0.020504810821345316, - "tests/models/test_channel.py::test_ppc64le_vs_ppc64": 0.0031616391802471886, - "tests/models/test_channel.py::test_regression_against_unknown_none": 0.0033206552331108367, - "tests/models/test_channel.py::test_subdir_env_var": 0.0071518794211153525, - "tests/models/test_channel.py::test_subdirs_env_var": 0.007814329569288321, - "tests/models/test_channel.py::test_token_in_custom_channel": 0.0030562401842716904, - "tests/models/test_channel.py::test_unexpanded_variables": 0.012746668725819947, - "tests/models/test_channel.py::test_url_channel_w_platform": 0.003523116507806197, - "tests/models/test_channel.py::test_url_custom_channel": 0.017609659617765474, - "tests/models/test_channel.py::test_url_custom_channel_w_subchan": 0.017360373694504685, - "tests/models/test_dist.py::test_channel[.conda]": 0.0032050324840696195, - "tests/models/test_dist.py::test_channel[.tar.bz2]": 0.0031190025082347087, - "tests/models/test_dist.py::test_dist[.conda]": 0.0027771867490226903, - "tests/models/test_dist.py::test_dist[.tar.bz2]": 0.002481714280322265, - "tests/models/test_dist.py::test_dist_with_channel_url[.conda]": 0.07237042674481219, - "tests/models/test_dist.py::test_dist_with_channel_url[.tar.bz2]": 0.07272346834034274, - "tests/models/test_dist.py::test_dist_with_non_channel_url[.conda]": 0.0029917877280306294, - "tests/models/test_dist.py::test_dist_with_non_channel_url[.tar.bz2]": 0.00291697400086517, - "tests/models/test_index_record.py::test_index_record_timestamp": 0.003059669380657737, - "tests/models/test_index_record.py::test_prefix_record_no_channel": 0.003859611432511964, - "tests/models/test_match_spec.py::test_bracket_matches": 0.005751285545504058, - "tests/models/test_match_spec.py::test_build_merge": 0.0031333838658531123, - "tests/models/test_match_spec.py::test_build_number_and_filename": 0.00164810491395708, - "tests/models/test_match_spec.py::test_build_number_merge": 0.0031736981066647894, - "tests/models/test_match_spec.py::test_canonical_string_forms": 0.007381809484599032, - "tests/models/test_match_spec.py::test_catch_invalid_regexes": 0.0032261203913938664, - "tests/models/test_match_spec.py::test_channel_matching": 0.004005064982845866, - "tests/models/test_match_spec.py::test_channel_merge": 0.003261123598476243, - "tests/models/test_match_spec.py::test_comment": 0.001715161753461799, - "tests/models/test_match_spec.py::test_conda_style": 0.0017231311191270341, - "tests/models/test_match_spec.py::test_dist": 0.004370370809565575, - "tests/models/test_match_spec.py::test_dist_str": 0.004762626326839634, - "tests/models/test_match_spec.py::test_exact_values": 0.0020440180433370673, - "tests/models/test_match_spec.py::test_hash": 0.001951597790870686, - "tests/models/test_match_spec.py::test_hash_merge_with_name": 0.0035739591873452546, - "tests/models/test_match_spec.py::test_hash_merge_wo_name": 0.002000189040493849, - "tests/models/test_match_spec.py::test_index_record": 0.0035572629830376967, - "tests/models/test_match_spec.py::test_invalid": 0.001609503551773471, - "tests/models/test_match_spec.py::test_invalid_arg2spec": 0.0016892344237473187, - "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg 4.2.2<6.0.0]": 0.0018355689138056701, - "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.00189895958982376, - "tests/models/test_match_spec.py::test_key_value_features_canonical_string_forms": 0.0003663803298321209, - "tests/models/test_match_spec.py::test_legacy_features_canonical_string_forms": 0.0017179739314060242, - "tests/models/test_match_spec.py::test_license_match": 0.005683466046748103, - "tests/models/test_match_spec.py::test_match_1": 0.014489133506781897, - "tests/models/test_match_spec.py::test_matchspec_errors": 0.0029949103753776386, - "tests/models/test_match_spec.py::test_merge_multiple_name": 0.003564109571270424, - "tests/models/test_match_spec.py::test_merge_single_name": 0.0032577779466330314, - "tests/models/test_match_spec.py::test_no_name_match_spec": 0.0016775609554872395, - "tests/models/test_match_spec.py::test_openssl_match": 0.0030700909783219475, - "tests/models/test_match_spec.py::test_parse_build_number_brackets": 0.0017131554480688091, - "tests/models/test_match_spec.py::test_parse_channel_subdir": 0.0025872204294746706, - "tests/models/test_match_spec.py::test_parse_equal_equal": 0.0016834595430712757, - "tests/models/test_match_spec.py::test_parse_errors": 0.001628399836677427, - "tests/models/test_match_spec.py::test_parse_hard": 0.0018191620411509755, - "tests/models/test_match_spec.py::test_parse_parens": 0.002475754343803321, - "tests/models/test_match_spec.py::test_parse_spec_str_no_brackets": 0.002647972073070119, - "tests/models/test_match_spec.py::test_parse_spec_str_tarball_url": 0.00391873212648782, - "tests/models/test_match_spec.py::test_parse_spec_str_with_brackets": 0.002805476698484075, - "tests/models/test_match_spec.py::test_pip_style": 0.0018690688521144836, - "tests/models/test_match_spec.py::test_pip_style2": 0.002160942047901891, - "tests/models/test_match_spec.py::test_simple": 0.0021026473004442784, - "tests/models/test_match_spec.py::test_star_name": 0.0016494235291341758, - "tests/models/test_match_spec.py::test_strictness": 0.0030624495052588175, - "tests/models/test_match_spec.py::test_subdir_merge": 0.003300109689656999, - "tests/models/test_match_spec.py::test_tarball_match_specs": 0.006032872336696938, - "tests/models/test_match_spec.py::test_to_filename": 0.002988700425580998, - "tests/models/test_match_spec.py::test_track_features_match": 0.0059057099855420936, - "tests/models/test_package_info.py::test_package_info": 0.002922924746047717, - "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[classic]": 1.254153283396307, - "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[libmamba]": 0.3771368949455677, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[classic]": 0.01700539125256499, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[libmamba]": 0.017224099932097753, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[classic]": 0.016957674231598212, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[libmamba]": 0.01732421837556118, - "tests/models/test_prefix_graph.py::test_prefix_graph_1[classic]": 4.341060915511431, - "tests/models/test_prefix_graph.py::test_prefix_graph_1[libmamba]": 0.2315038421100029, - "tests/models/test_prefix_graph.py::test_prefix_graph_2[classic]": 4.3874622633344815, - "tests/models/test_prefix_graph.py::test_prefix_graph_2[libmamba]": 0.2102976286354732, - "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[classic]": 4.341177000218286, - "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[libmamba]": 0.21496752249588, - "tests/models/test_prefix_graph.py::test_sort_without_prep[classic]": 5.6408357594379, - "tests/models/test_prefix_graph.py::test_sort_without_prep[libmamba]": 1.3695661203444858, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[classic]": 5.56569741523327, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[libmamba]": 1.3752229008743695, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[classic]": 5.422459105635622, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[libmamba]": 1.3443914622531705, - "tests/models/test_records.py::test_package_record_feature": 0.0030032744828239082, - "tests/models/test_records.py::test_package_record_timestamp": 0.0034880317156860043, - "tests/models/test_records.py::test_package_virtual_package[123-testbuild]": 0.003129092122716407, - "tests/models/test_records.py::test_package_virtual_package[None-None]": 0.0031895622993378305, - "tests/models/test_records.py::test_package_virtual_package[None-testbuild]": 0.003136044492726733, - "tests/models/test_records.py::test_prefix_record_no_channel": 0.004250682884064815, - "tests/models/test_version.py::test_compatible_release_versions": 0.0019777266078436838, - "tests/models/test_version.py::test_compound_versions": 0.0019914010510546478, - "tests/models/test_version.py::test_hexrd": 0.0016578370432894834, - "tests/models/test_version.py::test_invalid_version_specs": 0.002022574345299278, - "tests/models/test_version.py::test_local_identifier": 0.001765763451781383, - "tests/models/test_version.py::test_match": 0.004984992519607762, - "tests/models/test_version.py::test_not_eq_star": 0.0018605074916715877, - "tests/models/test_version.py::test_openssl_convention": 0.002162770094630588, - "tests/models/test_version.py::test_pep440": 0.0027752500436405898, - "tests/models/test_version.py::test_pep_440_arbitrary_equality_operator": 0.0016581019097421873, - "tests/models/test_version.py::test_ver_eval": 0.0022429504600039326, - "tests/models/test_version.py::test_ver_eval_errors": 0.0016982816587735616, - "tests/models/test_version.py::test_version_order": 0.005252265610172354, - "tests/models/test_version.py::test_version_spec_1": 0.001678017916468899, - "tests/models/test_version.py::test_version_spec_2": 0.0019276276070019427, - "tests/models/test_version.py::test_version_spec_3": 0.0016343327413468006, - "tests/models/test_version.py::test_version_spec_4": 0.0017646114531231862, - "tests/notices/test_core.py::test__conda_user_story__disable_notices": 0.01706035185176137, - "tests/notices/test_core.py::test__conda_user_story__more_notices_message": 0.08051724740239871, - "tests/notices/test_core.py::test__conda_user_story__only_see_once": 0.08203530965486808, - "tests/notices/test_core.py::test_display_notices_happy_path[200]": 0.14470571631995513, - "tests/notices/test_core.py::test_display_notices_happy_path[404]": 0.14434680865982452, - "tests/notices/test_core.py::test_display_notices_happy_path[500]": 0.14391075741226478, - "tests/notices/test_core.py::test_notices_decorator": 0.0828464320257033, - "tests/notices/test_fetch.py::test_get_channel_notice_response_malformed_json": 0.07003677223319221, - "tests/notices/test_fetch.py::test_get_channel_notice_response_timeout_error": 0.07073980583549483, - "tests/notices/test_fetch.py::test_notice_response_cache_expired": 0.001708153720846847, - "tests/notices/test_types.py::test_channel_notice_response": 0.0017361391756917299, - "tests/notices/test_types.py::test_channel_notice_response_date_parse_error": 0.0017370585487838299, - "tests/notices/test_types.py::test_channel_notice_response_integer_id": 0.0016186032857677948, - "tests/notices/test_types.py::test_channel_notice_undefined_id": 0.0016080107451757596, - "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer": 0.0026299954785778006, - "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list": 0.0036014114150486275, - "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list_output_false": 0.0017023196462654644, - "tests/plugins/reporter_backends/test_console.py::test_prompt": 0.0017319296466004888, - "tests/plugins/reporter_backends/test_console.py::test_prompt_bad_option": 0.0019008396750714992, - "tests/plugins/reporter_backends/test_console.py::test_prompt_error_reading_stdin": 0.002471381607725194, - "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner": 0.0019685323943014763, - "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner_with_error": 0.001920423153402632, - "tests/plugins/reporter_backends/test_console.py::test_spinner": 0.10267797222311767, - "tests/plugins/reporter_backends/test_console.py::test_spinner_with_error": 0.11001071025689076, - "tests/plugins/reporter_backends/test_console.py::test_spinner_with_os_error_errno_epipe": 0.018566716357800973, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error": 0.002558630595042195, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error_with_epipe_errno": 0.006581351433976848, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error": 0.0033931231020172302, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error_with_errno_epipe": 0.0033918266052848957, - "tests/plugins/reporter_backends/test_json.py::test_json_handler": 0.0018203986394973448, - "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_enabled": 0.003334130173971303, - "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_not_enabled": 0.0026004831934878887, - "tests/plugins/reporter_backends/test_json.py::test_json_spinner": 0.0018982349619303088, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path": 2.072017940908689, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_show_help": 0.04532972232022589, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_verbose": 2.0384409354559256, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_non_existent_environment": 0.07060617669759356, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_test_environment": 1.0064274633457173, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyc]": 0.004227490011933757, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyo]": 0.004295511375223756, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-False]": 0.004641709813778785, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-True]": 0.004612904723618318, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-False]": 0.004642373874434523, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-True]": 0.004632961625062941, + "tests/gateways/test_repodata_lock.py::test_lock_no_lock[False]": 9.813252456368566, + "tests/gateways/test_repodata_lock.py::test_lock_no_lock[True]": 0.8054962457089409, + "tests/gateways/test_repodata_lock.py::test_lock_rename": 0.021746334176912307, + "tests/gateways/test_subprocess.py::test_subprocess_call_with_capture_output": 0.4326413920724209, + "tests/gateways/test_subprocess.py::test_subprocess_call_without_capture_output": 0.43462901162761763, + "tests/models/test_channel.py::test_bare_channel_file": 0.0027591386917512986, + "tests/models/test_channel.py::test_bare_channel_http": 0.0026516008054452422, + "tests/models/test_channel.py::test_canonicalized_url_gets_correct_token": 0.01423686506361707, + "tests/models/test_channel.py::test_channel_alias": 0.01810902696416998, + "tests/models/test_channel.py::test_channel_alias_channels": 0.00278391350603623, + "tests/models/test_channel.py::test_channel_alias_w_conda_path": 0.013883972462964446, + "tests/models/test_channel.py::test_channel_alias_w_subhcnnale": 0.013463851286212575, + "tests/models/test_channel.py::test_channel_cache": 0.002521345770585629, + "tests/models/test_channel.py::test_channel_host_port": 0.0027099810773578447, + "tests/models/test_channel.py::test_channel_mangles_urls": 0.0029932788910525298, + "tests/models/test_channel.py::test_channel_name_subdir_only": 0.003411221972052568, + "tests/models/test_channel.py::test_channels_with_dashes": 0.015680366334439713, + "tests/models/test_channel.py::test_custom_channels": 0.020132435507202787, + "tests/models/test_channel.py::test_custom_channels_port_token_auth": 0.019435543680896138, + "tests/models/test_channel.py::test_custom_token_in_channel": 0.013781992906491203, + "tests/models/test_channel.py::test_default_channel": 0.0035689151717376508, + "tests/models/test_channel.py::test_default_channels": 0.01794707028990526, + "tests/models/test_channel.py::test_defaults_channel": 0.01867622538704157, + "tests/models/test_channel.py::test_env_var_file_urls": 0.003958259391673036, + "tests/models/test_channel.py::test_expanded_variables": 0.013009097187285825, + "tests/models/test_channel.py::test_file_channel": 0.019193457729050397, + "tests/models/test_channel.py::test_file_url_with_backslashes": 0.002778534827149935, + "tests/models/test_channel.py::test_file_urls": 0.002790972461961077, + "tests/models/test_channel.py::test_local_channel": 0.07353252812168194, + "tests/models/test_channel.py::test_migrated_custom_channels": 0.019412495415170903, + "tests/models/test_channel.py::test_multichannel_priority": 0.0037325241750267154, + "tests/models/test_channel.py::test_named_custom_channel": 0.017866675628318802, + "tests/models/test_channel.py::test_named_custom_channel_w_subchan": 0.017650154355157745, + "tests/models/test_channel.py::test_old_channel_alias": 0.019349187050605877, + "tests/models/test_channel.py::test_pkgs_main": 0.020564053896367823, + "tests/models/test_channel.py::test_pkgs_pro": 0.020512139354339015, + "tests/models/test_channel.py::test_ppc64le_vs_ppc64": 0.0031677984496228666, + "tests/models/test_channel.py::test_regression_against_unknown_none": 0.003325767528776091, + "tests/models/test_channel.py::test_subdir_env_var": 0.0071564287463657845, + "tests/models/test_channel.py::test_subdirs_env_var": 0.00782229660016218, + "tests/models/test_channel.py::test_token_in_custom_channel": 0.003059218089143004, + "tests/models/test_channel.py::test_unexpanded_variables": 0.012624985464391097, + "tests/models/test_channel.py::test_url_channel_w_platform": 0.003531359475087068, + "tests/models/test_channel.py::test_url_custom_channel": 0.01762658442413113, + "tests/models/test_channel.py::test_url_custom_channel_w_subchan": 0.017370819418470844, + "tests/models/test_dist.py::test_channel[.conda]": 0.0032000586352724423, + "tests/models/test_dist.py::test_channel[.tar.bz2]": 0.003125755118162044, + "tests/models/test_dist.py::test_dist[.conda]": 0.0027831847994363064, + "tests/models/test_dist.py::test_dist[.tar.bz2]": 0.002504489854678253, + "tests/models/test_dist.py::test_dist_with_channel_url[.conda]": 0.07237913883062048, + "tests/models/test_dist.py::test_dist_with_channel_url[.tar.bz2]": 0.0727192569913026, + "tests/models/test_dist.py::test_dist_with_non_channel_url[.conda]": 0.003003543240778435, + "tests/models/test_dist.py::test_dist_with_non_channel_url[.tar.bz2]": 0.0029231035901412087, + "tests/models/test_index_record.py::test_index_record_timestamp": 0.003059669380657738, + "tests/models/test_index_record.py::test_prefix_record_no_channel": 0.0038596114325119644, + "tests/models/test_match_spec.py::test_bracket_matches": 0.005757832401345682, + "tests/models/test_match_spec.py::test_build_merge": 0.0031370507135032697, + "tests/models/test_match_spec.py::test_build_number_and_filename": 0.0016510876531319082, + "tests/models/test_match_spec.py::test_build_number_merge": 0.003180328618850682, + "tests/models/test_match_spec.py::test_canonical_string_forms": 0.007387745016267374, + "tests/models/test_match_spec.py::test_catch_invalid_regexes": 0.0032270178987794714, + "tests/models/test_match_spec.py::test_channel_matching": 0.0040154495121997496, + "tests/models/test_match_spec.py::test_channel_merge": 0.0032693317273978124, + "tests/models/test_match_spec.py::test_comment": 0.00173446642090865, + "tests/models/test_match_spec.py::test_conda_style": 0.0017413313379541372, + "tests/models/test_match_spec.py::test_dist": 0.00438261479663596, + "tests/models/test_match_spec.py::test_dist_str": 0.004770461494085539, + "tests/models/test_match_spec.py::test_exact_values": 0.002043605250369336, + "tests/models/test_match_spec.py::test_hash": 0.0019565600313465855, + "tests/models/test_match_spec.py::test_hash_merge_with_name": 0.0035794485189819796, + "tests/models/test_match_spec.py::test_hash_merge_wo_name": 0.0020077402014228637, + "tests/models/test_match_spec.py::test_index_record": 0.0035636999481446887, + "tests/models/test_match_spec.py::test_invalid": 0.0016115935598963503, + "tests/models/test_match_spec.py::test_invalid_arg2spec": 0.0016910373548115205, + "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg 4.2.2<6.0.0]": 0.0018398843364929105, + "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.0019268518721759212, + "tests/models/test_match_spec.py::test_key_value_features_canonical_string_forms": 0.000366992360321513, + "tests/models/test_match_spec.py::test_legacy_features_canonical_string_forms": 0.0017174221710497077, + "tests/models/test_match_spec.py::test_license_match": 0.005689826141719771, + "tests/models/test_match_spec.py::test_match_1": 0.014502764347169456, + "tests/models/test_match_spec.py::test_matchspec_errors": 0.002999182832188006, + "tests/models/test_match_spec.py::test_merge_multiple_name": 0.003571535609751064, + "tests/models/test_match_spec.py::test_merge_single_name": 0.0032636733493905746, + "tests/models/test_match_spec.py::test_no_name_match_spec": 0.0016784036632490579, + "tests/models/test_match_spec.py::test_openssl_match": 0.0030731437076886724, + "tests/models/test_match_spec.py::test_parse_build_number_brackets": 0.0017142990830669902, + "tests/models/test_match_spec.py::test_parse_channel_subdir": 0.0025923548780723837, + "tests/models/test_match_spec.py::test_parse_equal_equal": 0.0016861804057114753, + "tests/models/test_match_spec.py::test_parse_errors": 0.001630603200718042, + "tests/models/test_match_spec.py::test_parse_hard": 0.0018239673516865563, + "tests/models/test_match_spec.py::test_parse_parens": 0.0024789629866969437, + "tests/models/test_match_spec.py::test_parse_spec_str_no_brackets": 0.002653588524370181, + "tests/models/test_match_spec.py::test_parse_spec_str_tarball_url": 0.003937781221375994, + "tests/models/test_match_spec.py::test_parse_spec_str_with_brackets": 0.002806717434047765, + "tests/models/test_match_spec.py::test_pip_style": 0.0018691233891943305, + "tests/models/test_match_spec.py::test_pip_style2": 0.002165477657749353, + "tests/models/test_match_spec.py::test_simple": 0.002098043885178272, + "tests/models/test_match_spec.py::test_star_name": 0.0016446568522415375, + "tests/models/test_match_spec.py::test_strictness": 0.003069157650552021, + "tests/models/test_match_spec.py::test_subdir_merge": 0.003298850833823104, + "tests/models/test_match_spec.py::test_tarball_match_specs": 0.0060498395458147645, + "tests/models/test_match_spec.py::test_to_filename": 0.0029883276855013803, + "tests/models/test_match_spec.py::test_track_features_match": 0.005917285644340181, + "tests/models/test_package_info.py::test_package_info": 0.002925862807904833, + "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[classic]": 1.255667911974377, + "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[libmamba]": 0.3776381076093853, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[classic]": 0.01701571860757769, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[libmamba]": 0.017227952184214367, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[classic]": 0.016962846451602, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[libmamba]": 0.017317149451014795, + "tests/models/test_prefix_graph.py::test_prefix_graph_1[classic]": 4.342197061993637, + "tests/models/test_prefix_graph.py::test_prefix_graph_1[libmamba]": 0.23114375184426128, + "tests/models/test_prefix_graph.py::test_prefix_graph_2[classic]": 4.386270486868376, + "tests/models/test_prefix_graph.py::test_prefix_graph_2[libmamba]": 0.21035251035932678, + "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[classic]": 4.340608347665536, + "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[libmamba]": 0.21482291185394484, + "tests/models/test_prefix_graph.py::test_sort_without_prep[classic]": 5.64693193387574, + "tests/models/test_prefix_graph.py::test_sort_without_prep[libmamba]": 1.3743262441727848, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[classic]": 5.573473742641148, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[libmamba]": 1.377808236493136, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[classic]": 5.428663399924328, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[libmamba]": 1.3484462677663305, + "tests/models/test_records.py::test_package_record_feature": 0.0030118310459109152, + "tests/models/test_records.py::test_package_record_timestamp": 0.003495943884399174, + "tests/models/test_records.py::test_package_virtual_package[123-testbuild]": 0.0031327416168744245, + "tests/models/test_records.py::test_package_virtual_package[None-None]": 0.0031949116840686003, + "tests/models/test_records.py::test_package_virtual_package[None-testbuild]": 0.0031453629620389126, + "tests/models/test_records.py::test_prefix_record_no_channel": 0.004257614032873491, + "tests/models/test_version.py::test_compatible_release_versions": 0.0019774222214250857, + "tests/models/test_version.py::test_compound_versions": 0.0019944015500539744, + "tests/models/test_version.py::test_hexrd": 0.0016615565525390824, + "tests/models/test_version.py::test_invalid_version_specs": 0.0020272743844073635, + "tests/models/test_version.py::test_local_identifier": 0.0017683676979156006, + "tests/models/test_version.py::test_match": 0.005009297326129318, + "tests/models/test_version.py::test_not_eq_star": 0.0018665249336273742, + "tests/models/test_version.py::test_openssl_convention": 0.00216527780136339, + "tests/models/test_version.py::test_pep440": 0.002778630758612303, + "tests/models/test_version.py::test_pep_440_arbitrary_equality_operator": 0.001662619626222418, + "tests/models/test_version.py::test_ver_eval": 0.0022454170439082963, + "tests/models/test_version.py::test_ver_eval_errors": 0.0017035782373270433, + "tests/models/test_version.py::test_version_order": 0.005242365564460242, + "tests/models/test_version.py::test_version_spec_1": 0.001682225040911744, + "tests/models/test_version.py::test_version_spec_2": 0.0019295976171447569, + "tests/models/test_version.py::test_version_spec_3": 0.0016388636169617306, + "tests/models/test_version.py::test_version_spec_4": 0.0017654890897672295, + "tests/notices/test_core.py::test__conda_user_story__disable_notices": 0.017034915198803152, + "tests/notices/test_core.py::test__conda_user_story__more_notices_message": 0.08144120267805574, + "tests/notices/test_core.py::test__conda_user_story__only_see_once": 0.08292137264686404, + "tests/notices/test_core.py::test_display_notices_happy_path[200]": 0.14650555388253855, + "tests/notices/test_core.py::test_display_notices_happy_path[404]": 0.14624593251152673, + "tests/notices/test_core.py::test_display_notices_happy_path[500]": 0.14573338680484077, + "tests/notices/test_core.py::test_notices_decorator": 0.08372877701310825, + "tests/notices/test_fetch.py::test_get_channel_notice_response_malformed_json": 0.07092487169903013, + "tests/notices/test_fetch.py::test_get_channel_notice_response_timeout_error": 0.07166606530686255, + "tests/notices/test_fetch.py::test_notice_response_cache_expired": 0.0017129953756141458, + "tests/notices/test_types.py::test_channel_notice_response": 0.001739248904258258, + "tests/notices/test_types.py::test_channel_notice_response_date_parse_error": 0.0017388361309414516, + "tests/notices/test_types.py::test_channel_notice_response_integer_id": 0.0016213708267428422, + "tests/notices/test_types.py::test_channel_notice_undefined_id": 0.0016124908584349037, + "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer": 0.0026385196589413314, + "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list": 0.0035963246973391445, + "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list_output_false": 0.0017050378113587254, + "tests/plugins/reporter_backends/test_console.py::test_prompt": 0.0017390455924485388, + "tests/plugins/reporter_backends/test_console.py::test_prompt_bad_option": 0.0019076765118238221, + "tests/plugins/reporter_backends/test_console.py::test_prompt_error_reading_stdin": 0.002476963697395782, + "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner": 0.0019749143897575885, + "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner_with_error": 0.0019277847288308376, + "tests/plugins/reporter_backends/test_console.py::test_spinner": 0.10267606488109886, + "tests/plugins/reporter_backends/test_console.py::test_spinner_with_error": 0.10982644739726856, + "tests/plugins/reporter_backends/test_console.py::test_spinner_with_os_error_errno_epipe": 0.0183749260288284, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error": 0.002566584162019803, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error_with_epipe_errno": 0.006764264076295935, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error": 0.003403451100711073, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error_with_errno_epipe": 0.003400911997573097, + "tests/plugins/reporter_backends/test_json.py::test_json_handler": 0.0018269804685250618, + "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_enabled": 0.003358960423285726, + "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_not_enabled": 0.002604727952491308, + "tests/plugins/reporter_backends/test_json.py::test_json_spinner": 0.001899010348638757, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path": 2.0718676160685066, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_show_help": 0.04524301663557435, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_verbose": 2.0385343447553743, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_non_existent_environment": 0.07082751766207711, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_test_environment": 0.9907102006634289, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyc]": 0.004231544585787957, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyo]": 0.004309610078664477, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-False]": 0.004633954360214712, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-True]": 0.004638621530631452, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-False]": 0.004647877508449721, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-True]": 0.004633924750293807, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyc-False]": 0.015100638012003809, "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.015100647752003283, @@ -1329,393 +1329,393 @@ "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyc-False]": 0.015271132707221574, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyc-True]": 0.015282368280420948, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyo-False]": 0.015209586867345273, - "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.015002254796219467, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyo-True]": 0.01520455875080276, + "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.015014388290493624, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyo-False]": 0.015148801114622846, + "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.014995266470422444, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyc]": 0.004839753085176254, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyo]": 0.005305868067405707, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyc]": 0.004080061927246348, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyo]": 0.004032098822967612, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyc]": 0.00437474132998086, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyo]": 0.004444239744504247, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyc]": 0.004919583860151401, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyo]": 0.004824505641587273, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyc]": 0.004058533522586742, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyo]": 0.004045925010374906, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-False]": 0.004382879645380847, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-True]": 0.004485297144380387, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-False]": 0.004435547307503104, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-True]": 0.0044937982855169515, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyc]": 0.004254785033083199, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyo]": 0.004030308642400406, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-False]": 0.004421124797861381, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-True]": 0.004385922629900943, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-False]": 0.00444308468354429, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-True]": 0.00443135607760371, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyc]": 0.0038903617768747275, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyo]": 0.003873916693185966, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-False]": 0.004219666057979827, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-True]": 0.004264734709196566, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-False]": 0.0041619291858039096, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-True]": 0.004192171592569486, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyc]": 0.005019256850022701, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyo]": 0.0049425743280250775, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyc]": 0.004714586397198617, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyo]": 0.004720173826548628, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyc]": 4.457193835762905, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyo]": 4.452970456056467, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyc]": 0.004933609855135793, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyo]": 0.005048554647430561, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyc]": 0.005919845054831923, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyo]": 0.006038278063447816, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyc]": 0.004241486655644965, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyo]": 0.00421736397094846, - "tests/plugins/test_auth_handlers.py::test_duplicated": 0.004029876588509449, - "tests/plugins/test_auth_handlers.py::test_get_auth_handler": 0.0034559684943191037, - "tests/plugins/test_auth_handlers.py::test_get_auth_handler_multiple": 0.003258793724549636, - "tests/plugins/test_health_checks.py::test_health_check_not_ran": 0.07213911475934064, - "tests/plugins/test_health_checks.py::test_health_check_ran": 0.06576418430123764, - "tests/plugins/test_manager.py::test_disable_external_plugins[VerboseSolverPlugin]": 0.0030963399854455763, - "tests/plugins/test_manager.py::test_disable_external_plugins[tests.plugins.test_manager]": 0.0030533721256797266, - "tests/plugins/test_manager.py::test_get_canonical_name_class": 0.002830032836247086, - "tests/plugins/test_manager.py::test_get_canonical_name_instance": 0.00360202115120026, - "tests/plugins/test_manager.py::test_get_canonical_name_module": 0.0028014109740402905, - "tests/plugins/test_manager.py::test_get_canonical_name_object": 0.0037176527199817688, - "tests/plugins/test_manager.py::test_get_hook_results": 0.006209715202421386, - "tests/plugins/test_manager.py::test_get_request_headers": 0.0027958425646299216, - "tests/plugins/test_manager.py::test_get_session_headers": 0.0028722114630219, - "tests/plugins/test_manager.py::test_get_solvers": 0.0030035540650730445, - "tests/plugins/test_manager.py::test_get_virtual_packages": 0.0029892622939842266, - "tests/plugins/test_manager.py::test_get_virtual_packages_no_name": 0.005478849631617529, - "tests/plugins/test_manager.py::test_known_solver": 0.0031578386470491274, - "tests/plugins/test_manager.py::test_load_entrypoints_blocked": 0.009584716222991561, - "tests/plugins/test_manager.py::test_load_entrypoints_importerror": 0.011332264385298637, - "tests/plugins/test_manager.py::test_load_entrypoints_register_valueerror": 0.01665884822400585, - "tests/plugins/test_manager.py::test_load_entrypoints_success": 0.010661571813534353, - "tests/plugins/test_manager.py::test_load_plugins_error": 0.0029581783610328777, - "tests/plugins/test_manager.py::test_load_two_plugins_one_impls": 0.003229868930286572, - "tests/plugins/test_manager.py::test_load_without_plugins": 0.0028818888265320754, - "tests/plugins/test_manager.py::test_unknown_solver": 0.002995558708048417, - "tests/plugins/test_post_commands.py::test_post_command_action_raises_exception": 0.06091586679208086, - "tests/plugins/test_post_commands.py::test_post_command_invoked": 0.07170511775379178, - "tests/plugins/test_post_commands.py::test_post_command_not_invoked": 0.07703596825168707, - "tests/plugins/test_post_solves.py::test_post_solve_action_raises_exception": 11.866204565578812, - "tests/plugins/test_post_solves.py::test_post_solve_invoked": 34.542105518573045, - "tests/plugins/test_post_solves.py::test_post_solve_not_invoked": 0.0772187160428986, - "tests/plugins/test_pre_commands.py::test_pre_command_action_raises_exception": 0.05688518425382175, - "tests/plugins/test_pre_commands.py::test_pre_command_invoked": 0.07099108342227674, - "tests/plugins/test_pre_commands.py::test_pre_command_not_invoked": 0.07922905849132274, - "tests/plugins/test_pre_solves.py::test_pre_solve_action_raises_exception": 0.06537617146092142, - "tests/plugins/test_pre_solves.py::test_pre_solve_invoked": 12.544323020392563, - "tests/plugins/test_pre_solves.py::test_pre_solve_not_invoked": 0.0780669671944372, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-classic-argument2-\\n test : something\\n\\n]": 0.0035710549985346076, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-json-argument3-{\\n \"test\": \"something\"\\n}]": 0.0036007789443711045, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-classic-test-test]": 0.0036089385912458573, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-json-test-\"test\"]": 0.0036240118224311352, - "tests/plugins/test_reporter_backends.py::test_default_reporter_backends_are_registered": 0.011618405397491325, - "tests/plugins/test_reporter_backends.py::test_dummy_reporter_backend_is_registered": 0.003206272814293875, - "tests/plugins/test_request_headers.py::test_get_auth_handler": 0.0030270232686328974, - "tests/plugins/test_request_headers.py::test_get_auth_handler_multiple": 0.0030870740191654565, - "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/endpoint.json]": 0.003357937896201012, - "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/path/somewhere.txt]": 0.003382627152207873, - "tests/plugins/test_request_headers.py::test_get_request_headers[example.com]": 0.00322336905469502, - "tests/plugins/test_request_headers.py::test_get_request_headers[random.com/endpoint.json]": 0.0031758712913533484, - "tests/plugins/test_request_headers.py::test_get_request_headers[random.com]": 0.0032356636356970924, - "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/endpoint.json]": 0.0032135608030445847, - "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/path/somewhere.txt]": 0.003362642758623829, - "tests/plugins/test_request_headers.py::test_get_session_headers[example.com]": 0.003347518483697144, - "tests/plugins/test_request_headers.py::test_get_session_headers[random.com/endpoint.json]": 0.005372654699196297, - "tests/plugins/test_request_headers.py::test_get_session_headers[random.com]": 0.003266487392446415, - "tests/plugins/test_settings.py::test_get_settings": 0.003290007257766227, - "tests/plugins/test_settings.py::test_load_configuration_parameters": 0.003459219788354265, - "tests/plugins/test_settings.py::test_load_plugin_config_with_env_var": 0.014033392758339364, - "tests/plugins/test_settings.py::test_load_plugin_settings_with_condarc": 0.01521964834080775, - "tests/plugins/test_solvers.py::test_duplicated": 0.003796681640573065, - "tests/plugins/test_solvers.py::test_get_cached_solver_backend": 0.003927651530155295, - "tests/plugins/test_solvers.py::test_get_conflicting_solvers": 0.0033844173984653547, - "tests/plugins/test_solvers.py::test_get_no_solver": 0.0028404445273635774, - "tests/plugins/test_solvers.py::test_get_one_solver": 0.0029942375878952428, - "tests/plugins/test_solvers.py::test_get_solver_backend": 0.013998958493087766, - "tests/plugins/test_solvers.py::test_get_solver_backend_multiple": 0.01398257958700905, - "tests/plugins/test_solvers.py::test_get_two_solvers": 0.0030977806236769812, - "tests/plugins/test_solvers.py::test_solver_user_agent": 0.014002411160263567, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[activate]": 0.04745646207536827, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[clean]": 0.04818412714207859, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[commands]": 0.04519104985518927, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[compare]": 0.04681148320824062, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[config]": 0.04816187077668416, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[create]": 0.05696058652048788, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[deactivate]": 0.0464630403247862, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[env]": 0.04450486997822756, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[export]": 0.054316437409123355, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[info]": 0.05162466301332392, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[init]": 0.05039645715888352, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[install]": 0.05046888094697263, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[list]": 0.046975758854809986, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[notices]": 0.04679059901387801, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[package]": 0.04644258034674539, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[remove]": 0.04800133372365669, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[rename]": 0.046067702680816926, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[run]": 0.04807164348066847, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[search]": 0.04771872722550988, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[uninstall]": 0.047693595968693846, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[update]": 0.05005974275172093, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[upgrade]": 0.0545752672968911, - "tests/plugins/test_subcommands.py::test_custom_plugin_extend_parser": 0.04836188438974858, - "tests/plugins/test_subcommands.py::test_custom_plugin_not_extend_parser": 0.06636577148312195, - "tests/plugins/test_subcommands.py::test_duplicated": 0.003538534946022875, - "tests/plugins/test_subcommands.py::test_help": 0.04419546494044411, - "tests/plugins/test_subcommands.py::test_invoked": 0.06751747445413839, - "tests/plugins/test_subcommands.py::test_parser_no_plugins": 0.04376901227892148, - "tests/plugins/test_virtual_packages.py::test_archspec_override[None-False]": 1.898526911175934, - "tests/plugins/test_virtual_packages.py::test_archspec_override[bla-True]": 1.3584696262690008, - "tests/plugins/test_virtual_packages.py::test_conda_virtual_package": 0.8773715095596311, - "tests/plugins/test_virtual_packages.py::test_cuda_detection": 0.7326064653624081, - "tests/plugins/test_virtual_packages.py::test_cuda_override": 0.0018583254928387178, - "tests/plugins/test_virtual_packages.py::test_cuda_override_none": 0.001810979291431539, - "tests/plugins/test_virtual_packages.py::test_duplicated": 2.2465473405500562, - "tests/plugins/test_virtual_packages.py::test_glibc_override[1.0-True]": 0.8868201935046774, - "tests/plugins/test_virtual_packages.py::test_glibc_override[None-False]": 0.9018231854832912, - "tests/plugins/test_virtual_packages.py::test_invoked": 4.386638074515078, - "tests/plugins/test_virtual_packages.py::test_linux_override[1.0-True]": 1.1112330845189542, - "tests/plugins/test_virtual_packages.py::test_linux_override[None-True]": 0.8887383272870969, - "tests/plugins/test_virtual_packages.py::test_osx_override[1.0-True]": 0.5910960899089474, - "tests/plugins/test_virtual_packages.py::test_osx_override[None-False]": 0.8855732848132716, - "tests/plugins/test_virtual_packages.py::test_subdir_override[emscripten-wasm32]": 0.7919251481455314, - "tests/plugins/test_virtual_packages.py::test_subdir_override[freebsd-64]": 0.5463398871262045, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-32]": 0.5289287763212999, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-64]": 3.4905861934305533, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-aarch64]": 1.0367681212398987, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv6l]": 0.1515326809397493, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv7l]": 0.1480200089661917, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64]": 0.5896443342427002, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64le]": 0.8854850423536001, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-riscv64]": 0.5980906189785654, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-s390x]": 2.284125760229915, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-64]": 1.1145268396113623, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-aarch64]": 0.6177545115913415, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-arm64]": 1.0177060684816077, - "tests/plugins/test_virtual_packages.py::test_subdir_override[wasi-wasm32]": 0.5573216614424369, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-32]": 2.2079464182475332, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-640]": 3.7202796511281924, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-641]": 1.9131668497317376, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_0]": 9.66159878426837, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_1]": 7.675209271339014, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-arm64]": 0.915510471987534, - "tests/plugins/test_virtual_packages.py::test_subdir_override[zos-z]": 0.1453615586820756, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 legacy]": 0.00034603453698622247, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 mingw64]": 0.0003436679581068464, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-legacy]": 0.0003615837610966, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-mingw64 legacy]": 0.0003775901028048405, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-nothing]": 0.00036554574898223273, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 clang64]": 0.00034167378170442983, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 legacy]": 0.0003523675337985834, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64]": 0.00036276383885651035, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 legacy]": 0.0003720040600703045, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 mingw64]": 0.00047568492545615375, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-legacy]": 0.00033694908572262693, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-mingw64 legacy]": 0.00033999757884640937, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-nothing]": 0.0003574021051101991, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 clang64]": 0.0003601048011629841, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 legacy]": 0.000342181892073385, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64]": 0.0003633395306306014, - "tests/test_activate.py::test_PS1": 0.01433859059192939, - "tests/test_activate.py::test_PS1_no_changeps1": 0.02394006868585359, - "tests/test_activate.py::test_activate_and_deactivate_for_uninitialized_env": 0.17414993375637802, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyc]": 0.004839304428744808, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyo]": 0.005272987064761678, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyc]": 0.00411003360611293, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyo]": 0.0040586783813450645, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyc]": 0.00440480857679505, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyo]": 0.004501306814094708, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyc]": 0.004912191688775287, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyo]": 0.004827273846786038, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyc]": 0.004065615680240762, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyo]": 0.004049611110909936, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-False]": 0.004386748063837237, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-True]": 0.004492130670547843, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-False]": 0.004443198705562709, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-True]": 0.004498473234071438, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyc]": 0.004251220289869815, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyo]": 0.004039259563416687, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-False]": 0.004427539736856924, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-True]": 0.004397671657562073, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-False]": 0.004456673668801055, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-True]": 0.0044540736728220995, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyc]": 0.003897811312126997, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyo]": 0.003879758076875589, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-False]": 0.004245985574278279, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-True]": 0.004270332327917881, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-False]": 0.004170047146683406, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-True]": 0.004193878159749302, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyc]": 0.005003497663150435, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyo]": 0.0049886316291328685, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyc]": 0.004716766965194081, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyo]": 0.004720074315029925, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyc]": 4.49369491096328, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyo]": 4.488834831541069, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyc]": 0.004987198656060274, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyo]": 0.005057672323611982, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyc]": 0.005924567424609477, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyo]": 0.006024921391240799, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyc]": 0.00422115625668255, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyo]": 0.004213222152439099, + "tests/plugins/test_auth_handlers.py::test_duplicated": 0.004028121082619654, + "tests/plugins/test_auth_handlers.py::test_get_auth_handler": 0.0034546910882855054, + "tests/plugins/test_auth_handlers.py::test_get_auth_handler_multiple": 0.0032623020638587316, + "tests/plugins/test_health_checks.py::test_health_check_not_ran": 0.07214044945982291, + "tests/plugins/test_health_checks.py::test_health_check_ran": 0.0658794457302221, + "tests/plugins/test_manager.py::test_disable_external_plugins[VerboseSolverPlugin]": 0.0030993087157551074, + "tests/plugins/test_manager.py::test_disable_external_plugins[tests.plugins.test_manager]": 0.00306014540325986, + "tests/plugins/test_manager.py::test_get_canonical_name_class": 0.0028123937773649904, + "tests/plugins/test_manager.py::test_get_canonical_name_instance": 0.0036017636772266996, + "tests/plugins/test_manager.py::test_get_canonical_name_module": 0.002803741281782527, + "tests/plugins/test_manager.py::test_get_canonical_name_object": 0.00370944762443262, + "tests/plugins/test_manager.py::test_get_hook_results": 0.00620662667324441, + "tests/plugins/test_manager.py::test_get_request_headers": 0.0027984982341157294, + "tests/plugins/test_manager.py::test_get_session_headers": 0.002870147526665222, + "tests/plugins/test_manager.py::test_get_solvers": 0.00296572862200841, + "tests/plugins/test_manager.py::test_get_virtual_packages": 0.0029917092932737364, + "tests/plugins/test_manager.py::test_get_virtual_packages_no_name": 0.005569946521823987, + "tests/plugins/test_manager.py::test_known_solver": 0.0031834787913637154, + "tests/plugins/test_manager.py::test_load_entrypoints_blocked": 0.00961247444066473, + "tests/plugins/test_manager.py::test_load_entrypoints_importerror": 0.011378805708941918, + "tests/plugins/test_manager.py::test_load_entrypoints_register_valueerror": 0.016563001683914173, + "tests/plugins/test_manager.py::test_load_entrypoints_success": 0.010700287167665015, + "tests/plugins/test_manager.py::test_load_plugins_error": 0.0029659286970276973, + "tests/plugins/test_manager.py::test_load_two_plugins_one_impls": 0.0032375939994791917, + "tests/plugins/test_manager.py::test_load_without_plugins": 0.0028867307729831967, + "tests/plugins/test_manager.py::test_unknown_solver": 0.0030016500213206716, + "tests/plugins/test_post_commands.py::test_post_command_action_raises_exception": 0.060864010366524085, + "tests/plugins/test_post_commands.py::test_post_command_invoked": 0.07173785349803055, + "tests/plugins/test_post_commands.py::test_post_command_not_invoked": 0.076816494527607, + "tests/plugins/test_post_solves.py::test_post_solve_action_raises_exception": 11.940972918759982, + "tests/plugins/test_post_solves.py::test_post_solve_invoked": 34.772457189250744, + "tests/plugins/test_post_solves.py::test_post_solve_not_invoked": 0.07742495499366574, + "tests/plugins/test_pre_commands.py::test_pre_command_action_raises_exception": 0.056965560659659846, + "tests/plugins/test_pre_commands.py::test_pre_command_invoked": 0.07098844310634635, + "tests/plugins/test_pre_commands.py::test_pre_command_not_invoked": 0.07926842859107179, + "tests/plugins/test_pre_solves.py::test_pre_solve_action_raises_exception": 0.06542939235203402, + "tests/plugins/test_pre_solves.py::test_pre_solve_invoked": 12.603027034547265, + "tests/plugins/test_pre_solves.py::test_pre_solve_not_invoked": 0.07807233253827559, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-classic-argument2-\\n test : something\\n\\n]": 0.0035767023331255868, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-json-argument3-{\\n \"test\": \"something\"\\n}]": 0.0035889038043940176, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-classic-test-test]": 0.0036243604964552646, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-json-test-\"test\"]": 0.0036290962887020853, + "tests/plugins/test_reporter_backends.py::test_default_reporter_backends_are_registered": 0.011954700895175177, + "tests/plugins/test_reporter_backends.py::test_dummy_reporter_backend_is_registered": 0.0032183004717155042, + "tests/plugins/test_request_headers.py::test_get_auth_handler": 0.0030270620544983217, + "tests/plugins/test_request_headers.py::test_get_auth_handler_multiple": 0.0030871384231061453, + "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/endpoint.json]": 0.0033522288991569777, + "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/path/somewhere.txt]": 0.0033822925549191842, + "tests/plugins/test_request_headers.py::test_get_request_headers[example.com]": 0.0031906069208839745, + "tests/plugins/test_request_headers.py::test_get_request_headers[random.com/endpoint.json]": 0.0031976423703761175, + "tests/plugins/test_request_headers.py::test_get_request_headers[random.com]": 0.003216116249060735, + "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/endpoint.json]": 0.003216312284073479, + "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/path/somewhere.txt]": 0.003351438086116078, + "tests/plugins/test_request_headers.py::test_get_session_headers[example.com]": 0.0033015054234863507, + "tests/plugins/test_request_headers.py::test_get_session_headers[random.com/endpoint.json]": 0.005457650955428845, + "tests/plugins/test_request_headers.py::test_get_session_headers[random.com]": 0.0033163153979556314, + "tests/plugins/test_settings.py::test_get_settings": 0.0032699229451109762, + "tests/plugins/test_settings.py::test_load_configuration_parameters": 0.0034829699607459726, + "tests/plugins/test_settings.py::test_load_plugin_config_with_env_var": 0.014040738558258358, + "tests/plugins/test_settings.py::test_load_plugin_settings_with_condarc": 0.015243259223406799, + "tests/plugins/test_solvers.py::test_duplicated": 0.0038049515309858326, + "tests/plugins/test_solvers.py::test_get_cached_solver_backend": 0.003925219458178769, + "tests/plugins/test_solvers.py::test_get_conflicting_solvers": 0.003343062086703234, + "tests/plugins/test_solvers.py::test_get_no_solver": 0.002846058812849372, + "tests/plugins/test_solvers.py::test_get_one_solver": 0.002998409569315235, + "tests/plugins/test_solvers.py::test_get_solver_backend": 0.01400782110047685, + "tests/plugins/test_solvers.py::test_get_solver_backend_multiple": 0.014012017259227221, + "tests/plugins/test_solvers.py::test_get_two_solvers": 0.00310079326076826, + "tests/plugins/test_solvers.py::test_solver_user_agent": 0.01404025872180107, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[activate]": 0.047383965942063774, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[clean]": 0.04808301065501089, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[commands]": 0.04519029840842883, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[compare]": 0.04668047371682747, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[config]": 0.04819120491010158, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[create]": 0.05677462270935835, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[deactivate]": 0.04645775776882802, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[env]": 0.044574847262457154, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[export]": 0.05202664663936019, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[info]": 0.05170878345596608, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[init]": 0.05042600869408918, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[install]": 0.050537067652218555, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[list]": 0.04691343432710643, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[notices]": 0.04683686234368135, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[package]": 0.04638148780234355, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[remove]": 0.047967033169349596, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[rename]": 0.04603922425516262, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[run]": 0.047960271934751476, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[search]": 0.04773564721704226, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[uninstall]": 0.04763479656987976, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[update]": 0.05012401349716413, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[upgrade]": 0.05482233238452901, + "tests/plugins/test_subcommands.py::test_custom_plugin_extend_parser": 0.0482248398642187, + "tests/plugins/test_subcommands.py::test_custom_plugin_not_extend_parser": 0.06611067585453083, + "tests/plugins/test_subcommands.py::test_duplicated": 0.0035352384330705386, + "tests/plugins/test_subcommands.py::test_help": 0.044241477231281794, + "tests/plugins/test_subcommands.py::test_invoked": 0.06751898896172723, + "tests/plugins/test_subcommands.py::test_parser_no_plugins": 0.043435667235735574, + "tests/plugins/test_virtual_packages.py::test_archspec_override[None-False]": 1.8930434995700447, + "tests/plugins/test_virtual_packages.py::test_archspec_override[bla-True]": 1.3711657146724303, + "tests/plugins/test_virtual_packages.py::test_conda_virtual_package": 0.8792462582736116, + "tests/plugins/test_virtual_packages.py::test_cuda_detection": 0.7346334722445267, + "tests/plugins/test_virtual_packages.py::test_cuda_override": 0.001860436712700212, + "tests/plugins/test_virtual_packages.py::test_cuda_override_none": 0.001812692374301559, + "tests/plugins/test_virtual_packages.py::test_duplicated": 2.218377261263573, + "tests/plugins/test_virtual_packages.py::test_glibc_override[1.0-True]": 0.8868864622427267, + "tests/plugins/test_virtual_packages.py::test_glibc_override[None-False]": 0.8975653658077629, + "tests/plugins/test_virtual_packages.py::test_invoked": 4.369352829035253, + "tests/plugins/test_virtual_packages.py::test_linux_override[1.0-True]": 1.1251377624816767, + "tests/plugins/test_virtual_packages.py::test_linux_override[None-True]": 0.8884546022168933, + "tests/plugins/test_virtual_packages.py::test_osx_override[1.0-True]": 0.5937674797044117, + "tests/plugins/test_virtual_packages.py::test_osx_override[None-False]": 0.8869937356992, + "tests/plugins/test_virtual_packages.py::test_subdir_override[emscripten-wasm32]": 0.7663235371354122, + "tests/plugins/test_virtual_packages.py::test_subdir_override[freebsd-64]": 0.5361426985306711, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-32]": 0.5281470429400869, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-64]": 3.5018360918427165, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-aarch64]": 1.0373072080706298, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv6l]": 0.15352819780363225, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv7l]": 0.14794233521898953, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64]": 0.5942274651500643, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64le]": 0.8895311685713839, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-riscv64]": 0.5747620201594836, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-s390x]": 2.292250830163231, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-64]": 1.128554714504848, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-aarch64]": 0.6161867280050888, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-arm64]": 1.0189718742664076, + "tests/plugins/test_virtual_packages.py::test_subdir_override[wasi-wasm32]": 0.5589893959206106, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-32]": 2.2138300454992006, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-640]": 3.7316181984543206, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-641]": 1.9225709540186577, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_0]": 9.641979693289018, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_1]": 7.651836277229837, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-arm64]": 0.9076184398540368, + "tests/plugins/test_virtual_packages.py::test_subdir_override[zos-z]": 0.14574861563491637, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 legacy]": 0.0003457451482499934, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 mingw64]": 0.0003460335598086728, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-legacy]": 0.00036011597179566514, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-mingw64 legacy]": 0.00037875911347896694, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-nothing]": 0.00036696667547820075, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 clang64]": 0.00034348664483710683, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 legacy]": 0.00035180483633089163, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64]": 0.00036221628956625336, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 legacy]": 0.0003731931132726203, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 mingw64]": 0.00047219709419122876, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-legacy]": 0.0003394393135928949, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-mingw64 legacy]": 0.00034046693297202455, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-nothing]": 0.00036442592710730134, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 clang64]": 0.00036166181266919506, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 legacy]": 0.00034309892023197055, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64]": 0.0003584314750788006, + "tests/test_activate.py::test_PS1": 0.014345644485016814, + "tests/test_activate.py::test_PS1_no_changeps1": 0.023942305081446763, + "tests/test_activate.py::test_activate_and_deactivate_for_uninitialized_env": 0.17472612715854494, "tests/test_activate.py::test_activate_deactivate_modify_path[bash]": 3.511332415214673, - "tests/test_activate.py::test_activate_deactivate_modify_path[cmd.exe]": 0.0003430459471830176, - "tests/test_activate.py::test_activate_environment_not_found": 0.01632111916666624, - "tests/test_activate.py::test_activate_same_environment": 0.5905575543188968, - "tests/test_activate.py::test_activator_invalid_command_arguments[command_args0-'activate', 'deactivate', 'hook', 'commands', or 'reactivate' command must be given.]": 0.013914420721459275, - "tests/test_activate.py::test_activator_invalid_command_arguments[command_args1-cannot specify both --stack and --no-stack to activate]": 0.014188870039652555, - "tests/test_activate.py::test_activator_invalid_command_arguments[command_args2-activate does not accept more than one argument:\\n\\\\['env-one', 'env-two'\\\\]\\n]": 0.013921476929826766, - "tests/test_activate.py::test_activator_invalid_command_arguments[command_args3-deactivate does not accept arguments\\nremainder_args: \\\\['env-one']\\n]": 0.013353329926659163, - "tests/test_activate.py::test_add_prefix_to_path_cmdexe": 0.0005043962522499804, - "tests/test_activate.py::test_add_prefix_to_path_posix": 0.012411043928487688, + "tests/test_activate.py::test_activate_deactivate_modify_path[cmd.exe]": 0.00034304594718301756, + "tests/test_activate.py::test_activate_environment_not_found": 0.016297830817143817, + "tests/test_activate.py::test_activate_same_environment": 0.5909382238374686, + "tests/test_activate.py::test_activator_invalid_command_arguments[command_args0-'activate', 'deactivate', 'hook', 'commands', or 'reactivate' command must be given.]": 0.013883243887405585, + "tests/test_activate.py::test_activator_invalid_command_arguments[command_args1-cannot specify both --stack and --no-stack to activate]": 0.01421637497050076, + "tests/test_activate.py::test_activator_invalid_command_arguments[command_args2-activate does not accept more than one argument:\\n\\\\['env-one', 'env-two'\\\\]\\n]": 0.01393302292987843, + "tests/test_activate.py::test_activator_invalid_command_arguments[command_args3-deactivate does not accept arguments\\nremainder_args: \\\\['env-one']\\n]": 0.013358768827856544, + "tests/test_activate.py::test_add_prefix_to_path_cmdexe": 0.000501804070444449, + "tests/test_activate.py::test_add_prefix_to_path_posix": 0.012426360318564186, "tests/test_activate.py::test_bash_activate_error": 2.9346477837997815, "tests/test_activate.py::test_basic_integration[bash-basic_posix]": 17.10290798365262, - "tests/test_activate.py::test_basic_integration[csh-basic_csh]": 0.0003859136012858346, + "tests/test_activate.py::test_basic_integration[csh-basic_csh]": 0.0003859136012858347, "tests/test_activate.py::test_basic_integration[dash-basic_posix]": 17.01431735942892, "tests/test_activate.py::test_basic_integration[tcsh-basic_csh]": 0.00040041440964092945, "tests/test_activate.py::test_basic_integration[zsh-basic_posix]": 0.0007397985209076521, - "tests/test_activate.py::test_build_activate_dont_activate_unset_var": 1.8846866097618535, - "tests/test_activate.py::test_build_activate_restore_unset_env_vars": 0.5369703795747908, - "tests/test_activate.py::test_build_activate_shlvl_0": 0.9862377511640994, - "tests/test_activate.py::test_build_activate_shlvl_1": 0.7659612943792813, - "tests/test_activate.py::test_build_activate_shlvl_warn_clobber_vars": 0.8644643037464008, - "tests/test_activate.py::test_build_deactivate_shlvl_1": 0.5571002483930695, - "tests/test_activate.py::test_build_deactivate_shlvl_2_from_activate": 1.0618498368319391, - "tests/test_activate.py::test_build_deactivate_shlvl_2_from_stack": 1.3729668444908874, - "tests/test_activate.py::test_build_stack_shlvl_1": 0.6089204557458058, - "tests/test_activate.py::test_cmd_exe_activate_error": 0.00038438048728410405, - "tests/test_activate.py::test_cmd_exe_basic": 0.00036627564850784313, - "tests/test_activate.py::test_cmd_exe_basic_integration": 0.000409802666228052, - "tests/test_activate.py::test_csh_basic": 0.04697099254063268, - "tests/test_activate.py::test_default_env": 0.01414592818482072, - "tests/test_activate.py::test_deprecations[ensure_binary-TypeError]": 0.013259557692751776, - "tests/test_activate.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.012381920663979118, - "tests/test_activate.py::test_deprecations[path_identity-TypeError]": 0.012536290192085027, - "tests/test_activate.py::test_fish_basic": 0.04666478356197002, + "tests/test_activate.py::test_build_activate_dont_activate_unset_var": 1.8850740097227483, + "tests/test_activate.py::test_build_activate_restore_unset_env_vars": 0.5381134693709215, + "tests/test_activate.py::test_build_activate_shlvl_0": 0.9862695340604244, + "tests/test_activate.py::test_build_activate_shlvl_1": 0.7731073899632429, + "tests/test_activate.py::test_build_activate_shlvl_warn_clobber_vars": 0.8589978075830403, + "tests/test_activate.py::test_build_deactivate_shlvl_1": 0.5580871646556369, + "tests/test_activate.py::test_build_deactivate_shlvl_2_from_activate": 1.0614803872143206, + "tests/test_activate.py::test_build_deactivate_shlvl_2_from_stack": 1.3849866934794726, + "tests/test_activate.py::test_build_stack_shlvl_1": 0.6017212266031785, + "tests/test_activate.py::test_cmd_exe_activate_error": 0.0003843804872841041, + "tests/test_activate.py::test_cmd_exe_basic": 0.0003688558468540291, + "tests/test_activate.py::test_cmd_exe_basic_integration": 0.00040980266622805213, + "tests/test_activate.py::test_csh_basic": 0.04698565519113735, + "tests/test_activate.py::test_default_env": 0.014083417922130623, + "tests/test_activate.py::test_deprecations[ensure_binary-TypeError]": 0.013290359398445788, + "tests/test_activate.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.012399422860067203, + "tests/test_activate.py::test_deprecations[path_identity-TypeError]": 0.012523836251272773, + "tests/test_activate.py::test_fish_basic": 0.04670618047383352, "tests/test_activate.py::test_fish_basic_integration": 0.0004115042987713993, - "tests/test_activate.py::test_force_uppercase[False]": 0.023363277399339764, - "tests/test_activate.py::test_force_uppercase[True]": 0.02264536296603935, - "tests/test_activate.py::test_get_env_vars_big_whitespace": 0.5659354494263025, - "tests/test_activate.py::test_get_env_vars_empty_file": 0.5412469190935877, - "tests/test_activate.py::test_json_basic": 0.047557941319163424, + "tests/test_activate.py::test_force_uppercase[False]": 0.023416267862564098, + "tests/test_activate.py::test_force_uppercase[True]": 0.022693676059986987, + "tests/test_activate.py::test_get_env_vars_big_whitespace": 0.5660544962213646, + "tests/test_activate.py::test_get_env_vars_empty_file": 0.5417248236024602, + "tests/test_activate.py::test_json_basic": 0.04772325723608132, "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.023315592892175982, - "tests/test_activate.py::test_metavars_force_uppercase[True]": 0.023813822846237308, - "tests/test_activate.py::test_native_path_to_unix[cygpath-None]": 0.0003976554831039021, - "tests/test_activate.py::test_native_path_to_unix[cygpath-empty string]": 0.0003506027869865698, - "tests/test_activate.py::test_native_path_to_unix[cygpath-empty tuple]": 0.0003641146315789039, - "tests/test_activate.py::test_native_path_to_unix[cygpath-list[path]]": 0.00035201646332319315, - "tests/test_activate.py::test_native_path_to_unix[cygpath-path;...]": 0.00033626775722928824, - "tests/test_activate.py::test_native_path_to_unix[cygpath-path]": 0.0003505377020994113, - "tests/test_activate.py::test_native_path_to_unix[cygpath-tuple[path, ...]]": 0.0003356030382906297, - "tests/test_activate.py::test_native_path_to_unix[fallback-None]": 0.00033681289275356636, - "tests/test_activate.py::test_native_path_to_unix[fallback-empty string]": 0.0003358366579812992, - "tests/test_activate.py::test_native_path_to_unix[fallback-empty tuple]": 0.00035420686296072174, - "tests/test_activate.py::test_native_path_to_unix[fallback-list[path]]": 0.00035061385568271273, - "tests/test_activate.py::test_native_path_to_unix[fallback-path;...]": 0.0004034108263171729, - "tests/test_activate.py::test_native_path_to_unix[fallback-path]": 0.0003456465910603905, - "tests/test_activate.py::test_native_path_to_unix[fallback-tuple[path, ...]]": 0.0003563153982304823, - "tests/test_activate.py::test_posix_basic": 0.04765443276630495, + "tests/test_activate.py::test_metavars_force_uppercase[False]": 0.02334260629394462, + "tests/test_activate.py::test_metavars_force_uppercase[True]": 0.023850822284199234, + "tests/test_activate.py::test_native_path_to_unix[cygpath-None]": 0.0003994575761381396, + "tests/test_activate.py::test_native_path_to_unix[cygpath-empty string]": 0.0003492175340356247, + "tests/test_activate.py::test_native_path_to_unix[cygpath-empty tuple]": 0.0003656983655487921, + "tests/test_activate.py::test_native_path_to_unix[cygpath-list[path]]": 0.0003534746411077006, + "tests/test_activate.py::test_native_path_to_unix[cygpath-path;...]": 0.00033727348463748815, + "tests/test_activate.py::test_native_path_to_unix[cygpath-path]": 0.0003530775011799266, + "tests/test_activate.py::test_native_path_to_unix[cygpath-tuple[path, ...]]": 0.00033666966609505726, + "tests/test_activate.py::test_native_path_to_unix[fallback-None]": 0.0003382761715345407, + "tests/test_activate.py::test_native_path_to_unix[fallback-empty string]": 0.0003370445256866336, + "tests/test_activate.py::test_native_path_to_unix[fallback-empty tuple]": 0.00035608002517468275, + "tests/test_activate.py::test_native_path_to_unix[fallback-list[path]]": 0.000353599990471869, + "tests/test_activate.py::test_native_path_to_unix[fallback-path;...]": 0.0004062271617061542, + "tests/test_activate.py::test_native_path_to_unix[fallback-path]": 0.00034839637655874843, + "tests/test_activate.py::test_native_path_to_unix[fallback-tuple[path, ...]]": 0.0003674229575912234, + "tests/test_activate.py::test_posix_basic": 0.04752115402827839, "tests/test_activate.py::test_powershell_PATH_management": 0.0003362246514910076, - "tests/test_activate.py::test_powershell_basic": 0.04747923230065046, + "tests/test_activate.py::test_powershell_basic": 0.04720291971401282, "tests/test_activate.py::test_powershell_basic_integration": 15.182879105405954, - "tests/test_activate.py::test_pre_post_command_invoked[activate]": 0.018785604382896347, - "tests/test_activate.py::test_pre_post_command_invoked[commands]": 0.048738229605065374, - "tests/test_activate.py::test_pre_post_command_invoked[deactivate]": 0.01708733158413524, - "tests/test_activate.py::test_pre_post_command_invoked[hook]": 0.01595732165006744, - "tests/test_activate.py::test_pre_post_command_invoked[reactivate]": 0.01685417572796526, - "tests/test_activate.py::test_pre_post_command_raises[activate]": 0.01897492042602245, - "tests/test_activate.py::test_pre_post_command_raises[commands]": 0.03852349771974462, - "tests/test_activate.py::test_pre_post_command_raises[deactivate]": 0.015568041554277151, - "tests/test_activate.py::test_pre_post_command_raises[hook]": 0.015583167276276849, - "tests/test_activate.py::test_pre_post_command_raises[reactivate]": 0.015971574266584763, - "tests/test_activate.py::test_remove_prefix_from_path_1": 0.012588160256639684, - "tests/test_activate.py::test_remove_prefix_from_path_2": 0.012486044683756803, - "tests/test_activate.py::test_replace_prefix_in_path_1": 0.012414399420545643, - "tests/test_activate.py::test_replace_prefix_in_path_2": 0.0004155901270084018, - "tests/test_activate.py::test_stacking[0--base-base,sys]": 11.632640324087628, + "tests/test_activate.py::test_pre_post_command_invoked[activate]": 0.018839186379240196, + "tests/test_activate.py::test_pre_post_command_invoked[commands]": 0.04905116911692065, + "tests/test_activate.py::test_pre_post_command_invoked[deactivate]": 0.01699684064592591, + "tests/test_activate.py::test_pre_post_command_invoked[hook]": 0.015970222444082922, + "tests/test_activate.py::test_pre_post_command_invoked[reactivate]": 0.016870327585893897, + "tests/test_activate.py::test_pre_post_command_raises[activate]": 0.01927606144897884, + "tests/test_activate.py::test_pre_post_command_raises[commands]": 0.03846824162701709, + "tests/test_activate.py::test_pre_post_command_raises[deactivate]": 0.01560333626017015, + "tests/test_activate.py::test_pre_post_command_raises[hook]": 0.01553749505148261, + "tests/test_activate.py::test_pre_post_command_raises[reactivate]": 0.015936369416872157, + "tests/test_activate.py::test_remove_prefix_from_path_1": 0.012470733090744802, + "tests/test_activate.py::test_remove_prefix_from_path_2": 0.012443446015576778, + "tests/test_activate.py::test_replace_prefix_in_path_1": 0.012415886488385037, + "tests/test_activate.py::test_replace_prefix_in_path_2": 0.0004134188762405497, + "tests/test_activate.py::test_stacking[0--base-base,sys]": 11.63264032408763, "tests/test_activate.py::test_stacking[0--has-has,sys]": 11.92628514719069, "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-has-has,sys]": 11.528772435831701, - "tests/test_activate.py::test_stacking[0-base-not-sys]": 11.139874093312146, + "tests/test_activate.py::test_stacking[0-base-not-sys]": 11.139874093312145, "tests/test_activate.py::test_stacking[0-has-base-base,sys]": 11.018684794327674, "tests/test_activate.py::test_stacking[0-has-has-has,sys]": 11.49352578104549, "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.964613518206358, + "tests/test_activate.py::test_stacking[0-not-base-base,sys]": 11.042540028876727, + "tests/test_activate.py::test_stacking[0-not-has-has,sys]": 10.96461351820636, "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.309606491406798, + "tests/test_activate.py::test_stacking[5-base,has-has-has,base,sys]": 11.20130584998641, + "tests/test_activate.py::test_stacking[5-base,has-not-has,base,sys]": 11.309606491406797, "tests/test_activate.py::test_stacking[5-base,not-base-base,base,sys]": 11.195638522729023, - "tests/test_activate.py::test_stacking[5-base,not-has-has,base,sys]": 11.121471092073694, + "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.289225586317114, - "tests/test_activate.py::test_stacking[5-base-base-base,sys]": 11.005705828154165, + "tests/test_activate.py::test_stacking[5-base-base-base,sys]": 11.005705828154166, "tests/test_activate.py::test_stacking[5-base-has-has,base,sys]": 10.969240793457862, "tests/test_activate.py::test_stacking[5-base-not-base,sys]": 11.087607194840775, - "tests/test_activate.py::test_stacking[5-has-base-base,has,sys]": 11.044844427720177, + "tests/test_activate.py::test_stacking[5-has-base-base,has,sys]": 11.044844427720179, "tests/test_activate.py::test_stacking[5-has-has-has,sys]": 11.077832805952477, - "tests/test_activate.py::test_stacking[5-has-not-has,sys]": 11.150021759961005, + "tests/test_activate.py::test_stacking[5-has-not-has,sys]": 11.150021759961007, "tests/test_activate.py::test_stacking[5-not-base-base,sys]": 11.064118584165708, "tests/test_activate.py::test_stacking[5-not-has-has,sys]": 11.002067840413115, - "tests/test_activate.py::test_stacking[5-not-not-sys]": 11.101655398686308, + "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-None]": 0.00035995020169771413, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount [trailing]]": 0.00033718005032702545, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount]": 0.0003449010899847235, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path [extra]]": 0.00036089870295119016, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path]": 0.00033468839127700074, + "tests/test_activate.py::test_unix_path_to_native[cygpath-None]": 0.00035937340641072437, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount [trailing]]": 0.00033703133200961593, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount]": 0.0003434710898121851, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path [extra]]": 0.00036284236559582867, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path]": 0.00033548571231876127, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-None]": 0.00034876456731179796, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC mount [trailing]]": 0.0003319766943892489, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC mount]": 0.00032654638502681966, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC path [extra]]": 0.0003475221861699693, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC path]": 0.00035366801706230504, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC path]": 0.00035366801706230493, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-bare UNC mount]": 0.00034188410341322696, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-drive [trailing]]": 0.00035637130568345275, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-drive]": 0.0003351157295914371, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-drive [trailing]]": 0.0003563713056834527, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-drive]": 0.00033511572959143716, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-empty string]": 0.00033263449925489226, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-empty tuple]": 0.0003997015725214645, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-list[path]]": 0.0003668767743294521, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path [extra]]": 0.00035356526882988085, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path [trailing]]": 0.00033986099418999264, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-empty tuple]": 0.00039970157252146446, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-list[path]]": 0.00036687677432945204, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path [extra]]": 0.0003535652688298808, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path [trailing]]": 0.0003398609941899927, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path]": 0.000346710189418378, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-path;...]": 0.00033134450242072754, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-relative [extra]]": 0.00034133655081927, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-relative]": 0.0003260404639710689, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-relative]": 0.000326040463971069, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root [leading, trailing]]": 0.00033862360833197136, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root [leading]]": 0.0003346936312130468, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root [leading]]": 0.00033469363121304684, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [extra]]": 0.0003360797069745333, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [leading, trailing]]": 0.0003323608557504342, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [leading, trailing]]": 0.00033236085575043424, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [leading]]": 0.0003245684419518424, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [trailing]]": 0.0003302290510921017, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [trailing]]": 0.00033022905109210177, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path0]": 0.00043808777776520064, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path1]": 0.0003402303566928966, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root]": 0.0003430612893909447, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path1]": 0.00034023035669289653, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root]": 0.0003430612893909448, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-tuple[path, ...]]": 0.00034055598851028066, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-None]": 0.00032267557691915695, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC mount [trailing]]": 0.00033710462380052276, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC mount]": 0.00032991989867125153, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC path [extra]]": 0.00033283613420752035, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC path]": 0.0003295750059139494, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-bare UNC mount]": 0.0003431256804921157, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC path]": 0.00032957500591394937, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-bare UNC mount]": 0.00034312568049211573, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-drive [trailing]]": 0.00033378763669174544, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-drive]": 0.00033442027375421503, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-drive]": 0.00033442027375421514, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-empty string]": 0.0003313578037481928, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-empty tuple]": 0.0003666198778637861, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-list[path]]": 0.00032598994897094035, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path [extra]]": 0.000332265432895657, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path [trailing]]": 0.00033447463853419104, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path]": 0.0003602358246410592, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-path;...]": 0.00032939064780544925, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path [trailing]]": 0.000334474638534191, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path]": 0.00036023582464105925, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-path;...]": 0.0003293906478054492, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-relative [extra]]": 0.0003632588199058161, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-relative]": 0.0003388744048381765, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root [leading, trailing]]": 0.00034145639514562327, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root [leading]]": 0.0003364755950695425, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [extra]]": 0.00034058755697781803, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [leading, trailing]]": 0.00036138165025554583, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [leading]]": 0.00033468762082688075, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [trailing]]": 0.0003302192511201672, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path0]": 0.00036622375571080404, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [leading]]": 0.0003346876208268808, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [trailing]]": 0.0003302192511201673, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path0]": 0.000366223755710804, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path1]": 0.000332450315587106, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root]": 0.00033491717966051195, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-tuple[path, ...]]": 0.0003759575059603142, - "tests/test_activate.py::test_unix_path_to_native[cygpath-bare UNC mount]": 0.00034142703165267164, - "tests/test_activate.py::test_unix_path_to_native[cygpath-drive [trailing]]": 0.0003620130750934677, - "tests/test_activate.py::test_unix_path_to_native[cygpath-drive]": 0.00033301930862517196, - "tests/test_activate.py::test_unix_path_to_native[cygpath-empty string]": 0.00034120074422618144, - "tests/test_activate.py::test_unix_path_to_native[cygpath-empty tuple]": 0.0003577242187127814, - "tests/test_activate.py::test_unix_path_to_native[cygpath-list[path]]": 0.00035783276012625457, - "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [extra]]": 0.00035403238566943356, - "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [trailing]]": 0.0003498552227460509, - "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path]": 0.0003391426312635224, - "tests/test_activate.py::test_unix_path_to_native[cygpath-path;...]": 0.0003380562907287531, - "tests/test_activate.py::test_unix_path_to_native[cygpath-relative [extra]]": 0.00033248882086513095, - "tests/test_activate.py::test_unix_path_to_native[cygpath-relative]": 0.0003506846436977617, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading, trailing]]": 0.0003523801317304807, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading]]": 0.0003392122425129632, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [extra]]": 0.0003459482309130483, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading, trailing]]": 0.0003624472029621435, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading]]": 0.00034628210306473264, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [trailing]]": 0.00034024114148323655, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path0]": 0.0004129959253937979, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path1]": 0.0003392565601516429, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root]": 0.00033237092773442223, - "tests/test_activate.py::test_unix_path_to_native[cygpath-tuple[path, ...]]": 0.00034245176312005225, - "tests/test_activate.py::test_unix_path_to_native[fallback-None]": 0.00036295797071798317, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount [trailing]]": 0.0003373352699781184, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount]": 0.00034590276846306405, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path [extra]]": 0.0003393995711956232, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path]": 0.00034797197044061966, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-None]": 0.000339468414226972, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC mount [trailing]]": 0.00034100449963956237, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-tuple[path, ...]]": 0.0003759575059603141, + "tests/test_activate.py::test_unix_path_to_native[cygpath-bare UNC mount]": 0.0003415791632257433, + "tests/test_activate.py::test_unix_path_to_native[cygpath-drive [trailing]]": 0.0003623140318662559, + "tests/test_activate.py::test_unix_path_to_native[cygpath-drive]": 0.0003336390854043655, + "tests/test_activate.py::test_unix_path_to_native[cygpath-empty string]": 0.0003419848850823563, + "tests/test_activate.py::test_unix_path_to_native[cygpath-empty tuple]": 0.00035889624803137304, + "tests/test_activate.py::test_unix_path_to_native[cygpath-list[path]]": 0.0003379812646205434, + "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [extra]]": 0.000353783839201426, + "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [trailing]]": 0.0003499191096423448, + "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path]": 0.0003390163255401465, + "tests/test_activate.py::test_unix_path_to_native[cygpath-path;...]": 0.0003360923565100806, + "tests/test_activate.py::test_unix_path_to_native[cygpath-relative [extra]]": 0.00033300802261104914, + "tests/test_activate.py::test_unix_path_to_native[cygpath-relative]": 0.0003503823475821429, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading, trailing]]": 0.00035253509002868553, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading]]": 0.00034037405194275284, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [extra]]": 0.00034688901446480546, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading, trailing]]": 0.00036342500017668404, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading]]": 0.0003456838297218789, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [trailing]]": 0.000340885884787804, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path0]": 0.00041633615474830174, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path1]": 0.00034025157735881556, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root]": 0.0003329120935695054, + "tests/test_activate.py::test_unix_path_to_native[cygpath-tuple[path, ...]]": 0.0003462158717430065, + "tests/test_activate.py::test_unix_path_to_native[fallback-None]": 0.0003584570328936381, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount [trailing]]": 0.0003374441628595851, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount]": 0.000346170506895449, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path [extra]]": 0.00033922789513761155, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path]": 0.00034490623880587917, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-None]": 0.00033946841422697195, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC mount [trailing]]": 0.0003410044996395624, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC mount]": 0.00033909801705175587, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC path [extra]]": 0.0003510588251993521, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC path]": 0.0003551311451873124, @@ -1725,411 +1725,411 @@ "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-empty string]": 0.00032886505932225004, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-empty tuple]": 0.00033943716740511803, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-list[path]]": 0.00035499155422387776, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path [extra]]": 0.00032852383034841817, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path [extra]]": 0.0003285238303484181, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path [trailing]]": 0.00034515305879285514, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path]": 0.00033273929352444333, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-path;...]": 0.00034236651510882656, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-relative [extra]]": 0.00033854786521726494, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-relative]": 0.00033906146413797316, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root [leading, trailing]]": 0.0003358616774954586, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root [leading]]": 0.0003360043511618268, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [extra]]": 0.00034233910834659183, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [leading, trailing]]": 0.0003427653821348345, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root [leading]]": 0.0003360043511618267, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [extra]]": 0.0003423391083465918, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [leading, trailing]]": 0.00034276538213483455, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [leading]]": 0.00032587894977496043, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [trailing]]": 0.0003355789742493832, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [trailing]]": 0.00033557897424938327, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path0]": 0.0003337450613970669, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path1]": 0.00032464146109471777, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root]": 0.00034987536238912444, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-tuple[path, ...]]": 0.0003374764028770922, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-tuple[path, ...]]": 0.00033747640287709217, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-None]": 0.0003406225475161647, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC mount [trailing]]": 0.00034314496527645526, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC mount]": 0.0003245538805513466, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC path [extra]]": 0.0003390389676175631, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC mount [trailing]]": 0.0003431449652764553, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC mount]": 0.0003245538805513467, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC path [extra]]": 0.00033903896761756317, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC path]": 0.00033755231671726865, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-bare UNC mount]": 0.0003264034802128325, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-drive [trailing]]": 0.0003388351320318488, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-drive]": 0.00034812735376659035, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-empty string]": 0.00032655010907152985, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-drive [trailing]]": 0.00033883513203184873, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-drive]": 0.0003481273537665904, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-empty string]": 0.0003265501090715298, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-empty tuple]": 0.00032617080959965894, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-list[path]]": 0.00034339147947592166, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path [extra]]": 0.00033014212560275857, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-list[path]]": 0.0003433914794759216, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path [extra]]": 0.0003301421256027586, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path [trailing]]": 0.00034035837789726033, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path]": 0.00033657929591555274, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-path;...]": 0.00033699231935279436, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-relative [extra]]": 0.0003365182564927514, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-relative]": 0.0003444357166295106, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root [leading, trailing]]": 0.0003365494378007955, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-relative]": 0.00034443571662951054, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root [leading, trailing]]": 0.00033654943780079546, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root [leading]]": 0.0003239097011927147, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [extra]]": 0.0003395538834628764, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [leading, trailing]]": 0.0003349196745574625, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [leading]]": 0.00032316636256405994, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [extra]]": 0.00033955388346287646, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [leading, trailing]]": 0.00033491967455746255, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [leading]]": 0.00032316636256406, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [trailing]]": 0.00033306671130987843, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path0]": 0.00033389598176783447, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path1]": 0.00032126155642265577, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path1]": 0.0003212615564226557, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root]": 0.0003313879777856629, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-tuple[path, ...]]": 0.00032917014421550997, - "tests/test_activate.py::test_unix_path_to_native[fallback-bare UNC mount]": 0.0003287353140109353, - "tests/test_activate.py::test_unix_path_to_native[fallback-drive [trailing]]": 0.0003676690672491792, - "tests/test_activate.py::test_unix_path_to_native[fallback-drive]": 0.00035120754105196877, - "tests/test_activate.py::test_unix_path_to_native[fallback-empty string]": 0.0003563371513591132, - "tests/test_activate.py::test_unix_path_to_native[fallback-empty tuple]": 0.0003405512324072025, - "tests/test_activate.py::test_unix_path_to_native[fallback-list[path]]": 0.00033221117821395293, - "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [extra]]": 0.0003475757232800853, - "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [trailing]]": 0.0003395443842269211, - "tests/test_activate.py::test_unix_path_to_native[fallback-normal path]": 0.0003732003238372703, - "tests/test_activate.py::test_unix_path_to_native[fallback-path;...]": 0.0003546818580155818, - "tests/test_activate.py::test_unix_path_to_native[fallback-relative [extra]]": 0.00038142738904152094, - "tests/test_activate.py::test_unix_path_to_native[fallback-relative]": 0.0003408885395006019, - "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading, trailing]]": 0.0003820427613706044, - "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading]]": 0.00033717674714310434, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [extra]]": 0.0003416646426215493, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading, trailing]]": 0.0003450551712853141, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading]]": 0.0003410041962834346, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [trailing]]": 0.00033133167388348285, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path0]": 0.0003353694089256305, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path1]": 0.0003403305989756487, - "tests/test_activate.py::test_unix_path_to_native[fallback-root]": 0.00034120675459533575, - "tests/test_activate.py::test_unix_path_to_native[fallback-tuple[path, ...]]": 0.00033646792849200866, - "tests/test_activate.py::test_xonsh_basic": 0.04695213665466078, - "tests/test_api.py::test_DepsModifier_contract": 0.0016513702772657612, - "tests/test_api.py::test_PackageCacheData_contract": 0.002024860914911221, - "tests/test_api.py::test_PackageCacheData_return_value_contract": 0.0025421967448969545, - "tests/test_api.py::test_PrefixData_contract": 0.0019516704756956365, - "tests/test_api.py::test_PrefixData_return_value_contract": 0.7931088649254151, - "tests/test_api.py::test_Solver_inputs_contract": 0.0022590225325943157, - "tests/test_api.py::test_Solver_return_value_contract": 1.8424876339906466, - "tests/test_api.py::test_SubdirData_contract": 0.0019234688250676672, - "tests/test_api.py::test_SubdirData_return_value_contract": 7.44701020397697, - "tests/test_api.py::test_UpdateModifier_contract": 0.0016358097819529356, - "tests/test_auxlib.py::test_deepfreeze[42.0]": 0.0017913739767021816, - "tests/test_auxlib.py::test_deepfreeze[42]": 0.0018157966877810788, - "tests/test_auxlib.py::test_deepfreeze[True]": 0.0017575851815506368, - "tests/test_auxlib.py::test_deepfreeze[freeze_installed]": 0.0017435459062642305, - "tests/test_auxlib.py::test_deepfreeze[text]": 0.0019039190564100231, - "tests/test_auxlib.py::test_deepfreeze[unfrozen10]": 0.002256005554814463, - "tests/test_auxlib.py::test_deepfreeze[unfrozen11]": 0.0018654379830564819, - "tests/test_auxlib.py::test_deepfreeze[unfrozen12]": 0.0017235503989943496, - "tests/test_auxlib.py::test_deepfreeze[unfrozen13]": 0.002170402155884556, - "tests/test_auxlib.py::test_deepfreeze[unfrozen5]": 0.0018567424810323739, - "tests/test_auxlib.py::test_deepfreeze[unfrozen6]": 0.0018514689895294436, - "tests/test_auxlib.py::test_deepfreeze[unfrozen7]": 0.0018433944944126718, - "tests/test_auxlib.py::test_deepfreeze[unfrozen8]": 0.0018557447263555086, - "tests/test_auxlib.py::test_deepfreeze[unfrozen9]": 0.001803298418646642, - "tests/test_codesigned.py::test_stub_exe_signatures[cli-32.exe]": 0.00036331603077764554, - "tests/test_codesigned.py::test_stub_exe_signatures[cli-64.exe]": 0.00042002325761278776, - "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.006025226336695285, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.get_filename-conda.env.env.get_filename]": 0.0032657017878086896, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.print_result-conda.env.env.print_result]": 0.003267198786600441, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.create_parser-None]": 0.0026063303594191594, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.do_call-None]": 0.002144114793117848, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.main-None]": 0.001858465666993101, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.show_help_on_empty_command-None]": 0.0035775483523911673, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_description-None]": 0.003172508169749218, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_example-None]": 0.002577756777952469, - "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.0020791288090737953, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.execute-conda.cli.main_env_config.execute]": 0.0019214676590649845, - "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.001983055686120702, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.description-None]": 0.0030967764758110146, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.example-None]": 0.002319732613347446, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.execute-conda.cli.main_env_create.execute]": 0.0022424693314360027, - "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.00332129623242396, - "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.0019477443993497377, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.description-None]": 0.003133570106704393, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.example-None]": 0.0025841031242500568, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_env_export.execute]": 0.0026129879014838747, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_export.execute]": 0.0019503563779723965, - "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.0022281687199797017, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.description-None]": 0.0031025442956998804, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.example-None]": 0.0023922870073190055, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.execute-conda.cli.main_env_list.execute]": 0.0018669977094740572, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._description-None]": 0.0025028850768131546, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._example-None]": 0.0019963840233788786, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._help-None]": 0.0031339262597809047, - "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.0020693310760298424, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.execute-conda.cli.main_env_remove.execute]": 0.0018423119117705325, - "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.002224692785090391, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.description-None]": 0.0031136442830692417, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.example-None]": 0.0022333616987910213, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.execute-conda.cli.main_env_update.execute]": 0.00191311626635684, - "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.0017860694105201755, - "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.0017713477264421598, - "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.0018272497722276793, - "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.0017680363239797174, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_description-None]": 0.0020903756451987098, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_example-None]": 0.0018216639061047499, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_description-None]": 0.0018480077067225997, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_example-None]": 0.0018011893023778974, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_description-None]": 0.001804522307412542, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_example-None]": 0.0017931392888297223, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_description-None]": 0.003182200701178615, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_example-None]": 0.002570534213183793, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Dependencies-conda.env.env.Dependencies]": 0.0019568783040655935, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Environment-conda.env.env.Environment]": 0.0017911394032548982, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.VALID_KEYS-conda.env.env.VALID_KEYS]": 0.003184193262413668, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env._expand_channels-conda.env.env._expand_channels]": 0.0018371622659918005, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_environment-conda.env.env.from_environment]": 0.002098669417087906, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_file-conda.env.env.from_file]": 0.0019151512468652129, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_yaml-conda.env.env.from_yaml]": 0.001969251756979805, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.validate_keys-conda.env.env.validate_keys]": 0.0022415298085311586, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.ENTRY_POINT-None]": 0.00442450498081659, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.InvalidInstaller-conda.exceptions.InvalidInstaller]": 0.0033086192670918986, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.get_installer-conda.env.installers.base.get_installer]": 0.002392427087605247, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda._solve-conda.env.installers.conda._solve]": 0.003911885787034735, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.dry_run-conda.env.installers.conda.dry_run]": 0.002876508103873228, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.install-conda.env.installers.conda.install]": 0.0023626638172903618, - "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.0038726575978468934, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip.install-conda.env.installers.pip.install]": 0.002551381668368253, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util._canonicalize_regex-None]": 0.0020853151896969417, - "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.0027214437737504886, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.pip_subprocess-conda.env.pip_util.pip_subprocess]": 0.0031260567173982345, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-tuple[path, ...]]": 0.0003291701442155099, + "tests/test_activate.py::test_unix_path_to_native[fallback-bare UNC mount]": 0.0003285264396487666, + "tests/test_activate.py::test_unix_path_to_native[fallback-drive [trailing]]": 0.0003686689506939595, + "tests/test_activate.py::test_unix_path_to_native[fallback-drive]": 0.0003508394658264022, + "tests/test_activate.py::test_unix_path_to_native[fallback-empty string]": 0.00035337258424822106, + "tests/test_activate.py::test_unix_path_to_native[fallback-empty tuple]": 0.00034079836784508893, + "tests/test_activate.py::test_unix_path_to_native[fallback-list[path]]": 0.000332941486143157, + "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [extra]]": 0.0003481710310920344, + "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [trailing]]": 0.0003428231095319394, + "tests/test_activate.py::test_unix_path_to_native[fallback-normal path]": 0.0003736725454136098, + "tests/test_activate.py::test_unix_path_to_native[fallback-path;...]": 0.0003578263608970723, + "tests/test_activate.py::test_unix_path_to_native[fallback-relative [extra]]": 0.00038009327390870076, + "tests/test_activate.py::test_unix_path_to_native[fallback-relative]": 0.0003410723170501418, + "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading, trailing]]": 0.00033466670075226954, + "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading]]": 0.00033624607984438274, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [extra]]": 0.0003441333391733377, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading, trailing]]": 0.0003461429643167466, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading]]": 0.00034317482133224133, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [trailing]]": 0.000332572982124546, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path0]": 0.00033732215407863487, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path1]": 0.00034257391890517807, + "tests/test_activate.py::test_unix_path_to_native[fallback-root]": 0.0003422734799637852, + "tests/test_activate.py::test_unix_path_to_native[fallback-tuple[path, ...]]": 0.000336423608089139, + "tests/test_activate.py::test_xonsh_basic": 0.04697613692830892, + "tests/test_api.py::test_DepsModifier_contract": 0.0016558948103827353, + "tests/test_api.py::test_PackageCacheData_contract": 0.002026015948478211, + "tests/test_api.py::test_PackageCacheData_return_value_contract": 0.0025438244766603623, + "tests/test_api.py::test_PrefixData_contract": 0.0019367632848074356, + "tests/test_api.py::test_PrefixData_return_value_contract": 0.7991541189805109, + "tests/test_api.py::test_Solver_inputs_contract": 0.0022636108544896484, + "tests/test_api.py::test_Solver_return_value_contract": 1.844218159317329, + "tests/test_api.py::test_SubdirData_contract": 0.0019242741008560131, + "tests/test_api.py::test_SubdirData_return_value_contract": 7.4405612692263725, + "tests/test_api.py::test_UpdateModifier_contract": 0.0016365178357631393, + "tests/test_auxlib.py::test_deepfreeze[42.0]": 0.0017735760191119894, + "tests/test_auxlib.py::test_deepfreeze[42]": 0.0018207654573629134, + "tests/test_auxlib.py::test_deepfreeze[True]": 0.0017572890630172225, + "tests/test_auxlib.py::test_deepfreeze[freeze_installed]": 0.0017458898664823197, + "tests/test_auxlib.py::test_deepfreeze[text]": 0.001911768120164306, + "tests/test_auxlib.py::test_deepfreeze[unfrozen10]": 0.002259035373203824, + "tests/test_auxlib.py::test_deepfreeze[unfrozen11]": 0.0018684673450107862, + "tests/test_auxlib.py::test_deepfreeze[unfrozen12]": 0.0017268143589612216, + "tests/test_auxlib.py::test_deepfreeze[unfrozen13]": 0.0021862618931540482, + "tests/test_auxlib.py::test_deepfreeze[unfrozen5]": 0.0018573399996522325, + "tests/test_auxlib.py::test_deepfreeze[unfrozen6]": 0.0018461224778185124, + "tests/test_auxlib.py::test_deepfreeze[unfrozen7]": 0.0018465988902091584, + "tests/test_auxlib.py::test_deepfreeze[unfrozen8]": 0.0018582475982153862, + "tests/test_auxlib.py::test_deepfreeze[unfrozen9]": 0.0018015922056076345, + "tests/test_codesigned.py::test_stub_exe_signatures[cli-32.exe]": 0.00036506020238475073, + "tests/test_codesigned.py::test_stub_exe_signatures[cli-64.exe]": 0.0004236772560121784, + "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.0060145236699433845, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.get_filename-conda.env.env.get_filename]": 0.0032489846843281774, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.print_result-conda.env.env.print_result]": 0.0032897730756935688, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.create_parser-None]": 0.0026025281146496784, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.do_call-None]": 0.0021475707919452157, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.main-None]": 0.0018559179417394472, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.show_help_on_empty_command-None]": 0.0035799945663163007, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_description-None]": 0.0031731354714667746, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_example-None]": 0.002594677280867144, + "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.002075744783209441, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.execute-conda.cli.main_env_config.execute]": 0.00192178071964857, + "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.001986563540670664, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.description-None]": 0.0031037717340131697, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.example-None]": 0.002325478786123935, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.execute-conda.cli.main_env_create.execute]": 0.0022427979714296485, + "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.0033317601382453167, + "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.0019539789270419483, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.description-None]": 0.00313159537923689, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.example-None]": 0.002585459437632017, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_env_export.execute]": 0.0026339970724156667, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_export.execute]": 0.001950041448033138, + "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.002234192267656402, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.description-None]": 0.0031042571603277433, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.example-None]": 0.0023965731960049466, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.execute-conda.cli.main_env_list.execute]": 0.0018645486285717122, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._description-None]": 0.002506854682199269, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._example-None]": 0.0020015313249796118, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._help-None]": 0.0031290934807026547, + "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.0020747271499403164, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.execute-conda.cli.main_env_remove.execute]": 0.0018434582811044933, + "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.002231407292432116, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.description-None]": 0.003130485579135361, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.example-None]": 0.00223306979840661, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.execute-conda.cli.main_env_update.execute]": 0.001913053672482005, + "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.0017799055710773098, + "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.0017761573006380192, + "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.001812606149655107, + "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.001770674935122835, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_description-None]": 0.00211177592746365, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_example-None]": 0.0018222907471504531, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_description-None]": 0.001854093949547167, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_example-None]": 0.0018072408824123531, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_description-None]": 0.0018009689688011116, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_example-None]": 0.001782648281134469, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_description-None]": 0.003202851839314376, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_example-None]": 0.0025750062180083574, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Dependencies-conda.env.env.Dependencies]": 0.0019693244490697607, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Environment-conda.env.env.Environment]": 0.0017942819549118785, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.VALID_KEYS-conda.env.env.VALID_KEYS]": 0.003195398265723409, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env._expand_channels-conda.env.env._expand_channels]": 0.0018422479459326983, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_environment-conda.env.env.from_environment]": 0.002093317748152668, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_file-conda.env.env.from_file]": 0.0019147208872396003, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_yaml-conda.env.env.from_yaml]": 0.0019682882838807235, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.validate_keys-conda.env.env.validate_keys]": 0.0022554882722139228, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.ENTRY_POINT-None]": 0.0044371930629397436, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.InvalidInstaller-conda.exceptions.InvalidInstaller]": 0.0033260210677910126, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.get_installer-conda.env.installers.base.get_installer]": 0.0024121439800384647, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda._solve-conda.env.installers.conda._solve]": 0.0039213452862286525, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.dry_run-conda.env.installers.conda.dry_run]": 0.002866454644102741, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.install-conda.env.installers.conda.install]": 0.002415790656122875, + "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.0038827940760038796, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip.install-conda.env.installers.pip.install]": 0.0025459359047050726, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util._canonicalize_regex-None]": 0.0020851679519749613, + "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.002739307135870293, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.pip_subprocess-conda.env.pip_util.pip_subprocess]": 0.0031485426101702007, "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.FileSpecTypes-conda.env.specs.FileSpecTypes]": 0.0026387496840773106, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.SpecTypes-conda.env.specs.SpecTypes]": 0.0018666601414292809, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.BinstarSpec-conda.env.specs.binstar.BinstarSpec]": 0.0021033499494506804, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.ENVIRONMENT_TYPE-conda.env.specs.binstar.ENVIRONMENT_TYPE]": 0.004035988255580025, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.detect-conda.env.specs.detect]": 0.0034426389550536464, - "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.0032909986082093755, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.requirements.RequirementsSpec-conda.env.specs.requirements.RequirementsSpec]": 0.0031507635960507426, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.yaml_file.YamlFileSpec-conda.env.specs.yaml_file.YamlFileSpec]": 0.0031514755150122307, - "tests/test_create.py::test_allow_softlinks[classic]": 0.31995067511394804, - "tests/test_create.py::test_allow_softlinks[libmamba]": 0.5357110259321306, - "tests/test_create.py::test_channel_usage_replacing_python[classic]": 211.61636364419067, - "tests/test_create.py::test_channel_usage_replacing_python[libmamba]": 171.4621957851632, - "tests/test_create.py::test_clone_offline_simple[classic]": 0.5902751476083117, - "tests/test_create.py::test_clone_offline_simple[libmamba]": 0.5392834819635778, - "tests/test_create.py::test_clone_offline_with_untracked[classic]": 0.7338662457615373, - "tests/test_create.py::test_clone_offline_with_untracked[libmamba]": 0.5406202345316298, - "tests/test_create.py::test_compile_pyc[classic-False]": 10.669191681472883, - "tests/test_create.py::test_compile_pyc[classic-True]": 0.9144179368719736, - "tests/test_create.py::test_compile_pyc[libmamba-False]": 6.592551908468704, - "tests/test_create.py::test_compile_pyc[libmamba-True]": 1.4370267323733084, - "tests/test_create.py::test_conda_downgrade[classic]": 187.21383280021573, - "tests/test_create.py::test_conda_downgrade[libmamba]": 130.1453596655525, - "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[classic]": 28.387395732075596, - "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[libmamba]": 9.558381026284305, - "tests/test_create.py::test_conda_pip_interop_conda_editable_package[classic]": 21.64580087646535, - "tests/test_create.py::test_conda_pip_interop_conda_editable_package[libmamba]": 20.959503569519107, - "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[classic]": 28.83390156099299, - "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[libmamba]": 16.68596408524541, - "tests/test_create.py::test_conda_update_package_not_installed[classic]": 0.27351792953238446, - "tests/test_create.py::test_conda_update_package_not_installed[libmamba]": 0.9111381892633221, - "tests/test_create.py::test_create_default_packages[classic]": 0.49033602962920897, - "tests/test_create.py::test_create_default_packages[libmamba]": 0.39137405246432083, - "tests/test_create.py::test_create_default_packages_no_default_packages[classic]": 0.3974648110130951, - "tests/test_create.py::test_create_default_packages_no_default_packages[libmamba]": 0.4146164026898333, - "tests/test_create.py::test_create_dry_run[classic]": 7.182896354410544, - "tests/test_create.py::test_create_dry_run[libmamba]": 1.393330075651827, - "tests/test_create.py::test_create_dry_run_json[classic]": 7.005934850221336, - "tests/test_create.py::test_create_dry_run_json[libmamba]": 0.8475196988764457, - "tests/test_create.py::test_create_dry_run_without_prefix[classic]": 0.22284042452530856, - "tests/test_create.py::test_create_dry_run_without_prefix[libmamba]": 0.6470806120970733, - "tests/test_create.py::test_create_dry_run_yes_safety[classic]": 0.30820357164879547, - "tests/test_create.py::test_create_dry_run_yes_safety[libmamba]": 0.7446949274199487, - "tests/test_create.py::test_create_empty_env[classic]": 0.23839203612984544, - "tests/test_create.py::test_create_empty_env[libmamba]": 0.8946482702631762, - "tests/test_create.py::test_create_env_different_platform[classic-cli]": 0.5932638566739469, - "tests/test_create.py::test_create_env_different_platform[classic-env]": 0.5463163291279102, - "tests/test_create.py::test_create_env_different_platform[libmamba-cli]": 0.4775248305397013, - "tests/test_create.py::test_create_env_different_platform[libmamba-env]": 0.578875352862035, - "tests/test_create.py::test_create_install_update_remove_smoketest[classic]": 169.7076654295597, - "tests/test_create.py::test_create_install_update_remove_smoketest[libmamba]": 49.29645794663783, - "tests/test_create.py::test_create_no_deps_flag[classic]": 0.24649636700423494, - "tests/test_create.py::test_create_no_deps_flag[libmamba]": 0.36311379559561424, - "tests/test_create.py::test_create_only_deps_flag[classic]": 1.1868454345539279, - "tests/test_create.py::test_create_only_deps_flag[libmamba]": 0.8868197880017334, - "tests/test_create.py::test_create_override_channels_enabled[classic]": 0.7056907214251662, - "tests/test_create.py::test_create_override_channels_enabled[libmamba]": 0.9940717417418401, - "tests/test_create.py::test_create_without_prefix_raises_argument_error[classic]": 0.07431169061466471, - "tests/test_create.py::test_create_without_prefix_raises_argument_error[libmamba]": 0.07624832556666603, - "tests/test_create.py::test_cross_channel_incompatibility[classic]": 94.14054313417158, - "tests/test_create.py::test_cross_channel_incompatibility[libmamba]": 3.7201391019637784, - "tests/test_create.py::test_directory_not_a_conda_environment[classic]": 0.07110534471915111, - "tests/test_create.py::test_directory_not_a_conda_environment[libmamba]": 0.07506833761680365, - "tests/test_create.py::test_disallowed_packages[classic]": 15.13694608150899, - "tests/test_create.py::test_disallowed_packages[libmamba]": 2.7265319417021368, - "tests/test_create.py::test_dont_remove_conda_1[classic]": 197.19841277523233, - "tests/test_create.py::test_dont_remove_conda_1[libmamba]": 18.073867548645712, - "tests/test_create.py::test_dont_remove_conda_2[classic]": 154.0287399484726, - "tests/test_create.py::test_dont_remove_conda_2[libmamba]": 14.838006070110431, - "tests/test_create.py::test_download_only_flag[classic]": 10.93783041223673, - "tests/test_create.py::test_download_only_flag[libmamba]": 2.579293851739956, - "tests/test_create.py::test_force_remove[classic]": 56.87607073162918, - "tests/test_create.py::test_force_remove[libmamba]": 3.12580152606484, - "tests/test_create.py::test_install_bound_virtual_package[classic]": 0.33323190687693666, - "tests/test_create.py::test_install_bound_virtual_package[libmamba]": 0.8885216169762227, - "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[classic]": 1.6216027188906474, - "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[libmamba]": 1.8714617010614436, - "tests/test_create.py::test_install_force_reinstall_flag[classic]": 0.42241375783113083, - "tests/test_create.py::test_install_force_reinstall_flag[libmamba]": 0.3151796597841483, - "tests/test_create.py::test_install_only_deps_flag[classic]": 0.683563182074663, - "tests/test_create.py::test_install_only_deps_flag[libmamba]": 0.5793115482505199, - "tests/test_create.py::test_install_prune_flag[classic]": 61.99584969914937, - "tests/test_create.py::test_install_prune_flag[libmamba]": 8.480808799096787, - "tests/test_create.py::test_install_python_and_search[classic]": 86.25347388511628, - "tests/test_create.py::test_install_python_and_search[libmamba]": 34.1422015273551, - "tests/test_create.py::test_install_tarball_from_file_based_channel[classic]": 1.0705858779007706, - "tests/test_create.py::test_install_tarball_from_file_based_channel[libmamba]": 1.2706347516360061, - "tests/test_create.py::test_install_update_deps_flag[classic]": 0.7577453036870594, - "tests/test_create.py::test_install_update_deps_flag[libmamba]": 0.5424240980514575, - "tests/test_create.py::test_install_update_deps_only_deps_flags[classic]": 0.9458589148688187, - "tests/test_create.py::test_install_update_deps_only_deps_flags[libmamba]": 0.5517841251545241, - "tests/test_create.py::test_install_virtual_packages[classic-__glibc-True]": 0.5757804791109487, - "tests/test_create.py::test_install_virtual_packages[classic-__linux-True]": 0.5709048524747709, - "tests/test_create.py::test_install_virtual_packages[classic-__osx-False]": 0.9303456076651304, - "tests/test_create.py::test_install_virtual_packages[classic-__unix-True]": 0.5728852764777631, - "tests/test_create.py::test_install_virtual_packages[classic-__win-False]": 0.8998147653766527, - "tests/test_create.py::test_install_virtual_packages[libmamba-__glibc-True]": 0.9216636245930246, - "tests/test_create.py::test_install_virtual_packages[libmamba-__linux-True]": 0.7303482452947503, - "tests/test_create.py::test_install_virtual_packages[libmamba-__osx-False]": 0.6965798210586565, - "tests/test_create.py::test_install_virtual_packages[libmamba-__unix-True]": 0.6934049309342033, - "tests/test_create.py::test_install_virtual_packages[libmamba-__win-False]": 0.68629707004906, - "tests/test_create.py::test_json_create_install_update_remove[classic]": 86.69126626164073, - "tests/test_create.py::test_json_create_install_update_remove[libmamba]": 10.835758874043888, - "tests/test_create.py::test_list_with_pip_no_binary[classic]": 12.584631530071468, - "tests/test_create.py::test_list_with_pip_no_binary[libmamba]": 8.686417039169964, - "tests/test_create.py::test_list_with_pip_wheel[classic]": 24.877599214839528, - "tests/test_create.py::test_list_with_pip_wheel[libmamba]": 14.611654841007756, - "tests/test_create.py::test_menuinst_v2[classic]": 4.11048555098199, - "tests/test_create.py::test_menuinst_v2[libmamba]": 2.313945256796704, - "tests/test_create.py::test_neutering_of_historic_specs[classic]": 96.3383493019971, - "tests/test_create.py::test_neutering_of_historic_specs[libmamba]": 21.184505084922222, - "tests/test_create.py::test_noarch_generic_package[classic]": 0.27291118003545, - "tests/test_create.py::test_noarch_generic_package[libmamba]": 0.25664672395908794, - "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[classic]": 19.17506164483532, - "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[libmamba]": 13.152142088485824, - "tests/test_create.py::test_noarch_python_package_with_entry_points[classic]": 56.656425647372814, - "tests/test_create.py::test_noarch_python_package_with_entry_points[libmamba]": 9.21247276085158, - "tests/test_create.py::test_noarch_python_package_without_entry_points[classic]": 54.900951068251885, - "tests/test_create.py::test_noarch_python_package_without_entry_points[libmamba]": 8.719369438288764, - "tests/test_create.py::test_nonadmin_file_untouched[classic]": 1.0917082611407645, - "tests/test_create.py::test_nonadmin_file_untouched[libmamba]": 2.105116773298284, - "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[classic]": 0.5353990666233149, - "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[libmamba]": 1.3780218161912592, - "tests/test_create.py::test_offline_with_empty_index_cache[classic]": 12.397077513096912, - "tests/test_create.py::test_offline_with_empty_index_cache[libmamba]": 5.254033288092562, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.SpecTypes-conda.env.specs.SpecTypes]": 0.0018666601414292806, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.BinstarSpec-conda.env.specs.binstar.BinstarSpec]": 0.002104282492863064, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.ENVIRONMENT_TYPE-conda.env.specs.binstar.ENVIRONMENT_TYPE]": 0.004030303017577843, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.detect-conda.env.specs.detect]": 0.003444430918163064, + "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.0032963857894288363, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.requirements.RequirementsSpec-conda.env.specs.requirements.RequirementsSpec]": 0.0031541796385525403, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.yaml_file.YamlFileSpec-conda.env.specs.yaml_file.YamlFileSpec]": 0.0031379422873865745, + "tests/test_create.py::test_allow_softlinks[classic]": 0.3188380682386094, + "tests/test_create.py::test_allow_softlinks[libmamba]": 0.5410120874160937, + "tests/test_create.py::test_channel_usage_replacing_python[classic]": 212.38434402738844, + "tests/test_create.py::test_channel_usage_replacing_python[libmamba]": 171.38010161682345, + "tests/test_create.py::test_clone_offline_simple[classic]": 0.6009069554323478, + "tests/test_create.py::test_clone_offline_simple[libmamba]": 0.5467900173667373, + "tests/test_create.py::test_clone_offline_with_untracked[classic]": 0.7420351134622492, + "tests/test_create.py::test_clone_offline_with_untracked[libmamba]": 0.5495742153927451, + "tests/test_create.py::test_compile_pyc[classic-False]": 10.68249356530655, + "tests/test_create.py::test_compile_pyc[classic-True]": 0.9190685578397403, + "tests/test_create.py::test_compile_pyc[libmamba-False]": 6.47362476005809, + "tests/test_create.py::test_compile_pyc[libmamba-True]": 1.446035071988443, + "tests/test_create.py::test_conda_downgrade[classic]": 187.4849439088835, + "tests/test_create.py::test_conda_downgrade[libmamba]": 130.22129250371273, + "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[classic]": 28.44348475156658, + "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[libmamba]": 9.360026388603806, + "tests/test_create.py::test_conda_pip_interop_conda_editable_package[classic]": 21.66655313234299, + "tests/test_create.py::test_conda_pip_interop_conda_editable_package[libmamba]": 20.685746166300934, + "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[classic]": 28.889406256328876, + "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[libmamba]": 16.443428558451878, + "tests/test_create.py::test_conda_update_package_not_installed[classic]": 0.2745698785138418, + "tests/test_create.py::test_conda_update_package_not_installed[libmamba]": 0.9049204231244274, + "tests/test_create.py::test_create_default_packages[classic]": 0.495340147841198, + "tests/test_create.py::test_create_default_packages[libmamba]": 0.3963113971331943, + "tests/test_create.py::test_create_default_packages_no_default_packages[classic]": 0.39985306888262423, + "tests/test_create.py::test_create_default_packages_no_default_packages[libmamba]": 0.4205149825964258, + "tests/test_create.py::test_create_dry_run[classic]": 7.192500222632961, + "tests/test_create.py::test_create_dry_run[libmamba]": 1.3988708852244696, + "tests/test_create.py::test_create_dry_run_json[classic]": 7.014420413374523, + "tests/test_create.py::test_create_dry_run_json[libmamba]": 0.8490065256361143, + "tests/test_create.py::test_create_dry_run_without_prefix[classic]": 0.22296008578440477, + "tests/test_create.py::test_create_dry_run_without_prefix[libmamba]": 0.6490433654245217, + "tests/test_create.py::test_create_dry_run_yes_safety[classic]": 0.3106413891681774, + "tests/test_create.py::test_create_dry_run_yes_safety[libmamba]": 0.7460538332249447, + "tests/test_create.py::test_create_empty_env[classic]": 0.23804527477706444, + "tests/test_create.py::test_create_empty_env[libmamba]": 0.8975198266516462, + "tests/test_create.py::test_create_env_different_platform[classic-cli]": 0.5984654322600709, + "tests/test_create.py::test_create_env_different_platform[classic-env]": 0.5530193244461196, + "tests/test_create.py::test_create_env_different_platform[libmamba-cli]": 0.4788596580193752, + "tests/test_create.py::test_create_env_different_platform[libmamba-env]": 0.5864686638451451, + "tests/test_create.py::test_create_install_update_remove_smoketest[classic]": 169.9027555960885, + "tests/test_create.py::test_create_install_update_remove_smoketest[libmamba]": 49.26369209750996, + "tests/test_create.py::test_create_no_deps_flag[classic]": 0.2470758926653429, + "tests/test_create.py::test_create_no_deps_flag[libmamba]": 0.37233030275072665, + "tests/test_create.py::test_create_only_deps_flag[classic]": 1.1990877920250587, + "tests/test_create.py::test_create_only_deps_flag[libmamba]": 0.8984487643706757, + "tests/test_create.py::test_create_override_channels_enabled[classic]": 0.7096756984931754, + "tests/test_create.py::test_create_override_channels_enabled[libmamba]": 1.001411873847483, + "tests/test_create.py::test_create_without_prefix_raises_argument_error[classic]": 0.07431445615570322, + "tests/test_create.py::test_create_without_prefix_raises_argument_error[libmamba]": 0.07626664715577494, + "tests/test_create.py::test_cross_channel_incompatibility[classic]": 94.28444071994595, + "tests/test_create.py::test_cross_channel_incompatibility[libmamba]": 3.697732270642158, + "tests/test_create.py::test_directory_not_a_conda_environment[classic]": 0.07107442698435586, + "tests/test_create.py::test_directory_not_a_conda_environment[libmamba]": 0.07469612160403218, + "tests/test_create.py::test_disallowed_packages[classic]": 15.098519638826785, + "tests/test_create.py::test_disallowed_packages[libmamba]": 2.726225789649325, + "tests/test_create.py::test_dont_remove_conda_1[classic]": 197.46411730233086, + "tests/test_create.py::test_dont_remove_conda_1[libmamba]": 17.739318755129588, + "tests/test_create.py::test_dont_remove_conda_2[classic]": 154.55413386335343, + "tests/test_create.py::test_dont_remove_conda_2[libmamba]": 14.587865937295705, + "tests/test_create.py::test_download_only_flag[classic]": 10.925549351138164, + "tests/test_create.py::test_download_only_flag[libmamba]": 2.582857626420857, + "tests/test_create.py::test_force_remove[classic]": 56.19798278574025, + "tests/test_create.py::test_force_remove[libmamba]": 3.0006907057863783, + "tests/test_create.py::test_install_bound_virtual_package[classic]": 0.3386852981557697, + "tests/test_create.py::test_install_bound_virtual_package[libmamba]": 0.8863225698584142, + "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[classic]": 1.6361297232300664, + "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[libmamba]": 1.8951016478602214, + "tests/test_create.py::test_install_force_reinstall_flag[classic]": 0.425011555662769, + "tests/test_create.py::test_install_force_reinstall_flag[libmamba]": 0.3177481400664395, + "tests/test_create.py::test_install_only_deps_flag[classic]": 0.6887077091119369, + "tests/test_create.py::test_install_only_deps_flag[libmamba]": 0.5845021672321722, + "tests/test_create.py::test_install_prune_flag[classic]": 62.086647835218955, + "tests/test_create.py::test_install_prune_flag[libmamba]": 8.504012820360892, + "tests/test_create.py::test_install_python_and_search[classic]": 86.44483732560028, + "tests/test_create.py::test_install_python_and_search[libmamba]": 33.941202537682244, + "tests/test_create.py::test_install_tarball_from_file_based_channel[classic]": 1.0734056606816769, + "tests/test_create.py::test_install_tarball_from_file_based_channel[libmamba]": 1.2758314491072953, + "tests/test_create.py::test_install_update_deps_flag[classic]": 0.7630738235291563, + "tests/test_create.py::test_install_update_deps_flag[libmamba]": 0.5461594473782865, + "tests/test_create.py::test_install_update_deps_only_deps_flags[classic]": 0.9572114167175467, + "tests/test_create.py::test_install_update_deps_only_deps_flags[libmamba]": 0.5533687236924314, + "tests/test_create.py::test_install_virtual_packages[classic-__glibc-True]": 0.5772685689705722, + "tests/test_create.py::test_install_virtual_packages[classic-__linux-True]": 0.5722823603273538, + "tests/test_create.py::test_install_virtual_packages[classic-__osx-False]": 0.934555066421629, + "tests/test_create.py::test_install_virtual_packages[classic-__unix-True]": 0.5750375946800096, + "tests/test_create.py::test_install_virtual_packages[classic-__win-False]": 0.9034877715046656, + "tests/test_create.py::test_install_virtual_packages[libmamba-__glibc-True]": 0.9177397091613614, + "tests/test_create.py::test_install_virtual_packages[libmamba-__linux-True]": 0.7339904967823794, + "tests/test_create.py::test_install_virtual_packages[libmamba-__osx-False]": 0.6968869949577151, + "tests/test_create.py::test_install_virtual_packages[libmamba-__unix-True]": 0.7003353658211733, + "tests/test_create.py::test_install_virtual_packages[libmamba-__win-False]": 0.6877890300259981, + "tests/test_create.py::test_json_create_install_update_remove[classic]": 86.74041374240078, + "tests/test_create.py::test_json_create_install_update_remove[libmamba]": 10.808514530904137, + "tests/test_create.py::test_list_with_pip_no_binary[classic]": 12.600204815206368, + "tests/test_create.py::test_list_with_pip_no_binary[libmamba]": 8.589130846433513, + "tests/test_create.py::test_list_with_pip_wheel[classic]": 24.895116127796726, + "tests/test_create.py::test_list_with_pip_wheel[libmamba]": 14.491076923467329, + "tests/test_create.py::test_menuinst_v2[classic]": 4.134978013388342, + "tests/test_create.py::test_menuinst_v2[libmamba]": 2.2772266764082403, + "tests/test_create.py::test_neutering_of_historic_specs[classic]": 96.06783498020667, + "tests/test_create.py::test_neutering_of_historic_specs[libmamba]": 20.618548060698835, + "tests/test_create.py::test_noarch_generic_package[classic]": 0.2741910712687293, + "tests/test_create.py::test_noarch_generic_package[libmamba]": 0.2622449153316669, + "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[classic]": 19.168848574322862, + "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[libmamba]": 12.90642725243127, + "tests/test_create.py::test_noarch_python_package_with_entry_points[classic]": 56.7436316287805, + "tests/test_create.py::test_noarch_python_package_with_entry_points[libmamba]": 9.199643405430772, + "tests/test_create.py::test_noarch_python_package_without_entry_points[classic]": 54.99543609472728, + "tests/test_create.py::test_noarch_python_package_without_entry_points[libmamba]": 8.725711730841454, + "tests/test_create.py::test_nonadmin_file_untouched[classic]": 1.1049031804286278, + "tests/test_create.py::test_nonadmin_file_untouched[libmamba]": 2.124608739368282, + "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[classic]": 0.5407874804876013, + "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[libmamba]": 1.3789529511343073, + "tests/test_create.py::test_offline_with_empty_index_cache[classic]": 12.411227133415709, + "tests/test_create.py::test_offline_with_empty_index_cache[libmamba]": 5.255347187562142, "tests/test_create.py::test_override_channels[classic]": 0.2330730099060675, "tests/test_create.py::test_override_channels[libmamba]": 0.3230937813248924, - "tests/test_create.py::test_override_channels_disabled[classic]": 0.19745368227163826, - "tests/test_create.py::test_override_channels_disabled[libmamba]": 0.15638675805762786, - "tests/test_create.py::test_package_cache_regression[classic]": 0.3372198226571518, - "tests/test_create.py::test_package_cache_regression[libmamba]": 0.3094040050537245, - "tests/test_create.py::test_package_optional_pinning[classic]": 1.0797587207156476, - "tests/test_create.py::test_package_optional_pinning[libmamba]": 0.8951000801015451, - "tests/test_create.py::test_package_pinning[classic]": 1.126358838193709, - "tests/test_create.py::test_package_pinning[libmamba]": 0.8954323345287896, - "tests/test_create.py::test_packages_not_found[classic]": 0.5752053273355642, - "tests/test_create.py::test_packages_not_found[libmamba]": 1.1420816188284917, - "tests/test_create.py::test_pinned_override_with_explicit_spec[classic]": 1.0365136768661471, - "tests/test_create.py::test_pinned_override_with_explicit_spec[libmamba]": 0.7713886355571039, - "tests/test_create.py::test_post_link_run_in_env[classic]": 1.290526854521147, - "tests/test_create.py::test_post_link_run_in_env[libmamba]": 1.886851447750176, - "tests/test_create.py::test_python_site_packages_path[classic]": 1.279862223374601, - "tests/test_create.py::test_python_site_packages_path[libmamba]": 1.207597059278755, - "tests/test_create.py::test_remove_empty_env[classic]": 0.4967804125267872, - "tests/test_create.py::test_remove_empty_env[libmamba]": 0.891190054577106, - "tests/test_create.py::test_remove_force_remove_flag[classic]": 10.460305810868649, - "tests/test_create.py::test_remove_force_remove_flag[libmamba]": 6.0637136798507445, - "tests/test_create.py::test_remove_ignore_nonenv[classic]": 0.06563038991748016, - "tests/test_create.py::test_remove_ignore_nonenv[libmamba]": 0.06818104840734113, - "tests/test_create.py::test_remove_spellcheck[classic]": 0.6910246851038757, - "tests/test_create.py::test_remove_spellcheck[libmamba]": 0.6307656769643287, - "tests/test_create.py::test_repodata_v2_base_url[classic]": 0.584057036997731, - "tests/test_create.py::test_repodata_v2_base_url[libmamba]": 0.32259501638422333, - "tests/test_create.py::test_rm_rf[classic]": 10.115030120842817, - "tests/test_create.py::test_rm_rf[libmamba]": 6.569186912412501, - "tests/test_create.py::test_run_preserves_arguments[classic]": 15.403303780750068, - "tests/test_create.py::test_run_preserves_arguments[libmamba]": 7.290457261707261, - "tests/test_create.py::test_run_script_called[classic]": 10.409627445178824, - "tests/test_create.py::test_run_script_called[libmamba]": 2.9441260476426576, - "tests/test_create.py::test_safety_checks_disabled[classic]": 9.488867817709934, - "tests/test_create.py::test_safety_checks_disabled[libmamba]": 6.015639431583367, - "tests/test_create.py::test_safety_checks_enabled[classic]": 11.807840136621797, - "tests/test_create.py::test_safety_checks_enabled[libmamba]": 6.516186004302719, - "tests/test_create.py::test_safety_checks_warn[classic]": 13.450304820744519, - "tests/test_create.py::test_safety_checks_warn[libmamba]": 8.09877964510511, - "tests/test_create.py::test_search_override_channels_enabled[classic]": 0.22697608766791397, - "tests/test_create.py::test_search_override_channels_enabled[libmamba]": 0.26418622129825153, - "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[classic]": 9.887307196416026, - "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[libmamba]": 8.41958209706248, - "tests/test_create.py::test_shortcut_absent_when_condarc_set[classic]": 9.715460416497706, - "tests/test_create.py::test_shortcut_absent_when_condarc_set[libmamba]": 8.51303142182461, - "tests/test_create.py::test_shortcut_creation_installs_shortcut[classic]": 6.201897756817642, - "tests/test_create.py::test_shortcut_creation_installs_shortcut[libmamba]": 6.450039681347222, - "tests/test_create.py::test_strict_channel_priority[classic]": 0.00036257828585015654, - "tests/test_create.py::test_strict_channel_priority[libmamba]": 0.0004972027249455679, - "tests/test_create.py::test_strict_resolve_get_reduced_index[classic]": 76.59150021795091, - "tests/test_create.py::test_strict_resolve_get_reduced_index[libmamba]": 78.31727493312063, - "tests/test_create.py::test_tarball_install[classic]": 0.5672508823401585, - "tests/test_create.py::test_tarball_install[libmamba]": 0.5188947331291895, - "tests/test_create.py::test_tarball_install_and_bad_metadata[classic]": 1.3123633336907912, - "tests/test_create.py::test_tarball_install_and_bad_metadata[libmamba]": 0.9378004768042502, - "tests/test_create.py::test_transactional_rollback_simple[classic]": 0.5469855360653434, - "tests/test_create.py::test_transactional_rollback_simple[libmamba]": 0.46828754775321796, - "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[classic]": 0.8487070860056702, - "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[libmamba]": 0.6715335291004646, - "tests/test_create.py::test_update_all_updates_pip_pkg[classic]": 20.122933118031234, - "tests/test_create.py::test_update_all_updates_pip_pkg[libmamba]": 11.980881514324313, - "tests/test_create.py::test_update_deps_flag_absent[classic]": 0.7306040956661819, - "tests/test_create.py::test_update_deps_flag_absent[libmamba]": 0.625122329082662, - "tests/test_create.py::test_update_deps_flag_present[classic]": 0.9280910165517734, - "tests/test_create.py::test_update_deps_flag_present[libmamba]": 0.6887265357010791, - "tests/test_create.py::test_update_with_pinned_packages[classic]": 0.6790294202565255, - "tests/test_create.py::test_update_with_pinned_packages[libmamba]": 0.5469399349719394, - "tests/test_create.py::test_use_index_cache[classic]": 14.545663290151573, - "tests/test_create.py::test_use_index_cache[libmamba]": 14.961029907511437, - "tests/test_deprecations.py::test_action[future]": 0.0024973150667912084, - "tests/test_deprecations.py::test_action[pending]": 0.002631978595719863, - "tests/test_deprecations.py::test_action[remove]": 0.002182170938400621, - "tests/test_deprecations.py::test_arguments[deprecated]": 0.0019429032088998939, - "tests/test_deprecations.py::test_arguments[pending]": 0.0019907285619886763, - "tests/test_deprecations.py::test_arguments[remove]": 0.0018485094641179573, - "tests/test_deprecations.py::test_class[deprecated]": 0.0019523543119626418, - "tests/test_deprecations.py::test_class[pending]": 0.0019375718146518468, - "tests/test_deprecations.py::test_class[remove]": 0.0019173094055326822, - "tests/test_deprecations.py::test_constant[deprecated]": 0.0025300372448139835, - "tests/test_deprecations.py::test_constant[pending]": 0.002510190711652429, - "tests/test_deprecations.py::test_constant[remove]": 0.0028597664813703465, - "tests/test_deprecations.py::test_function[deprecated]": 0.0021579768590982936, - "tests/test_deprecations.py::test_function[pending]": 0.0023162256954633352, - "tests/test_deprecations.py::test_function[remove]": 0.0018956617409089302, - "tests/test_deprecations.py::test_method[deprecated]": 0.002047562603210608, - "tests/test_deprecations.py::test_method[pending]": 0.002133981551900512, - "tests/test_deprecations.py::test_method[remove]": 0.0018782123722688132, - "tests/test_deprecations.py::test_module[deprecated]": 0.0025665572971235863, - "tests/test_deprecations.py::test_module[pending]": 0.002596557876434885, - "tests/test_deprecations.py::test_module[remove]": 0.0025241195227364054, - "tests/test_deprecations.py::test_topic[deprecated]": 0.001879476016495508, - "tests/test_deprecations.py::test_topic[pending]": 0.0018927556876898656, - "tests/test_deprecations.py::test_topic[remove]": 0.0018475012515503327, - "tests/test_deprecations.py::test_version_fallback": 0.001752669908718325, - "tests/test_exceptions.py::test_BasicClobberError": 0.012516265104565116, - "tests/test_exceptions.py::test_BinaryPrefixReplacementError": 0.02363043608209067, - "tests/test_exceptions.py::test_CommandNotFoundError_conda_build": 0.023112187119316355, - "tests/test_exceptions.py::test_CommandNotFoundError_simple": 0.02371019252316545, - "tests/test_exceptions.py::test_CondaFileNotFoundError": 0.022840927679899786, - "tests/test_exceptions.py::test_CondaHTTPError": 0.023724221296005498, - "tests/test_exceptions.py::test_CondaKeyError": 0.022810110994887355, - "tests/test_exceptions.py::test_DirectoryNotFoundError": 0.022844024578185292, - "tests/test_exceptions.py::test_KnownPackageClobberError": 0.01298416159773963, - "tests/test_exceptions.py::test_MD5MismatchError": 0.02328879085448328, - "tests/test_exceptions.py::test_PackageNotFoundError": 0.02331108173963762, + "tests/test_create.py::test_override_channels_disabled[classic]": 0.19920681911660873, + "tests/test_create.py::test_override_channels_disabled[libmamba]": 0.15656694683532157, + "tests/test_create.py::test_package_cache_regression[classic]": 0.33900596610484873, + "tests/test_create.py::test_package_cache_regression[libmamba]": 0.30982830319287474, + "tests/test_create.py::test_package_optional_pinning[classic]": 1.0935413875752387, + "tests/test_create.py::test_package_optional_pinning[libmamba]": 0.9065435742458438, + "tests/test_create.py::test_package_pinning[classic]": 1.1393991193002069, + "tests/test_create.py::test_package_pinning[libmamba]": 0.9070341549358114, + "tests/test_create.py::test_packages_not_found[classic]": 0.5816496210964985, + "tests/test_create.py::test_packages_not_found[libmamba]": 1.144659597976168, + "tests/test_create.py::test_pinned_override_with_explicit_spec[classic]": 1.0434207147786012, + "tests/test_create.py::test_pinned_override_with_explicit_spec[libmamba]": 0.7715045684955597, + "tests/test_create.py::test_post_link_run_in_env[classic]": 1.2919296545798808, + "tests/test_create.py::test_post_link_run_in_env[libmamba]": 1.8763147552217108, + "tests/test_create.py::test_python_site_packages_path[classic]": 1.2843793657041962, + "tests/test_create.py::test_python_site_packages_path[libmamba]": 1.208150188326153, + "tests/test_create.py::test_remove_empty_env[classic]": 0.5017698989468106, + "tests/test_create.py::test_remove_empty_env[libmamba]": 0.8945790624505067, + "tests/test_create.py::test_remove_force_remove_flag[classic]": 10.46905790287824, + "tests/test_create.py::test_remove_force_remove_flag[libmamba]": 6.070229468868854, + "tests/test_create.py::test_remove_ignore_nonenv[classic]": 0.06563789625186853, + "tests/test_create.py::test_remove_ignore_nonenv[libmamba]": 0.06814490560988633, + "tests/test_create.py::test_remove_spellcheck[classic]": 0.6981758059494083, + "tests/test_create.py::test_remove_spellcheck[libmamba]": 0.6404770461677047, + "tests/test_create.py::test_repodata_v2_base_url[classic]": 0.5891624529593437, + "tests/test_create.py::test_repodata_v2_base_url[libmamba]": 0.3222070123806471, + "tests/test_create.py::test_rm_rf[classic]": 10.122862270533695, + "tests/test_create.py::test_rm_rf[libmamba]": 6.501418696521149, + "tests/test_create.py::test_run_preserves_arguments[classic]": 15.348085001120316, + "tests/test_create.py::test_run_preserves_arguments[libmamba]": 7.265020928508633, + "tests/test_create.py::test_run_script_called[classic]": 10.394072141527536, + "tests/test_create.py::test_run_script_called[libmamba]": 2.90719641974409, + "tests/test_create.py::test_safety_checks_disabled[classic]": 9.48860822495956, + "tests/test_create.py::test_safety_checks_disabled[libmamba]": 5.791905405019152, + "tests/test_create.py::test_safety_checks_enabled[classic]": 11.875775306470041, + "tests/test_create.py::test_safety_checks_enabled[libmamba]": 6.289653768827807, + "tests/test_create.py::test_safety_checks_warn[classic]": 13.448460419191836, + "tests/test_create.py::test_safety_checks_warn[libmamba]": 8.105649723705826, + "tests/test_create.py::test_search_override_channels_enabled[classic]": 0.22665821465817607, + "tests/test_create.py::test_search_override_channels_enabled[libmamba]": 0.24874012212965627, + "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[classic]": 9.889003302470785, + "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[libmamba]": 8.481473037198825, + "tests/test_create.py::test_shortcut_absent_when_condarc_set[classic]": 9.72450648525641, + "tests/test_create.py::test_shortcut_absent_when_condarc_set[libmamba]": 8.52582506188249, + "tests/test_create.py::test_shortcut_creation_installs_shortcut[classic]": 6.203779286218487, + "tests/test_create.py::test_shortcut_creation_installs_shortcut[libmamba]": 6.44907109488873, + "tests/test_create.py::test_strict_channel_priority[classic]": 0.00036253840186319623, + "tests/test_create.py::test_strict_channel_priority[libmamba]": 0.0004975048899276428, + "tests/test_create.py::test_strict_resolve_get_reduced_index[classic]": 76.65557625577256, + "tests/test_create.py::test_strict_resolve_get_reduced_index[libmamba]": 78.38309090429489, + "tests/test_create.py::test_tarball_install[classic]": 0.5722003071760247, + "tests/test_create.py::test_tarball_install[libmamba]": 0.5235676770208773, + "tests/test_create.py::test_tarball_install_and_bad_metadata[classic]": 1.3236882212917511, + "tests/test_create.py::test_tarball_install_and_bad_metadata[libmamba]": 0.9397099428941578, + "tests/test_create.py::test_transactional_rollback_simple[classic]": 0.5531730355150378, + "tests/test_create.py::test_transactional_rollback_simple[libmamba]": 0.47432403810135404, + "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[classic]": 0.8614435818869344, + "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[libmamba]": 0.6803492381727538, + "tests/test_create.py::test_update_all_updates_pip_pkg[classic]": 20.140470582268417, + "tests/test_create.py::test_update_all_updates_pip_pkg[libmamba]": 11.838870890755976, + "tests/test_create.py::test_update_deps_flag_absent[classic]": 0.7401507551604066, + "tests/test_create.py::test_update_deps_flag_absent[libmamba]": 0.6326654665756023, + "tests/test_create.py::test_update_deps_flag_present[classic]": 0.9387646657643902, + "tests/test_create.py::test_update_deps_flag_present[libmamba]": 0.6945074242355359, + "tests/test_create.py::test_update_with_pinned_packages[classic]": 0.6830424022933922, + "tests/test_create.py::test_update_with_pinned_packages[libmamba]": 0.5516291886498426, + "tests/test_create.py::test_use_index_cache[classic]": 14.581560075741875, + "tests/test_create.py::test_use_index_cache[libmamba]": 14.960051685874904, + "tests/test_deprecations.py::test_action[future]": 0.0024990090990342035, + "tests/test_deprecations.py::test_action[pending]": 0.002636180537011226, + "tests/test_deprecations.py::test_action[remove]": 0.002184342381606592, + "tests/test_deprecations.py::test_arguments[deprecated]": 0.0019409185666334342, + "tests/test_deprecations.py::test_arguments[pending]": 0.0019977115373320795, + "tests/test_deprecations.py::test_arguments[remove]": 0.0018507659960726557, + "tests/test_deprecations.py::test_class[deprecated]": 0.0019517958878398608, + "tests/test_deprecations.py::test_class[pending]": 0.0019395523374540918, + "tests/test_deprecations.py::test_class[remove]": 0.0019180504026447562, + "tests/test_deprecations.py::test_constant[deprecated]": 0.0025300874212639693, + "tests/test_deprecations.py::test_constant[pending]": 0.002511798002120342, + "tests/test_deprecations.py::test_constant[remove]": 0.002852923398035911, + "tests/test_deprecations.py::test_function[deprecated]": 0.002157983336737633, + "tests/test_deprecations.py::test_function[pending]": 0.002319828738819061, + "tests/test_deprecations.py::test_function[remove]": 0.0019179009091121616, + "tests/test_deprecations.py::test_method[deprecated]": 0.0020503707503435175, + "tests/test_deprecations.py::test_method[pending]": 0.002127074830279691, + "tests/test_deprecations.py::test_method[remove]": 0.001878817847527161, + "tests/test_deprecations.py::test_module[deprecated]": 0.0025712226632464905, + "tests/test_deprecations.py::test_module[pending]": 0.0025999996440705824, + "tests/test_deprecations.py::test_module[remove]": 0.002529798051455655, + "tests/test_deprecations.py::test_topic[deprecated]": 0.0018791434166907995, + "tests/test_deprecations.py::test_topic[pending]": 0.0018907684433435564, + "tests/test_deprecations.py::test_topic[remove]": 0.0018502309657128376, + "tests/test_deprecations.py::test_version_fallback": 0.0017550732205675575, + "tests/test_exceptions.py::test_BasicClobberError": 0.012503932939176756, + "tests/test_exceptions.py::test_BinaryPrefixReplacementError": 0.023630243856143644, + "tests/test_exceptions.py::test_CommandNotFoundError_conda_build": 0.02312948870053774, + "tests/test_exceptions.py::test_CommandNotFoundError_simple": 0.023705930524843547, + "tests/test_exceptions.py::test_CondaFileNotFoundError": 0.022828503106243313, + "tests/test_exceptions.py::test_CondaHTTPError": 0.023703779002693732, + "tests/test_exceptions.py::test_CondaKeyError": 0.022835555747345575, + "tests/test_exceptions.py::test_DirectoryNotFoundError": 0.022855107648295486, + "tests/test_exceptions.py::test_KnownPackageClobberError": 0.012953788742389196, + "tests/test_exceptions.py::test_MD5MismatchError": 0.023322381765360518, + "tests/test_exceptions.py::test_PackageNotFoundError": 0.02333389757077119, "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2": 0.004012147512083931, - "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[False]": 0.012286233051548863, - "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[True]": 0.01454221708648439, - "tests/test_exceptions.py::test_SharedLinkPathClobberError": 0.012381442230665096, - "tests/test_exceptions.py::test_TooManyArgumentsError": 0.02322639021531922, - "tests/test_exceptions.py::test_UnknownPackageClobberError": 0.012559597065779339, - "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_1": 0.022087998184898833, - "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_2": 0.012248881759558374, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_1": 0.024302126332794258, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_2": 0.02440831520864051, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_3": 0.02564121315934802, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_spaces": 0.022425313239641274, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_unicode": 0.022266766968791703, + "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[False]": 0.012293960163271275, + "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[True]": 0.014473633347895597, + "tests/test_exceptions.py::test_SharedLinkPathClobberError": 0.01237340210944635, + "tests/test_exceptions.py::test_TooManyArgumentsError": 0.023217879958276233, + "tests/test_exceptions.py::test_UnknownPackageClobberError": 0.012514201720311492, + "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_1": 0.02207050350884294, + "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_2": 0.012229370668384785, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_1": 0.024263430139349323, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_2": 0.024377438476392566, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_3": 0.02555531458127371, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_spaces": 0.02244384628777899, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_unicode": 0.02229544191146283, "tests/test_export.py::test_explicit[classic---md5]": 32.3180046415001, "tests/test_export.py::test_explicit[classic---quiet]": 31.170783107000023, "tests/test_export.py::test_explicit[classic---sha256]": 15.515655252166617, - "tests/test_export.py::test_explicit[classic]": 23.96258682574794, - "tests/test_export.py::test_explicit[libmamba---md5]": 1.8620000353333899, + "tests/test_export.py::test_explicit[classic]": 23.962586825747938, + "tests/test_export.py::test_explicit[libmamba---md5]": 1.8620000353333896, "tests/test_export.py::test_explicit[libmamba---quiet]": 1.935239453666611, "tests/test_export.py::test_explicit[libmamba---sha256]": 2.082938511833561, "tests/test_export.py::test_explicit[libmamba]": 4.332926372245821, @@ -2150,381 +2150,381 @@ "tests/test_export.py::test_explicit_parser[libmamba-https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-sha256:2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-None]": 0.013184865833342961, "tests/test_export.py::test_explicit_parser[libmamba-https://conda.anaconda.org/conda-forge/noarch/doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.013176763333343423, "tests/test_export.py::test_export[classic]": 30.151833450656127, - "tests/test_export.py::test_export[libmamba]": 3.2530989184624435, - "tests/test_exports.py::test_deprecations[Completer-None]": 0.0018470843980929433, - "tests/test_exports.py::test_deprecations[IndexRecord-TypeError]": 0.0018721626903983545, - "tests/test_exports.py::test_deprecations[InstalledPackages-None]": 0.001830965031054708, - "tests/test_exports.py::test_deprecations[KEYS-TypeError]": 0.0018649351692966482, - "tests/test_exports.py::test_deprecations[KEYS_DIR-TypeError]": 0.0019414207443347207, - "tests/test_exports.py::test_deprecations[_symlink_conda_hlp-TypeError]": 0.0018313339388538654, + "tests/test_export.py::test_export[libmamba]": 3.253098918462444, + "tests/test_exports.py::test_deprecations[Completer-None]": 0.0018502322600138148, + "tests/test_exports.py::test_deprecations[IndexRecord-TypeError]": 0.0018721626903983547, + "tests/test_exports.py::test_deprecations[InstalledPackages-None]": 0.0018340170230245947, + "tests/test_exports.py::test_deprecations[KEYS-TypeError]": 0.0018642376296323453, + "tests/test_exports.py::test_deprecations[KEYS_DIR-TypeError]": 0.001933327902565157, + "tests/test_exports.py::test_deprecations[_symlink_conda_hlp-TypeError]": 0.0018397219359139315, "tests/test_exports.py::test_deprecations[fetch_index-TypeError]": 0.0018262774096301497, - "tests/test_exports.py::test_deprecations[hash_file-TypeError]": 0.0018489407649418931, - "tests/test_exports.py::test_deprecations[iteritems-TypeError]": 0.001882118733313065, - "tests/test_exports.py::test_deprecations[move_to_trash-TypeError]": 0.001867725576493882, - "tests/test_exports.py::test_deprecations[symlink_conda-TypeError]": 0.00184159006561008, - "tests/test_exports.py::test_deprecations[verify-TypeError]": 0.0018391350244165198, - "tests/test_exports.py::test_deprecations[win_conda_bat_redirect-TypeError]": 0.00035332982080586543, - "tests/test_features.py::test_install_track_features_downgrade": 1.3323139608616352, - "tests/test_features.py::test_install_track_features_upgrade": 1.3882318516916115, - "tests/test_features.py::test_remove_features_downgrade": 0.4124102128254939, - "tests/test_features.py::test_remove_features_upgrade": 0.6206812454738871, - "tests/test_fetch.py::test_checksum_checks_bytes[bad-type]": 0.011289115595396622, - "tests/test_fetch.py::test_checksum_checks_bytes[gibberish]": 0.14073031263574395, - "tests/test_fetch.py::test_checksum_checks_bytes[original]": 0.46422489525390936, - "tests/test_fetch.py::test_checksum_checks_bytes[upper]": 0.07701246379170669, - "tests/test_fetch.py::test_download_connectionerror": 8.504133318427115, - "tests/test_fetch.py::test_download_http_errors": 0.0030737760813597578, - "tests/test_fetch.py::test_download_httperror": 0.0041008028809305245, - "tests/test_fetch.py::test_download_when_ranges_not_supported": 0.011251350742605304, - "tests/test_fetch.py::test_fetchrepodate_connectionerror": 8.625282260304795, - "tests/test_fetch.py::test_resume_download": 0.013640089476165875, - "tests/test_fetch.py::test_resume_partial": 0.6899153700868379, - "tests/test_fetch.py::test_tmpDownload": 0.13093416243171313, - "tests/test_history.py::test_calls_update_on_exit": 0.00430256243878919, - "tests/test_history.py::test_comment_parsing[conda 4.5.1]": 0.0017525274316120317, - "tests/test_history.py::test_comment_parsing[conda 4.5.1dev0]": 0.0017563132091077819, - "tests/test_history.py::test_comment_parsing[conda 4.5.1rc1]": 0.001755585968349169, - "tests/test_history.py::test_comment_parsing[post 4.4, install spec]": 0.0017740374375768198, - "tests/test_history.py::test_comment_parsing[post 4.4, update spec]": 0.0018084158133012686, - "tests/test_history.py::test_comment_parsing[pre 4.4, install many specs]": 0.0017840572144762804, - "tests/test_history.py::test_comment_parsing[pre 4.4, install one spec]": 0.0017593296499431065, - "tests/test_history.py::test_comment_parsing[pre 4.4, install two specs]": 0.0017716481724169375, - "tests/test_history.py::test_comment_parsing[pre 4.4, update one spec]": 0.0017497059759005206, - "tests/test_history.py::test_comment_parsing[pre 4.4, update two specs]": 0.0017971647652670652, - "tests/test_history.py::test_empty_history_check_on_empty_env": 0.004095024284406188, - "tests/test_history.py::test_history_malformed": 0.002946251211981939, - "tests/test_history.py::test_parse_on_empty_env": 0.004579959025047876, - "tests/test_history.py::test_returns_history_object_as_context_object": 0.0030159293188184943, - "tests/test_history.py::test_user_requests[0]": 0.0022132275987905405, - "tests/test_history.py::test_user_requests[1]": 0.0022980111638515057, - "tests/test_history.py::test_user_requests[2]": 0.0022020325541720776, - "tests/test_history.py::test_user_requests[3]": 0.0021587408183386466, - "tests/test_history.py::test_user_requests[4]": 0.0021664918103728214, - "tests/test_history.py::test_user_requests[5]": 0.0021304557364155065, - "tests/test_history.py::test_works_as_context_manager": 0.0023303587356137013, - "tests/test_install.py::test_binary[linux-64]": 0.007377547385771344, - "tests/test_install.py::test_binary[noarch]": 0.004877744422258037, - "tests/test_install.py::test_binary[win-64]": 0.003213838272003043, - "tests/test_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 88.82102676403461, - "tests/test_install.py::test_default_text": 0.0034192061073345203, - "tests/test_install.py::test_ends_with_newl[linux-64]": 0.002057146373555095, - "tests/test_install.py::test_ends_with_newl[noarch]": 0.001892335199671272, - "tests/test_install.py::test_ends_with_newl[win-64]": 0.00229863118654403, + "tests/test_exports.py::test_deprecations[hash_file-TypeError]": 0.0018517124879536225, + "tests/test_exports.py::test_deprecations[iteritems-TypeError]": 0.0018866030961681441, + "tests/test_exports.py::test_deprecations[move_to_trash-TypeError]": 0.0018697046749336559, + "tests/test_exports.py::test_deprecations[symlink_conda-TypeError]": 0.0018491406186189104, + "tests/test_exports.py::test_deprecations[verify-TypeError]": 0.0018380962523921506, + "tests/test_exports.py::test_deprecations[win_conda_bat_redirect-TypeError]": 0.00035324500813369345, + "tests/test_features.py::test_install_track_features_downgrade": 1.3438607460973928, + "tests/test_features.py::test_install_track_features_upgrade": 1.3973330880273516, + "tests/test_features.py::test_remove_features_downgrade": 0.4106956881971805, + "tests/test_features.py::test_remove_features_upgrade": 0.6235071515196446, + "tests/test_fetch.py::test_checksum_checks_bytes[bad-type]": 0.011234189686480916, + "tests/test_fetch.py::test_checksum_checks_bytes[gibberish]": 0.14479296595383823, + "tests/test_fetch.py::test_checksum_checks_bytes[original]": 0.4656410657439132, + "tests/test_fetch.py::test_checksum_checks_bytes[upper]": 0.07166024518910934, + "tests/test_fetch.py::test_download_connectionerror": 8.52610808237068, + "tests/test_fetch.py::test_download_http_errors": 0.003035677193630545, + "tests/test_fetch.py::test_download_httperror": 0.004098001903857987, + "tests/test_fetch.py::test_download_when_ranges_not_supported": 0.0097874288807359, + "tests/test_fetch.py::test_fetchrepodate_connectionerror": 8.625067303081426, + "tests/test_fetch.py::test_resume_download": 0.01368551117661255, + "tests/test_fetch.py::test_resume_partial": 0.6907131986445505, + "tests/test_fetch.py::test_tmpDownload": 0.13075411540588688, + "tests/test_history.py::test_calls_update_on_exit": 0.0042765830958114, + "tests/test_history.py::test_comment_parsing[conda 4.5.1]": 0.0017605276717362426, + "tests/test_history.py::test_comment_parsing[conda 4.5.1dev0]": 0.0017561960611432105, + "tests/test_history.py::test_comment_parsing[conda 4.5.1rc1]": 0.001755603802075044, + "tests/test_history.py::test_comment_parsing[post 4.4, install spec]": 0.0017888966447298907, + "tests/test_history.py::test_comment_parsing[post 4.4, update spec]": 0.0018148963692815516, + "tests/test_history.py::test_comment_parsing[pre 4.4, install many specs]": 0.001783604648657014, + "tests/test_history.py::test_comment_parsing[pre 4.4, install one spec]": 0.001760395974112581, + "tests/test_history.py::test_comment_parsing[pre 4.4, install two specs]": 0.0017743732856458027, + "tests/test_history.py::test_comment_parsing[pre 4.4, update one spec]": 0.0017563402959519037, + "tests/test_history.py::test_comment_parsing[pre 4.4, update two specs]": 0.001808147896114302, + "tests/test_history.py::test_empty_history_check_on_empty_env": 0.004099358622761068, + "tests/test_history.py::test_history_malformed": 0.002954123378986972, + "tests/test_history.py::test_parse_on_empty_env": 0.004527314936317448, + "tests/test_history.py::test_returns_history_object_as_context_object": 0.0029878167586424877, + "tests/test_history.py::test_user_requests[0]": 0.002215435186666369, + "tests/test_history.py::test_user_requests[1]": 0.0022944537963687987, + "tests/test_history.py::test_user_requests[2]": 0.002183374606395807, + "tests/test_history.py::test_user_requests[3]": 0.0021579892205958614, + "tests/test_history.py::test_user_requests[4]": 0.0021692405194488405, + "tests/test_history.py::test_user_requests[5]": 0.0021344675193217693, + "tests/test_history.py::test_works_as_context_manager": 0.002332376136130677, + "tests/test_install.py::test_binary[linux-64]": 0.007404057500718537, + "tests/test_install.py::test_binary[noarch]": 0.0048915919846054794, + "tests/test_install.py::test_binary[win-64]": 0.003225282348240479, + "tests/test_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 88.82102676403463, + "tests/test_install.py::test_default_text": 0.0034081505422158356, + "tests/test_install.py::test_ends_with_newl[linux-64]": 0.0020637426012454115, + "tests/test_install.py::test_ends_with_newl[noarch]": 0.0018998472428183363, + "tests/test_install.py::test_ends_with_newl[win-64]": 0.002313194584491602, "tests/test_install.py::test_install_freezes_env_by_default": 0.4045056122208268, "tests/test_install.py::test_install_from_extracted_package": 7.417486000328555, "tests/test_install.py::test_install_mkdir": 13.119640905277308, - "tests/test_install.py::test_long_default_text": 0.0030350329125034474, - "tests/test_install.py::test_multiple[linux-64]": 0.0018383990114157402, - "tests/test_install.py::test_multiple[noarch]": 0.0018067391982418603, - "tests/test_install.py::test_multiple[win-64]": 0.002291540157244576, - "tests/test_install.py::test_no_extra[linux-64]": 0.0017198279680479603, - "tests/test_install.py::test_no_extra[noarch]": 0.0017261888128911082, - "tests/test_install.py::test_no_extra[win-64]": 0.002357573697069238, - "tests/test_install.py::test_read_no_link": 0.002634707850617168, - "tests/test_install.py::test_shorter[linux-64]": 0.001793057391866493, - "tests/test_install.py::test_shorter[noarch]": 0.0018075553203233514, - "tests/test_install.py::test_shorter[win-64]": 0.0025381454980707117, - "tests/test_install.py::test_simple[linux-64]": 0.0057726351451099, - "tests/test_install.py::test_simple[noarch]": 0.0040802592607717255, - "tests/test_install.py::test_simple[win-64]": 0.002728659712108301, - "tests/test_install.py::test_spaces[linux-64]": 0.0022613381057947886, - "tests/test_install.py::test_spaces[noarch]": 0.0018763544963985312, - "tests/test_install.py::test_spaces[win-64]": 0.0023187841015885253, - "tests/test_install.py::test_too_long[linux-64]": 0.0017687045835469276, - "tests/test_install.py::test_too_long[noarch]": 0.0017522871725373062, - "tests/test_install.py::test_too_long[win-64]": 0.002022103093934147, - "tests/test_install.py::test_trash_outside_prefix": 0.09650991226691814, - "tests/test_install.py::test_two[linux-64]": 0.0017444021050135646, - "tests/test_install.py::test_two[noarch]": 0.0017425517073977976, - "tests/test_install.py::test_two[win-64]": 0.0022962684928227424, - "tests/test_install.py::test_windows_entry_point": 0.00041662696236057395, - "tests/test_install.py::test_yield_lines": 0.0025018564049136692, - "tests/test_instructions.py::test_check_files_in_tarball_files_exist": 0.0016367060631028345, - "tests/test_instructions.py::test_check_files_in_tarball_files_not_exist": 0.0016944084020350865, - "tests/test_instructions.py::test_expected_operation_order": 0.0016206357563623402, - "tests/test_instructions.py::test_simple_instruction": 0.0017939831900485876, - "tests/test_instructions.py::test_state": 0.0017437965215899216, - "tests/test_link_order.py::test_link_order_post_link_actions": 0.8268064908801382, - "tests/test_link_order.py::test_link_order_post_link_depend": 0.8596898559302566, - "tests/test_logic.py::test_ALL": 14.167038470838268, - "tests/test_logic.py::test_AMONE": 2.1784152526303706, - "tests/test_logic.py::test_AND": 0.016245591491809586, - "tests/test_logic.py::test_ANY": 13.74000045284124, - "tests/test_logic.py::test_ITE": 0.5733497014814195, - "tests/test_logic.py::test_LinearBound": 7.8052971170322225, - "tests/test_logic.py::test_NOT": 0.0026817078290840906, - "tests/test_logic.py::test_OR": 0.016343570445978103, - "tests/test_logic.py::test_XONE": 2.160712133609583, - "tests/test_logic.py::test_XOR": 0.0192561386810577, - "tests/test_logic.py::test_minimal_unsatisfiable_subset": 0.001803412146178043, - "tests/test_logic.py::test_minimize": 0.004284263107414004, - "tests/test_logic.py::test_sat": 0.002148948973891635, - "tests/test_misc.py::test_Utf8NamedTemporaryFile": 0.0019258083351920436, - "tests/test_misc.py::test_cache_fn_url": 0.0016556235286346707, - "tests/test_misc.py::test_explicit_missing_cache_entries": 2.593760869485706, - "tests/test_misc.py::test_explicit_no_cache": 0.005921958026723495, - "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03-ParseError]": 0.002056721242230384, - "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.003212812982161622, - "tests/test_misc.py::test_explicit_parser[doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.003233648215072238, - "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-None]": 0.0031891817288221564, - "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.0019673961376844907, - "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.001971794202159452, - "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.003096288524532158, - "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.0032061194296558178, - "tests/test_misc.py::test_url_pat_1": 0.001633238568079047, - "tests/test_misc.py::test_url_pat_2": 0.0016190912280945545, - "tests/test_misc.py::test_url_pat_3": 0.0016093789212167464, - "tests/test_misc.py::test_walk_prefix": 0.003573432220747846, - "tests/test_plan.py::test_adds_to_existing_actions": 0.0019524286701219696, - "tests/test_plan.py::test_deprecations[_get_best_prec_match]": 0.0017493540147513077, - "tests/test_plan.py::test_deprecations[_handle_menuinst]": 0.0017267983714473994, - "tests/test_plan.py::test_deprecations[_inject_UNLINKLINKTRANSACTION]": 0.0017218578974721815, - "tests/test_plan.py::test_deprecations[_plan_from_actions]": 0.0017240525850728686, - "tests/test_plan.py::test_deprecations[_update_old_plan]": 0.001706218966604671, - "tests/test_plan.py::test_deprecations[add_defaults_to_specs]": 0.001739570861772326, - "tests/test_plan.py::test_deprecations[add_unlink]": 0.0017774983782030249, - "tests/test_plan.py::test_deprecations[display_actions]": 0.0018365729672972465, - "tests/test_plan.py::test_deprecations[execute_actions]": 0.0017304528817566906, - "tests/test_plan.py::test_deprecations[execute_instructions]": 0.0017105670218309046, - "tests/test_plan.py::test_deprecations[execute_plan]": 0.0017224784319530772, - "tests/test_plan.py::test_deprecations[get_blank_actions]": 0.0017149841304189722, - "tests/test_plan.py::test_deprecations[install_actions]": 0.0017257961346480635, - "tests/test_plan.py::test_deprecations[print_dists]": 0.0018945302453134269, - "tests/test_plan.py::test_deprecations[revert_actions]": 0.0017261010154659855, - "tests/test_plan.py::test_display_actions_0": 0.08501684753206205, - "tests/test_plan.py::test_display_actions_features": 0.1143886094417579, - "tests/test_plan.py::test_display_actions_link_type": 0.01223871127005701, - "tests/test_plan.py::test_display_actions_show_channel_urls": 0.10046425247484328, - "tests/test_plan.py::test_execute_plan": 0.0018023277442938918, - "tests/test_plan.py::test_pinned_specs_CONDA_PINNED_PACKAGES": 0.012288916304434827, - "tests/test_plan.py::test_pinned_specs_all": 0.6287368135997948, - "tests/test_plan.py::test_pinned_specs_conda_meta_pinned": 0.5558513543882513, - "tests/test_plan.py::test_pinned_specs_condarc": 0.5934307007751587, - "tests/test_plan.py::test_simply_adds_unlink_on_non_windows": 0.002374377079133935, - "tests/test_plan.py::test_update_old_plan": 0.0017611135349827778, - "tests/test_priority.py::test_reorder_channel_priority[classic-with pinned_package]": 34.82090231286472, - "tests/test_priority.py::test_reorder_channel_priority[classic-without pinned_package]": 22.595326282986434, - "tests/test_priority.py::test_reorder_channel_priority[libmamba-with pinned_package]": 3.4065827231927686, - "tests/test_priority.py::test_reorder_channel_priority[libmamba-without pinned_package]": 3.876560254784051, - "tests/test_reporters.py::test_confirm_yn_always_yes": 0.002693417837159092, - "tests/test_reporters.py::test_confirm_yn_dry_run_exit": 0.0026691199045170916, - "tests/test_reporters.py::test_confirm_yn_no": 0.0029045341809393116, - "tests/test_reporters.py::test_confirm_yn_yes": 0.0029210766948122658, - "tests/test_reporters.py::test_get_progress_bar": 0.0022363647282341833, - "tests/test_reporters.py::test_get_progress_bar_context_managers": 0.0017566604320080309, - "tests/test_reporters.py::test_render": 0.003420148966962623, - "tests/test_shell.py::test_activate_deactivate_modify_path[bash]": 5.775356129113091, - "tests/test_shell.py::test_activate_deactivate_modify_path[cmd.exe]": 0.0003713372145319057, - "tests/test_shell.py::test_bash_activate_error": 5.522217115793824, - "tests/test_shell.py::test_basic_integration[bash-basic_posix]": 27.591867316996712, - "tests/test_shell.py::test_basic_integration[csh-basic_csh]": 0.0003755197107726629, - "tests/test_shell.py::test_basic_integration[dash-basic_posix]": 27.434215503648776, - "tests/test_shell.py::test_basic_integration[tcsh-basic_csh]": 0.0003494605118531004, - "tests/test_shell.py::test_basic_integration[zsh-basic_posix]": 0.0004025262721445741, - "tests/test_shell.py::test_cmd_exe_activate_error": 0.0004533589022188373, - "tests/test_shell.py::test_cmd_exe_basic_integration": 0.0004051796777870746, - "tests/test_shell.py::test_fish_basic_integration": 0.0003573110848093466, - "tests/test_shell.py::test_legacy_activate_deactivate_bash": 8.210098206280264, - "tests/test_shell.py::test_legacy_activate_deactivate_cmd_exe": 0.00039770480425703816, - "tests/test_shell.py::test_powershell_PATH_management": 0.00040293080945443747, - "tests/test_shell.py::test_powershell_basic_integration": 21.591137373266065, - "tests/test_shell.py::test_stacking[0--base-base,sys]": 13.960339082613887, - "tests/test_shell.py::test_stacking[0--has-has,sys]": 14.222157123645266, - "tests/test_shell.py::test_stacking[0--not-sys]": 13.97286689592438, - "tests/test_shell.py::test_stacking[0-base-base-base,sys]": 14.25257257964255, - "tests/test_shell.py::test_stacking[0-base-has-has,sys]": 14.305518612654788, - "tests/test_shell.py::test_stacking[0-base-not-sys]": 14.360561426971232, - "tests/test_shell.py::test_stacking[0-has-base-base,sys]": 14.515838664366697, - "tests/test_shell.py::test_stacking[0-has-has-has,sys]": 14.307543348100769, - "tests/test_shell.py::test_stacking[0-has-not-sys]": 14.28072751284363, - "tests/test_shell.py::test_stacking[0-not-base-base,sys]": 14.195326240488555, - "tests/test_shell.py::test_stacking[0-not-has-has,sys]": 14.126119198218255, - "tests/test_shell.py::test_stacking[0-not-not-sys]": 14.317046580277479, - "tests/test_shell.py::test_stacking[5-base,has-base-base,has,base,sys]": 14.879581261182802, - "tests/test_shell.py::test_stacking[5-base,has-has-has,base,sys]": 14.701390796305006, - "tests/test_shell.py::test_stacking[5-base,has-not-has,base,sys]": 14.817617565641756, - "tests/test_shell.py::test_stacking[5-base,not-base-base,base,sys]": 14.963364009357761, - "tests/test_shell.py::test_stacking[5-base,not-has-has,base,sys]": 14.760062236389032, - "tests/test_shell.py::test_stacking[5-base,not-not-base,sys]": 14.818995274977137, - "tests/test_shell.py::test_stacking[5-base-base-base,sys]": 14.232534070943652, - "tests/test_shell.py::test_stacking[5-base-has-has,base,sys]": 14.144065414852328, - "tests/test_shell.py::test_stacking[5-base-not-base,sys]": 14.260152659757368, - "tests/test_shell.py::test_stacking[5-has-base-base,has,sys]": 14.147062661789654, - "tests/test_shell.py::test_stacking[5-has-has-has,sys]": 14.042194991455737, - "tests/test_shell.py::test_stacking[5-has-not-has,sys]": 14.155244459936862, - "tests/test_shell.py::test_stacking[5-not-base-base,sys]": 14.45312467509002, - "tests/test_shell.py::test_stacking[5-not-has-has,sys]": 14.363460076570231, - "tests/test_shell.py::test_stacking[5-not-not-sys]": 14.30133595104268, - "tests/test_solvers.py::TestClassicSolver::test_accelerate": 2.7101121801242254, - "tests/test_solvers.py::TestClassicSolver::test_anaconda_nomkl": 1.7331446719539025, - "tests/test_solvers.py::TestClassicSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.14098632030394787, - "tests/test_solvers.py::TestClassicSolver::test_channel_priority_1": 0.8951445451014104, - "tests/test_solvers.py::TestClassicSolver::test_circular_dependencies": 0.4949287283053617, - "tests/test_solvers.py::TestClassicSolver::test_empty": 0.9261459929418191, - "tests/test_solvers.py::TestClassicSolver::test_get_dists": 1.8014266670822212, - "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_preferred_solution": 0.14484589664014216, - "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.14263613791748367, - "tests/test_solvers.py::TestClassicSolver::test_install_package_with_feature": 0.3968835923713768, - "tests/test_solvers.py::TestClassicSolver::test_iopro_mkl": 1.3869926131430674, - "tests/test_solvers.py::TestClassicSolver::test_iopro_nomkl": 0.9377594014969162, - "tests/test_solvers.py::TestClassicSolver::test_irrational_version": 0.2146104598301025, - "tests/test_solvers.py::TestClassicSolver::test_mkl": 2.03237854799998, - "tests/test_solvers.py::TestClassicSolver::test_no_features": 2.666112756027343, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater": 0.14049807476103654, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.141262664343431, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater": 0.14054115655778907, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.14156147973978198, - "tests/test_solvers.py::TestClassicSolver::test_nonexistent": 0.26503569876526245, - "tests/test_solvers.py::TestClassicSolver::test_nonexistent_deps": 2.788768380907722, - "tests/test_solvers.py::TestClassicSolver::test_pseudo_boolean": 1.5664782654259741, - "tests/test_solvers.py::TestClassicSolver::test_remove": 1.8932806218631548, - "tests/test_solvers.py::TestClassicSolver::test_scipy_mkl": 0.7777273988937925, - "tests/test_solvers.py::TestClassicSolver::test_surplus_features_1": 0.14451685973144104, - "tests/test_solvers.py::TestClassicSolver::test_surplus_features_2": 0.14254958447132832, - "tests/test_solvers.py::TestClassicSolver::test_timestamps_and_deps": 1.1432207921735056, - "tests/test_solvers.py::TestClassicSolver::test_unintentional_feature_downgrade": 1.1676030836423892, - "tests/test_solvers.py::TestClassicSolver::test_unsat_any_two_not_three": 0.5707208065438425, - "tests/test_solvers.py::TestClassicSolver::test_unsat_chain": 0.15049908554805982, - "tests/test_solvers.py::TestClassicSolver::test_unsat_channel_priority": 0.29201967041865656, - "tests/test_solvers.py::TestClassicSolver::test_unsat_expand_single": 0.14594623613417504, - "tests/test_solvers.py::TestClassicSolver::test_unsat_from_r1": 2.9003439915958, - "tests/test_solvers.py::TestClassicSolver::test_unsat_missing_dep": 0.14438717118975955, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_1": 0.14905880586013973, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_2": 0.1490596352562283, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_3": 0.15058992361807458, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_4": 0.14849974654005962, - "tests/test_solvers.py::TestClassicSolver::test_unsat_simple": 0.14911827262979283, - "tests/test_solvers.py::TestLibMambaSolver::test_accelerate": 0.0015621033401959738, - "tests/test_solvers.py::TestLibMambaSolver::test_anaconda_nomkl": 0.28201398567361, - "tests/test_solvers.py::TestLibMambaSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.04042978089050917, - "tests/test_solvers.py::TestLibMambaSolver::test_channel_priority_1": 0.09271876969979143, - "tests/test_solvers.py::TestLibMambaSolver::test_circular_dependencies": 0.1864906979702277, - "tests/test_solvers.py::TestLibMambaSolver::test_empty": 0.066194369953389, - "tests/test_solvers.py::TestLibMambaSolver::test_get_dists": 0.12048008611683782, - "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_preferred_solution": 0.04270293365787209, - "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.041768814203923504, - "tests/test_solvers.py::TestLibMambaSolver::test_install_package_with_feature": 0.07036208694762972, - "tests/test_solvers.py::TestLibMambaSolver::test_iopro_mkl": 0.001659704073552401, - "tests/test_solvers.py::TestLibMambaSolver::test_iopro_nomkl": 0.0016458431191106134, - "tests/test_solvers.py::TestLibMambaSolver::test_irrational_version": 0.06940103276814008, - "tests/test_solvers.py::TestLibMambaSolver::test_mkl": 0.0015644857220369834, - "tests/test_solvers.py::TestLibMambaSolver::test_no_features": 0.0016386222801604438, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater": 0.04022489512891279, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.040556186136188804, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater": 0.04050765052829861, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.04088158209938255, - "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent": 0.042149184007115544, - "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent_deps": 1.2445456397568193, - "tests/test_solvers.py::TestLibMambaSolver::test_pseudo_boolean": 0.0016403171517657769, - "tests/test_solvers.py::TestLibMambaSolver::test_remove": 0.0016139772734956883, - "tests/test_solvers.py::TestLibMambaSolver::test_scipy_mkl": 0.0015499634627875326, - "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_1": 0.0015735606275712765, - "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_2": 0.0015699385557874281, - "tests/test_solvers.py::TestLibMambaSolver::test_timestamps_and_deps": 0.41411170610327275, - "tests/test_solvers.py::TestLibMambaSolver::test_unintentional_feature_downgrade": 0.0016402637393952326, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_any_two_not_three": 0.12914180000592312, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_chain": 0.026926999800471106, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_channel_priority": 0.09891818408202095, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_expand_single": 0.026185965542006914, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_from_r1": 0.1615976373322807, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_missing_dep": 0.02588487870511462, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_1": 0.026844483425259198, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_2": 0.026508304541704327, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_3": 0.027044919317544523, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_4": 0.027515235398936064, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_simple": 0.026507214996643012, + "tests/test_install.py::test_long_default_text": 0.003049998310479434, + "tests/test_install.py::test_multiple[linux-64]": 0.0018445835485250651, + "tests/test_install.py::test_multiple[noarch]": 0.0018151502621310564, + "tests/test_install.py::test_multiple[win-64]": 0.0022875437941284114, + "tests/test_install.py::test_no_extra[linux-64]": 0.0017155179938082297, + "tests/test_install.py::test_no_extra[noarch]": 0.0017256585555637195, + "tests/test_install.py::test_no_extra[win-64]": 0.002355496975033669, + "tests/test_install.py::test_read_no_link": 0.002630891866293524, + "tests/test_install.py::test_shorter[linux-64]": 0.0018021050273806258, + "tests/test_install.py::test_shorter[noarch]": 0.0018088937781030761, + "tests/test_install.py::test_shorter[win-64]": 0.0025416498206909497, + "tests/test_install.py::test_simple[linux-64]": 0.005782383211539691, + "tests/test_install.py::test_simple[noarch]": 0.004145841089788689, + "tests/test_install.py::test_simple[win-64]": 0.002737349630286407, + "tests/test_install.py::test_spaces[linux-64]": 0.0022423175807097253, + "tests/test_install.py::test_spaces[noarch]": 0.0018694481492571573, + "tests/test_install.py::test_spaces[win-64]": 0.0023144886773398417, + "tests/test_install.py::test_too_long[linux-64]": 0.0017732983771806651, + "tests/test_install.py::test_too_long[noarch]": 0.0017426057325978692, + "tests/test_install.py::test_too_long[win-64]": 0.0020024259387079104, + "tests/test_install.py::test_trash_outside_prefix": 0.09652525201111904, + "tests/test_install.py::test_two[linux-64]": 0.0017311416961407933, + "tests/test_install.py::test_two[noarch]": 0.0017446135440052114, + "tests/test_install.py::test_two[win-64]": 0.002313117407231595, + "tests/test_install.py::test_windows_entry_point": 0.0004177976162530945, + "tests/test_install.py::test_yield_lines": 0.0024982960418927025, + "tests/test_instructions.py::test_check_files_in_tarball_files_exist": 0.0016266790298464645, + "tests/test_instructions.py::test_check_files_in_tarball_files_not_exist": 0.001688096820353093, + "tests/test_instructions.py::test_expected_operation_order": 0.0016168357485425774, + "tests/test_instructions.py::test_simple_instruction": 0.0017883401763123643, + "tests/test_instructions.py::test_state": 0.0017343985366338854, + "tests/test_link_order.py::test_link_order_post_link_actions": 0.8284347325001927, + "tests/test_link_order.py::test_link_order_post_link_depend": 0.8644424975238564, + "tests/test_logic.py::test_ALL": 14.169818891478243, + "tests/test_logic.py::test_AMONE": 2.182127732568619, + "tests/test_logic.py::test_AND": 0.01611262647611137, + "tests/test_logic.py::test_ANY": 13.723157910769084, + "tests/test_logic.py::test_ITE": 0.5733180687275884, + "tests/test_logic.py::test_LinearBound": 7.791665445343351, + "tests/test_logic.py::test_NOT": 0.0026774074623467773, + "tests/test_logic.py::test_OR": 0.016150693349811982, + "tests/test_logic.py::test_XONE": 2.1599400851680426, + "tests/test_logic.py::test_XOR": 0.01923981761311312, + "tests/test_logic.py::test_minimal_unsatisfiable_subset": 0.001804194535488301, + "tests/test_logic.py::test_minimize": 0.004292576932654504, + "tests/test_logic.py::test_sat": 0.002153691983026649, + "tests/test_misc.py::test_Utf8NamedTemporaryFile": 0.0019287143534231267, + "tests/test_misc.py::test_cache_fn_url": 0.0016573878982491267, + "tests/test_misc.py::test_explicit_missing_cache_entries": 2.5973705741020328, + "tests/test_misc.py::test_explicit_no_cache": 0.005947228151173988, + "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03-ParseError]": 0.002050511919108911, + "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.003206914955328533, + "tests/test_misc.py::test_explicit_parser[doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.0032376176293283537, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-None]": 0.003192594195108515, + "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.0019652905738714063, + "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.0019743898031642504, + "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.003094660859564691, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.0032096755112070293, + "tests/test_misc.py::test_url_pat_1": 0.0016357424577629071, + "tests/test_misc.py::test_url_pat_2": 0.001620368675870084, + "tests/test_misc.py::test_url_pat_3": 0.0016083290981687404, + "tests/test_misc.py::test_walk_prefix": 0.003574372096689993, + "tests/test_plan.py::test_adds_to_existing_actions": 0.0019388780594197272, + "tests/test_plan.py::test_deprecations[_get_best_prec_match]": 0.001747684998427862, + "tests/test_plan.py::test_deprecations[_handle_menuinst]": 0.001725262264477513, + "tests/test_plan.py::test_deprecations[_inject_UNLINKLINKTRANSACTION]": 0.001724094618441775, + "tests/test_plan.py::test_deprecations[_plan_from_actions]": 0.00172403313062255, + "tests/test_plan.py::test_deprecations[_update_old_plan]": 0.001708088486770089, + "tests/test_plan.py::test_deprecations[add_defaults_to_specs]": 0.00173796440311134, + "tests/test_plan.py::test_deprecations[add_unlink]": 0.0017796946811366964, + "tests/test_plan.py::test_deprecations[display_actions]": 0.0018364336302534405, + "tests/test_plan.py::test_deprecations[execute_actions]": 0.0017323124885088885, + "tests/test_plan.py::test_deprecations[execute_instructions]": 0.001708993823786706, + "tests/test_plan.py::test_deprecations[execute_plan]": 0.0017209793164906016, + "tests/test_plan.py::test_deprecations[get_blank_actions]": 0.001713376029185777, + "tests/test_plan.py::test_deprecations[install_actions]": 0.0017295601839974568, + "tests/test_plan.py::test_deprecations[print_dists]": 0.001897611920065596, + "tests/test_plan.py::test_deprecations[revert_actions]": 0.00173046407218317, + "tests/test_plan.py::test_display_actions_0": 0.08329767295789536, + "tests/test_plan.py::test_display_actions_features": 0.1145399868889511, + "tests/test_plan.py::test_display_actions_link_type": 0.012248458756440633, + "tests/test_plan.py::test_display_actions_show_channel_urls": 0.1019564403443723, + "tests/test_plan.py::test_execute_plan": 0.0018076201930614106, + "tests/test_plan.py::test_pinned_specs_CONDA_PINNED_PACKAGES": 0.012316428658839413, + "tests/test_plan.py::test_pinned_specs_all": 0.6314622518873834, + "tests/test_plan.py::test_pinned_specs_conda_meta_pinned": 0.5555697588794546, + "tests/test_plan.py::test_pinned_specs_condarc": 0.5951163500379951, + "tests/test_plan.py::test_simply_adds_unlink_on_non_windows": 0.0023821586436562816, + "tests/test_plan.py::test_update_old_plan": 0.0017668794276656688, + "tests/test_priority.py::test_reorder_channel_priority[classic-with pinned_package]": 34.94343858246661, + "tests/test_priority.py::test_reorder_channel_priority[classic-without pinned_package]": 22.5069220522366, + "tests/test_priority.py::test_reorder_channel_priority[libmamba-with pinned_package]": 3.4616194679746135, + "tests/test_priority.py::test_reorder_channel_priority[libmamba-without pinned_package]": 3.9057209356561575, + "tests/test_reporters.py::test_confirm_yn_always_yes": 0.0026974539763803523, + "tests/test_reporters.py::test_confirm_yn_dry_run_exit": 0.002695193633541872, + "tests/test_reporters.py::test_confirm_yn_no": 0.0029092012148776948, + "tests/test_reporters.py::test_confirm_yn_yes": 0.002929869522094631, + "tests/test_reporters.py::test_get_progress_bar": 0.0023494645998288865, + "tests/test_reporters.py::test_get_progress_bar_context_managers": 0.0017573628555069293, + "tests/test_reporters.py::test_render": 0.0034183170790529948, + "tests/test_shell.py::test_activate_deactivate_modify_path[bash]": 5.794746112939666, + "tests/test_shell.py::test_activate_deactivate_modify_path[cmd.exe]": 0.00036930023515630966, + "tests/test_shell.py::test_bash_activate_error": 5.540834022739802, + "tests/test_shell.py::test_basic_integration[bash-basic_posix]": 27.63925750732272, + "tests/test_shell.py::test_basic_integration[csh-basic_csh]": 0.0003728930126862338, + "tests/test_shell.py::test_basic_integration[dash-basic_posix]": 27.52363387910862, + "tests/test_shell.py::test_basic_integration[tcsh-basic_csh]": 0.0003458144461313835, + "tests/test_shell.py::test_basic_integration[zsh-basic_posix]": 0.0004025725452373198, + "tests/test_shell.py::test_cmd_exe_activate_error": 0.00045175572702621774, + "tests/test_shell.py::test_cmd_exe_basic_integration": 0.0004036214881618985, + "tests/test_shell.py::test_fish_basic_integration": 0.0003553970410063172, + "tests/test_shell.py::test_legacy_activate_deactivate_bash": 8.234449379946655, + "tests/test_shell.py::test_legacy_activate_deactivate_cmd_exe": 0.000397273299260496, + "tests/test_shell.py::test_powershell_PATH_management": 0.00040303884317996653, + "tests/test_shell.py::test_powershell_basic_integration": 21.719820359417703, + "tests/test_shell.py::test_stacking[0--base-base,sys]": 14.019552201416133, + "tests/test_shell.py::test_stacking[0--has-has,sys]": 14.249007439075863, + "tests/test_shell.py::test_stacking[0--not-sys]": 13.983543144056506, + "tests/test_shell.py::test_stacking[0-base-base-base,sys]": 14.286515749453041, + "tests/test_shell.py::test_stacking[0-base-has-has,sys]": 14.355712221289012, + "tests/test_shell.py::test_stacking[0-base-not-sys]": 14.326287129036517, + "tests/test_shell.py::test_stacking[0-has-base-base,sys]": 14.594002120180928, + "tests/test_shell.py::test_stacking[0-has-has-has,sys]": 14.334062875029025, + "tests/test_shell.py::test_stacking[0-has-not-sys]": 14.331404219003117, + "tests/test_shell.py::test_stacking[0-not-base-base,sys]": 14.22621295207948, + "tests/test_shell.py::test_stacking[0-not-has-has,sys]": 14.219472446531569, + "tests/test_shell.py::test_stacking[0-not-not-sys]": 14.358475119074697, + "tests/test_shell.py::test_stacking[5-base,has-base-base,has,base,sys]": 14.877467437176868, + "tests/test_shell.py::test_stacking[5-base,has-has-has,base,sys]": 14.742527893168132, + "tests/test_shell.py::test_stacking[5-base,has-not-has,base,sys]": 14.84266722785803, + "tests/test_shell.py::test_stacking[5-base,not-base-base,base,sys]": 14.932730047489752, + "tests/test_shell.py::test_stacking[5-base,not-has-has,base,sys]": 14.83643201759797, + "tests/test_shell.py::test_stacking[5-base,not-not-base,sys]": 14.876106373608739, + "tests/test_shell.py::test_stacking[5-base-base-base,sys]": 14.270143129649204, + "tests/test_shell.py::test_stacking[5-base-has-has,base,sys]": 14.184159698815803, + "tests/test_shell.py::test_stacking[5-base-not-base,sys]": 14.281628963252466, + "tests/test_shell.py::test_stacking[5-has-base-base,has,sys]": 14.194471655934343, + "tests/test_shell.py::test_stacking[5-has-has-has,sys]": 14.077990863333449, + "tests/test_shell.py::test_stacking[5-has-not-has,sys]": 14.19977304653255, + "tests/test_shell.py::test_stacking[5-not-base-base,sys]": 14.48402680239771, + "tests/test_shell.py::test_stacking[5-not-has-has,sys]": 14.408351549096215, + "tests/test_shell.py::test_stacking[5-not-not-sys]": 14.349408691800903, + "tests/test_solvers.py::TestClassicSolver::test_accelerate": 2.7194190768053734, + "tests/test_solvers.py::TestClassicSolver::test_anaconda_nomkl": 1.7341128659177383, + "tests/test_solvers.py::TestClassicSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.1425583578201654, + "tests/test_solvers.py::TestClassicSolver::test_channel_priority_1": 0.895021997318664, + "tests/test_solvers.py::TestClassicSolver::test_circular_dependencies": 0.4992630349409781, + "tests/test_solvers.py::TestClassicSolver::test_empty": 0.9287699562693845, + "tests/test_solvers.py::TestClassicSolver::test_get_dists": 1.8127175670301925, + "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_preferred_solution": 0.14629434376764855, + "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.14418386101002173, + "tests/test_solvers.py::TestClassicSolver::test_install_package_with_feature": 0.3993552776785795, + "tests/test_solvers.py::TestClassicSolver::test_iopro_mkl": 1.3922632860669863, + "tests/test_solvers.py::TestClassicSolver::test_iopro_nomkl": 0.9405415278831232, + "tests/test_solvers.py::TestClassicSolver::test_irrational_version": 0.2184925742373167, + "tests/test_solvers.py::TestClassicSolver::test_mkl": 2.039027174829452, + "tests/test_solvers.py::TestClassicSolver::test_no_features": 2.664917384060934, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater": 0.14210559485752272, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.14283659023383471, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater": 0.1421300770237445, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.14311720873863706, + "tests/test_solvers.py::TestClassicSolver::test_nonexistent": 0.26840380388354373, + "tests/test_solvers.py::TestClassicSolver::test_nonexistent_deps": 2.7876801476592314, + "tests/test_solvers.py::TestClassicSolver::test_pseudo_boolean": 1.5696251866727193, + "tests/test_solvers.py::TestClassicSolver::test_remove": 1.892469687374451, + "tests/test_solvers.py::TestClassicSolver::test_scipy_mkl": 0.7795830128443196, + "tests/test_solvers.py::TestClassicSolver::test_surplus_features_1": 0.1460551896895903, + "tests/test_solvers.py::TestClassicSolver::test_surplus_features_2": 0.14410071202634844, + "tests/test_solvers.py::TestClassicSolver::test_timestamps_and_deps": 1.1536746377182165, + "tests/test_solvers.py::TestClassicSolver::test_unintentional_feature_downgrade": 1.1684200478607127, + "tests/test_solvers.py::TestClassicSolver::test_unsat_any_two_not_three": 0.5766703822898737, + "tests/test_solvers.py::TestClassicSolver::test_unsat_chain": 0.15188894342563525, + "tests/test_solvers.py::TestClassicSolver::test_unsat_channel_priority": 0.29502275522837823, + "tests/test_solvers.py::TestClassicSolver::test_unsat_expand_single": 0.1473836885585301, + "tests/test_solvers.py::TestClassicSolver::test_unsat_from_r1": 2.905625536092791, + "tests/test_solvers.py::TestClassicSolver::test_unsat_missing_dep": 0.14586137004946867, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_1": 0.15047003817170235, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_2": 0.15047377990080388, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_3": 0.15195825990496276, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_4": 0.14992819599875185, + "tests/test_solvers.py::TestClassicSolver::test_unsat_simple": 0.15047907812646188, + "tests/test_solvers.py::TestLibMambaSolver::test_accelerate": 0.0015628496621158984, + "tests/test_solvers.py::TestLibMambaSolver::test_anaconda_nomkl": 0.28242672174516714, + "tests/test_solvers.py::TestLibMambaSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.04033679409748125, + "tests/test_solvers.py::TestLibMambaSolver::test_channel_priority_1": 0.09300981796905287, + "tests/test_solvers.py::TestLibMambaSolver::test_circular_dependencies": 0.1862945864406662, + "tests/test_solvers.py::TestLibMambaSolver::test_empty": 0.0662652583667441, + "tests/test_solvers.py::TestLibMambaSolver::test_get_dists": 0.12066703166934292, + "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_preferred_solution": 0.042592002962594716, + "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.04181136711708384, + "tests/test_solvers.py::TestLibMambaSolver::test_install_package_with_feature": 0.07035801684044567, + "tests/test_solvers.py::TestLibMambaSolver::test_iopro_mkl": 0.001659891913468542, + "tests/test_solvers.py::TestLibMambaSolver::test_iopro_nomkl": 0.0016496539946966565, + "tests/test_solvers.py::TestLibMambaSolver::test_irrational_version": 0.06945775293556503, + "tests/test_solvers.py::TestLibMambaSolver::test_mkl": 0.0015652780075148607, + "tests/test_solvers.py::TestLibMambaSolver::test_no_features": 0.0016419381670592242, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater": 0.0402131532557601, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.04056968800677429, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater": 0.04049235243988503, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.04092781449955562, + "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent": 0.04213217622324977, + "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent_deps": 1.2510018609549673, + "tests/test_solvers.py::TestLibMambaSolver::test_pseudo_boolean": 0.0016436295448529123, + "tests/test_solvers.py::TestLibMambaSolver::test_remove": 0.0016119541451786695, + "tests/test_solvers.py::TestLibMambaSolver::test_scipy_mkl": 0.0015529904153775427, + "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_1": 0.0015752108690636497, + "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_2": 0.0015684147599677714, + "tests/test_solvers.py::TestLibMambaSolver::test_timestamps_and_deps": 0.4137923165394065, + "tests/test_solvers.py::TestLibMambaSolver::test_unintentional_feature_downgrade": 0.001640260577747673, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_any_two_not_three": 0.13098793715064405, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_chain": 0.026915183306597194, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_channel_priority": 0.09889669767626227, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_expand_single": 0.026223336042246463, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_from_r1": 0.16159985326443602, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_missing_dep": 0.02588989843827328, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_1": 0.026821601014627973, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_2": 0.026678579339808495, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_3": 0.02705632706486007, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_4": 0.026921586292077054, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_simple": 0.026524310015326753, "tests/test_toposort.py::test_cycle": 0.0017481716539944736, "tests/test_toposort.py::test_cycle_best_effort": 0.001706022301735553, "tests/test_toposort.py::test_degenerate": 0.0015696579487072529, "tests/test_toposort.py::test_pop_key": 0.0016854317657664475, "tests/test_toposort.py::test_python_is_prioritized": 0.0016634336451345306, "tests/test_toposort.py::test_simple": 0.0017257898828457491, - "tests/test_utils.py::test_deprecations[cygwin_path_to_win-TypeError]": 0.0018117519279794083, - "tests/test_utils.py::test_deprecations[msys2_shell_base-TypeError]": 0.001841332172683768, - "tests/test_utils.py::test_deprecations[path_identity-TypeError]": 0.001826882300446248, - "tests/test_utils.py::test_deprecations[shells-TypeError]": 0.0018545498500946583, - "tests/test_utils.py::test_deprecations[translate_stream-TypeError]": 0.0018110284313091923, - "tests/test_utils.py::test_deprecations[unix_shell_base-TypeError]": 0.001854978371475197, - "tests/test_utils.py::test_deprecations[win_path_to_cygwin-TypeError]": 0.001806512412821223, - "tests/test_utils.py::test_ensure_dir": 0.0024953511526179376, - "tests/test_utils.py::test_ensure_dir_errors": 0.0022154703581110675, - "tests/test_utils.py::test_path_translations": 0.013225849593629173, - "tests/test_utils.py::test_quote_for_shell[!-'!']": 0.001750895689893593, - "tests/test_utils.py::test_quote_for_shell[\"-'\"']": 0.0017621202441323463, - "tests/test_utils.py::test_quote_for_shell[#-'#']": 0.0017430209676847855, - "tests/test_utils.py::test_quote_for_shell[$-'$']": 0.0017448763108816401, - "tests/test_utils.py::test_quote_for_shell[%-%]": 0.0017364132584678621, - "tests/test_utils.py::test_quote_for_shell[&-'&']": 0.0017280748411723083, - "tests/test_utils.py::test_quote_for_shell['-''\"'\"'']": 0.0017297881737255221, - "tests/test_utils.py::test_quote_for_shell[(-'(']": 0.0017484712152897538, - "tests/test_utils.py::test_quote_for_shell[)-')']": 0.0017335002699448599, - "tests/test_utils.py::test_quote_for_shell[*-'*']": 0.0017424369448144805, - "tests/test_utils.py::test_quote_for_shell[+-+]": 0.001762519302112553, - "tests/test_utils.py::test_quote_for_shell[,-,]": 0.0017328669228906294, - "tests/test_utils.py::test_quote_for_shell[---]": 0.0017439609931604683, - "tests/test_utils.py::test_quote_for_shell[.-.]": 0.001728258098590022, - "tests/test_utils.py::test_quote_for_shell[/-/]": 0.0017321085535097298, - "tests/test_utils.py::test_quote_for_shell[1>/dev/null-'1>/dev/null']": 0.0017410045924693793, - "tests/test_utils.py::test_quote_for_shell[1>NUL-'1>NUL']": 0.001740105097166367, - "tests/test_utils.py::test_quote_for_shell[2>&1-'2>&1']": 0.0017417121411034458, - "tests/test_utils.py::test_quote_for_shell[2>/dev/null-'2>/dev/null']": 0.001744478629879876, - "tests/test_utils.py::test_quote_for_shell[2>NUL-'2>NUL']": 0.0017436797473678201, - "tests/test_utils.py::test_quote_for_shell[:-:]": 0.001729247110083493, - "tests/test_utils.py::test_quote_for_shell[;-';']": 0.0017273869164499283, - "tests/test_utils.py::test_quote_for_shell[<-'<']": 0.001728157787147696, - "tests/test_utils.py::test_quote_for_shell[=-=]": 0.0017363707158714878, - "tests/test_utils.py::test_quote_for_shell[>-'>']": 0.001754008745622324, - "tests/test_utils.py::test_quote_for_shell[>/dev/null-'>/dev/null']": 0.001757811928886708, - "tests/test_utils.py::test_quote_for_shell[>NUL-'>NUL']": 0.0017484969506832955, - "tests/test_utils.py::test_quote_for_shell[?-'?']": 0.0017539242101264221, - "tests/test_utils.py::test_quote_for_shell[@-@]": 0.0017461716478026131, - "tests/test_utils.py::test_quote_for_shell[C:\\\\temp\\\\some ^%file^% > nul-\"C:\\\\temp\\\\some ^%%file^%% > nul\"]": 0.00034223735265773744, - "tests/test_utils.py::test_quote_for_shell[None-'']": 0.0017397187856405586, - "tests/test_utils.py::test_quote_for_shell[[-'[']": 0.0017389752506772607, - "tests/test_utils.py::test_quote_for_shell[\\\\-'\\\\']": 0.0017438156722243414, - "tests/test_utils.py::test_quote_for_shell[]-']']": 0.001737248765405799, - "tests/test_utils.py::test_quote_for_shell[^-'^']": 0.0017624912851263628, - "tests/test_utils.py::test_quote_for_shell[arg1 and 2-'arg1 and 2']": 0.0018152536617898687, - "tests/test_utils.py::test_quote_for_shell[arg1-arg1]": 0.0018453442092645849, - "tests/test_utils.py::test_quote_for_shell[arg1\\nand\\n2-'arg1\\nand\\n2']": 0.0017763474578606844, - "tests/test_utils.py::test_quote_for_shell[malicious argument\\\\\"&whoami-\"malicious argument\\\\\"\"&whoami\"]": 0.000356473884126008, - "tests/test_utils.py::test_quote_for_shell[numpy<1.22-'numpy<1.22']": 0.0017758706744083336, - "tests/test_utils.py::test_quote_for_shell[numpy>=1.0-'numpy>=1.0']": 0.0017629211696994058, - "tests/test_utils.py::test_quote_for_shell[one|two-'one|two']": 0.0017557041693434924, - "tests/test_utils.py::test_quote_for_shell[{-'{']": 0.0017419690855709782, - "tests/test_utils.py::test_quote_for_shell[|-'|']": 0.0017492280762241921, - "tests/test_utils.py::test_quote_for_shell[}-'}']": 0.0017693683650030201, - "tests/test_utils.py::test_quote_for_shell[~-'~']": 0.001748377672008487, - "tests/test_utils.py::test_text_translations": 0.006118026213559416, - "tests/testing/test_fixtures.py::test_conda_cli": 0.07381622891697034, - "tests/testing/test_fixtures.py::test_env": 9.418623179391114, - "tests/testing/test_fixtures.py::test_monkeypatch": 0.01248449593610608, - "tests/testing/test_fixtures.py::test_path_factory": 0.0034660826014492985, - "tests/testing/test_fixtures.py::test_session_capsys": 0.0018125428694329238, - "tests/testing/test_fixtures.py::test_session_conda_cli": 0.07404828131616228, - "tests/testing/test_fixtures.py::test_session_tmp_env": 0.9000320210966392, - "tests/testing/test_fixtures.py::test_tmp_channel": 1.3505638741420583, - "tests/testing/test_fixtures.py::test_tmp_env": 1.307531962705841, - "tests/testing/test_fixtures.py::test_tmp_envs_dir": 0.00413275619877988, - "tests/testing/test_fixtures.py::test_tmp_pkgs_dir": 0.004235332032849203, - "tests/testing/test_testing.py::test_deprecations[CondaCLIFixture-TypeError]": 0.0019127213737534924, - "tests/testing/test_testing.py::test_deprecations[PathFactoryFixture-TypeError]": 0.0019103234963125262, - "tests/testing/test_testing.py::test_deprecations[TmpChannelFixture-TypeError]": 0.001838694069580734, - "tests/testing/test_testing.py::test_deprecations[TmpEnvFixture-TypeError]": 0.001868274651331206, - "tests/trust/test_signature_verification.py::test_2nd_root_metadata_from_web": 0.01624494028728267, - "tests/trust/test_signature_verification.py::test_3rd_root_metadata_from_web": 0.012864166086877554, - "tests/trust/test_signature_verification.py::test_invalid_2nd_metadata_on_disk_no_new_metadata_on_web": 0.005412063952573733, - "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.conda-None]": 2.050263374574052, - "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.tar.bz2-False]": 2.038490239926555, - "tests/trust/test_signature_verification.py::test_signature_verification[first.tar.bz2-True]": 2.081308109501397, - "tests/trust/test_signature_verification.py::test_signature_verification[second.conda-True]": 2.0452224555622056, - "tests/trust/test_signature_verification.py::test_signature_verification[third.conda-True]": 2.0553743620943057, - "tests/trust/test_signature_verification.py::test_signature_verification_not_enabled": 0.032918845721743396, - "tests/trust/test_signature_verification.py::test_single_invalid_signature_3rd_root_metadata_from_web": 0.010880475363431969, - "tests/trust/test_signature_verification.py::test_trusted_root_2nd_metadata_on_disk_no_new_metadata_on_web": 0.005605254494319433, - "tests/trust/test_signature_verification.py::test_trusted_root_invalid_key_mgr_online_valid_on_disk": 0.007296517911269115, - "tests/trust/test_signature_verification.py::test_trusted_root_new_key_mgr_online": 0.008229547794811349, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_is_on_disk": 0.006717910292742945, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_not_on_disk": 0.006396589935251183, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_metadata": 0.005512485760934738 + "tests/test_utils.py::test_deprecations[cygwin_path_to_win-TypeError]": 0.0018174101489879402, + "tests/test_utils.py::test_deprecations[msys2_shell_base-TypeError]": 0.0018459090001531806, + "tests/test_utils.py::test_deprecations[path_identity-TypeError]": 0.0018304304533227607, + "tests/test_utils.py::test_deprecations[shells-TypeError]": 0.0018532691891601876, + "tests/test_utils.py::test_deprecations[translate_stream-TypeError]": 0.001814327888556581, + "tests/test_utils.py::test_deprecations[unix_shell_base-TypeError]": 0.0018601523435963804, + "tests/test_utils.py::test_deprecations[win_path_to_cygwin-TypeError]": 0.0018106373080580404, + "tests/test_utils.py::test_ensure_dir": 0.002502309823397136, + "tests/test_utils.py::test_ensure_dir_errors": 0.0022183823409137274, + "tests/test_utils.py::test_path_translations": 0.013185717568177302, + "tests/test_utils.py::test_quote_for_shell[!-'!']": 0.0017561312095056094, + "tests/test_utils.py::test_quote_for_shell[\"-'\"']": 0.001767221670507199, + "tests/test_utils.py::test_quote_for_shell[#-'#']": 0.001743708605736356, + "tests/test_utils.py::test_quote_for_shell[$-'$']": 0.001747929942962009, + "tests/test_utils.py::test_quote_for_shell[%-%]": 0.0017406863867091382, + "tests/test_utils.py::test_quote_for_shell[&-'&']": 0.001734643973258674, + "tests/test_utils.py::test_quote_for_shell['-''\"'\"'']": 0.0017327988012537758, + "tests/test_utils.py::test_quote_for_shell[(-'(']": 0.001751848860062432, + "tests/test_utils.py::test_quote_for_shell[)-')']": 0.0017395989644070741, + "tests/test_utils.py::test_quote_for_shell[*-'*']": 0.001745002792677705, + "tests/test_utils.py::test_quote_for_shell[+-+]": 0.0017514617308795996, + "tests/test_utils.py::test_quote_for_shell[,-,]": 0.001737419781011647, + "tests/test_utils.py::test_quote_for_shell[---]": 0.001746534085348009, + "tests/test_utils.py::test_quote_for_shell[.-.]": 0.0017322968662344949, + "tests/test_utils.py::test_quote_for_shell[/-/]": 0.0017352771891289522, + "tests/test_utils.py::test_quote_for_shell[1>/dev/null-'1>/dev/null']": 0.001746937520325116, + "tests/test_utils.py::test_quote_for_shell[1>NUL-'1>NUL']": 0.0017422379075905596, + "tests/test_utils.py::test_quote_for_shell[2>&1-'2>&1']": 0.0017463042422051313, + "tests/test_utils.py::test_quote_for_shell[2>/dev/null-'2>/dev/null']": 0.0017480222466886304, + "tests/test_utils.py::test_quote_for_shell[2>NUL-'2>NUL']": 0.0017461463894986602, + "tests/test_utils.py::test_quote_for_shell[:-:]": 0.0017306733667395192, + "tests/test_utils.py::test_quote_for_shell[;-';']": 0.0017326857309195875, + "tests/test_utils.py::test_quote_for_shell[<-'<']": 0.0017299138760621976, + "tests/test_utils.py::test_quote_for_shell[=-=]": 0.0017406921637103789, + "tests/test_utils.py::test_quote_for_shell[>-'>']": 0.0017565810709420121, + "tests/test_utils.py::test_quote_for_shell[>/dev/null-'>/dev/null']": 0.0017583230813622175, + "tests/test_utils.py::test_quote_for_shell[>NUL-'>NUL']": 0.0017526727433141993, + "tests/test_utils.py::test_quote_for_shell[?-'?']": 0.0017539954873244741, + "tests/test_utils.py::test_quote_for_shell[@-@]": 0.0017475326560860642, + "tests/test_utils.py::test_quote_for_shell[C:\\\\temp\\\\some ^%file^% > nul-\"C:\\\\temp\\\\some ^%%file^%% > nul\"]": 0.00034676692194716096, + "tests/test_utils.py::test_quote_for_shell[None-'']": 0.0017439182161991056, + "tests/test_utils.py::test_quote_for_shell[[-'[']": 0.0017435308688305482, + "tests/test_utils.py::test_quote_for_shell[\\\\-'\\\\']": 0.0017473294855447222, + "tests/test_utils.py::test_quote_for_shell[]-']']": 0.0017417804658897782, + "tests/test_utils.py::test_quote_for_shell[^-'^']": 0.001765827702631064, + "tests/test_utils.py::test_quote_for_shell[arg1 and 2-'arg1 and 2']": 0.0018221918614030894, + "tests/test_utils.py::test_quote_for_shell[arg1-arg1]": 0.0018535323645835634, + "tests/test_utils.py::test_quote_for_shell[arg1\\nand\\n2-'arg1\\nand\\n2']": 0.001782033323495229, + "tests/test_utils.py::test_quote_for_shell[malicious argument\\\\\"&whoami-\"malicious argument\\\\\"\"&whoami\"]": 0.00035862935246397544, + "tests/test_utils.py::test_quote_for_shell[numpy<1.22-'numpy<1.22']": 0.0017781335878056823, + "tests/test_utils.py::test_quote_for_shell[numpy>=1.0-'numpy>=1.0']": 0.0017672296687629011, + "tests/test_utils.py::test_quote_for_shell[one|two-'one|two']": 0.0017634953707974903, + "tests/test_utils.py::test_quote_for_shell[{-'{']": 0.0017492982607948107, + "tests/test_utils.py::test_quote_for_shell[|-'|']": 0.0017531118916948333, + "tests/test_utils.py::test_quote_for_shell[}-'}']": 0.0017704729465697956, + "tests/test_utils.py::test_quote_for_shell[~-'~']": 0.0017489540948115694, + "tests/test_utils.py::test_text_translations": 0.006161980515881881, + "tests/testing/test_fixtures.py::test_conda_cli": 0.07391592824889048, + "tests/testing/test_fixtures.py::test_env": 9.445831941186341, + "tests/testing/test_fixtures.py::test_monkeypatch": 0.012485151006235942, + "tests/testing/test_fixtures.py::test_path_factory": 0.0034620876582823162, + "tests/testing/test_fixtures.py::test_session_capsys": 0.0018136047127677245, + "tests/testing/test_fixtures.py::test_session_conda_cli": 0.07375843161405449, + "tests/testing/test_fixtures.py::test_session_tmp_env": 0.8925689983427972, + "tests/testing/test_fixtures.py::test_tmp_channel": 1.3601505756189236, + "tests/testing/test_fixtures.py::test_tmp_env": 1.3010057582988752, + "tests/testing/test_fixtures.py::test_tmp_envs_dir": 0.0041278363001837, + "tests/testing/test_fixtures.py::test_tmp_pkgs_dir": 0.004236404955264414, + "tests/testing/test_testing.py::test_deprecations[CondaCLIFixture-TypeError]": 0.0019179033810536434, + "tests/testing/test_testing.py::test_deprecations[PathFactoryFixture-TypeError]": 0.0019060455223842284, + "tests/testing/test_testing.py::test_deprecations[TmpChannelFixture-TypeError]": 0.0018405006427722227, + "tests/testing/test_testing.py::test_deprecations[TmpEnvFixture-TypeError]": 0.0018722816275495424, + "tests/trust/test_signature_verification.py::test_2nd_root_metadata_from_web": 0.01624460285533298, + "tests/trust/test_signature_verification.py::test_3rd_root_metadata_from_web": 0.012884016969264906, + "tests/trust/test_signature_verification.py::test_invalid_2nd_metadata_on_disk_no_new_metadata_on_web": 0.005417070587655466, + "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.conda-None]": 2.0025427832262235, + "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.tar.bz2-False]": 1.991153598493034, + "tests/trust/test_signature_verification.py::test_signature_verification[first.tar.bz2-True]": 2.0331258849563305, + "tests/trust/test_signature_verification.py::test_signature_verification[second.conda-True]": 1.9976549231248217, + "tests/trust/test_signature_verification.py::test_signature_verification[third.conda-True]": 2.0075297358176685, + "tests/trust/test_signature_verification.py::test_signature_verification_not_enabled": 0.033058807196835925, + "tests/trust/test_signature_verification.py::test_single_invalid_signature_3rd_root_metadata_from_web": 0.01086240533626457, + "tests/trust/test_signature_verification.py::test_trusted_root_2nd_metadata_on_disk_no_new_metadata_on_web": 0.0056080506891966865, + "tests/trust/test_signature_verification.py::test_trusted_root_invalid_key_mgr_online_valid_on_disk": 0.007319955488176187, + "tests/trust/test_signature_verification.py::test_trusted_root_new_key_mgr_online": 0.00819386372885902, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_is_on_disk": 0.0066996674821328825, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_not_on_disk": 0.006339349596109215, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_metadata": 0.005560536241780571 } diff --git a/durations/Windows.json b/durations/Windows.json index 56115b49..b869946a 100644 --- a/durations/Windows.json +++ b/durations/Windows.json @@ -1,1327 +1,1327 @@ { - "tests/base/test_constants.py::test_ChannelPriority": 0.0037207138114126502, - "tests/base/test_constants.py::test_null_is_falsey": 0.003609801013467882, - "tests/base/test_context.py::test_aggressive_update_packages": 0.019034207222328656, - "tests/base/test_context.py::test_channel_alias_validation[bad_value-channel_alias value 'bad_value' must have scheme/protocol.]": 0.002542806498997516, - "tests/base/test_context.py::test_channel_alias_validation[https://example.com/-True]": 0.002498081146932377, - "tests/base/test_context.py::test_channel_priority": 0.03162704350289097, - "tests/base/test_context.py::test_channel_settings": 0.034496090831926556, + "tests/base/test_constants.py::test_ChannelPriority": 0.0037245408992301918, + "tests/base/test_constants.py::test_null_is_falsey": 0.003622176172859458, + "tests/base/test_context.py::test_aggressive_update_packages": 0.01899795492921699, + "tests/base/test_context.py::test_channel_alias_validation[bad_value-channel_alias value 'bad_value' must have scheme/protocol.]": 0.0025463763713563506, + "tests/base/test_context.py::test_channel_alias_validation[https://example.com/-True]": 0.002491966475295677, + "tests/base/test_context.py::test_channel_priority": 0.03160510396048951, + "tests/base/test_context.py::test_channel_settings": 0.03454274306601719, "tests/base/test_context.py::test_channels_defaults": 0.034320450807588845, - "tests/base/test_context.py::test_channels_defaults_condarc": 0.03380024356038125, - "tests/base/test_context.py::test_channels_empty": 0.03259892841999204, - "tests/base/test_context.py::test_check_allowlist": 0.019637791156464322, - "tests/base/test_context.py::test_check_allowlist_and_denylist": 0.01952310646259139, - "tests/base/test_context.py::test_check_denylist": 0.034238960317471055, - "tests/base/test_context.py::test_client_ssl_cert": 0.053932808575808434, + "tests/base/test_context.py::test_channels_defaults_condarc": 0.03397591984174908, + "tests/base/test_context.py::test_channels_empty": 0.033003291355365734, + "tests/base/test_context.py::test_check_allowlist": 0.01962731548078683, + "tests/base/test_context.py::test_check_allowlist_and_denylist": 0.019530319976106245, + "tests/base/test_context.py::test_check_denylist": 0.03421531977692829, + "tests/base/test_context.py::test_client_ssl_cert": 0.05393788821888918, "tests/base/test_context.py::test_clobber_enum": 0.03486318519912508, - "tests/base/test_context.py::test_clobber_enum[clobber]": 0.015828535634234253, - "tests/base/test_context.py::test_clobber_enum[prevent]": 0.015720517978976726, - "tests/base/test_context.py::test_clobber_enum[warn]": 0.015885363389827777, - "tests/base/test_context.py::test_conda_bld_path": 0.023950459729058172, - "tests/base/test_context.py::test_conda_build_root_dir": 0.03174634792337745, - "tests/base/test_context.py::test_conda_envs_path": 0.05951063597145537, - "tests/base/test_context.py::test_context_parameter_map": 0.03159792027473543, - "tests/base/test_context.py::test_context_parameters_have_descriptions": 0.06502405448369687, - "tests/base/test_context.py::test_custom_multichannels": 0.03393358603029195, - "tests/base/test_context.py::test_default_python_validation[-True]": 0.0024825744620477104, - "tests/base/test_context.py::test_default_python_validation[3.12-True]": 0.0024801438027176916, - "tests/base/test_context.py::test_default_python_validation[4.12-default_python value '4.12' not of the form '[23].[0-9][0-9]?' or '']": 0.0024893819756657003, - "tests/base/test_context.py::test_default_python_validation[not a number-default_python value 'not a number' not of the form '[23].[0-9][0-9]?' or '']": 0.0024635842240073934, - "tests/base/test_context.py::test_default_target_is_root_prefix": 0.03171488733415734, - "tests/base/test_context.py::test_expandvars": 0.1266592333847462, - "tests/base/test_context.py::test_get_plugin_config_data_env_var_source": 0.0023613963008364876, - "tests/base/test_context.py::test_get_plugin_config_data_file_source": 0.010115057882494814, - "tests/base/test_context.py::test_get_plugin_config_data_skip_bad_values": 0.0023960763750712467, - "tests/base/test_context.py::test_local_build_root_custom_rc": 0.06013153307366878, - "tests/base/test_context.py::test_local_build_root_default_rc": 0.01634957580399104, - "tests/base/test_context.py::test_migrated_custom_channels": 0.03648142198109361, - "tests/base/test_context.py::test_old_channel_alias": 0.03577436231482955, - "tests/base/test_context.py::test_proxy_servers": 0.03220953316494055, - "tests/base/test_context.py::test_reporters_default_value": 0.002708268188774034, - "tests/base/test_context.py::test_reporters_from_config_file": 0.0334649091926945, - "tests/base/test_context.py::test_reporters_json_is_true": 0.04726051900785648, - "tests/base/test_context.py::test_reporters_quiet_is_true": 0.047138844625834696, - "tests/base/test_context.py::test_restore_free_channel": 0.020326673790165645, - "tests/base/test_context.py::test_signing_metadata_url_base": 0.04680816812535247, - "tests/base/test_context.py::test_signing_metadata_url_base_empty_default_channels": 0.04651199464445295, + "tests/base/test_context.py::test_clobber_enum[clobber]": 0.015829178414754095, + "tests/base/test_context.py::test_clobber_enum[prevent]": 0.015733046174644424, + "tests/base/test_context.py::test_clobber_enum[warn]": 0.01589619530879086, + "tests/base/test_context.py::test_conda_bld_path": 0.023394274474571698, + "tests/base/test_context.py::test_conda_build_root_dir": 0.031837190435372864, + "tests/base/test_context.py::test_conda_envs_path": 0.05934078387536114, + "tests/base/test_context.py::test_context_parameter_map": 0.03154621297853956, + "tests/base/test_context.py::test_context_parameters_have_descriptions": 0.06577686701784015, + "tests/base/test_context.py::test_custom_multichannels": 0.03386894369234963, + "tests/base/test_context.py::test_default_python_validation[-True]": 0.002484215910835113, + "tests/base/test_context.py::test_default_python_validation[3.12-True]": 0.0024798145747265553, + "tests/base/test_context.py::test_default_python_validation[4.12-default_python value '4.12' not of the form '[23].[0-9][0-9]?' or '']": 0.002519901532858647, + "tests/base/test_context.py::test_default_python_validation[not a number-default_python value 'not a number' not of the form '[23].[0-9][0-9]?' or '']": 0.0024717309376886846, + "tests/base/test_context.py::test_default_target_is_root_prefix": 0.03169011967966323, + "tests/base/test_context.py::test_expandvars": 0.12694137804433, + "tests/base/test_context.py::test_get_plugin_config_data_env_var_source": 0.0023590267162209365, + "tests/base/test_context.py::test_get_plugin_config_data_file_source": 0.010067108126223419, + "tests/base/test_context.py::test_get_plugin_config_data_skip_bad_values": 0.002397926945044255, + "tests/base/test_context.py::test_local_build_root_custom_rc": 0.06037775369606064, + "tests/base/test_context.py::test_local_build_root_default_rc": 0.016250397086514646, + "tests/base/test_context.py::test_migrated_custom_channels": 0.03644111016539917, + "tests/base/test_context.py::test_old_channel_alias": 0.03573718675624205, + "tests/base/test_context.py::test_proxy_servers": 0.03216385447343578, + "tests/base/test_context.py::test_reporters_default_value": 0.002708268244368557, + "tests/base/test_context.py::test_reporters_from_config_file": 0.03346490811766178, + "tests/base/test_context.py::test_reporters_json_is_true": 0.04726051870341684, + "tests/base/test_context.py::test_reporters_quiet_is_true": 0.047138843412880424, + "tests/base/test_context.py::test_restore_free_channel": 0.020286320253395863, + "tests/base/test_context.py::test_signing_metadata_url_base": 0.04642699627483324, + "tests/base/test_context.py::test_signing_metadata_url_base_empty_default_channels": 0.046526486851969966, "tests/base/test_context.py::test_specify_channels_cli_adding_defaults_no_condarc": 0.03577776080464735, - "tests/base/test_context.py::test_specify_channels_cli_condarc": 0.03615694897038852, - "tests/base/test_context.py::test_specify_channels_cli_not_adding_defaults_no_condarc": 0.03416570053367579, - "tests/base/test_context.py::test_specify_different_channels_cli_condarc": 0.03574993585045561, - "tests/base/test_context.py::test_specify_same_channels_cli_as_in_condarc": 0.035847341081482964, - "tests/base/test_context.py::test_subdirs": 0.015217433188995018, - "tests/base/test_context.py::test_target_prefix": 0.06782132104930252, - "tests/base/test_context.py::test_threads": 0.06798612607346963, - "tests/base/test_context.py::test_validate_prefix_name[base-False-mock_return_values2-expected2]": 0.004060017520809101, - "tests/base/test_context.py::test_validate_prefix_name[env-name-False-mock_return_values0-expected0]": 0.005288102978372385, - "tests/base/test_context.py::test_validate_prefix_name[not/allow#characters:in-path-False-mock_return_values1-expected1]": 0.00577483183677763, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command0]": 0.46673867443314443, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command1]": 0.46524864376421227, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command2]": 0.07148837035147566, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command3]": 0.09180337930839455, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command4]": 0.1749677886621832, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command0]": 0.5269544546485018, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command1]": 0.502719479761893, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command2]": 0.07577938276643124, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command3]": 0.09708635260770644, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command4]": 0.17648455260770177, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command0]": 0.4621293268707162, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command1]": 0.45485880340136664, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command2]": 0.07072636167802494, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command3]": 0.0928194947845852, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command4]": 0.17739763565750694, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command0]": 0.45803877953515454, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command1]": 0.4612866187642092, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command2]": 0.07381615521538226, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command3]": 0.10946043049888211, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command4]": 0.17452678310657974, - "tests/cli/test_cli_install.py::test_emscripten_forge[classic]": 11.587456292330051, - "tests/cli/test_cli_install.py::test_emscripten_forge[libmamba]": 15.400142163857353, - "tests/cli/test_cli_install.py::test_find_conflicts_called_once[classic]": 234.6144480627961, - "tests/cli/test_cli_install.py::test_find_conflicts_called_once[libmamba]": 0.0285904101874633, - "tests/cli/test_cli_install.py::test_pre_link_message[classic]": 1.4815145916295165, - "tests/cli/test_cli_install.py::test_pre_link_message[libmamba]": 1.5792111894607435, - "tests/cli/test_common.py::test_check_non_admin_enabled_false": 0.005119184642743014, - "tests/cli/test_common.py::test_check_non_admin_enabled_true": 0.0043786944049897, - "tests/cli/test_common.py::test_confirm_dry_run_exit": 0.0040998992141733056, - "tests/cli/test_common.py::test_confirm_yn_always_yes": 0.004155920936819233, - "tests/cli/test_common.py::test_confirm_yn_dry_run_exit": 0.004137747157800078, - "tests/cli/test_common.py::test_confirm_yn_no": 0.004766722929472717, - "tests/cli/test_common.py::test_confirm_yn_yes": 0.004389070014775209, - "tests/cli/test_common.py::test_is_active_prefix[-False]": 0.003024219007050607, - "tests/cli/test_common.py::test_is_active_prefix[active_prefix-True]": 0.0028224575507522914, - "tests/cli/test_common.py::test_print_envs_list": 0.016266095815047895, - "tests/cli/test_common.py::test_print_envs_list_output_false": 0.011868994998796113, - "tests/cli/test_compare.py::test_compare_fail": 0.47754789646142165, - "tests/cli/test_compare.py::test_compare_success": 1.2420767952960567, - "tests/cli/test_conda_argparse.py::test_cli_args_as_strings": 0.09806934051299131, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ArgumentParser-isclass]": 0.0027816768459466056, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.BUILTIN_COMMANDS-]": 0.0027634677781295854, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ExtendConstAction-isclass]": 0.0027979785817874936, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.NullCountAction-isclass]": 0.0027574351034962185, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_output_and_prompt_options-isfunction]": 0.0029514416054032882, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_channels-isfunction]": 0.002845997571842102, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_create_install_update-isfunction]": 0.002900742843792569, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_default_packages-isfunction]": 0.0028353624912561453, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_help-isfunction]": 0.002808483335038376, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_json-isfunction]": 0.0027930491232352026, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_known-isfunction]": 0.002777783942926827, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_networking-isfunction]": 0.00277965530475997, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_package_install_options-isfunction]": 0.002798713292214296, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prefix-isfunction]": 0.0027960098135192805, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prune-isfunction]": 0.002771318782492696, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_pscheck-isfunction]": 0.0028137065094766193, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_show_channel_urls-isfunction]": 0.0027613088329595924, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver-isfunction]": 0.002787979308621354, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver_mode-isfunction]": 0.0027683608524392018, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_update_modifiers-isfunction]": 0.002763917046150159, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_verbose-isfunction]": 0.0027709869726495803, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_clean-isfunction]": 0.002786307788011934, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_compare-isfunction]": 0.0027731562348848647, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_config-isfunction]": 0.0027822446724328873, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_create-isfunction]": 0.002767893145323469, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_info-isfunction]": 0.002780631989616828, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_init-isfunction]": 0.0027985827191794447, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_install-isfunction]": 0.002805369004613097, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_list-isfunction]": 0.0027640565111516514, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_notices-isfunction]": 0.0027628717750599213, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_package-isfunction]": 0.00275894687671737, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_plugins-isfunction]": 0.0027809551887828126, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_remove-isfunction]": 0.002800250946566049, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_rename-isfunction]": 0.0027560186908921532, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_run-isfunction]": 0.0027604949299067636, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_search-isfunction]": 0.0027561725756149796, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_update-isfunction]": 0.0027522090838621783, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.do_call-isfunction]": 0.0027597685093713373, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_sys_rc_path-]": 0.0027776914423124632, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_user_rc_path-]": 0.002762343365196519, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.find_builtin_commands-isfunction]": 0.0027820133681232383, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_parser-isfunction]": 0.00277895257516855, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_pre_parser-isfunction]": 0.002751142422098339, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.sys_rc_path-]": 0.002786143564667011, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.user_rc_path-]": 0.0027813004412014035, - "tests/cli/test_conda_argparse.py::test_list_through_python_api": 3.850570257001115, - "tests/cli/test_conda_argparse.py::test_parser_basics": 0.03132464483950109, - "tests/cli/test_conda_argparse.py::test_sorted_commands_in_error": 0.005139883344234841, - "tests/cli/test_config.py::test_add_invalid_key": 0.0875777854801525, - "tests/cli/test_config.py::test_add_key": 0.10167812398224353, - "tests/cli/test_config.py::test_channels_add_duplicate": 0.09846916790472991, - "tests/cli/test_config.py::test_channels_add_empty": 0.09555502700241442, - "tests/cli/test_config.py::test_channels_add_empty_with_defaults": 0.0954618015168763, - "tests/cli/test_config.py::test_channels_append": 0.10233877653048712, - "tests/cli/test_config.py::test_channels_append_duplicate": 0.10664181275822415, - "tests/cli/test_config.py::test_channels_prepend": 0.10265200952997251, - "tests/cli/test_config.py::test_channels_prepend_duplicate": 0.10137022400848307, - "tests/cli/test_config.py::test_channels_remove": 0.10082161036699058, - "tests/cli/test_config.py::test_channels_remove_duplicate": 0.1789696895042389, - "tests/cli/test_config.py::test_conda_config_describe": 11.565832445036335, - "tests/cli/test_config.py::test_conda_config_validate": 9.98864148799246, - "tests/cli/test_config.py::test_conda_config_validate_sslverify_truststore": 7.864580618520807, - "tests/cli/test_config.py::test_create_condarc_on_set": 0.097804335502175, - "tests/cli/test_config.py::test_custom_multichannels_add": 0.09713353945922144, - "tests/cli/test_config.py::test_custom_multichannels_add_duplicate": 0.1001366137944175, - "tests/cli/test_config.py::test_custom_multichannels_append": 0.09429188746690975, - "tests/cli/test_config.py::test_custom_multichannels_append_duplicate": 0.09902009580293732, - "tests/cli/test_config.py::test_custom_multichannels_prepend": 0.09911445959687415, - "tests/cli/test_config.py::test_custom_multichannels_prepend_duplicate": 0.09911402688846525, - "tests/cli/test_config.py::test_get_all": 0.11495123811507083, - "tests/cli/test_config.py::test_get_all_inc_maps": 0.12623075037279588, - "tests/cli/test_config.py::test_get_boolean_value": 0.10888938140241435, - "tests/cli/test_config.py::test_get_channels_list": 0.10983247279969233, - "tests/cli/test_config.py::test_get_invalid_key": 0.10875494727315681, - "tests/cli/test_config.py::test_get_map_full": 0.10771558277207917, - "tests/cli/test_config.py::test_get_map_subkey[conda_build.cache_dir-/tmp/conda-bld]": 0.11024943373018797, - "tests/cli/test_config.py::test_get_map_subkey[proxy_servers.http-1.2.3.4:5678]": 0.11249204427920712, - "tests/cli/test_config.py::test_get_multiple_keys": 0.10934664560836393, - "tests/cli/test_config.py::test_get_multiple_keys_incl_map_full": 0.11451721822955474, - "tests/cli/test_config.py::test_get_multiple_keys_incl_map_subkey": 0.11546088747195193, - "tests/cli/test_config.py::test_get_string_value": 0.10876306999183175, - "tests/cli/test_config.py::test_get_unconfigured_key": 0.1078146234316111, - "tests/cli/test_config.py::test_invalid_yaml": 0.08061515966181579, - "tests/cli/test_config.py::test_remove_key": 0.10293738762882719, - "tests/cli/test_config.py::test_remove_key_duplicate": 0.17724458131567475, - "tests/cli/test_config.py::test_remove_unconfigured_key": 0.08804964517773199, - "tests/cli/test_config.py::test_set_and_get_bool": 0.19243327843075, - "tests/cli/test_config.py::test_set_check_types[always_yes-false-False]": 0.09811195399251989, - "tests/cli/test_config.py::test_set_check_types[always_yes-no-False]": 0.09273938122086926, - "tests/cli/test_config.py::test_set_check_types[always_yes-true-True]": 0.09740567857743083, - "tests/cli/test_config.py::test_set_check_types[always_yes-yes-True]": 0.09360750028368718, - "tests/cli/test_config.py::test_set_check_types[channel_alias-https://repo.example.com-https://repo.example.com]": 0.09337121747777898, - "tests/cli/test_config.py::test_set_check_types[proxy_servers.http-1.2.3.4:5678-py_value5]": 0.09538585032871595, - "tests/cli/test_config.py::test_set_invalid_key": 0.08682520372060666, - "tests/cli/test_config.py::test_set_key": 0.10431423190601154, - "tests/cli/test_config.py::test_set_map_key[conda_build.cache_dir-/tmp/conda-bld-/var/tmp/build]": 0.10040656469810728, - "tests/cli/test_config.py::test_set_map_key[conda_build.error_overlinking-true-false]": 0.0006827284525399318, - "tests/cli/test_config.py::test_set_map_key[proxy_servers.http-1.2.3.4:5678-4.3.2.1:9876]": 0.10067150488335201, - "tests/cli/test_config.py::test_set_rc_without_user_rc": 0.0882074135666409, - "tests/cli/test_config.py::test_set_unconfigured_key": 0.10143024030315961, - "tests/cli/test_config.py::test_show_sorts_keys": 0.15756892994356647, - "tests/cli/test_config.py::test_ssl_verify_default": 0.006148382540170971, - "tests/cli/test_config.py::test_ssl_verify_set_bool": 0.09852309010793205, - "tests/cli/test_config.py::test_ssl_verify_set_filename": 0.0956651208678817, - "tests/cli/test_env.py::test_conda_env_create_empty_file[classic]": 0.09054959738742083, - "tests/cli/test_env.py::test_conda_env_create_empty_file[libmamba]": 0.09037642430000133, - "tests/cli/test_env.py::test_conda_env_create_http[classic]": 342.1620682075483, - "tests/cli/test_env.py::test_conda_env_create_http[libmamba]": 20.342198544473217, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file[classic]": 0.08620901928519752, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file[libmamba]": 0.08892389246548275, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[classic]": 0.0891583533900389, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[libmamba]": 0.09368843584653247, - "tests/cli/test_env.py::test_conda_env_create_no_file[classic]": 0.0958599592860664, - "tests/cli/test_env.py::test_conda_env_create_no_file[libmamba]": 0.1119056336161977, - "tests/cli/test_env.py::test_create_dry_run_json[classic]": 1.944315793777598, - "tests/cli/test_env.py::test_create_dry_run_json[libmamba]": 6.037945148324461, - "tests/cli/test_env.py::test_create_dry_run_yaml[classic]": 2.3510672794528977, - "tests/cli/test_env.py::test_create_dry_run_yaml[libmamba]": 5.35506898256534, - "tests/cli/test_env.py::test_create_unsolvable_env[classic]": 3.142199443864614, - "tests/cli/test_env.py::test_create_unsolvable_env[libmamba]": 6.558747571994204, - "tests/cli/test_env.py::test_create_valid_env[classic]": 6.107933185883215, - "tests/cli/test_env.py::test_create_valid_env[libmamba]": 8.192922237712699, - "tests/cli/test_env.py::test_create_valid_env_json_output[classic]": 0.7159166593371896, - "tests/cli/test_env.py::test_create_valid_env_json_output[libmamba]": 4.454574740624053, - "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[classic]": 186.78999622753864, - "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[libmamba]": 18.47989692583929, - "tests/cli/test_env.py::test_create_valid_env_with_variables[classic]": 2.2851513142047892, - "tests/cli/test_env.py::test_create_valid_env_with_variables[libmamba]": 6.297225619447113, + "tests/base/test_context.py::test_specify_channels_cli_condarc": 0.03615328838689049, + "tests/base/test_context.py::test_specify_channels_cli_not_adding_defaults_no_condarc": 0.034028238913420154, + "tests/base/test_context.py::test_specify_different_channels_cli_condarc": 0.035702707680842105, + "tests/base/test_context.py::test_specify_same_channels_cli_as_in_condarc": 0.03577462609833583, + "tests/base/test_context.py::test_subdirs": 0.015240987380147699, + "tests/base/test_context.py::test_target_prefix": 0.06782310651811696, + "tests/base/test_context.py::test_threads": 0.06804296602257331, + "tests/base/test_context.py::test_validate_prefix_name[base-False-mock_return_values2-expected2]": 0.004063849028651748, + "tests/base/test_context.py::test_validate_prefix_name[env-name-False-mock_return_values0-expected0]": 0.005313571475980048, + "tests/base/test_context.py::test_validate_prefix_name[not/allow#characters:in-path-False-mock_return_values1-expected1]": 0.005793418493514233, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command0]": 0.46682600416287134, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command1]": 0.46566457619663726, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command2]": 0.07143535413526653, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command3]": 0.09190834957866227, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command4]": 0.17498533190542157, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command0]": 0.5267208249187749, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command1]": 0.5034561284105527, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command2]": 0.0758066151988639, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command3]": 0.09712338774283345, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command4]": 0.1766609769320147, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command0]": 0.4619505809247727, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command1]": 0.4577381736716429, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command2]": 0.07083684816450421, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command3]": 0.09261913262241926, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command4]": 0.17721654646831453, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command0]": 0.45816692277840065, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command1]": 0.4613540674128554, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command2]": 0.07379164710727656, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command3]": 0.10927677103941896, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command4]": 0.17448442364711841, + "tests/cli/test_cli_install.py::test_emscripten_forge[classic]": 11.623005847840785, + "tests/cli/test_cli_install.py::test_emscripten_forge[libmamba]": 15.401699596805972, + "tests/cli/test_cli_install.py::test_find_conflicts_called_once[classic]": 235.06618256949716, + "tests/cli/test_cli_install.py::test_find_conflicts_called_once[libmamba]": 0.02872062157503386, + "tests/cli/test_cli_install.py::test_pre_link_message[classic]": 1.4893792183760923, + "tests/cli/test_cli_install.py::test_pre_link_message[libmamba]": 1.5804897384046286, + "tests/cli/test_common.py::test_check_non_admin_enabled_false": 0.005139491796594455, + "tests/cli/test_common.py::test_check_non_admin_enabled_true": 0.0043639492348494045, + "tests/cli/test_common.py::test_confirm_dry_run_exit": 0.0040998991821094575, + "tests/cli/test_common.py::test_confirm_yn_always_yes": 0.00415592092730146, + "tests/cli/test_common.py::test_confirm_yn_dry_run_exit": 0.00413774723071164, + "tests/cli/test_common.py::test_confirm_yn_no": 0.004766722749955512, + "tests/cli/test_common.py::test_confirm_yn_yes": 0.0043890699847411825, + "tests/cli/test_common.py::test_is_active_prefix[-False]": 0.0030258357077186083, + "tests/cli/test_common.py::test_is_active_prefix[active_prefix-True]": 0.0028200624512190408, + "tests/cli/test_common.py::test_print_envs_list": 0.016032938619808448, + "tests/cli/test_common.py::test_print_envs_list_output_false": 0.011594970669440995, + "tests/cli/test_compare.py::test_compare_fail": 0.474906916952496, + "tests/cli/test_compare.py::test_compare_success": 1.237916477534523, + "tests/cli/test_conda_argparse.py::test_cli_args_as_strings": 0.09595007976188948, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ArgumentParser-isclass]": 0.0027765812850846466, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.BUILTIN_COMMANDS-]": 0.002768543280338458, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ExtendConstAction-isclass]": 0.0027948209717173, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.NullCountAction-isclass]": 0.0027557093574610433, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_output_and_prompt_options-isfunction]": 0.002954513560284457, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_channels-isfunction]": 0.002841515578117558, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_create_install_update-isfunction]": 0.0028998723166440525, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_default_packages-isfunction]": 0.002832485911036118, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_help-isfunction]": 0.0028031290211361208, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_json-isfunction]": 0.0027908762623439333, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_known-isfunction]": 0.002775922426112294, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_networking-isfunction]": 0.0027850100356610905, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_package_install_options-isfunction]": 0.0027898660899401246, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prefix-isfunction]": 0.002793683359173354, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prune-isfunction]": 0.002769706632799675, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_pscheck-isfunction]": 0.002799280939345952, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_show_channel_urls-isfunction]": 0.00275915165446968, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver-isfunction]": 0.00277943863365539, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver_mode-isfunction]": 0.0027673521944139934, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_update_modifiers-isfunction]": 0.0027663163691559758, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_verbose-isfunction]": 0.0027791579374869756, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_clean-isfunction]": 0.0027837944846240475, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_compare-isfunction]": 0.00277367087856928, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_config-isfunction]": 0.002780464903718768, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_create-isfunction]": 0.002767923632395758, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_info-isfunction]": 0.002782017194191076, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_init-isfunction]": 0.0027955446384839537, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_install-isfunction]": 0.002799114739902305, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_list-isfunction]": 0.0027594435967232336, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_notices-isfunction]": 0.002762869682266816, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_package-isfunction]": 0.002760069200859556, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_plugins-isfunction]": 0.0027790957887328335, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_remove-isfunction]": 0.002800115087821586, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_rename-isfunction]": 0.0027521702319513335, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_run-isfunction]": 0.0027606680991633533, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_search-isfunction]": 0.0027552714178037964, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_update-isfunction]": 0.002754740467522726, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.do_call-isfunction]": 0.0027643739085106175, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_sys_rc_path-]": 0.0027780300146508768, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_user_rc_path-]": 0.002766885140177425, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.find_builtin_commands-isfunction]": 0.0027796270088996013, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_parser-isfunction]": 0.0027763950254686, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_pre_parser-isfunction]": 0.0027506940799079324, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.sys_rc_path-]": 0.0027857908527670885, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.user_rc_path-]": 0.0027794272656502953, + "tests/cli/test_conda_argparse.py::test_list_through_python_api": 3.8270520850318257, + "tests/cli/test_conda_argparse.py::test_parser_basics": 0.03100150451952558, + "tests/cli/test_conda_argparse.py::test_sorted_commands_in_error": 0.004826764425326641, + "tests/cli/test_config.py::test_add_invalid_key": 0.08761752329240702, + "tests/cli/test_config.py::test_add_key": 0.10151010472136585, + "tests/cli/test_config.py::test_channels_add_duplicate": 0.09832122280148596, + "tests/cli/test_config.py::test_channels_add_empty": 0.09541409623830036, + "tests/cli/test_config.py::test_channels_add_empty_with_defaults": 0.09528754749290537, + "tests/cli/test_config.py::test_channels_append": 0.10214552722767738, + "tests/cli/test_config.py::test_channels_append_duplicate": 0.1064084478821091, + "tests/cli/test_config.py::test_channels_prepend": 0.10279017816129692, + "tests/cli/test_config.py::test_channels_prepend_duplicate": 0.10133458257061388, + "tests/cli/test_config.py::test_channels_remove": 0.10063655488710806, + "tests/cli/test_config.py::test_channels_remove_duplicate": 0.1808956904479771, + "tests/cli/test_config.py::test_conda_config_describe": 11.575750331090237, + "tests/cli/test_config.py::test_conda_config_validate": 9.96825618244996, + "tests/cli/test_config.py::test_conda_config_validate_sslverify_truststore": 7.801535036804279, + "tests/cli/test_config.py::test_create_condarc_on_set": 0.09513815751808533, + "tests/cli/test_config.py::test_custom_multichannels_add": 0.09944802694074864, + "tests/cli/test_config.py::test_custom_multichannels_add_duplicate": 0.09999111084412099, + "tests/cli/test_config.py::test_custom_multichannels_append": 0.0942815575961207, + "tests/cli/test_config.py::test_custom_multichannels_append_duplicate": 0.0986956587136451, + "tests/cli/test_config.py::test_custom_multichannels_prepend": 0.09927566150023108, + "tests/cli/test_config.py::test_custom_multichannels_prepend_duplicate": 0.09887463032855963, + "tests/cli/test_config.py::test_get_all": 0.1148810789199764, + "tests/cli/test_config.py::test_get_all_inc_maps": 0.1258333640637688, + "tests/cli/test_config.py::test_get_boolean_value": 0.10859181317657549, + "tests/cli/test_config.py::test_get_channels_list": 0.10979811822300845, + "tests/cli/test_config.py::test_get_invalid_key": 0.10864581599530161, + "tests/cli/test_config.py::test_get_map_full": 0.10774650517714197, + "tests/cli/test_config.py::test_get_map_subkey[conda_build.cache_dir-/tmp/conda-bld]": 0.11012919381879312, + "tests/cli/test_config.py::test_get_map_subkey[proxy_servers.http-1.2.3.4:5678]": 0.1120583902612903, + "tests/cli/test_config.py::test_get_multiple_keys": 0.10921415062312415, + "tests/cli/test_config.py::test_get_multiple_keys_incl_map_full": 0.11436227682817873, + "tests/cli/test_config.py::test_get_multiple_keys_incl_map_subkey": 0.11526842431243392, + "tests/cli/test_config.py::test_get_string_value": 0.1088780152887817, + "tests/cli/test_config.py::test_get_unconfigured_key": 0.10737906453307994, + "tests/cli/test_config.py::test_invalid_yaml": 0.08050267318126929, + "tests/cli/test_config.py::test_remove_key": 0.10311635040779196, + "tests/cli/test_config.py::test_remove_key_duplicate": 0.17713357875793692, + "tests/cli/test_config.py::test_remove_unconfigured_key": 0.08818240916626542, + "tests/cli/test_config.py::test_set_and_get_bool": 0.19208433140428327, + "tests/cli/test_config.py::test_set_check_types[always_yes-false-False]": 0.09566829269373156, + "tests/cli/test_config.py::test_set_check_types[always_yes-no-False]": 0.09273314066781817, + "tests/cli/test_config.py::test_set_check_types[always_yes-true-True]": 0.09764312055731365, + "tests/cli/test_config.py::test_set_check_types[always_yes-yes-True]": 0.09378158538607975, + "tests/cli/test_config.py::test_set_check_types[channel_alias-https://repo.example.com-https://repo.example.com]": 0.09346312966516193, + "tests/cli/test_config.py::test_set_check_types[proxy_servers.http-1.2.3.4:5678-py_value5]": 0.094874946304235, + "tests/cli/test_config.py::test_set_invalid_key": 0.08663922336742097, + "tests/cli/test_config.py::test_set_key": 0.10394560054644492, + "tests/cli/test_config.py::test_set_map_key[conda_build.cache_dir-/tmp/conda-bld-/var/tmp/build]": 0.1000663763938305, + "tests/cli/test_config.py::test_set_map_key[conda_build.error_overlinking-true-false]": 0.0006809449024286307, + "tests/cli/test_config.py::test_set_map_key[proxy_servers.http-1.2.3.4:5678-4.3.2.1:9876]": 0.10066407628818523, + "tests/cli/test_config.py::test_set_rc_without_user_rc": 0.08815803885832696, + "tests/cli/test_config.py::test_set_unconfigured_key": 0.10137276370081535, + "tests/cli/test_config.py::test_show_sorts_keys": 0.15735199503217479, + "tests/cli/test_config.py::test_ssl_verify_default": 0.006139906210509651, + "tests/cli/test_config.py::test_ssl_verify_set_bool": 0.09852149431351787, + "tests/cli/test_config.py::test_ssl_verify_set_filename": 0.09576565444607142, + "tests/cli/test_env.py::test_conda_env_create_empty_file[classic]": 0.09039271941110417, + "tests/cli/test_env.py::test_conda_env_create_empty_file[libmamba]": 0.090235348439888, + "tests/cli/test_env.py::test_conda_env_create_http[classic]": 341.6807810612473, + "tests/cli/test_env.py::test_conda_env_create_http[libmamba]": 19.95162077260733, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file[classic]": 0.08618848242138535, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file[libmamba]": 0.08818255008628825, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[classic]": 0.08905125791976058, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[libmamba]": 0.09372956151899106, + "tests/cli/test_env.py::test_conda_env_create_no_file[classic]": 0.0963369060921459, + "tests/cli/test_env.py::test_conda_env_create_no_file[libmamba]": 0.11270930009563206, + "tests/cli/test_env.py::test_create_dry_run_json[classic]": 1.9412122541279182, + "tests/cli/test_env.py::test_create_dry_run_json[libmamba]": 6.036469053359629, + "tests/cli/test_env.py::test_create_dry_run_yaml[classic]": 2.2994854027439255, + "tests/cli/test_env.py::test_create_dry_run_yaml[libmamba]": 5.231443051236121, + "tests/cli/test_env.py::test_create_unsolvable_env[classic]": 3.1776866916740243, + "tests/cli/test_env.py::test_create_unsolvable_env[libmamba]": 6.363435704808091, + "tests/cli/test_env.py::test_create_valid_env[classic]": 6.096451341066976, + "tests/cli/test_env.py::test_create_valid_env[libmamba]": 7.99273311674523, + "tests/cli/test_env.py::test_create_valid_env_json_output[classic]": 0.7006629205406821, + "tests/cli/test_env.py::test_create_valid_env_json_output[libmamba]": 4.371832186813716, + "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[classic]": 185.3900209951885, + "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[libmamba]": 18.45146881220949, + "tests/cli/test_env.py::test_create_valid_env_with_variables[classic]": 2.316377601453589, + "tests/cli/test_env.py::test_create_valid_env_with_variables[libmamba]": 6.1688892375460265, "tests/cli/test_env.py::test_create_valid_remote_env[classic]": 10.04657897700449, "tests/cli/test_env.py::test_create_valid_remote_env[libmamba]": 7.044945501105912, - "tests/cli/test_env.py::test_deprecated_binstar[classic]": 0.1523025023887746, - "tests/cli/test_env.py::test_deprecated_binstar[libmamba]": 0.15369899739022347, - "tests/cli/test_env.py::test_env_export[classic]": 21.873166222891985, - "tests/cli/test_env.py::test_env_export[libmamba]": 9.432948984888597, - "tests/cli/test_env.py::test_env_export_json[classic]": 6.960238483876393, - "tests/cli/test_env.py::test_env_export_json[libmamba]": 4.563948559348599, - "tests/cli/test_env.py::test_env_export_with_variables[classic]": 17.343453834290347, - "tests/cli/test_env.py::test_env_export_with_variables[libmamba]": 9.425855799850842, - "tests/cli/test_env.py::test_export_multi_channel[classic]": 56.39117788966115, - "tests/cli/test_env.py::test_export_multi_channel[libmamba]": 44.705601348048205, - "tests/cli/test_env.py::test_invalid_extensions[classic]": 0.08706984257996772, - "tests/cli/test_env.py::test_invalid_extensions[libmamba]": 0.08640700701786527, - "tests/cli/test_env.py::test_list[classic]": 1.8752686174823596, - "tests/cli/test_env.py::test_list[libmamba]": 11.927107783046395, + "tests/cli/test_env.py::test_deprecated_binstar[classic]": 0.1522402366280122, + "tests/cli/test_env.py::test_deprecated_binstar[libmamba]": 0.15304626650639216, + "tests/cli/test_env.py::test_env_export[classic]": 21.78411144132423, + "tests/cli/test_env.py::test_env_export[libmamba]": 9.411740106636978, + "tests/cli/test_env.py::test_env_export_json[classic]": 6.800621908530974, + "tests/cli/test_env.py::test_env_export_json[libmamba]": 4.564908340768476, + "tests/cli/test_env.py::test_env_export_with_variables[classic]": 17.346765647027098, + "tests/cli/test_env.py::test_env_export_with_variables[libmamba]": 9.404379819140837, + "tests/cli/test_env.py::test_export_multi_channel[classic]": 56.3105697785404, + "tests/cli/test_env.py::test_export_multi_channel[libmamba]": 44.25009718480544, + "tests/cli/test_env.py::test_invalid_extensions[classic]": 0.08700294714252725, + "tests/cli/test_env.py::test_invalid_extensions[libmamba]": 0.08681933792250938, + "tests/cli/test_env.py::test_list[classic]": 1.8790704361744937, + "tests/cli/test_env.py::test_list[libmamba]": 11.895864981454501, "tests/cli/test_env.py::test_name[classic]": 3.0553108002291167, "tests/cli/test_env.py::test_name[libmamba]": 5.478634077152054, - "tests/cli/test_env.py::test_name_override[classic]": 0.8824168723086702, - "tests/cli/test_env.py::test_name_override[libmamba]": 4.447307013376668, - "tests/cli/test_env.py::test_non_existent_file[classic]": 0.08994005328848892, - "tests/cli/test_env.py::test_non_existent_file[libmamba]": 0.08889440092508513, - "tests/cli/test_env.py::test_pip_error_is_propagated[classic]": 154.22562876856645, - "tests/cli/test_env.py::test_pip_error_is_propagated[libmamba]": 16.76604039200235, - "tests/cli/test_env.py::test_remove_dry_run[classic]": 0.5472169584488659, - "tests/cli/test_env.py::test_remove_dry_run[libmamba]": 4.560596289971882, - "tests/cli/test_env.py::test_set_unset_env_vars[classic]": 0.8107863827464232, - "tests/cli/test_env.py::test_set_unset_env_vars[libmamba]": 4.79153075493786, - "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[classic]": 0.08835391660911278, - "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[libmamba]": 0.0908674028275459, - "tests/cli/test_env.py::test_update[classic]": 81.88292834089168, - "tests/cli/test_env.py::test_update[libmamba]": 9.136699575726356, - "tests/cli/test_env.py::test_update_env_json_output[classic]": 58.626475216075335, - "tests/cli/test_env.py::test_update_env_json_output[libmamba]": 9.014611216850772, - "tests/cli/test_env.py::test_update_env_no_action_json_output[classic]": 300.9910311338143, - "tests/cli/test_env.py::test_update_env_no_action_json_output[libmamba]": 25.82310328205043, - "tests/cli/test_env.py::test_update_env_only_pip_json_output[classic]": 316.09146082809656, - "tests/cli/test_env.py::test_update_env_only_pip_json_output[libmamba]": 26.73039426729217, - "tests/cli/test_find_commands.py::test_find_commands": 0.023573715470317138, - "tests/cli/test_find_commands.py::test_find_executable": 0.008024714046427713, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--debug]": 0.05887393215850103, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--json]": 0.054308561196113554, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--trace]": 0.06742413752130302, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[-v]": 0.06048135338000018, - "tests/cli/test_main.py::test_main": 0.07144469917026644, - "tests/cli/test_main_clean.py::test_clean_all[False]": 0.7095512388725739, - "tests/cli/test_main_clean.py::test_clean_all[True]": 0.7092550076327733, - "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[False]": 0.5598105470910196, - "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[True]": 0.369294925303865, - "tests/cli/test_main_clean.py::test_clean_and_packages": 0.47029762161469146, - "tests/cli/test_main_clean.py::test_clean_force_pkgs_dirs": 0.39370158316133397, - "tests/cli/test_main_clean.py::test_clean_index_cache": 0.26235877341912056, - "tests/cli/test_main_clean.py::test_clean_logfiles": 0.2510923709871064, - "tests/cli/test_main_clean.py::test_clean_tarballs": 0.2540662753811933, - "tests/cli/test_main_clean.py::test_clean_tempfiles": 0.25402382216339986, - "tests/cli/test_main_clean.py::test_get_size": 0.00448207549897791, - "tests/cli/test_main_clean.py::test_get_size_None": 0.0027532013338255838, - "tests/cli/test_main_clean.py::test_get_size_list": 0.0027965712098558344, - "tests/cli/test_main_commands.py::test_commands": 0.09981655288133527, - "tests/cli/test_main_compare.py::test_compare": 0.0780160499835655, - "tests/cli/test_main_config.py::test_config_get_key": 0.017364399030446877, - "tests/cli/test_main_config.py::test_config_get_missing[get]": 0.10377644896792068, - "tests/cli/test_main_config.py::test_config_get_missing[key]": 0.10455697456409596, - "tests/cli/test_main_config.py::test_config_get_missing[unknown]": 0.10840879268086755, - "tests/cli/test_main_config.py::test_config_get_system[get]": 0.10390132121307709, - "tests/cli/test_main_config.py::test_config_get_system[key]": 0.10323369212598163, - "tests/cli/test_main_config.py::test_config_get_system[unknown]": 0.1039491165709882, - "tests/cli/test_main_config.py::test_config_get_user[get]": 0.11013588665225454, - "tests/cli/test_main_config.py::test_config_get_user[key]": 0.10652350281083557, - "tests/cli/test_main_config.py::test_config_get_user[unknown]": 0.10654715926384578, - "tests/cli/test_main_config.py::test_config_read_rc": 0.005911916580789387, - "tests/cli/test_main_config.py::test_config_remove_item": 0.009743210363675524, - "tests/cli/test_main_config.py::test_config_remove_key": 0.004493462795848867, - "tests/cli/test_main_config.py::test_config_set_key": 0.006954051669821794, - "tests/cli/test_main_config.py::test_config_set_keys": 0.01062695780710217, - "tests/cli/test_main_config.py::test_config_show_sources_json": 0.08780596620427296, - "tests/cli/test_main_config.py::test_config_write_rc": 0.005337828688678864, - "tests/cli/test_main_export.py::test_execute_export_no_file_specified": 0.09337914840250676, - "tests/cli/test_main_export.py::test_export": 0.09405399956501831, - "tests/cli/test_main_export.py::test_export_add_channels": 0.09377041328707637, - "tests/cli/test_main_export.py::test_export_override_channels": 0.10489263424786492, - "tests/cli/test_main_export.py::test_export_with_json": 0.08968348206301706, - "tests/cli/test_main_export.py::test_export_yaml_file_extension": 0.08076607205534223, - "tests/cli/test_main_info.py::test_info": 0.3935082279757011, + "tests/cli/test_env.py::test_name_override[classic]": 0.8788264124263031, + "tests/cli/test_env.py::test_name_override[libmamba]": 4.448586633019415, + "tests/cli/test_env.py::test_non_existent_file[classic]": 0.09019366384477982, + "tests/cli/test_env.py::test_non_existent_file[libmamba]": 0.08850977164639517, + "tests/cli/test_env.py::test_pip_error_is_propagated[classic]": 153.4881314849303, + "tests/cli/test_env.py::test_pip_error_is_propagated[libmamba]": 16.674053829997266, + "tests/cli/test_env.py::test_remove_dry_run[classic]": 0.5524034274333735, + "tests/cli/test_env.py::test_remove_dry_run[libmamba]": 4.544067530545803, + "tests/cli/test_env.py::test_set_unset_env_vars[classic]": 0.8164588075292787, + "tests/cli/test_env.py::test_set_unset_env_vars[libmamba]": 4.803891898598493, + "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[classic]": 0.088300607950771, + "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[libmamba]": 0.08936563792006604, + "tests/cli/test_env.py::test_update[classic]": 81.60469366774034, + "tests/cli/test_env.py::test_update[libmamba]": 9.127099257766151, + "tests/cli/test_env.py::test_update_env_json_output[classic]": 58.10097890578296, + "tests/cli/test_env.py::test_update_env_json_output[libmamba]": 8.87285514708786, + "tests/cli/test_env.py::test_update_env_no_action_json_output[classic]": 300.1862548055333, + "tests/cli/test_env.py::test_update_env_no_action_json_output[libmamba]": 25.588546421576822, + "tests/cli/test_env.py::test_update_env_only_pip_json_output[classic]": 314.57090499923214, + "tests/cli/test_env.py::test_update_env_only_pip_json_output[libmamba]": 26.397216821882786, + "tests/cli/test_find_commands.py::test_find_commands": 0.02356139529983673, + "tests/cli/test_find_commands.py::test_find_executable": 0.008032207477749426, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--debug]": 0.0590210158286425, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--json]": 0.05422279927515237, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--trace]": 0.06479368028634104, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[-v]": 0.06046034675770707, + "tests/cli/test_main.py::test_main": 0.0715232339009692, + "tests/cli/test_main_clean.py::test_clean_all[False]": 0.710474212747923, + "tests/cli/test_main_clean.py::test_clean_all[True]": 0.7066901533012228, + "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[False]": 0.5624603307685212, + "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[True]": 0.3697562744973505, + "tests/cli/test_main_clean.py::test_clean_and_packages": 0.46945722342498186, + "tests/cli/test_main_clean.py::test_clean_force_pkgs_dirs": 0.394275331813272, + "tests/cli/test_main_clean.py::test_clean_index_cache": 0.2620133277416801, + "tests/cli/test_main_clean.py::test_clean_logfiles": 0.253861833177116, + "tests/cli/test_main_clean.py::test_clean_tarballs": 0.2539131001684504, + "tests/cli/test_main_clean.py::test_clean_tempfiles": 0.2538218594584172, + "tests/cli/test_main_clean.py::test_get_size": 0.004482839510301957, + "tests/cli/test_main_clean.py::test_get_size_None": 0.00275301719004545, + "tests/cli/test_main_clean.py::test_get_size_list": 0.002791826909602985, + "tests/cli/test_main_commands.py::test_commands": 0.09988710195842895, + "tests/cli/test_main_compare.py::test_compare": 0.07785473921750166, + "tests/cli/test_main_config.py::test_config_get_key": 0.017367501537238688, + "tests/cli/test_main_config.py::test_config_get_missing[get]": 0.10374711656352524, + "tests/cli/test_main_config.py::test_config_get_missing[key]": 0.10465379311215958, + "tests/cli/test_main_config.py::test_config_get_missing[unknown]": 0.11063830604997905, + "tests/cli/test_main_config.py::test_config_get_system[get]": 0.10637530266391758, + "tests/cli/test_main_config.py::test_config_get_system[key]": 0.10298088786439359, + "tests/cli/test_main_config.py::test_config_get_system[unknown]": 0.10401034348297129, + "tests/cli/test_main_config.py::test_config_get_user[get]": 0.11024871529385777, + "tests/cli/test_main_config.py::test_config_get_user[key]": 0.10637211992879364, + "tests/cli/test_main_config.py::test_config_get_user[unknown]": 0.10656132773354156, + "tests/cli/test_main_config.py::test_config_read_rc": 0.0058968014471721284, + "tests/cli/test_main_config.py::test_config_remove_item": 0.009718165993838459, + "tests/cli/test_main_config.py::test_config_remove_key": 0.004479614244658756, + "tests/cli/test_main_config.py::test_config_set_key": 0.0069522102726611214, + "tests/cli/test_main_config.py::test_config_set_keys": 0.010609678277685606, + "tests/cli/test_main_config.py::test_config_show_sources_json": 0.08752003353680012, + "tests/cli/test_main_config.py::test_config_write_rc": 0.00533530104768874, + "tests/cli/test_main_export.py::test_execute_export_no_file_specified": 0.09320572029298409, + "tests/cli/test_main_export.py::test_export": 0.09408690810519017, + "tests/cli/test_main_export.py::test_export_add_channels": 0.09347361500106705, + "tests/cli/test_main_export.py::test_export_override_channels": 0.10476644686956797, + "tests/cli/test_main_export.py::test_export_with_json": 0.08953611358111639, + "tests/cli/test_main_export.py::test_export_yaml_file_extension": 0.08073160191302525, + "tests/cli/test_main_info.py::test_info": 0.3902676276306054, "tests/cli/test_main_info.py::test_info_all": 0.10127750000005635, - "tests/cli/test_main_info.py::test_info_json": 0.09872394937378692, - "tests/cli/test_main_info.py::test_info_root": 0.19872636254149986, - "tests/cli/test_main_info.py::test_info_unsafe_channels": 0.20770551060013104, - "tests/cli/test_main_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 658.2225520475782, - "tests/cli/test_main_install.py::test_install_freezes_env_by_default": 0.9511021491389925, - "tests/cli/test_main_install.py::test_install_from_extracted_package": 33.47936556122614, - "tests/cli/test_main_install.py::test_install_mkdir": 56.025969683260094, - "tests/cli/test_main_list.py::test_explicit[--md5]": 12.754378590853472, - "tests/cli/test_main_list.py::test_explicit[--quiet]": 13.012331839716134, - "tests/cli/test_main_list.py::test_explicit[--sha256]": 12.882968033571428, - "tests/cli/test_main_list.py::test_export": 2.221309708376007, - "tests/cli/test_main_list.py::test_list": 8.663070866736792, - "tests/cli/test_main_list.py::test_list_explicit": 11.183034812725067, - "tests/cli/test_main_list.py::test_list_json": 0.20571255439139635, - "tests/cli/test_main_list.py::test_list_package": 0.09149343454340297, - "tests/cli/test_main_list.py::test_list_reverse": 9.733642273577583, - "tests/cli/test_main_list.py::test_list_revisions": 0.26881404701776257, - "tests/cli/test_main_list.py::test_list_specific_version": 0.2505438945560165, - "tests/cli/test_main_notices.py::test_cache_names_appear_as_expected": 0.11227024455173475, - "tests/cli/test_main_notices.py::test_main_notices[200]": 0.10224457195680677, - "tests/cli/test_main_notices.py::test_main_notices[404]": 0.10437336430201256, - "tests/cli/test_main_notices.py::test_main_notices_handles_bad_expired_at_field": 0.100578127563775, - "tests/cli/test_main_notices.py::test_main_notices_help": 0.04000810955935259, - "tests/cli/test_main_notices.py::test_main_notices_json": 0.05891361125098732, - "tests/cli/test_main_notices.py::test_main_notices_reads_from_cache": 0.1076625414348236, - "tests/cli/test_main_notices.py::test_main_notices_reads_from_expired_cache": 0.11402030530326146, - "tests/cli/test_main_notices.py::test_notices_appear_once_when_running_decorated_commands": 9.990372666077176, - "tests/cli/test_main_notices.py::test_notices_cannot_read_cache_files": 0.153530762775074, - "tests/cli/test_main_notices.py::test_notices_does_not_interrupt_command_on_failure": 0.4270725357511662, - "tests/cli/test_main_notices.py::test_notices_work_with_s3_channel": 0.15606122676776663, - "tests/cli/test_main_remove.py::test_remove_all": 22.07860297011627, - "tests/cli/test_main_remove.py::test_remove_all_keep_env": 21.423479237701898, - "tests/cli/test_main_remove.py::test_remove_globbed_package_names[classic]": 22.7869785896189, - "tests/cli/test_main_remove.py::test_remove_globbed_package_names[libmamba]": 1.6080728037341698, - "tests/cli/test_main_remove.py::test_remove_nonexistent_env": 0.07053722867656134, - "tests/cli/test_main_rename.py::test_cannot_rename_active_env_by_name": 8.801744488888561, - "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_name": 0.08222899314845113, - "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_path": 0.1290334246504707, - "tests/cli/test_main_rename.py::test_cannot_rename_nonexistent_env": 0.09025095681623417, - "tests/cli/test_main_rename.py::test_protected_dirs_error_for_rename": 9.877942050502817, - "tests/cli/test_main_rename.py::test_rename_by_name_name_already_exists_error": 7.168458462467857, - "tests/cli/test_main_rename.py::test_rename_by_name_success": 9.297419287678354, - "tests/cli/test_main_rename.py::test_rename_by_path_path_already_exists_error": 5.9915755598946, - "tests/cli/test_main_rename.py::test_rename_by_path_success": 8.035556959513787, - "tests/cli/test_main_rename.py::test_rename_with_dry_run": 8.036601879521243, - "tests/cli/test_main_rename.py::test_rename_with_force": 17.083480871199352, - "tests/cli/test_main_rename.py::test_rename_with_force_and_dry_run": 10.109616396054252, - "tests/cli/test_main_rename.py::test_rename_with_force_with_errors": 16.183162575975608, - "tests/cli/test_main_rename.py::test_rename_with_force_with_errors_prefix": 8.170599473382302, - "tests/cli/test_main_rename.py::test_separator_chars_on_win": 8.616221971334408, - "tests/cli/test_main_run.py::test_conda_run_nonexistant_prefix": 0.07167512031115841, - "tests/cli/test_main_run.py::test_conda_run_prefix_not_a_conda_env": 0.07228694200981443, - "tests/cli/test_main_run.py::test_multiline_run_command": 9.621033339123533, - "tests/cli/test_main_run.py::test_run_readonly_env": 0.000610329507867856, - "tests/cli/test_main_run.py::test_run_returns_int": 8.339548595763375, - "tests/cli/test_main_run.py::test_run_returns_nonzero_errorlevel": 6.223305959098954, - "tests/cli/test_main_run.py::test_run_returns_zero_errorlevel": 7.763308805678469, - "tests/cli/test_main_run.py::test_run_uncaptured": 9.616485072123838, - "tests/cli/test_main_search.py::test_anaconda_token_with_private_package": 51.552498669911095, - "tests/cli/test_main_search.py::test_bad_anaconda_token": 1.1470833596857815, - "tests/cli/test_main_search.py::test_current_platform_package_missing": 0.13700922984388025, - "tests/cli/test_main_search.py::test_different_platform_package_found": 0.1445464851026455, - "tests/cli/test_main_search.py::test_mocked_platform_package_found": 0.165049316322291, - "tests/cli/test_main_search.py::test_pretty_record": 0.004444862011556845, - "tests/cli/test_main_search.py::test_rpy_search[linux-32]": 16.7119189485221, - "tests/cli/test_main_search.py::test_rpy_search[linux-64]": 20.72965846689706, - "tests/cli/test_main_search.py::test_rpy_search[osx-64]": 18.96511731573057, - "tests/cli/test_main_search.py::test_rpy_search[win-32]": 11.62452640421784, - "tests/cli/test_main_search.py::test_rpy_search[win-64]": 15.227498398437618, - "tests/cli/test_main_search.py::test_search_0": 13.439987405682581, - "tests/cli/test_main_search.py::test_search_1": 0.26814687131465753, - "tests/cli/test_main_search.py::test_search_2[exact]": 0.8206550263165319, - "tests/cli/test_main_search.py::test_search_2[wildcard]": 3.7623003769855754, - "tests/cli/test_main_search.py::test_search_3": 2.3271002547963566, - "tests/cli/test_main_search.py::test_search_4": 0.29221257655099864, - "tests/cli/test_main_search.py::test_search_5": 1.1380452714843714, - "tests/cli/test_main_search.py::test_search_envs": 0.16041018954066844, - "tests/cli/test_main_search.py::test_search_envs_info": 0.17418673679411378, - "tests/cli/test_main_search.py::test_search_envs_json": 0.13780621088076525, - "tests/cli/test_main_search.py::test_search_inflexible": 1.203610952402882, - "tests/cli/test_main_search.py::test_unknown_platform_package_missing": 0.13909485698183452, - "tests/cli/test_subcommands.py::test_clean[classic]": 2.1454690318042644, - "tests/cli/test_subcommands.py::test_clean[libmamba]": 3.1027658065101718, - "tests/cli/test_subcommands.py::test_compare[classic]": 0.23705733607515053, - "tests/cli/test_subcommands.py::test_compare[libmamba]": 7.407594638479542, - "tests/cli/test_subcommands.py::test_config[classic]": 0.10492702873657497, - "tests/cli/test_subcommands.py::test_config[libmamba]": 0.10180650851963094, - "tests/cli/test_subcommands.py::test_create[classic]": 0.4021131761500392, - "tests/cli/test_subcommands.py::test_create[libmamba]": 9.632777878173417, - "tests/cli/test_subcommands.py::test_doctor[classic]": 6.122657710650828, - "tests/cli/test_subcommands.py::test_doctor[libmamba]": 6.14238096902976, - "tests/cli/test_subcommands.py::test_env_config_vars[classic]": 0.4279200325571525, - "tests/cli/test_subcommands.py::test_env_config_vars[libmamba]": 9.85064386294001, - "tests/cli/test_subcommands.py::test_env_create[classic]": 1.3584397971207902, - "tests/cli/test_subcommands.py::test_env_create[libmamba]": 10.21770780433029, - "tests/cli/test_subcommands.py::test_env_export[classic]": 1.1673421099240597, - "tests/cli/test_subcommands.py::test_env_export[libmamba]": 1.1629070057353441, - "tests/cli/test_subcommands.py::test_env_list[classic]": 0.20757053850024088, - "tests/cli/test_subcommands.py::test_env_list[libmamba]": 0.26509753715955303, - "tests/cli/test_subcommands.py::test_env_remove[classic]": 0.2272639340933692, - "tests/cli/test_subcommands.py::test_env_remove[libmamba]": 7.479396948344858, - "tests/cli/test_subcommands.py::test_env_update[classic]": 1.3041411391663944, - "tests/cli/test_subcommands.py::test_env_update[libmamba]": 17.05031698530174, - "tests/cli/test_subcommands.py::test_info[classic]": 0.11528079867740725, - "tests/cli/test_subcommands.py::test_info[libmamba]": 0.11093474273369011, - "tests/cli/test_subcommands.py::test_info_json[classic]": 0.2101821832608591, - "tests/cli/test_subcommands.py::test_info_json[libmamba]": 0.2178978545507744, - "tests/cli/test_subcommands.py::test_init[classic]": 0.47177902873125915, - "tests/cli/test_subcommands.py::test_init[libmamba]": 0.4878569957512124, - "tests/cli/test_subcommands.py::test_install[classic]": 3.1509839067576917, - "tests/cli/test_subcommands.py::test_install[libmamba]": 15.800347410109032, - "tests/cli/test_subcommands.py::test_list[classic]": 1.5836274735986549, - "tests/cli/test_subcommands.py::test_list[libmamba]": 6.9999771537290005, - "tests/cli/test_subcommands.py::test_notices[classic]": 0.20674067909982777, - "tests/cli/test_subcommands.py::test_notices[libmamba]": 0.22732071753965935, - "tests/cli/test_subcommands.py::test_package[classic]": 0.21121352734054874, - "tests/cli/test_subcommands.py::test_package[libmamba]": 8.83252833409816, - "tests/cli/test_subcommands.py::test_remove[classic-remove]": 0.22437360364319484, - "tests/cli/test_subcommands.py::test_remove[classic-uninstall]": 0.23474806265238654, - "tests/cli/test_subcommands.py::test_remove[libmamba-remove]": 7.233626283770086, - "tests/cli/test_subcommands.py::test_remove[libmamba-uninstall]": 7.326026826858485, - "tests/cli/test_subcommands.py::test_remove_all_json[classic-remove]": 0.7416499761761863, - "tests/cli/test_subcommands.py::test_remove_all_json[classic-uninstall]": 0.485273371090235, - "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-remove]": 6.885425599044514, - "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-uninstall]": 6.708602230697569, - "tests/cli/test_subcommands.py::test_rename[classic]": 0.40176689535598, - "tests/cli/test_subcommands.py::test_rename[libmamba]": 9.937406400166893, - "tests/cli/test_subcommands.py::test_run[classic]": 1.1710918820412386, - "tests/cli/test_subcommands.py::test_run[libmamba]": 8.181842036903067, - "tests/cli/test_subcommands.py::test_search[classic]": 2.1265096148436458, - "tests/cli/test_subcommands.py::test_search[libmamba]": 18.650788068986042, - "tests/cli/test_subcommands.py::test_update[classic-update]": 1.2765510354032399, - "tests/cli/test_subcommands.py::test_update[classic-upgrade]": 1.5192754570199214, - "tests/cli/test_subcommands.py::test_update[libmamba-update]": 16.985376151347985, - "tests/cli/test_subcommands.py::test_update[libmamba-upgrade]": 15.81597863653532, - "tests/common/os/test_windows.py::test_is_admin_on_windows": 0.0023948072321081783, - "tests/common/pkg_formats/test_python.py::test_basepydist_load_requires_provides_file": 0.004298488767823754, - "tests/common/pkg_formats/test_python.py::test_basepydist_parse_entries_file_data": 0.0031745883091234845, - "tests/common/pkg_formats/test_python.py::test_basepydist_parse_requires_file_data": 0.002732836790047558, - "tests/common/pkg_formats/test_python.py::test_dist_get_paths": 0.004299505783486129, - "tests/common/pkg_formats/test_python.py::test_dist_get_paths_no_paths": 0.0036417968186002007, - "tests/common/pkg_formats/test_python.py::test_evaluate_marker": 0.0032106936568864273, - "tests/common/pkg_formats/test_python.py::test_get_default_marker_context": 0.0026588127585982168, - "tests/common/pkg_formats/test_python.py::test_get_dist_file_from_egg_link": 0.009093193423914705, - "tests/common/pkg_formats/test_python.py::test_get_dist_requirements": 0.00536325553433319, - "tests/common/pkg_formats/test_python.py::test_get_entry_points": 0.0058365711994244176, - "tests/common/pkg_formats/test_python.py::test_get_extra_provides": 0.00541666439195404, - "tests/common/pkg_formats/test_python.py::test_get_python_distribution_info": 0.0005931350733464114, - "tests/common/pkg_formats/test_python.py::test_get_site_packages_anchor_files": 0.013392978448986502, + "tests/cli/test_main_info.py::test_info_json": 0.09862514417170386, + "tests/cli/test_main_info.py::test_info_root": 0.1986072477742067, + "tests/cli/test_main_info.py::test_info_unsafe_channels": 0.20804613925819657, + "tests/cli/test_main_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 657.1304569897009, + "tests/cli/test_main_install.py::test_install_freezes_env_by_default": 0.949376302708222, + "tests/cli/test_main_install.py::test_install_from_extracted_package": 33.60171623998169, + "tests/cli/test_main_install.py::test_install_mkdir": 55.30961642088578, + "tests/cli/test_main_list.py::test_explicit[--md5]": 12.753055949610955, + "tests/cli/test_main_list.py::test_explicit[--quiet]": 13.01615965659881, + "tests/cli/test_main_list.py::test_explicit[--sha256]": 12.880710623117297, + "tests/cli/test_main_list.py::test_export": 2.203080390671035, + "tests/cli/test_main_list.py::test_list": 8.729508269846072, + "tests/cli/test_main_list.py::test_list_explicit": 11.168676009652167, + "tests/cli/test_main_list.py::test_list_json": 0.208418603343106, + "tests/cli/test_main_list.py::test_list_package": 0.09117413102107, + "tests/cli/test_main_list.py::test_list_reverse": 9.731422327047193, + "tests/cli/test_main_list.py::test_list_revisions": 0.22008396740942587, + "tests/cli/test_main_list.py::test_list_specific_version": 0.24988763928823232, + "tests/cli/test_main_notices.py::test_cache_names_appear_as_expected": 0.11326147654835331, + "tests/cli/test_main_notices.py::test_main_notices[200]": 0.1031837200105721, + "tests/cli/test_main_notices.py::test_main_notices[404]": 0.10572031616789908, + "tests/cli/test_main_notices.py::test_main_notices_handles_bad_expired_at_field": 0.1018112050976838, + "tests/cli/test_main_notices.py::test_main_notices_help": 0.03989368721966969, + "tests/cli/test_main_notices.py::test_main_notices_json": 0.06115917053572913, + "tests/cli/test_main_notices.py::test_main_notices_reads_from_cache": 0.10777584709854347, + "tests/cli/test_main_notices.py::test_main_notices_reads_from_expired_cache": 0.11353500003848933, + "tests/cli/test_main_notices.py::test_notices_appear_once_when_running_decorated_commands": 10.048583123432488, + "tests/cli/test_main_notices.py::test_notices_cannot_read_cache_files": 0.15251908071093132, + "tests/cli/test_main_notices.py::test_notices_does_not_interrupt_command_on_failure": 0.4293379036457666, + "tests/cli/test_main_notices.py::test_notices_work_with_s3_channel": 0.15695346626583997, + "tests/cli/test_main_remove.py::test_remove_all": 22.024128921436944, + "tests/cli/test_main_remove.py::test_remove_all_keep_env": 21.38227171260763, + "tests/cli/test_main_remove.py::test_remove_globbed_package_names[classic]": 22.76168423971118, + "tests/cli/test_main_remove.py::test_remove_globbed_package_names[libmamba]": 1.602363059722414, + "tests/cli/test_main_remove.py::test_remove_nonexistent_env": 0.0704722247334503, + "tests/cli/test_main_rename.py::test_cannot_rename_active_env_by_name": 8.825832521714716, + "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_name": 0.08198356734845874, + "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_path": 0.12923099026194276, + "tests/cli/test_main_rename.py::test_cannot_rename_nonexistent_env": 0.08988161886372292, + "tests/cli/test_main_rename.py::test_protected_dirs_error_for_rename": 9.908229198475945, + "tests/cli/test_main_rename.py::test_rename_by_name_name_already_exists_error": 7.151643475237879, + "tests/cli/test_main_rename.py::test_rename_by_name_success": 9.351743922224102, + "tests/cli/test_main_rename.py::test_rename_by_path_path_already_exists_error": 6.032463212618031, + "tests/cli/test_main_rename.py::test_rename_by_path_success": 7.971310461261685, + "tests/cli/test_main_rename.py::test_rename_with_dry_run": 8.103099964954385, + "tests/cli/test_main_rename.py::test_rename_with_force": 17.14596687500394, + "tests/cli/test_main_rename.py::test_rename_with_force_and_dry_run": 10.134203215493933, + "tests/cli/test_main_rename.py::test_rename_with_force_with_errors": 16.256552394476145, + "tests/cli/test_main_rename.py::test_rename_with_force_with_errors_prefix": 8.140946500580446, + "tests/cli/test_main_rename.py::test_separator_chars_on_win": 8.658987224076922, + "tests/cli/test_main_run.py::test_conda_run_nonexistant_prefix": 0.0716130527932529, + "tests/cli/test_main_run.py::test_conda_run_prefix_not_a_conda_env": 0.07232476750575303, + "tests/cli/test_main_run.py::test_multiline_run_command": 9.622860604323343, + "tests/cli/test_main_run.py::test_run_readonly_env": 0.000610396998764113, + "tests/cli/test_main_run.py::test_run_returns_int": 8.318830688981524, + "tests/cli/test_main_run.py::test_run_returns_nonzero_errorlevel": 6.194375356380917, + "tests/cli/test_main_run.py::test_run_returns_zero_errorlevel": 7.717149185878171, + "tests/cli/test_main_run.py::test_run_uncaptured": 9.635211714184827, + "tests/cli/test_main_search.py::test_anaconda_token_with_private_package": 49.99579171352118, + "tests/cli/test_main_search.py::test_bad_anaconda_token": 1.1164967811801894, + "tests/cli/test_main_search.py::test_current_platform_package_missing": 0.13325413253466314, + "tests/cli/test_main_search.py::test_different_platform_package_found": 0.1426415305922035, + "tests/cli/test_main_search.py::test_mocked_platform_package_found": 0.16469389165443224, + "tests/cli/test_main_search.py::test_pretty_record": 0.004442331847670502, + "tests/cli/test_main_search.py::test_rpy_search[linux-32]": 16.45838712726193, + "tests/cli/test_main_search.py::test_rpy_search[linux-64]": 20.711252211200666, + "tests/cli/test_main_search.py::test_rpy_search[osx-64]": 18.683937830063325, + "tests/cli/test_main_search.py::test_rpy_search[win-32]": 11.55300566174003, + "tests/cli/test_main_search.py::test_rpy_search[win-64]": 15.159892331039268, + "tests/cli/test_main_search.py::test_search_0": 12.805667754789093, + "tests/cli/test_main_search.py::test_search_1": 0.2414390551251312, + "tests/cli/test_main_search.py::test_search_2[exact]": 0.7361706021639334, + "tests/cli/test_main_search.py::test_search_2[wildcard]": 3.496564630660548, + "tests/cli/test_main_search.py::test_search_3": 2.3453403017192986, + "tests/cli/test_main_search.py::test_search_4": 0.2934323995875225, + "tests/cli/test_main_search.py::test_search_5": 1.192459960511159, + "tests/cli/test_main_search.py::test_search_envs": 0.1612393227227124, + "tests/cli/test_main_search.py::test_search_envs_info": 0.17531609317926458, + "tests/cli/test_main_search.py::test_search_envs_json": 0.13796850063076968, + "tests/cli/test_main_search.py::test_search_inflexible": 1.205832101013986, + "tests/cli/test_main_search.py::test_unknown_platform_package_missing": 0.13837010819477819, + "tests/cli/test_subcommands.py::test_clean[classic]": 2.178110596763609, + "tests/cli/test_subcommands.py::test_clean[libmamba]": 3.1449358959249047, + "tests/cli/test_subcommands.py::test_compare[classic]": 0.23815430032032456, + "tests/cli/test_subcommands.py::test_compare[libmamba]": 7.362385259584724, + "tests/cli/test_subcommands.py::test_config[classic]": 0.10488865917621948, + "tests/cli/test_subcommands.py::test_config[libmamba]": 0.10201559467798081, + "tests/cli/test_subcommands.py::test_create[classic]": 0.40916997987930664, + "tests/cli/test_subcommands.py::test_create[libmamba]": 9.67468300640822, + "tests/cli/test_subcommands.py::test_doctor[classic]": 6.125100089123427, + "tests/cli/test_subcommands.py::test_doctor[libmamba]": 6.147229003771782, + "tests/cli/test_subcommands.py::test_env_config_vars[classic]": 0.4262869179447129, + "tests/cli/test_subcommands.py::test_env_config_vars[libmamba]": 9.880832186137877, + "tests/cli/test_subcommands.py::test_env_create[classic]": 1.369457854335368, + "tests/cli/test_subcommands.py::test_env_create[libmamba]": 10.21251583981111, + "tests/cli/test_subcommands.py::test_env_export[classic]": 1.1690861821216678, + "tests/cli/test_subcommands.py::test_env_export[libmamba]": 1.1750863684447515, + "tests/cli/test_subcommands.py::test_env_list[classic]": 0.20745222174052128, + "tests/cli/test_subcommands.py::test_env_list[libmamba]": 0.26791017197287575, + "tests/cli/test_subcommands.py::test_env_remove[classic]": 0.2269463676364535, + "tests/cli/test_subcommands.py::test_env_remove[libmamba]": 7.455923840883062, + "tests/cli/test_subcommands.py::test_env_update[classic]": 1.298067116346683, + "tests/cli/test_subcommands.py::test_env_update[libmamba]": 17.093432404525156, + "tests/cli/test_subcommands.py::test_info[classic]": 0.11561601922438976, + "tests/cli/test_subcommands.py::test_info[libmamba]": 0.11089280694044884, + "tests/cli/test_subcommands.py::test_info_json[classic]": 0.2100877531307219, + "tests/cli/test_subcommands.py::test_info_json[libmamba]": 0.2177786973795082, + "tests/cli/test_subcommands.py::test_init[classic]": 0.4717860109916215, + "tests/cli/test_subcommands.py::test_init[libmamba]": 0.4871170278965619, + "tests/cli/test_subcommands.py::test_install[classic]": 3.1668117581996054, + "tests/cli/test_subcommands.py::test_install[libmamba]": 15.83925180201699, + "tests/cli/test_subcommands.py::test_list[classic]": 1.5891143102322425, + "tests/cli/test_subcommands.py::test_list[libmamba]": 6.959167881239024, + "tests/cli/test_subcommands.py::test_notices[classic]": 0.20749017261196456, + "tests/cli/test_subcommands.py::test_notices[libmamba]": 0.22792957117800167, + "tests/cli/test_subcommands.py::test_package[classic]": 0.2110802744632035, + "tests/cli/test_subcommands.py::test_package[libmamba]": 8.82998183294518, + "tests/cli/test_subcommands.py::test_remove[classic-remove]": 0.22423335509756395, + "tests/cli/test_subcommands.py::test_remove[classic-uninstall]": 0.23428805029266844, + "tests/cli/test_subcommands.py::test_remove[libmamba-remove]": 7.169351800593896, + "tests/cli/test_subcommands.py::test_remove[libmamba-uninstall]": 7.327670961291654, + "tests/cli/test_subcommands.py::test_remove_all_json[classic-remove]": 0.7311024180994804, + "tests/cli/test_subcommands.py::test_remove_all_json[classic-uninstall]": 0.4790098290025338, + "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-remove]": 6.853018477189297, + "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-uninstall]": 6.664743546350504, + "tests/cli/test_subcommands.py::test_rename[classic]": 0.4065468139944994, + "tests/cli/test_subcommands.py::test_rename[libmamba]": 9.909943092377425, + "tests/cli/test_subcommands.py::test_run[classic]": 1.1825193692653149, + "tests/cli/test_subcommands.py::test_run[libmamba]": 8.120956962890405, + "tests/cli/test_subcommands.py::test_search[classic]": 2.0681669992996294, + "tests/cli/test_subcommands.py::test_search[libmamba]": 18.740117334400107, + "tests/cli/test_subcommands.py::test_update[classic-update]": 1.2659492731720408, + "tests/cli/test_subcommands.py::test_update[classic-upgrade]": 1.5039091965229212, + "tests/cli/test_subcommands.py::test_update[libmamba-update]": 17.022816531013806, + "tests/cli/test_subcommands.py::test_update[libmamba-upgrade]": 15.880794864272167, + "tests/common/os/test_windows.py::test_is_admin_on_windows": 0.0023937065755914927, + "tests/common/pkg_formats/test_python.py::test_basepydist_load_requires_provides_file": 0.004254300345091423, + "tests/common/pkg_formats/test_python.py::test_basepydist_parse_entries_file_data": 0.003176974059294018, + "tests/common/pkg_formats/test_python.py::test_basepydist_parse_requires_file_data": 0.002732625714042042, + "tests/common/pkg_formats/test_python.py::test_dist_get_paths": 0.0043256696494396694, + "tests/common/pkg_formats/test_python.py::test_dist_get_paths_no_paths": 0.003433396406578017, + "tests/common/pkg_formats/test_python.py::test_evaluate_marker": 0.0032215859954624906, + "tests/common/pkg_formats/test_python.py::test_get_default_marker_context": 0.002657263623298553, + "tests/common/pkg_formats/test_python.py::test_get_dist_file_from_egg_link": 0.008867092028131605, + "tests/common/pkg_formats/test_python.py::test_get_dist_requirements": 0.005327474462119265, + "tests/common/pkg_formats/test_python.py::test_get_entry_points": 0.005870063723461699, + "tests/common/pkg_formats/test_python.py::test_get_extra_provides": 0.005180540049437974, + "tests/common/pkg_formats/test_python.py::test_get_python_distribution_info": 0.0005996119157419436, + "tests/common/pkg_formats/test_python.py::test_get_site_packages_anchor_files": 0.012434960670140056, "tests/common/pkg_formats/test_python.py::test_metadata": 0.005601569861942073, - "tests/common/pkg_formats/test_python.py::test_metadata[path0-False-False-False-False]": 0.0033070686240252913, - "tests/common/pkg_formats/test_python.py::test_metadata[path1-True-False-False-False]": 0.0033992698403862644, - "tests/common/pkg_formats/test_python.py::test_metadata[path2-True-True-True-False]": 0.003561631243197619, - "tests/common/pkg_formats/test_python.py::test_metadata[path3-True-True-True-True]": 0.0034663466557429494, - "tests/common/pkg_formats/test_python.py::test_metadata_keys": 0.0023572798137888058, - "tests/common/pkg_formats/test_python.py::test_metadata_none": 0.002412956129472224, - "tests/common/pkg_formats/test_python.py::test_metadata_process_path": 0.00419542687331466, - "tests/common/pkg_formats/test_python.py::test_metadata_read_metadata": 0.006654100157752363, - "tests/common/pkg_formats/test_python.py::test_norm_package_name": 0.002825920623796982, - "tests/common/pkg_formats/test_python.py::test_norm_package_version": 0.002891212549320252, - "tests/common/pkg_formats/test_python.py::test_parse_specification": 0.005249134564424743, - "tests/common/pkg_formats/test_python.py::test_pydist_check_files": 0.005715437226318067, - "tests/common/pkg_formats/test_python.py::test_pypi_name_to_conda_name": 0.0025900048036851414, - "tests/common/pkg_formats/test_python.py::test_python_dist_egg_fpath": 0.006057473200187024, - "tests/common/pkg_formats/test_python.py::test_python_dist_egg_path": 0.005243761261912676, - "tests/common/pkg_formats/test_python.py::test_python_dist_info": 0.008054251472587572, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies": 0.005697390773474279, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_2": 0.003898050828195714, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_3": 0.003967707383048795, - "tests/common/pkg_formats/test_python.py::test_split_spec": 0.0028023470280897906, - "tests/common/test_compat.py::test_deprecations[FILESYSTEM_ENCODING-TypeError]": 0.002719533188755629, - "tests/common/test_compat.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.002576222602060153, - "tests/common/test_compat.py::test_deprecations[ensure_unicode-TypeError]": 0.002598504509654212, - "tests/common/test_compat.py::test_deprecations[open-TypeError]": 0.0027022783149710044, - "tests/common/test_compat.py::test_deprecations[six_with_metaclass-TypeError]": 0.002615262588972206, - "tests/common/test_configuration.py::test_commented_map_parameter": 0.003934572562799083, - "tests/common/test_configuration.py::test_config_resets": 0.003603082821722346, - "tests/common/test_configuration.py::test_cross_parameter_validation": 0.0023637279634949313, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$$/suffix]": 0.0005739977476915889, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$/suffix]": 0.0025775408993935164, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$1/suffix]": 0.002518953264474183, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$MISSING/suffix]": 0.002536390718456706, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$VARIABLE/suffix]": 0.0025707249619100706, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${1}/suffix]": 0.0025724595954644477, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${MISSING}/suffix]": 0.002525119642672583, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${VARIABLE}/suffix]": 0.002549830998860437, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${}/suffix]": 0.0025097765941594565, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%%/suffix]": 0.0005495227449787028, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%/suffix]": 0.002500075939432292, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1%/suffix]": 0.0025301250209020317, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1/suffix]": 0.002642249851198672, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%MISSING%/suffix]": 0.0025287789878945025, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%VARIABLE%/suffix]": 0.002528102007232523, - "tests/common/test_configuration.py::test_default_values": 0.0026674047783128703, - "tests/common/test_configuration.py::test_empty_map_parameter": 0.006127671241861738, - "tests/common/test_configuration.py::test_env_var_config": 0.0031801434069869032, - "tests/common/test_configuration.py::test_env_var_config_alias": 0.00314991241238207, - "tests/common/test_configuration.py::test_env_var_config_empty_sequence": 0.003027832381977961, - "tests/common/test_configuration.py::test_env_var_config_no_split_sequence": 0.003132256822955884, - "tests/common/test_configuration.py::test_env_var_config_split_sequence": 0.003156169162946873, - "tests/common/test_configuration.py::test_expand_search_path": 0.0005605834347671364, - "tests/common/test_configuration.py::test_expanded_variables": 0.007561508137304224, - "tests/common/test_configuration.py::test_important_primitive_map_merges": 0.08385894347811913, - "tests/common/test_configuration.py::test_invalid_map_parameter": 0.002521233444745281, - "tests/common/test_configuration.py::test_invalid_seq_parameter": 0.0024613226551300706, - "tests/common/test_configuration.py::test_list_merges": 0.07284368340819275, - "tests/common/test_configuration.py::test_load_raw_configs": 0.02907753125000918, - "tests/common/test_configuration.py::test_map_parameter_must_be_map": 0.0034895332666999047, - "tests/common/test_configuration.py::test_nested": 0.015321220173276627, - "tests/common/test_configuration.py::test_object": 0.012018240393038247, - "tests/common/test_configuration.py::test_object_defaults_completely_empty": 0.0031999920635609395, - "tests/common/test_configuration.py::test_object_defaults_partially_empty": 0.005419641384307209, - "tests/common/test_configuration.py::test_parameter": 0.00239005349382342, - "tests/common/test_configuration.py::test_parameter_flag": 0.00234200953737438, - "tests/common/test_configuration.py::test_pretty_list": 0.0027758163111903968, - "tests/common/test_configuration.py::test_raise_errors": 0.002383904102806754, - "tests/common/test_configuration.py::test_simple_merges_and_caching": 0.018772651461295267, - "tests/common/test_configuration.py::test_unique_sequence_map_error_with_duplicates": 0.013976464409375094, - "tests/common/test_configuration.py::test_unique_sequence_map_error_with_unique_key": 0.003965082509104269, - "tests/common/test_configuration.py::test_validate_all": 0.013362512253171477, - "tests/common/test_configuration.py::test_validation": 0.013044960094264188, - "tests/common/test_io.py::test_attach_stderr_handler": 0.0031314946082924905, - "tests/common/test_io.py::test_captured": 0.0026600009846094175, - "tests/common/test_path.py::test_get_major_minor_version_no_dot": 0.0024911516156113033, - "tests/common/test_path.py::test_missing_pyc_files_27": 0.00238801152926291, - "tests/common/test_path.py::test_missing_pyc_files_34": 0.0024857849894491706, - "tests/common/test_path.py::test_missing_pyc_files_35": 0.002494048799903107, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH0]": 0.03193982210712141, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH10]": 0.04490678979648419, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH11]": 0.07178604593184464, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH1]": 0.045266358152920703, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH2]": 0.04492038397838968, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH3]": 0.03227121364572041, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH4]": 0.07227837681869084, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH5]": 0.04518335827317991, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH6]": 0.03240701491138966, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH7]": 0.04507313168934379, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH8]": 0.07247446968881004, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH9]": 0.03211320613628415, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC0]": 0.07192036744767233, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC1]": 2.4375818746265323, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC2]": 1.1595614435453199, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC3]": 0.6694170355483509, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC4]": 0.04499382740666224, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC5]": 0.35733920412664744, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC6]": 0.16314690833312365, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC7]": 0.04499774445713493, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd0]": 0.07229815771453031, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd1]": 0.004902621949995588, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd2]": 0.00514453062865183, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd3]": 0.07291930310709838, - "tests/common/test_path.py::test_path_conversion[cygpath-drive0]": 0.03173162137864024, - "tests/common/test_path.py::test_path_conversion[cygpath-drive10]": 0.07196222981140203, - "tests/common/test_path.py::test_path_conversion[cygpath-drive11]": 0.04549444261088758, - "tests/common/test_path.py::test_path_conversion[cygpath-drive12]": 0.04506855831718205, - "tests/common/test_path.py::test_path_conversion[cygpath-drive13]": 0.04507116851075547, - "tests/common/test_path.py::test_path_conversion[cygpath-drive14]": 0.07160282412589558, - "tests/common/test_path.py::test_path_conversion[cygpath-drive15]": 0.04462630787642167, - "tests/common/test_path.py::test_path_conversion[cygpath-drive1]": 0.03178686282810166, - "tests/common/test_path.py::test_path_conversion[cygpath-drive2]": 0.04497850280435334, - "tests/common/test_path.py::test_path_conversion[cygpath-drive3]": 0.044650435315056344, - "tests/common/test_path.py::test_path_conversion[cygpath-drive4]": 0.0711868239905547, - "tests/common/test_path.py::test_path_conversion[cygpath-drive5]": 0.0318906349658483, - "tests/common/test_path.py::test_path_conversion[cygpath-drive6]": 0.03172490530853167, - "tests/common/test_path.py::test_path_conversion[cygpath-drive7]": 0.03151038495689916, - "tests/common/test_path.py::test_path_conversion[cygpath-drive8]": 0.04484419705229002, - "tests/common/test_path.py::test_path_conversion[cygpath-drive9]": 0.04519070244717883, - "tests/common/test_path.py::test_path_conversion[cygpath-relative0]": 0.07131775676024049, - "tests/common/test_path.py::test_path_conversion[cygpath-relative1]": 0.07142106521138414, - "tests/common/test_path.py::test_path_conversion[cygpath-relative2]": 0.07135645218397725, - "tests/common/test_path.py::test_path_conversion[cygpath-root0]": 0.07318753531869299, - "tests/common/test_path.py::test_path_conversion[cygpath-root10]": 0.032265947150273346, - "tests/common/test_path.py::test_path_conversion[cygpath-root11]": 0.04523459175739798, - "tests/common/test_path.py::test_path_conversion[cygpath-root12]": 0.07226231142609736, - "tests/common/test_path.py::test_path_conversion[cygpath-root13]": 0.032341518820642984, - "tests/common/test_path.py::test_path_conversion[cygpath-root14]": 0.04549777993620625, - "tests/common/test_path.py::test_path_conversion[cygpath-root1]": 0.032776180638267406, - "tests/common/test_path.py::test_path_conversion[cygpath-root2]": 0.03214933986890824, - "tests/common/test_path.py::test_path_conversion[cygpath-root3]": 0.04543701062780365, - "tests/common/test_path.py::test_path_conversion[cygpath-root4]": 0.07162528842703866, - "tests/common/test_path.py::test_path_conversion[cygpath-root5]": 0.03230059412022788, - "tests/common/test_path.py::test_path_conversion[cygpath-root6]": 0.031959625008527365, - "tests/common/test_path.py::test_path_conversion[cygpath-root7]": 0.04582494483670123, - "tests/common/test_path.py::test_path_conversion[cygpath-root8]": 0.0717783240051902, - "tests/common/test_path.py::test_path_conversion[cygpath-root9]": 0.032502210539715914, - "tests/common/test_path.py::test_path_conversion[fallback-PATH0]": 0.011658353562063557, - "tests/common/test_path.py::test_path_conversion[fallback-PATH10]": 0.014514526067735947, - "tests/common/test_path.py::test_path_conversion[fallback-PATH11]": 0.020178733614455553, - "tests/common/test_path.py::test_path_conversion[fallback-PATH1]": 0.014563460556084993, - "tests/common/test_path.py::test_path_conversion[fallback-PATH2]": 0.014593651016418682, - "tests/common/test_path.py::test_path_conversion[fallback-PATH3]": 0.011572178114734056, - "tests/common/test_path.py::test_path_conversion[fallback-PATH4]": 0.020293435817419766, - "tests/common/test_path.py::test_path_conversion[fallback-PATH5]": 0.014557667817480135, - "tests/common/test_path.py::test_path_conversion[fallback-PATH6]": 0.012127903340172443, - "tests/common/test_path.py::test_path_conversion[fallback-PATH7]": 0.015331473663536096, - "tests/common/test_path.py::test_path_conversion[fallback-PATH8]": 0.02029911397719699, - "tests/common/test_path.py::test_path_conversion[fallback-PATH9]": 0.011819373191619574, - "tests/common/test_path.py::test_path_conversion[fallback-UNC0]": 0.02020915702541589, - "tests/common/test_path.py::test_path_conversion[fallback-UNC1]": 0.020201655565320803, - "tests/common/test_path.py::test_path_conversion[fallback-UNC2]": 0.02029581770755312, - "tests/common/test_path.py::test_path_conversion[fallback-UNC3]": 0.01157780498884126, - "tests/common/test_path.py::test_path_conversion[fallback-UNC4]": 0.01480736587720919, - "tests/common/test_path.py::test_path_conversion[fallback-UNC5]": 0.020187581235447234, - "tests/common/test_path.py::test_path_conversion[fallback-UNC6]": 0.011527500432518633, - "tests/common/test_path.py::test_path_conversion[fallback-UNC7]": 0.014794917981294757, - "tests/common/test_path.py::test_path_conversion[fallback-cwd0]": 0.02527493519502506, - "tests/common/test_path.py::test_path_conversion[fallback-cwd1]": 0.005566880088137709, - "tests/common/test_path.py::test_path_conversion[fallback-cwd2]": 0.005652962227731449, - "tests/common/test_path.py::test_path_conversion[fallback-cwd3]": 0.020976782555959056, - "tests/common/test_path.py::test_path_conversion[fallback-drive0]": 0.014425772919192077, - "tests/common/test_path.py::test_path_conversion[fallback-drive10]": 0.025792830393980955, - "tests/common/test_path.py::test_path_conversion[fallback-drive11]": 0.01730397258352671, - "tests/common/test_path.py::test_path_conversion[fallback-drive12]": 0.017286000087847152, - "tests/common/test_path.py::test_path_conversion[fallback-drive13]": 0.01746021429513525, - "tests/common/test_path.py::test_path_conversion[fallback-drive14]": 0.025918079573564484, - "tests/common/test_path.py::test_path_conversion[fallback-drive15]": 0.0175271958370053, - "tests/common/test_path.py::test_path_conversion[fallback-drive1]": 0.014429838222189876, - "tests/common/test_path.py::test_path_conversion[fallback-drive2]": 0.017441381680935578, - "tests/common/test_path.py::test_path_conversion[fallback-drive3]": 0.01734466924284953, - "tests/common/test_path.py::test_path_conversion[fallback-drive4]": 0.02584747851266729, - "tests/common/test_path.py::test_path_conversion[fallback-drive5]": 0.014411373156656124, - "tests/common/test_path.py::test_path_conversion[fallback-drive6]": 0.014427053751482309, - "tests/common/test_path.py::test_path_conversion[fallback-drive7]": 0.014543688756341848, - "tests/common/test_path.py::test_path_conversion[fallback-drive8]": 0.01846314862374988, - "tests/common/test_path.py::test_path_conversion[fallback-drive9]": 0.017286493367351417, - "tests/common/test_path.py::test_path_conversion[fallback-relative0]": 0.020614777116780055, - "tests/common/test_path.py::test_path_conversion[fallback-relative1]": 0.020079364430335315, - "tests/common/test_path.py::test_path_conversion[fallback-relative2]": 0.020050442591709267, - "tests/common/test_path.py::test_path_conversion[fallback-root0]": 0.022459092876388854, - "tests/common/test_path.py::test_path_conversion[fallback-root10]": 0.013204591800581776, - "tests/common/test_path.py::test_path_conversion[fallback-root11]": 0.01465066347848556, - "tests/common/test_path.py::test_path_conversion[fallback-root12]": 0.024806957843021032, - "tests/common/test_path.py::test_path_conversion[fallback-root13]": 0.011565634681754658, - "tests/common/test_path.py::test_path_conversion[fallback-root14]": 0.014403897907013885, - "tests/common/test_path.py::test_path_conversion[fallback-root1]": 0.011628717851436479, - "tests/common/test_path.py::test_path_conversion[fallback-root2]": 0.0115551588798199, - "tests/common/test_path.py::test_path_conversion[fallback-root3]": 0.014926316660940237, - "tests/common/test_path.py::test_path_conversion[fallback-root4]": 0.02041048953348817, - "tests/common/test_path.py::test_path_conversion[fallback-root5]": 0.011565959682096047, - "tests/common/test_path.py::test_path_conversion[fallback-root6]": 0.011550205762623111, - "tests/common/test_path.py::test_path_conversion[fallback-root7]": 0.014634087299377178, - "tests/common/test_path.py::test_path_conversion[fallback-root8]": 0.02031483200313944, - "tests/common/test_path.py::test_path_conversion[fallback-root9]": 0.011544707075328358, - "tests/common/test_path.py::test_path_conversion_falsy[None]": 0.0025093951474591276, - "tests/common/test_path.py::test_path_conversion_falsy[empty dict]": 0.0025439885701222273, - "tests/common/test_path.py::test_path_conversion_falsy[empty list]": 0.0024878711825919685, - "tests/common/test_path.py::test_path_conversion_falsy[empty set]": 0.002507501296974089, - "tests/common/test_path.py::test_path_conversion_falsy[empty tuple]": 0.002513340943137448, - "tests/common/test_path.py::test_path_identity": 0.004288521336417321, - "tests/common/test_path.py::test_url_to_path_unix": 0.002628221261657285, - "tests/common/test_path.py::test_url_to_path_windows_local": 0.00307976061800217, - "tests/common/test_path.py::test_url_to_path_windows_unc": 0.0024171337002282496, - "tests/common/test_path.py::test_win_path_backout": 0.002351070856429499, - "tests/common/test_toposort.py::test_cycle": 0.002509348274527384, - "tests/common/test_toposort.py::test_cycle_best_effort": 0.0024642244695796687, - "tests/common/test_toposort.py::test_degenerate": 0.0023197178930620924, - "tests/common/test_toposort.py::test_pop_key": 0.0024172326657520378, - "tests/common/test_toposort.py::test_python_is_prioritized": 0.002448783770180028, - "tests/common/test_toposort.py::test_simple": 0.002444955778472403, - "tests/common/test_url.py::test_add_username_and_pass_to_url": 0.0024301473029262094, - "tests/common/test_url.py::test_is_ip_address": 0.002335642944546216, - "tests/common/test_url.py::test_is_ipv6_address": 0.0023559390057035067, - "tests/common/test_url.py::test_is_url": 0.00263921377352325, - "tests/common/test_url.py::test_maybe_add_auth": 0.002515036568937931, - "tests/common/test_url.py::test_split_scheme_auth_token": 0.002420199283041388, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj0-http://conda.io/path/to/somewhere]": 0.0025424001887614845, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj1-https://user:pass@conda.io/path/to/somewhere]": 0.002519530811435109, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj2-file:///opt/happy/path]": 0.0025180699064668265, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj3-file:///path/to/something.txt]": 0.0025110123741482874, - "tests/common/test_url.py::test_url_to_s3_info": 0.0023694978623045896, - "tests/common/test_url.py::test_urlparse[192.168.1.1:8080/path/to/resource-exp_url_obj0]": 0.0026139925771805363, - "tests/common/test_url.py::test_urlparse[file:///opt/happy/path-exp_url_obj2]": 0.002596531567062073, - "tests/common/test_url.py::test_urlparse[https://conda.io/happy/path-exp_url_obj1]": 0.0026188654594368646, - "tests/common/test_url.py::test_urlparse[https://u:p@conda.io/t/x1029384756/more/path-exp_url_obj3]": 0.002589635492735576, - "tests/common/test_yaml.py::test_dump": 0.006234013361309811, - "tests/common/test_yaml.py::test_map": 0.003128955314808269, - "tests/common/test_yaml.py::test_seq_simple": 0.003297230468524508, - "tests/common/test_yaml.py::test_yaml_complex": 0.011197522088856526, - "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_none_values_error": 0.0005532980222432549, - "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_permission_error": 0.02552702064129232, - "tests/core/test_envs_manager.py::test_prefix_cli_flag": 0.007292422057822031, - "tests/core/test_envs_manager.py::test_register_env_directory_creation_error": 0.005760176515020054, - "tests/core/test_envs_manager.py::test_register_unregister_location_env": 0.012850070103114685, - "tests/core/test_envs_manager.py::test_rewrite_environments_txt_file": 0.006005436693287382, - "tests/core/test_index.py::TestIndex::test_cache_entries[False]": 0.21239883986390531, - "tests/core/test_index.py::TestIndex::test_cache_entries[True]": 0.3394211382421474, - "tests/core/test_index.py::TestIndex::test_contains_invalid[False]": 0.22371048732704002, - "tests/core/test_index.py::TestIndex::test_contains_invalid[True]": 0.37151684532556173, - "tests/core/test_index.py::TestIndex::test_contains_valid[False]": 0.2045974348563798, - "tests/core/test_index.py::TestIndex::test_contains_valid[True]": 0.3497627397369596, - "tests/core/test_index.py::TestIndex::test_copy[False]": 0.45486652315428505, - "tests/core/test_index.py::TestIndex::test_copy[True]": 0.3352687136117791, - "tests/core/test_index.py::TestIndex::test_getitem_cache[False]": 0.20569349966260805, - "tests/core/test_index.py::TestIndex::test_getitem_cache[True]": 0.34192216453168617, - "tests/core/test_index.py::TestIndex::test_getitem_channel[False]": 0.24043414140946465, - "tests/core/test_index.py::TestIndex::test_getitem_channel[True]": 0.35415641214241367, - "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[False]": 0.21303177185274394, - "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[True]": 0.33710357535978563, - "tests/core/test_index.py::TestIndex::test_getitem_feature[False]": 0.20409054162958132, - "tests/core/test_index.py::TestIndex::test_getitem_feature[True]": 0.33488810117796447, - "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[False]": 0.21298078007248838, - "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[True]": 0.34145315876749766, - "tests/core/test_index.py::TestIndex::test_getitem_prefix[False]": 0.21671478714936693, - "tests/core/test_index.py::TestIndex::test_getitem_prefix[True]": 0.34066989247139967, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[False]": 0.24410396018146088, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[True]": 0.3359586253284172, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[False]": 0.20773886868490776, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[True]": 0.33993576628380956, - "tests/core/test_index.py::TestIndex::test_init_conflicting_subdirs": 0.05188221226835697, - "tests/core/test_index.py::TestIndex::test_init_prefix_data": 0.05389586743627404, - "tests/core/test_index.py::TestIndex::test_init_prefix_path": 0.05416722094824373, - "tests/core/test_index.py::TestIndex::test_init_use_local": 0.049859036092131374, - "tests/core/test_index.py::TestIndex::test_reduced_index[False]": 0.32937221683702883, - "tests/core/test_index.py::TestIndex::test_reduced_index[True]": 0.46597793858928394, - "tests/core/test_index.py::test__make_virtual_package": 0.05024441366476898, - "tests/core/test_index.py::test__supplement_index_with_cache": 0.07190818566728119, - "tests/core/test_index.py::test__supplement_index_with_prefix": 0.36973733911458234, - "tests/core/test_index.py::test__supplement_index_with_prefix_index_class": 0.36736765819240624, - "tests/core/test_index.py::test_basic_get_reduced_index": 9.324362516617578, - "tests/core/test_index.py::test_calculate_channel_urls": 0.05010639828494414, - "tests/core/test_index.py::test_check_allowlist": 0.17838987990418978, - "tests/core/test_index.py::test_check_allowlist_and_denylist": 0.08704919811410267, - "tests/core/test_index.py::test_check_allowlist_deprecation_warning": 0.0508667104875551, - "tests/core/test_index.py::test_check_denylist": 0.10502127232032059, - "tests/core/test_index.py::test_dist_str_in_index": 0.08486031547064952, - "tests/core/test_index.py::test_fetch_index": 0.10397066162673456, - "tests/core/test_index.py::test_get_index_lazy": 4.317944285099152, - "tests/core/test_index.py::test_get_index_linux64_platform": 17.630934177944894, - "tests/core/test_index.py::test_get_index_osx64_platform": 15.385881797379287, - "tests/core/test_index.py::test_get_index_win64_platform": 2.762889731583268, - "tests/core/test_index.py::test_supplement_index_with_system": 0.11004092325817258, - "tests/core/test_index.py::test_supplement_index_with_system_archspec": 0.07613527824874923, - "tests/core/test_index.py::test_supplement_index_with_system_cuda": 0.06274957789944642, - "tests/core/test_index.py::test_supplement_index_with_system_glibc": 0.0005376917094656735, - "tests/core/test_index.py::test_supplement_index_with_system_linux[1.2.3.4-1.2.3.4]": 0.0005453576769672468, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2-4.2]": 0.0005369913072448793, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.0-42-generic-4.2.0]": 0.0005239065194974346, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.1-4.2.1]": 0.000526501017545242, - "tests/core/test_index.py::test_supplement_index_with_system_linux[5.4.89+-5.4.89]": 0.0005192017929385763, - "tests/core/test_index.py::test_supplement_index_with_system_linux[5.5-rc1-5.5]": 0.0005255652563311752, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a-9.1]": 0.0005436525105223461, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a.2-9.1]": 0.00929630693030163, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.a.1-0]": 0.0005321898410020669, - "tests/core/test_index.py::test_supplement_index_with_system_osx": 0.0005561735864672845, - "tests/core/test_initialize.py::test__get_python_info": 0.01081569601952627, - "tests/core/test_initialize.py::test_get_python_info": 0.011835295668723251, - "tests/core/test_initialize.py::test_init_all": 0.531172576188737, - "tests/core/test_initialize.py::test_init_cmd_exe_registry": 0.007429102751208426, - "tests/core/test_initialize.py::test_init_enable_long_path": 0.0037646741017919286, - "tests/core/test_initialize.py::test_init_sh_system": 0.02790102398405518, - "tests/core/test_initialize.py::test_init_sh_user_tcsh_unix": 0.0005430386118506378, - "tests/core/test_initialize.py::test_init_sh_user_unix": 0.0005748692272303938, - "tests/core/test_initialize.py::test_init_sh_user_windows": 0.05820936936353884, - "tests/core/test_initialize.py::test_initialize_dev_bash": 0.049895228508330974, - "tests/core/test_initialize.py::test_initialize_dev_cmd_exe": 0.04159218955807811, - "tests/core/test_initialize.py::test_install_1": 0.019574703193547566, - "tests/core/test_initialize.py::test_install_conda_csh": 0.014940798613753, - "tests/core/test_initialize.py::test_install_conda_fish": 0.016249843676976853, - "tests/core/test_initialize.py::test_install_conda_sh": 0.016360650557810802, - "tests/core/test_initialize.py::test_install_conda_xsh": 0.01565107163584732, - "tests/core/test_initialize.py::test_install_condabin_conda_bat": 0.014344043570195107, - "tests/core/test_initialize.py::test_make_entry_point": 0.01478487455243552, - "tests/core/test_initialize.py::test_make_entry_point_exe": 0.01565790225947933, - "tests/core/test_initialize.py::test_make_initialize_plan_bash_zsh": 0.01508139701986783, - "tests/core/test_initialize.py::test_make_initialize_plan_cmd_exe": 0.014632865435725138, - "tests/core/test_initialize.py::test_make_install_plan": 0.005907599610954474, - "tests/core/test_package_cache_data.py::test_ProgressiveFetchExtract_prefers_conda_v2_format": 0.03503029594616748, + "tests/common/pkg_formats/test_python.py::test_metadata[path0-False-False-False-False]": 0.0033097945269249117, + "tests/common/pkg_formats/test_python.py::test_metadata[path1-True-False-False-False]": 0.0034043995755863145, + "tests/common/pkg_formats/test_python.py::test_metadata[path2-True-True-True-False]": 0.003561154091715138, + "tests/common/pkg_formats/test_python.py::test_metadata[path3-True-True-True-True]": 0.003460649744391868, + "tests/common/pkg_formats/test_python.py::test_metadata_keys": 0.0023624402670631953, + "tests/common/pkg_formats/test_python.py::test_metadata_none": 0.0024068558784886853, + "tests/common/pkg_formats/test_python.py::test_metadata_process_path": 0.003987645965228022, + "tests/common/pkg_formats/test_python.py::test_metadata_read_metadata": 0.006354475288529629, + "tests/common/pkg_formats/test_python.py::test_norm_package_name": 0.0028240190441684797, + "tests/common/pkg_formats/test_python.py::test_norm_package_version": 0.0029010454460962447, + "tests/common/pkg_formats/test_python.py::test_parse_specification": 0.0052568499730669535, + "tests/common/pkg_formats/test_python.py::test_pydist_check_files": 0.00572048410863324, + "tests/common/pkg_formats/test_python.py::test_pypi_name_to_conda_name": 0.0025990892901954217, + "tests/common/pkg_formats/test_python.py::test_python_dist_egg_fpath": 0.006035716853715422, + "tests/common/pkg_formats/test_python.py::test_python_dist_egg_path": 0.004949141410675697, + "tests/common/pkg_formats/test_python.py::test_python_dist_info": 0.008750889460420793, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies": 0.005426096440065075, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_2": 0.0038763222453404344, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_3": 0.003969131202375047, + "tests/common/pkg_formats/test_python.py::test_split_spec": 0.0028078123881951004, + "tests/common/test_compat.py::test_deprecations[FILESYSTEM_ENCODING-TypeError]": 0.002715450798311441, + "tests/common/test_compat.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.00257354739286755, + "tests/common/test_compat.py::test_deprecations[ensure_unicode-TypeError]": 0.002595065044921893, + "tests/common/test_compat.py::test_deprecations[open-TypeError]": 0.0027001530085440572, + "tests/common/test_compat.py::test_deprecations[six_with_metaclass-TypeError]": 0.0026148589207309974, + "tests/common/test_configuration.py::test_commented_map_parameter": 0.0039309732804169075, + "tests/common/test_configuration.py::test_config_resets": 0.0036003967157202245, + "tests/common/test_configuration.py::test_cross_parameter_validation": 0.002354045027140969, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$$/suffix]": 0.0005735733896316812, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$/suffix]": 0.002574191441196519, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$1/suffix]": 0.002518787498928597, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$MISSING/suffix]": 0.0025405533742862527, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$VARIABLE/suffix]": 0.0025718850140027364, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${1}/suffix]": 0.0025754392033371007, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${MISSING}/suffix]": 0.0025172451831853367, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${VARIABLE}/suffix]": 0.002552933153829544, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${}/suffix]": 0.002517388521659115, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%%/suffix]": 0.0005525395361789038, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%/suffix]": 0.002503020555136915, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1%/suffix]": 0.002527693904345213, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1/suffix]": 0.002584527370359986, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%MISSING%/suffix]": 0.002530313113814446, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%VARIABLE%/suffix]": 0.002531775790756024, + "tests/common/test_configuration.py::test_default_values": 0.002661278542022675, + "tests/common/test_configuration.py::test_empty_map_parameter": 0.006188951721775693, + "tests/common/test_configuration.py::test_env_var_config": 0.0031776150390090264, + "tests/common/test_configuration.py::test_env_var_config_alias": 0.003147175240821949, + "tests/common/test_configuration.py::test_env_var_config_empty_sequence": 0.0030274329255314033, + "tests/common/test_configuration.py::test_env_var_config_no_split_sequence": 0.003100957645943729, + "tests/common/test_configuration.py::test_env_var_config_split_sequence": 0.0031437706367238574, + "tests/common/test_configuration.py::test_expand_search_path": 0.0005605184538241876, + "tests/common/test_configuration.py::test_expanded_variables": 0.007551069146184649, + "tests/common/test_configuration.py::test_important_primitive_map_merges": 0.08365158396710956, + "tests/common/test_configuration.py::test_invalid_map_parameter": 0.0025136578059539796, + "tests/common/test_configuration.py::test_invalid_seq_parameter": 0.0024630052914679118, + "tests/common/test_configuration.py::test_list_merges": 0.07298383238121661, + "tests/common/test_configuration.py::test_load_raw_configs": 0.02896875604926483, + "tests/common/test_configuration.py::test_map_parameter_must_be_map": 0.003493109113480132, + "tests/common/test_configuration.py::test_nested": 0.015294178545129784, + "tests/common/test_configuration.py::test_object": 0.012027883053456869, + "tests/common/test_configuration.py::test_object_defaults_completely_empty": 0.0032000078174606256, + "tests/common/test_configuration.py::test_object_defaults_partially_empty": 0.005415440411517918, + "tests/common/test_configuration.py::test_parameter": 0.002389362586327851, + "tests/common/test_configuration.py::test_parameter_flag": 0.002331685052846876, + "tests/common/test_configuration.py::test_pretty_list": 0.002772983527665688, + "tests/common/test_configuration.py::test_raise_errors": 0.0023865678669085606, + "tests/common/test_configuration.py::test_simple_merges_and_caching": 0.018744067000375574, + "tests/common/test_configuration.py::test_unique_sequence_map_error_with_duplicates": 0.012363611685487828, + "tests/common/test_configuration.py::test_unique_sequence_map_error_with_unique_key": 0.003915010134248479, + "tests/common/test_configuration.py::test_validate_all": 0.013357282707074434, + "tests/common/test_configuration.py::test_validation": 0.01304469607884851, + "tests/common/test_io.py::test_attach_stderr_handler": 0.0031326139788027383, + "tests/common/test_io.py::test_captured": 0.002659110110971689, + "tests/common/test_path.py::test_get_major_minor_version_no_dot": 0.002492056636539787, + "tests/common/test_path.py::test_missing_pyc_files_27": 0.0023890011061132852, + "tests/common/test_path.py::test_missing_pyc_files_34": 0.0024880011596161477, + "tests/common/test_path.py::test_missing_pyc_files_35": 0.0024912778165844646, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH0]": 0.03187743627814879, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH10]": 0.04489177073931199, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH11]": 0.07204385707397407, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH1]": 0.04500758032371196, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH2]": 0.04468754529173122, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH3]": 0.03224585037931378, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH4]": 0.07189420233823304, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH5]": 0.045107730848055624, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH6]": 0.032388447542439636, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH7]": 0.04511376378923852, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH8]": 0.0721150111043847, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH9]": 0.03206520039138876, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC0]": 0.07218972996087925, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC1]": 2.434644138683691, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC2]": 1.1351674497561721, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC3]": 0.6779508987946666, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC4]": 0.045002670318849455, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC5]": 0.3696188736998811, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC6]": 0.16195395575989735, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC7]": 0.04493505943945493, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd0]": 0.07261220243626382, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd1]": 0.004907774334001255, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd2]": 0.005024144199011606, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd3]": 0.07278913719811034, + "tests/common/test_path.py::test_path_conversion[cygpath-drive0]": 0.03167242235140642, + "tests/common/test_path.py::test_path_conversion[cygpath-drive10]": 0.07175129929892583, + "tests/common/test_path.py::test_path_conversion[cygpath-drive11]": 0.04524270460353861, + "tests/common/test_path.py::test_path_conversion[cygpath-drive12]": 0.04485244866266886, + "tests/common/test_path.py::test_path_conversion[cygpath-drive13]": 0.045108758503977914, + "tests/common/test_path.py::test_path_conversion[cygpath-drive14]": 0.07135836326886343, + "tests/common/test_path.py::test_path_conversion[cygpath-drive15]": 0.044658242788282405, + "tests/common/test_path.py::test_path_conversion[cygpath-drive1]": 0.03179110396570045, + "tests/common/test_path.py::test_path_conversion[cygpath-drive2]": 0.04489210449236374, + "tests/common/test_path.py::test_path_conversion[cygpath-drive3]": 0.04482632982613811, + "tests/common/test_path.py::test_path_conversion[cygpath-drive4]": 0.07127328903591221, + "tests/common/test_path.py::test_path_conversion[cygpath-drive5]": 0.031890320189725485, + "tests/common/test_path.py::test_path_conversion[cygpath-drive6]": 0.03173420304184941, + "tests/common/test_path.py::test_path_conversion[cygpath-drive7]": 0.031527662191659984, + "tests/common/test_path.py::test_path_conversion[cygpath-drive8]": 0.044730812865626565, + "tests/common/test_path.py::test_path_conversion[cygpath-drive9]": 0.04505795001765873, + "tests/common/test_path.py::test_path_conversion[cygpath-relative0]": 0.07131706090358826, + "tests/common/test_path.py::test_path_conversion[cygpath-relative1]": 0.07117889499434793, + "tests/common/test_path.py::test_path_conversion[cygpath-relative2]": 0.07112762791514805, + "tests/common/test_path.py::test_path_conversion[cygpath-root0]": 0.07307380686865507, + "tests/common/test_path.py::test_path_conversion[cygpath-root10]": 0.032365862872047874, + "tests/common/test_path.py::test_path_conversion[cygpath-root11]": 0.045404128901374095, + "tests/common/test_path.py::test_path_conversion[cygpath-root12]": 0.07215660477444055, + "tests/common/test_path.py::test_path_conversion[cygpath-root13]": 0.032243095992558965, + "tests/common/test_path.py::test_path_conversion[cygpath-root14]": 0.04550663288170527, + "tests/common/test_path.py::test_path_conversion[cygpath-root1]": 0.032654304185299604, + "tests/common/test_path.py::test_path_conversion[cygpath-root2]": 0.03220309027111987, + "tests/common/test_path.py::test_path_conversion[cygpath-root3]": 0.04555216761780455, + "tests/common/test_path.py::test_path_conversion[cygpath-root4]": 0.07212003563221318, + "tests/common/test_path.py::test_path_conversion[cygpath-root5]": 0.03249146695103134, + "tests/common/test_path.py::test_path_conversion[cygpath-root6]": 0.03212537049236566, + "tests/common/test_path.py::test_path_conversion[cygpath-root7]": 0.0457366018134772, + "tests/common/test_path.py::test_path_conversion[cygpath-root8]": 0.07181540569527313, + "tests/common/test_path.py::test_path_conversion[cygpath-root9]": 0.032473143256312315, + "tests/common/test_path.py::test_path_conversion[fallback-PATH0]": 0.011657247809683757, + "tests/common/test_path.py::test_path_conversion[fallback-PATH10]": 0.01454691568249425, + "tests/common/test_path.py::test_path_conversion[fallback-PATH11]": 0.02019393296885857, + "tests/common/test_path.py::test_path_conversion[fallback-PATH1]": 0.014540234989529211, + "tests/common/test_path.py::test_path_conversion[fallback-PATH2]": 0.014552070398457555, + "tests/common/test_path.py::test_path_conversion[fallback-PATH3]": 0.01160535673855003, + "tests/common/test_path.py::test_path_conversion[fallback-PATH4]": 0.020317301970965207, + "tests/common/test_path.py::test_path_conversion[fallback-PATH5]": 0.014548324063745129, + "tests/common/test_path.py::test_path_conversion[fallback-PATH6]": 0.011934615935256378, + "tests/common/test_path.py::test_path_conversion[fallback-PATH7]": 0.015335886550833748, + "tests/common/test_path.py::test_path_conversion[fallback-PATH8]": 0.02031348898926128, + "tests/common/test_path.py::test_path_conversion[fallback-PATH9]": 0.01180562396231855, + "tests/common/test_path.py::test_path_conversion[fallback-UNC0]": 0.020228769864860777, + "tests/common/test_path.py::test_path_conversion[fallback-UNC1]": 0.020256501305761624, + "tests/common/test_path.py::test_path_conversion[fallback-UNC2]": 0.02031456310681318, + "tests/common/test_path.py::test_path_conversion[fallback-UNC3]": 0.01160944904133338, + "tests/common/test_path.py::test_path_conversion[fallback-UNC4]": 0.014689138282411527, + "tests/common/test_path.py::test_path_conversion[fallback-UNC5]": 0.020229940212286846, + "tests/common/test_path.py::test_path_conversion[fallback-UNC6]": 0.011532914475547593, + "tests/common/test_path.py::test_path_conversion[fallback-UNC7]": 0.014713131546657519, + "tests/common/test_path.py::test_path_conversion[fallback-cwd0]": 0.02524109194706151, + "tests/common/test_path.py::test_path_conversion[fallback-cwd1]": 0.005557268963159827, + "tests/common/test_path.py::test_path_conversion[fallback-cwd2]": 0.005630946130732962, + "tests/common/test_path.py::test_path_conversion[fallback-cwd3]": 0.020965886612094357, + "tests/common/test_path.py::test_path_conversion[fallback-drive0]": 0.014428708042545311, + "tests/common/test_path.py::test_path_conversion[fallback-drive10]": 0.025784474060484033, + "tests/common/test_path.py::test_path_conversion[fallback-drive11]": 0.0173167692578323, + "tests/common/test_path.py::test_path_conversion[fallback-drive12]": 0.017280491722611445, + "tests/common/test_path.py::test_path_conversion[fallback-drive13]": 0.017431761761215685, + "tests/common/test_path.py::test_path_conversion[fallback-drive14]": 0.026003178963452778, + "tests/common/test_path.py::test_path_conversion[fallback-drive15]": 0.017466527744411375, + "tests/common/test_path.py::test_path_conversion[fallback-drive1]": 0.01445898831764696, + "tests/common/test_path.py::test_path_conversion[fallback-drive2]": 0.017424830962560877, + "tests/common/test_path.py::test_path_conversion[fallback-drive3]": 0.017381025228037344, + "tests/common/test_path.py::test_path_conversion[fallback-drive4]": 0.025890041179649114, + "tests/common/test_path.py::test_path_conversion[fallback-drive5]": 0.014437981007613702, + "tests/common/test_path.py::test_path_conversion[fallback-drive6]": 0.014434722424078332, + "tests/common/test_path.py::test_path_conversion[fallback-drive7]": 0.014476213621543154, + "tests/common/test_path.py::test_path_conversion[fallback-drive8]": 0.017919572905164726, + "tests/common/test_path.py::test_path_conversion[fallback-drive9]": 0.017308848570066256, + "tests/common/test_path.py::test_path_conversion[fallback-relative0]": 0.02038938771410136, + "tests/common/test_path.py::test_path_conversion[fallback-relative1]": 0.020103630912638337, + "tests/common/test_path.py::test_path_conversion[fallback-relative2]": 0.020072808673284405, + "tests/common/test_path.py::test_path_conversion[fallback-root0]": 0.022402435729856854, + "tests/common/test_path.py::test_path_conversion[fallback-root10]": 0.013172841067607202, + "tests/common/test_path.py::test_path_conversion[fallback-root11]": 0.014616156511496635, + "tests/common/test_path.py::test_path_conversion[fallback-root12]": 0.024684297038318592, + "tests/common/test_path.py::test_path_conversion[fallback-root13]": 0.011544054891598248, + "tests/common/test_path.py::test_path_conversion[fallback-root14]": 0.01441693476372082, + "tests/common/test_path.py::test_path_conversion[fallback-root1]": 0.011673146635861449, + "tests/common/test_path.py::test_path_conversion[fallback-root2]": 0.011545572851831786, + "tests/common/test_path.py::test_path_conversion[fallback-root3]": 0.01493580180968938, + "tests/common/test_path.py::test_path_conversion[fallback-root4]": 0.020416808984039827, + "tests/common/test_path.py::test_path_conversion[fallback-root5]": 0.01157080371017864, + "tests/common/test_path.py::test_path_conversion[fallback-root6]": 0.011548137120561458, + "tests/common/test_path.py::test_path_conversion[fallback-root7]": 0.014574404996622754, + "tests/common/test_path.py::test_path_conversion[fallback-root8]": 0.02033801236518521, + "tests/common/test_path.py::test_path_conversion[fallback-root9]": 0.01162500171944441, + "tests/common/test_path.py::test_path_conversion_falsy[None]": 0.0025091938602382294, + "tests/common/test_path.py::test_path_conversion_falsy[empty dict]": 0.002547502943145379, + "tests/common/test_path.py::test_path_conversion_falsy[empty list]": 0.002488109314785704, + "tests/common/test_path.py::test_path_conversion_falsy[empty set]": 0.0025041695909915245, + "tests/common/test_path.py::test_path_conversion_falsy[empty tuple]": 0.002511895805245905, + "tests/common/test_path.py::test_path_identity": 0.004292999628673237, + "tests/common/test_path.py::test_url_to_path_unix": 0.002579755211733623, + "tests/common/test_path.py::test_url_to_path_windows_local": 0.003082505748359398, + "tests/common/test_path.py::test_url_to_path_windows_unc": 0.0024179529780546205, + "tests/common/test_path.py::test_win_path_backout": 0.002355492522442244, + "tests/common/test_toposort.py::test_cycle": 0.002503206206176165, + "tests/common/test_toposort.py::test_cycle_best_effort": 0.0024675395171469944, + "tests/common/test_toposort.py::test_degenerate": 0.0023213662057403623, + "tests/common/test_toposort.py::test_pop_key": 0.002419020846383842, + "tests/common/test_toposort.py::test_python_is_prioritized": 0.0024498756293132515, + "tests/common/test_toposort.py::test_simple": 0.002444229033626264, + "tests/common/test_url.py::test_add_username_and_pass_to_url": 0.002429515681247522, + "tests/common/test_url.py::test_is_ip_address": 0.0023356963085516035, + "tests/common/test_url.py::test_is_ipv6_address": 0.002360207794344494, + "tests/common/test_url.py::test_is_url": 0.0026375141574286882, + "tests/common/test_url.py::test_maybe_add_auth": 0.0025126456172986154, + "tests/common/test_url.py::test_split_scheme_auth_token": 0.002419907795511622, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj0-http://conda.io/path/to/somewhere]": 0.0025495954417376543, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj1-https://user:pass@conda.io/path/to/somewhere]": 0.002522054961454377, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj2-file:///opt/happy/path]": 0.0025167539668448924, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj3-file:///path/to/something.txt]": 0.002512469559694995, + "tests/common/test_url.py::test_url_to_s3_info": 0.0023663979032996327, + "tests/common/test_url.py::test_urlparse[192.168.1.1:8080/path/to/resource-exp_url_obj0]": 0.0026077059647891293, + "tests/common/test_url.py::test_urlparse[file:///opt/happy/path-exp_url_obj2]": 0.0025970578465879897, + "tests/common/test_url.py::test_urlparse[https://conda.io/happy/path-exp_url_obj1]": 0.0026154190967620492, + "tests/common/test_url.py::test_urlparse[https://u:p@conda.io/t/x1029384756/more/path-exp_url_obj3]": 0.0025904000898796698, + "tests/common/test_yaml.py::test_dump": 0.006237850690218652, + "tests/common/test_yaml.py::test_map": 0.0031509473159461896, + "tests/common/test_yaml.py::test_seq_simple": 0.003288010891388408, + "tests/common/test_yaml.py::test_yaml_complex": 0.011158582443983572, + "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_none_values_error": 0.0005575425179789918, + "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_permission_error": 0.025247588236034634, + "tests/core/test_envs_manager.py::test_prefix_cli_flag": 0.007268562156493907, + "tests/core/test_envs_manager.py::test_register_env_directory_creation_error": 0.005823722673948645, + "tests/core/test_envs_manager.py::test_register_unregister_location_env": 0.012840542675962763, + "tests/core/test_envs_manager.py::test_rewrite_environments_txt_file": 0.0062074141119612, + "tests/core/test_index.py::TestIndex::test_cache_entries[False]": 0.21288572740384476, + "tests/core/test_index.py::TestIndex::test_cache_entries[True]": 0.33821993037374903, + "tests/core/test_index.py::TestIndex::test_contains_invalid[False]": 0.22334484918444275, + "tests/core/test_index.py::TestIndex::test_contains_invalid[True]": 0.3700825518216755, + "tests/core/test_index.py::TestIndex::test_contains_valid[False]": 0.20476591380504447, + "tests/core/test_index.py::TestIndex::test_contains_valid[True]": 0.34882302578884083, + "tests/core/test_index.py::TestIndex::test_copy[False]": 0.45480433185081404, + "tests/core/test_index.py::TestIndex::test_copy[True]": 0.33549964590241516, + "tests/core/test_index.py::TestIndex::test_getitem_cache[False]": 0.20535725966725016, + "tests/core/test_index.py::TestIndex::test_getitem_cache[True]": 0.3415352489054573, + "tests/core/test_index.py::TestIndex::test_getitem_channel[False]": 0.24057419640135977, + "tests/core/test_index.py::TestIndex::test_getitem_channel[True]": 0.34817896159746187, + "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[False]": 0.21237917311313956, + "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[True]": 0.3372467109714325, + "tests/core/test_index.py::TestIndex::test_getitem_feature[False]": 0.20366237686943878, + "tests/core/test_index.py::TestIndex::test_getitem_feature[True]": 0.3354263736863713, + "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[False]": 0.21251135708992686, + "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[True]": 0.34086696771409264, + "tests/core/test_index.py::TestIndex::test_getitem_prefix[False]": 0.21638992827592635, + "tests/core/test_index.py::TestIndex::test_getitem_prefix[True]": 0.3390507357630219, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[False]": 0.24469917318508355, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[True]": 0.33640741158725534, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[False]": 0.20664328459159811, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[True]": 0.33810946405437237, + "tests/core/test_index.py::TestIndex::test_init_conflicting_subdirs": 0.05179630513658392, + "tests/core/test_index.py::TestIndex::test_init_prefix_data": 0.053677831116945775, + "tests/core/test_index.py::TestIndex::test_init_prefix_path": 0.053081919264355175, + "tests/core/test_index.py::TestIndex::test_init_use_local": 0.04975440972955004, + "tests/core/test_index.py::TestIndex::test_reduced_index[False]": 0.3284197346412149, + "tests/core/test_index.py::TestIndex::test_reduced_index[True]": 0.464424866327205, + "tests/core/test_index.py::test__make_virtual_package": 0.05028014955872735, + "tests/core/test_index.py::test__supplement_index_with_cache": 0.0726855825393097, + "tests/core/test_index.py::test__supplement_index_with_prefix": 0.36807151618001, + "tests/core/test_index.py::test__supplement_index_with_prefix_index_class": 0.3666953150195593, + "tests/core/test_index.py::test_basic_get_reduced_index": 9.482301672930648, + "tests/core/test_index.py::test_calculate_channel_urls": 0.04998883902137103, + "tests/core/test_index.py::test_check_allowlist": 0.17837639156974427, + "tests/core/test_index.py::test_check_allowlist_and_denylist": 0.08691891679753205, + "tests/core/test_index.py::test_check_allowlist_deprecation_warning": 0.05080042400107558, + "tests/core/test_index.py::test_check_denylist": 0.10394742604912838, + "tests/core/test_index.py::test_dist_str_in_index": 0.08477444199800205, + "tests/core/test_index.py::test_fetch_index": 0.10461733403045476, + "tests/core/test_index.py::test_get_index_lazy": 4.141909484611328, + "tests/core/test_index.py::test_get_index_linux64_platform": 17.709867917259057, + "tests/core/test_index.py::test_get_index_osx64_platform": 15.382532295472807, + "tests/core/test_index.py::test_get_index_win64_platform": 2.767816284058166, + "tests/core/test_index.py::test_supplement_index_with_system": 0.11221970012532784, + "tests/core/test_index.py::test_supplement_index_with_system_archspec": 0.07669866191100372, + "tests/core/test_index.py::test_supplement_index_with_system_cuda": 0.06366600605979618, + "tests/core/test_index.py::test_supplement_index_with_system_glibc": 0.0005310748315397223, + "tests/core/test_index.py::test_supplement_index_with_system_linux[1.2.3.4-1.2.3.4]": 0.0005482304322576975, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2-4.2]": 0.0005412134853856805, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.0-42-generic-4.2.0]": 0.0005244104494574756, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.1-4.2.1]": 0.0005285923384847585, + "tests/core/test_index.py::test_supplement_index_with_system_linux[5.4.89+-5.4.89]": 0.0005208128164640676, + "tests/core/test_index.py::test_supplement_index_with_system_linux[5.5-rc1-5.5]": 0.0005287535356945757, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a-9.1]": 0.0005384803124544439, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a.2-9.1]": 0.008951204388349114, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.a.1-0]": 0.0005331541522210752, + "tests/core/test_index.py::test_supplement_index_with_system_osx": 0.0005563300856272363, + "tests/core/test_initialize.py::test__get_python_info": 0.010800988355408497, + "tests/core/test_initialize.py::test_get_python_info": 0.011808179110641186, + "tests/core/test_initialize.py::test_init_all": 0.5326120817097928, + "tests/core/test_initialize.py::test_init_cmd_exe_registry": 0.007473936980568348, + "tests/core/test_initialize.py::test_init_enable_long_path": 0.0037649087416739375, + "tests/core/test_initialize.py::test_init_sh_system": 0.027796007171202723, + "tests/core/test_initialize.py::test_init_sh_user_tcsh_unix": 0.000541171405074618, + "tests/core/test_initialize.py::test_init_sh_user_unix": 0.0005738664492153494, + "tests/core/test_initialize.py::test_init_sh_user_windows": 0.05829370627523389, + "tests/core/test_initialize.py::test_initialize_dev_bash": 0.04998520988517388, + "tests/core/test_initialize.py::test_initialize_dev_cmd_exe": 0.04145270958653315, + "tests/core/test_initialize.py::test_install_1": 0.01958834626204131, + "tests/core/test_initialize.py::test_install_conda_csh": 0.01491928745252829, + "tests/core/test_initialize.py::test_install_conda_fish": 0.01618762316947425, + "tests/core/test_initialize.py::test_install_conda_sh": 0.0161646149479738, + "tests/core/test_initialize.py::test_install_conda_xsh": 0.015530886109443606, + "tests/core/test_initialize.py::test_install_condabin_conda_bat": 0.014333744087000827, + "tests/core/test_initialize.py::test_make_entry_point": 0.014776413797601964, + "tests/core/test_initialize.py::test_make_entry_point_exe": 0.01566388385352577, + "tests/core/test_initialize.py::test_make_initialize_plan_bash_zsh": 0.015070099894434424, + "tests/core/test_initialize.py::test_make_initialize_plan_cmd_exe": 0.014601240349826518, + "tests/core/test_initialize.py::test_make_install_plan": 0.00586743654576342, + "tests/core/test_package_cache_data.py::test_ProgressiveFetchExtract_prefers_conda_v2_format": 0.03476820650769291, "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.12713952866720346, - "tests/core/test_package_cache_data.py::test_cover_extract_bad_package": 0.015325790139075526, - "tests/core/test_package_cache_data.py::test_cover_fetch_not_exists": 22.27242606097901, - "tests/core/test_package_cache_data.py::test_cover_get_entry_to_link": 0.009610110273614554, - "tests/core/test_package_cache_data.py::test_cover_reverse": 0.002493983737907082, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist": 0.04374246576713269, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist_read_only": 0.05493730169479041, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_unpacked_conda_exist": 0.03546369321288095, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_cache_not_extracted": 0.11018806186929768, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_doesnt_overwrite_conda_pkg": 0.12388644460062845, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_used_instead_of_conda_pkg": 0.05349999844093316, - "tests/core/test_path_actions.py::test_CompileMultiPycAction_generic": 0.004902108684727688, - "tests/core/test_path_actions.py::test_CompileMultiPycAction_noarch_python": 0.6665961204130967, - "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_generic": 0.0049733724072340705, - "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_noarch_python": 0.009521214711421417, - "tests/core/test_path_actions.py::test_create_file_link_actions": 0.006867535192447182, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_copy": 0.00916634519890163, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_directory": 0.005596560786120053, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_hardlink": 0.007231903635086803, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_softlink": 0.007682919510250123, - "tests/core/test_portability.py::test_escaped_prefix_replaced_only_shebang": 0.000555735492742988, - "tests/core/test_portability.py::test_replace_long_shebang_spaces_in_prefix": 0.0025226641616331457, - "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_escaped_space": 0.002485250702862153, - "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_python": 0.0026153549846064813, - "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_escaped_space": 0.0023455563741369757, - "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_python": 0.0025175321113192115, - "tests/core/test_portability.py::test_replace_simple_shebang_no_replacement": 0.003667701137917808, - "tests/core/test_portability.py::test_shebang_regex_matches": 0.004003129545825503, - "tests/core/test_prefix_data.py::test_corrupt_json_conda_meta_json": 0.002913973205549884, - "tests/core/test_prefix_data.py::test_corrupt_unicode_conda_meta_json": 0.0029945864490524827, - "tests/core/test_prefix_data.py::test_get_conda_anchor_files_and_records": 0.006017657344099384, - "tests/core/test_prefix_data.py::test_get_environment_env_vars": 7.9183044707852845, - "tests/core/test_prefix_data.py::test_no_tokens_dumped[False]": 0.008974254828324271, - "tests/core/test_prefix_data.py::test_no_tokens_dumped[True]": 0.009877894903386072, - "tests/core/test_prefix_data.py::test_pip_interop[envpy27osx]": 0.0005605255908368564, - "tests/core/test_prefix_data.py::test_pip_interop[envpy27win_whl]": 0.5521212181589805, - "tests/core/test_prefix_data.py::test_pip_interop[envpy37osx_whl]": 0.000552371653525197, - "tests/core/test_prefix_data.py::test_pip_interop[envpy37win]": 0.38015068923004763, + "tests/core/test_package_cache_data.py::test_conda_pkg_in_pkg_cache_doesnt_overwrite_tar_bz2": 0.12350674399282496, + "tests/core/test_package_cache_data.py::test_cover_extract_bad_package": 0.015270324535419034, + "tests/core/test_package_cache_data.py::test_cover_fetch_not_exists": 22.271811220557503, + "tests/core/test_package_cache_data.py::test_cover_get_entry_to_link": 0.009651328663068072, + "tests/core/test_package_cache_data.py::test_cover_reverse": 0.002494999259554271, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist": 0.0412121496946702, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist_read_only": 0.05313596473911553, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_unpacked_conda_exist": 0.03622603119481548, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_cache_not_extracted": 0.10846679549863843, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_doesnt_overwrite_conda_pkg": 0.1275069556765178, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_used_instead_of_conda_pkg": 0.05409790049659705, + "tests/core/test_path_actions.py::test_CompileMultiPycAction_generic": 0.004974763236945862, + "tests/core/test_path_actions.py::test_CompileMultiPycAction_noarch_python": 0.6678369973374627, + "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_generic": 0.004955657969147344, + "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_noarch_python": 0.009492959033336393, + "tests/core/test_path_actions.py::test_create_file_link_actions": 0.006841907081185419, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_copy": 0.009152794913954033, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_directory": 0.005658682889796341, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_hardlink": 0.0072778237694625224, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_softlink": 0.00783149771117683, + "tests/core/test_portability.py::test_escaped_prefix_replaced_only_shebang": 0.0005552392882086756, + "tests/core/test_portability.py::test_replace_long_shebang_spaces_in_prefix": 0.002515018057555785, + "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_escaped_space": 0.002480003168968679, + "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_python": 0.002611812691459183, + "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_escaped_space": 0.0023418045938821035, + "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_python": 0.0025098676656979436, + "tests/core/test_portability.py::test_replace_simple_shebang_no_replacement": 0.003678630695208911, + "tests/core/test_portability.py::test_shebang_regex_matches": 0.004003584837689675, + "tests/core/test_prefix_data.py::test_corrupt_json_conda_meta_json": 0.0029143925831216708, + "tests/core/test_prefix_data.py::test_corrupt_unicode_conda_meta_json": 0.0029808209125985518, + "tests/core/test_prefix_data.py::test_get_conda_anchor_files_and_records": 0.006034010655174741, + "tests/core/test_prefix_data.py::test_get_environment_env_vars": 7.963415129305977, + "tests/core/test_prefix_data.py::test_no_tokens_dumped[False]": 0.009132473313515589, + "tests/core/test_prefix_data.py::test_no_tokens_dumped[True]": 0.00954941814413563, + "tests/core/test_prefix_data.py::test_pip_interop[envpy27osx]": 0.0005599782903778172, + "tests/core/test_prefix_data.py::test_pip_interop[envpy27win_whl]": 0.5513193006036078, + "tests/core/test_prefix_data.py::test_pip_interop[envpy37osx_whl]": 0.0005506714940193613, + "tests/core/test_prefix_data.py::test_pip_interop[envpy37win]": 0.3793553441397154, "tests/core/test_prefix_data.py::test_pip_interop_osx": 1.2792445626637405, "tests/core/test_prefix_data.py::test_pip_interop_windows": 0.828657288192067, - "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-None-False]": 0.004966583110621427, - "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-missing-True]": 0.005390653779335406, - "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-{path}-False]": 0.005769251085309706, - "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-None-False]": 0.004860754618164952, - "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-missing-False]": 0.00505868037372909, - "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-{path}-True]": 0.005075106609159512, - "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars": 8.752097390136699, - "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars_no_exist": 9.139672885746199, - "tests/core/test_solve.py::test_aggressive_update_packages[classic]": 9.579731090717393, - "tests/core/test_solve.py::test_aggressive_update_packages[libmamba]": 8.987583926234214, - "tests/core/test_solve.py::test_archspec_call[classic]": 2.6546855731971246, - "tests/core/test_solve.py::test_archspec_call[libmamba]": 1.2833323022831604, - "tests/core/test_solve.py::test_auto_update_conda[classic]": 6.311544391349284, - "tests/core/test_solve.py::test_auto_update_conda[libmamba]": 5.173095895764608, - "tests/core/test_solve.py::test_broken_install[classic]": 7.808211031363123, - "tests/core/test_solve.py::test_broken_install[libmamba]": 0.019647524655241822, - "tests/core/test_solve.py::test_channel_priority_churn_minimized[classic]": 13.420235362661863, - "tests/core/test_solve.py::test_channel_priority_churn_minimized[libmamba]": 1.3253749596966131, - "tests/core/test_solve.py::test_conda_downgrade[classic]": 37.83353640355273, - "tests/core/test_solve.py::test_conda_downgrade[libmamba]": 8.859179016206012, - "tests/core/test_solve.py::test_cuda_1[classic]": 1.3644757045992228, - "tests/core/test_solve.py::test_cuda_1[libmamba]": 1.4068650353685455, - "tests/core/test_solve.py::test_cuda_2[classic]": 1.3609003669065507, - "tests/core/test_solve.py::test_cuda_2[libmamba]": 1.278668184973907, - "tests/core/test_solve.py::test_cuda_constrain_absent[classic]": 1.367062569177683, - "tests/core/test_solve.py::test_cuda_constrain_absent[libmamba]": 1.2810649458008858, - "tests/core/test_solve.py::test_cuda_constrain_sat[classic]": 0.0005444237870975841, - "tests/core/test_solve.py::test_cuda_constrain_sat[libmamba]": 0.0005667978070321003, - "tests/core/test_solve.py::test_cuda_constrain_unsat[classic]": 0.0005320275096655522, - "tests/core/test_solve.py::test_cuda_constrain_unsat[libmamba]": 0.0005333731502226272, - "tests/core/test_solve.py::test_cuda_fail_1[classic]": 1.3767157154741392, - "tests/core/test_solve.py::test_cuda_fail_1[libmamba]": 1.29008235705512, - "tests/core/test_solve.py::test_cuda_fail_2[classic]": 1.3751142804503909, - "tests/core/test_solve.py::test_cuda_fail_2[libmamba]": 1.2984216832340347, - "tests/core/test_solve.py::test_cuda_glibc_sat[classic]": 0.0005555091452327584, - "tests/core/test_solve.py::test_cuda_glibc_sat[libmamba]": 0.0005572568563858056, - "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[classic]": 0.0005509401809053391, - "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[libmamba]": 0.0006003458359394285, - "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[classic]": 0.0005393949689362674, - "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[libmamba]": 0.0005342080649936015, - "tests/core/test_solve.py::test_current_repodata_fallback[classic]": 0.14386564811377095, - "tests/core/test_solve.py::test_current_repodata_fallback[libmamba]": 0.04593196484390336, - "tests/core/test_solve.py::test_current_repodata_usage[classic]": 0.150205189995462, - "tests/core/test_solve.py::test_current_repodata_usage[libmamba]": 0.04972665502424037, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[classic]": 0.02180405886652847, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[libmamba]": 0.023858937941434354, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[classic]": 0.021942779195566912, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[libmamba]": 0.0232454489593311, - "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[classic]": 0.022420218609483938, - "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[libmamba]": 0.024267067993323354, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[classic]": 0.021269979525475255, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[libmamba]": 0.022826806800226543, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[classic]": 0.021712923050245168, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[libmamba]": 0.023182349689044226, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[classic]": 0.021684683745519028, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[libmamba]": 0.02325501062226984, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[classic]": 0.02180888169767295, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[libmamba]": 0.022964415597594223, - "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[classic]": 7.256792928808113, - "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[libmamba]": 3.8993787143964163, - "tests/core/test_solve.py::test_explicit_conda_downgrade[classic]": 6.300056153056542, - "tests/core/test_solve.py::test_explicit_conda_downgrade[libmamba]": 5.142729460608188, - "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[classic]": 2.0303969497522845, - "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[libmamba]": 0.6175872636813505, - "tests/core/test_solve.py::test_features_solve_1[classic]": 6.605336559718294, - "tests/core/test_solve.py::test_features_solve_1[libmamba]": 0.3111402789471099, - "tests/core/test_solve.py::test_force_reinstall_1[classic]": 3.1456108283062965, - "tests/core/test_solve.py::test_force_reinstall_1[libmamba]": 2.6802356297396397, - "tests/core/test_solve.py::test_force_reinstall_2[classic]": 1.472100094156999, - "tests/core/test_solve.py::test_force_reinstall_2[libmamba]": 1.2848828403233488, - "tests/core/test_solve.py::test_force_remove_1[classic]": 7.56358059536243, - "tests/core/test_solve.py::test_force_remove_1[libmamba]": 3.79487606899807, - "tests/core/test_solve.py::test_freeze_deps_1[classic]": 38.437780698038004, - "tests/core/test_solve.py::test_freeze_deps_1[libmamba]": 5.56666362282928, - "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[classic]": 8.140812572546622, - "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[libmamba]": 2.9601666468551264, - "tests/core/test_solve.py::test_no_deps_1[classic]": 6.811054919770618, - "tests/core/test_solve.py::test_no_deps_1[libmamba]": 3.8111916252572144, - "tests/core/test_solve.py::test_no_update_deps_1[classic]": 6.126519108488131, - "tests/core/test_solve.py::test_no_update_deps_1[libmamba]": 5.153099706114991, - "tests/core/test_solve.py::test_only_deps_1[classic]": 2.042991846730507, - "tests/core/test_solve.py::test_only_deps_1[libmamba]": 1.2861052984879568, - "tests/core/test_solve.py::test_only_deps_2[classic]": 9.777107292059199, - "tests/core/test_solve.py::test_only_deps_2[libmamba]": 5.172315963812088, - "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[classic]": 0.021229248676732274, - "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[libmamba]": 0.02351417972959081, - "tests/core/test_solve.py::test_packages_in_solution_change_constrained[classic]": 0.020920979411426628, - "tests/core/test_solve.py::test_packages_in_solution_change_constrained[libmamba]": 0.022263217525252392, - "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[classic]": 0.020985870490974036, - "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[libmamba]": 0.0226172447316293, - "tests/core/test_solve.py::test_pinned_1[classic]": 18.46142509450119, - "tests/core/test_solve.py::test_pinned_1[libmamba]": 11.753801462463604, - "tests/core/test_solve.py::test_priority_1[classic]": 24.535093246065, - "tests/core/test_solve.py::test_priority_1[libmamba]": 11.79754177528723, - "tests/core/test_solve.py::test_prune_1[classic]": 4.194232287459959, - "tests/core/test_solve.py::test_prune_1[libmamba]": 1.3250107436214356, - "tests/core/test_solve.py::test_python2_update[classic]": 6.805009316658256, - "tests/core/test_solve.py::test_python2_update[libmamba]": 1.2795759342143314, - "tests/core/test_solve.py::test_remove_with_constrained_dependencies[classic]": 7.849056083298927, - "tests/core/test_solve.py::test_remove_with_constrained_dependencies[libmamba]": 0.5498819308700381, - "tests/core/test_solve.py::test_solve_1[classic]": 5.623944296970831, - "tests/core/test_solve.py::test_solve_1[libmamba]": 2.6663412289557242, - "tests/core/test_solve.py::test_solve_2[classic]": 25.16751192607572, - "tests/core/test_solve.py::test_solve_2[libmamba]": 0.019355118471200503, - "tests/core/test_solve.py::test_solve_msgs_exclude_vp[classic]": 1.410285190246413, - "tests/core/test_solve.py::test_solve_msgs_exclude_vp[libmamba]": 1.2750135223859598, - "tests/core/test_solve.py::test_timestamps_1[classic]": 0.43756419016083153, - "tests/core/test_solve.py::test_timestamps_1[libmamba]": 0.19116074726789875, - "tests/core/test_solve.py::test_unfreeze_when_required[classic]": 0.4622772703171945, - "tests/core/test_solve.py::test_unfreeze_when_required[libmamba]": 0.18179952131789126, - "tests/core/test_solve.py::test_update_all_1[classic]": 6.6902241738192885, - "tests/core/test_solve.py::test_update_all_1[libmamba]": 3.844551068099417, - "tests/core/test_solve.py::test_update_deps_1[classic]": 12.889872804010551, - "tests/core/test_solve.py::test_update_deps_1[libmamba]": 6.535596827353652, - "tests/core/test_solve.py::test_update_deps_2[classic]": 10.878096491942804, - "tests/core/test_solve.py::test_update_deps_2[libmamba]": 3.6076139740608935, - "tests/core/test_solve.py::test_update_prune_1[classic]": 3.959126075916768, - "tests/core/test_solve.py::test_update_prune_1[libmamba]": 2.557866290709673, - "tests/core/test_solve.py::test_update_prune_2[classic]": 3.8864518949612044, - "tests/core/test_solve.py::test_update_prune_2[libmamba]": 1.3121491934927552, - "tests/core/test_solve.py::test_update_prune_3[classic]": 4.246813108109964, - "tests/core/test_solve.py::test_update_prune_3[libmamba]": 1.305683537337801, - "tests/core/test_solve.py::test_update_prune_4[classic]": 3.7742662721475635, - "tests/core/test_solve.py::test_update_prune_4[libmamba]": 2.6754150307445057, - "tests/core/test_solve.py::test_update_prune_5[classic-False]": 4.427745916819922, - "tests/core/test_solve.py::test_update_prune_5[classic-True]": 3.7260639529908546, - "tests/core/test_solve.py::test_update_prune_5[libmamba-False]": 2.5776598569742033, - "tests/core/test_solve.py::test_update_prune_5[libmamba-True]": 2.5970266675317646, - "tests/core/test_solve.py::test_virtual_package_solver[classic]": 1.36191272814712, - "tests/core/test_solve.py::test_virtual_package_solver[libmamba]": 0.01948241038076638, - "tests/core/test_subdir_data.py::test_cache_fn_url_repo_anaconda_com": 0.0024019134475128504, - "tests/core/test_subdir_data.py::test_cache_fn_url_repo_continuum_io": 0.002430949102563005, - "tests/core/test_subdir_data.py::test_get_index_no_platform_with_offline_cache": 2.4730766862395246, - "tests/core/test_subdir_data.py::test_metadata_cache_clearing": 0.013335217510139066, - "tests/core/test_subdir_data.py::test_metadata_cache_works": 3.0123306480295957, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[no-credentials]": 0.2485423126081868, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-auth]": 0.12761959212705778, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-token]": 0.16106520140966343, - "tests/core/test_subdir_data.py::test_repodata_version_error": 0.759499777912589, - "tests/core/test_subdir_data.py::test_search_by_packagerecord": 0.012408020879677382, - "tests/core/test_subdir_data.py::test_state_is_not_json": 0.021737878252657963, - "tests/core/test_subdir_data.py::test_subdir_data_coverage": 0.019637563470879187, - "tests/core/test_subdir_data.py::test_subdir_data_dict_state": 0.004884519777340018, - "tests/core/test_subdir_data.py::test_subdir_data_prefers_conda_to_tar_bz2": 0.01317826132612232, - "tests/core/test_subdir_data.py::test_use_only_tar_bz2": 0.022831369411977838, + "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-None-False]": 0.004944547721362517, + "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-missing-True]": 0.005375560227956158, + "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-{path}-False]": 0.005455147449030805, + "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-None-False]": 0.0049211353191939665, + "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-missing-False]": 0.005064840026408934, + "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-{path}-True]": 0.005064537374513148, + "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars": 8.76783631580759, + "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars_no_exist": 9.156438623541096, + "tests/core/test_solve.py::test_aggressive_update_packages[classic]": 9.600167156691999, + "tests/core/test_solve.py::test_aggressive_update_packages[libmamba]": 8.988094139682035, + "tests/core/test_solve.py::test_archspec_call[classic]": 2.655476181891863, + "tests/core/test_solve.py::test_archspec_call[libmamba]": 1.2816695484751712, + "tests/core/test_solve.py::test_auto_update_conda[classic]": 6.322637050054462, + "tests/core/test_solve.py::test_auto_update_conda[libmamba]": 5.160614188462003, + "tests/core/test_solve.py::test_broken_install[classic]": 7.824116559857779, + "tests/core/test_solve.py::test_broken_install[libmamba]": 0.019624688081078805, + "tests/core/test_solve.py::test_channel_priority_churn_minimized[classic]": 13.425155827448773, + "tests/core/test_solve.py::test_channel_priority_churn_minimized[libmamba]": 1.3151961373586714, + "tests/core/test_solve.py::test_conda_downgrade[classic]": 37.81402642971507, + "tests/core/test_solve.py::test_conda_downgrade[libmamba]": 8.949289529438868, + "tests/core/test_solve.py::test_cuda_1[classic]": 1.36764063143078, + "tests/core/test_solve.py::test_cuda_1[libmamba]": 1.3647567478091203, + "tests/core/test_solve.py::test_cuda_2[classic]": 1.364058672229451, + "tests/core/test_solve.py::test_cuda_2[libmamba]": 1.2762588062277278, + "tests/core/test_solve.py::test_cuda_constrain_absent[classic]": 1.3700542970701142, + "tests/core/test_solve.py::test_cuda_constrain_absent[libmamba]": 1.28783924974681, + "tests/core/test_solve.py::test_cuda_constrain_sat[classic]": 0.0005443634833891098, + "tests/core/test_solve.py::test_cuda_constrain_sat[libmamba]": 0.0005643987724894055, + "tests/core/test_solve.py::test_cuda_constrain_unsat[classic]": 0.0005317644850748728, + "tests/core/test_solve.py::test_cuda_constrain_unsat[libmamba]": 0.0005331713772405243, + "tests/core/test_solve.py::test_cuda_fail_1[classic]": 1.3793021592958845, + "tests/core/test_solve.py::test_cuda_fail_1[libmamba]": 1.284512603504968, + "tests/core/test_solve.py::test_cuda_fail_2[classic]": 1.3783013793401744, + "tests/core/test_solve.py::test_cuda_fail_2[libmamba]": 1.297703243309001, + "tests/core/test_solve.py::test_cuda_glibc_sat[classic]": 0.0005568406687761166, + "tests/core/test_solve.py::test_cuda_glibc_sat[libmamba]": 0.0005564240416586066, + "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[classic]": 0.0005497810998311423, + "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[libmamba]": 0.0005972654210011995, + "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[classic]": 0.0005385613088521898, + "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[libmamba]": 0.0005325134787566159, + "tests/core/test_solve.py::test_current_repodata_fallback[classic]": 0.1463217621229219, + "tests/core/test_solve.py::test_current_repodata_fallback[libmamba]": 0.04557644101990623, + "tests/core/test_solve.py::test_current_repodata_usage[classic]": 0.15264895337460485, + "tests/core/test_solve.py::test_current_repodata_usage[libmamba]": 0.04979391107195533, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[classic]": 0.021799370691925248, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[libmamba]": 0.023665346709095196, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[classic]": 0.021936341778474477, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[libmamba]": 0.023201803178036697, + "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[classic]": 0.02241979243824099, + "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[libmamba]": 0.02403904493825891, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[classic]": 0.02126636879277312, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[libmamba]": 0.022806347951233395, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[classic]": 0.02170878184996808, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[libmamba]": 0.02321177441764882, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[classic]": 0.021682434016366606, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[libmamba]": 0.02320012908445942, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[classic]": 0.02181166910698537, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[libmamba]": 0.023019688549644344, + "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[classic]": 7.266699420954568, + "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[libmamba]": 3.8954391310604675, + "tests/core/test_solve.py::test_explicit_conda_downgrade[classic]": 6.311602238105244, + "tests/core/test_solve.py::test_explicit_conda_downgrade[libmamba]": 5.1400350810924795, + "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[classic]": 2.034694376526662, + "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[libmamba]": 0.6026313201106174, + "tests/core/test_solve.py::test_features_solve_1[classic]": 6.6088904187723445, + "tests/core/test_solve.py::test_features_solve_1[libmamba]": 0.3092463013803378, + "tests/core/test_solve.py::test_force_reinstall_1[classic]": 3.1514939045327894, + "tests/core/test_solve.py::test_force_reinstall_1[libmamba]": 2.6788632070000173, + "tests/core/test_solve.py::test_force_reinstall_2[classic]": 1.474278674316387, + "tests/core/test_solve.py::test_force_reinstall_2[libmamba]": 1.2848854936192484, + "tests/core/test_solve.py::test_force_remove_1[classic]": 7.571941717342121, + "tests/core/test_solve.py::test_force_remove_1[libmamba]": 3.7868726998235207, + "tests/core/test_solve.py::test_freeze_deps_1[classic]": 38.402260211428214, + "tests/core/test_solve.py::test_freeze_deps_1[libmamba]": 5.563438447307329, + "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[classic]": 8.146667820651718, + "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[libmamba]": 2.9818133775576254, + "tests/core/test_solve.py::test_no_deps_1[classic]": 6.82060994184252, + "tests/core/test_solve.py::test_no_deps_1[libmamba]": 3.8143659881172503, + "tests/core/test_solve.py::test_no_update_deps_1[classic]": 6.135873479210673, + "tests/core/test_solve.py::test_no_update_deps_1[libmamba]": 5.151810877193855, + "tests/core/test_solve.py::test_only_deps_1[classic]": 2.044954113087201, + "tests/core/test_solve.py::test_only_deps_1[libmamba]": 1.2851578582303593, + "tests/core/test_solve.py::test_only_deps_2[classic]": 9.786115682657138, + "tests/core/test_solve.py::test_only_deps_2[libmamba]": 5.1694150379287205, + "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[classic]": 0.021221550830677196, + "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[libmamba]": 0.023319627936170487, + "tests/core/test_solve.py::test_packages_in_solution_change_constrained[classic]": 0.020919831738666482, + "tests/core/test_solve.py::test_packages_in_solution_change_constrained[libmamba]": 0.02226444314830097, + "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[classic]": 0.020989610125881086, + "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[libmamba]": 0.022645380408855786, + "tests/core/test_solve.py::test_pinned_1[classic]": 18.493974124675166, + "tests/core/test_solve.py::test_pinned_1[libmamba]": 11.798448836036647, + "tests/core/test_solve.py::test_priority_1[classic]": 24.45471700234244, + "tests/core/test_solve.py::test_priority_1[libmamba]": 11.798296772677057, + "tests/core/test_solve.py::test_prune_1[classic]": 4.197459145717417, + "tests/core/test_solve.py::test_prune_1[libmamba]": 1.3260398763320722, + "tests/core/test_solve.py::test_python2_update[classic]": 6.784001107373955, + "tests/core/test_solve.py::test_python2_update[libmamba]": 1.2602048092088927, + "tests/core/test_solve.py::test_remove_with_constrained_dependencies[classic]": 7.848269610980586, + "tests/core/test_solve.py::test_remove_with_constrained_dependencies[libmamba]": 0.5482046263738187, + "tests/core/test_solve.py::test_solve_1[classic]": 5.632772813124413, + "tests/core/test_solve.py::test_solve_1[libmamba]": 2.6170453177525106, + "tests/core/test_solve.py::test_solve_2[classic]": 25.176617040392298, + "tests/core/test_solve.py::test_solve_2[libmamba]": 0.019387142446045093, + "tests/core/test_solve.py::test_solve_msgs_exclude_vp[classic]": 1.4125968492838434, + "tests/core/test_solve.py::test_solve_msgs_exclude_vp[libmamba]": 1.2758487669720189, + "tests/core/test_solve.py::test_timestamps_1[classic]": 0.43851245366116026, + "tests/core/test_solve.py::test_timestamps_1[libmamba]": 0.19024538419670073, + "tests/core/test_solve.py::test_unfreeze_when_required[classic]": 0.4691585604734639, + "tests/core/test_solve.py::test_unfreeze_when_required[libmamba]": 0.18077558869674074, + "tests/core/test_solve.py::test_update_all_1[classic]": 6.697070450583461, + "tests/core/test_solve.py::test_update_all_1[libmamba]": 3.892489058598492, + "tests/core/test_solve.py::test_update_deps_1[classic]": 12.902015226104119, + "tests/core/test_solve.py::test_update_deps_1[libmamba]": 6.547530713955855, + "tests/core/test_solve.py::test_update_deps_2[classic]": 10.890484201925048, + "tests/core/test_solve.py::test_update_deps_2[libmamba]": 3.632323767936886, + "tests/core/test_solve.py::test_update_prune_1[classic]": 3.9716520713624885, + "tests/core/test_solve.py::test_update_prune_1[libmamba]": 2.553373400656106, + "tests/core/test_solve.py::test_update_prune_2[classic]": 3.890945976707404, + "tests/core/test_solve.py::test_update_prune_2[libmamba]": 1.313815200497453, + "tests/core/test_solve.py::test_update_prune_3[classic]": 4.248522651413842, + "tests/core/test_solve.py::test_update_prune_3[libmamba]": 1.3071937244607859, + "tests/core/test_solve.py::test_update_prune_4[classic]": 3.781599318491223, + "tests/core/test_solve.py::test_update_prune_4[libmamba]": 2.6499773739254424, + "tests/core/test_solve.py::test_update_prune_5[classic-False]": 4.434872351007753, + "tests/core/test_solve.py::test_update_prune_5[classic-True]": 3.729730458455289, + "tests/core/test_solve.py::test_update_prune_5[libmamba-False]": 2.5755893366364164, + "tests/core/test_solve.py::test_update_prune_5[libmamba-True]": 2.592891124317587, + "tests/core/test_solve.py::test_virtual_package_solver[classic]": 1.3651292652733014, + "tests/core/test_solve.py::test_virtual_package_solver[libmamba]": 0.019458341728605798, + "tests/core/test_subdir_data.py::test_cache_fn_url_repo_anaconda_com": 0.0023982664894418395, + "tests/core/test_subdir_data.py::test_cache_fn_url_repo_continuum_io": 0.002428370801160434, + "tests/core/test_subdir_data.py::test_get_index_no_platform_with_offline_cache": 2.47518011466142, + "tests/core/test_subdir_data.py::test_metadata_cache_clearing": 0.013336099626048736, + "tests/core/test_subdir_data.py::test_metadata_cache_works": 3.012350835215527, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[no-credentials]": 0.23759464294569732, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-auth]": 0.12764462819068248, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-token]": 0.1677956208812124, + "tests/core/test_subdir_data.py::test_repodata_version_error": 0.7670570719732485, + "tests/core/test_subdir_data.py::test_search_by_packagerecord": 0.01238870482634652, + "tests/core/test_subdir_data.py::test_state_is_not_json": 0.021279449617252276, + "tests/core/test_subdir_data.py::test_subdir_data_coverage": 0.019604460202256348, + "tests/core/test_subdir_data.py::test_subdir_data_dict_state": 0.004886216491611006, + "tests/core/test_subdir_data.py::test_subdir_data_prefers_conda_to_tar_bz2": 0.013180248508524395, + "tests/core/test_subdir_data.py::test_use_only_tar_bz2": 0.02284506310879286, "tests/env/specs/test_binstar.py::test_binstar_not_installed": 0.0029298579132183, - "tests/env/specs/test_binstar.py::test_deprecations[BinstarSpec-None]": 0.0033255591232237897, - "tests/env/specs/test_binstar.py::test_deprecations[ENVIRONMENT_TYPE-TypeError]": 0.00361141540401511, + "tests/env/specs/test_binstar.py::test_deprecations[BinstarSpec-None]": 0.0033319874828804737, + "tests/env/specs/test_binstar.py::test_deprecations[ENVIRONMENT_TYPE-TypeError]": 0.0036062885585003888, "tests/env/specs/test_binstar.py::test_download_environment": 0.005316560073544284, "tests/env/specs/test_binstar.py::test_environment_version_sorting": 0.0050914560910846835, - "tests/env/specs/test_binstar.py::test_invalid_name": 0.007182236835854753, + "tests/env/specs/test_binstar.py::test_invalid_name": 0.007182236835854754, "tests/env/specs/test_binstar.py::test_name_not_present": 0.007788526120257398, "tests/env/specs/test_binstar.py::test_package_not_exist": 0.007216829588508506, "tests/env/specs/test_binstar.py::test_package_without_environment_file": 0.008424296318440303, - "tests/env/specs/test_requirements.py::test_environment": 0.0028988168449717382, - "tests/env/specs/test_requirements.py::test_no_environment_file": 0.0025558210031335986, - "tests/env/specs/test_requirements.py::test_no_name": 0.0023878665132780106, - "tests/env/specs/test_requirements.py::test_req_file_and_name": 0.0023935761832931893, - "tests/env/specs/test_yaml_file.py::test_environment_file_exist": 0.0027267858884511493, - "tests/env/specs/test_yaml_file.py::test_filename": 0.003060196411273748, - "tests/env/specs/test_yaml_file.py::test_get_environment": 0.0026871536231027073, - "tests/env/specs/test_yaml_file.py::test_no_environment_file": 0.002382350733666026, - "tests/env/test_create.py::test_create_advanced_pip": 34.46623619630883, - "tests/env/test_create.py::test_create_empty_env": 11.895730116955251, - "tests/env/test_create.py::test_create_env_default_packages": 43.31587718782566, - "tests/env/test_create.py::test_create_env_json[example/environment.yml]": 28.869494945253553, - "tests/env/test_create.py::test_create_env_json[example/environment_with_pip.yml]": 23.445708149147574, - "tests/env/test_create.py::test_create_env_no_default_packages": 25.72865284703536, - "tests/env/test_create.py::test_create_host_port": 0.0007058352115670862, - "tests/env/test_create.py::test_create_update": 23.188953989927292, - "tests/env/test_create.py::test_create_update_remote_env_file": 22.72681702174458, - "tests/env/test_create.py::test_fail_to_create_env_in_dir_with_colon": 0.0005706423390852532, - "tests/env/test_create.py::test_protected_dirs_error_for_env_create": 8.405979104679291, - "tests/env/test_env.py::test_add_channels": 0.002320879824170211, - "tests/env/test_env.py::test_add_pip": 0.004876404928545157, - "tests/env/test_env.py::test_args_are_wildcarded": 0.002388918522760261, - "tests/env/test_env.py::test_builds_spec_from_line_raw_dependency": 0.00248287161498061, - "tests/env/test_env.py::test_can_add_dependencies_to_environment": 0.004877329479692039, - "tests/env/test_env.py::test_channels_are_provided_by_kwarg": 0.002299974612694225, - "tests/env/test_env.py::test_channels_default_to_empty_list": 0.0023008587825180922, - "tests/env/test_env.py::test_create_advanced_pip": 17.684692137301116, - "tests/env/test_env.py::test_creates_file_on_save": 0.006374407959059852, - "tests/env/test_env.py::test_dependencies_are_empty_by_default": 0.002299648836817557, - "tests/env/test_env.py::test_dependencies_update_after_adding": 0.0037730851908991427, - "tests/env/test_env.py::test_envvars": 0.005035285679734048, - "tests/env/test_env.py::test_from_history": 0.0041541870520173906, - "tests/env/test_env.py::test_has_empty_filename_by_default": 0.0023214387717599974, - "tests/env/test_env.py::test_has_empty_name_by_default": 0.0023077255607213496, - "tests/env/test_env.py::test_has_filename_if_provided": 0.0023246748932416487, - "tests/env/test_env.py::test_has_name_if_provided": 0.0023118212383220005, - "tests/env/test_env.py::test_http": 0.3439839114737473, - "tests/env/test_env.py::test_http_raises": 0.1987324868683475, - "tests/env/test_env.py::test_invalid_keys": 0.004687866180006822, - "tests/env/test_env.py::test_other_tips_of_dependencies_are_supported": 0.002407637226205965, - "tests/env/test_env.py::test_parses_dependencies_from_raw_file": 0.0036959287515077833, - "tests/env/test_env.py::test_remove_channels": 0.0023106797191267806, - "tests/env/test_env.py::test_retains_full_filename": 0.0038527975139406685, - "tests/env/test_env.py::test_returns_Environment": 0.003956524492654547, - "tests/env/test_env.py::test_to_dict_returns_dictionary_of_data": 0.00244832592492554, - "tests/env/test_env.py::test_to_dict_returns_just_name_if_only_thing_present": 0.0023030109051949427, - "tests/env/test_env.py::test_to_yaml_returns_proper_yaml": 0.003667274189925461, - "tests/env/test_env.py::test_to_yaml_returns_yaml_parseable_string": 0.005914181354211952, - "tests/env/test_env.py::test_to_yaml_takes_stream": 0.003646492424790077, - "tests/env/test_env.py::test_valid_keys": 0.005208151708227906, - "tests/env/test_env.py::test_with_pip": 0.00467360796009451, - "tests/env/test_pip_util.py::test_get_pip_installed_packages[Successfully installed foo bar-expected0]": 0.0032203755908258784, - "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.0027042350968236903, - "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.0029781324335471605, - "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.00273494629178553, - "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.002522873847796619, - "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[]": 0.0024986957106188715, - "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[foo]": 0.0028218626820065503, - "tests/gateways/disk/test_delete.py::test_backoff_unlink": 0.011947531547784053, - "tests/gateways/disk/test_delete.py::test_backoff_unlink_doesnt_exist": 0.003382768634488026, - "tests/gateways/disk/test_delete.py::test_deprecations[move_path_to_trash-TypeError-None]": 0.0027273671610732715, - "tests/gateways/disk/test_delete.py::test_deprecations[move_to_trash-TypeError-None]": 0.0027069654129635535, - "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs0]": 0.0028030946641964807, - "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs1]": 0.0027209515330244263, - "tests/gateways/disk/test_delete.py::test_deprecations[try_rmdir_all_empty-TypeError-None]": 0.002761717838172354, + "tests/env/specs/test_requirements.py::test_environment": 0.002876379531930211, + "tests/env/specs/test_requirements.py::test_no_environment_file": 0.0025469397047239396, + "tests/env/specs/test_requirements.py::test_no_name": 0.0023920078184768005, + "tests/env/specs/test_requirements.py::test_req_file_and_name": 0.0023905323321740776, + "tests/env/specs/test_yaml_file.py::test_environment_file_exist": 0.0027256324723865005, + "tests/env/specs/test_yaml_file.py::test_filename": 0.0030222704281730596, + "tests/env/specs/test_yaml_file.py::test_get_environment": 0.0026861361397920946, + "tests/env/specs/test_yaml_file.py::test_no_environment_file": 0.00238454552893358, + "tests/env/test_create.py::test_create_advanced_pip": 32.894692263203325, + "tests/env/test_create.py::test_create_empty_env": 11.86010465159688, + "tests/env/test_create.py::test_create_env_default_packages": 42.55524330711007, + "tests/env/test_create.py::test_create_env_json[example/environment.yml]": 28.493254870648958, + "tests/env/test_create.py::test_create_env_json[example/environment_with_pip.yml]": 23.298476582357978, + "tests/env/test_create.py::test_create_env_no_default_packages": 25.611509454289468, + "tests/env/test_create.py::test_create_host_port": 0.0007050517853657136, + "tests/env/test_create.py::test_create_update": 22.90056653299654, + "tests/env/test_create.py::test_create_update_remote_env_file": 22.55929624681012, + "tests/env/test_create.py::test_fail_to_create_env_in_dir_with_colon": 0.0005711361829658116, + "tests/env/test_create.py::test_protected_dirs_error_for_env_create": 8.41479956120708, + "tests/env/test_env.py::test_add_channels": 0.0023196577018752217, + "tests/env/test_env.py::test_add_pip": 0.004866914891152275, + "tests/env/test_env.py::test_args_are_wildcarded": 0.0023923353233453277, + "tests/env/test_env.py::test_builds_spec_from_line_raw_dependency": 0.0024863837431578846, + "tests/env/test_env.py::test_can_add_dependencies_to_environment": 0.004901431155591854, + "tests/env/test_env.py::test_channels_are_provided_by_kwarg": 0.0022978026641831996, + "tests/env/test_env.py::test_channels_default_to_empty_list": 0.002300118580409152, + "tests/env/test_env.py::test_create_advanced_pip": 17.53014850437702, + "tests/env/test_env.py::test_creates_file_on_save": 0.006369617083337246, + "tests/env/test_env.py::test_dependencies_are_empty_by_default": 0.0023010663091621777, + "tests/env/test_env.py::test_dependencies_update_after_adding": 0.0037944294475677916, + "tests/env/test_env.py::test_envvars": 0.0050419474164405025, + "tests/env/test_env.py::test_from_history": 0.004158446079769844, + "tests/env/test_env.py::test_has_empty_filename_by_default": 0.0023233407459141665, + "tests/env/test_env.py::test_has_empty_name_by_default": 0.0023044064778989363, + "tests/env/test_env.py::test_has_filename_if_provided": 0.0023255271713344874, + "tests/env/test_env.py::test_has_name_if_provided": 0.0023183454379627523, + "tests/env/test_env.py::test_http": 0.34996992939350197, + "tests/env/test_env.py::test_http_raises": 0.1920127654443154, + "tests/env/test_env.py::test_invalid_keys": 0.004689599658549315, + "tests/env/test_env.py::test_other_tips_of_dependencies_are_supported": 0.0024088616487547418, + "tests/env/test_env.py::test_parses_dependencies_from_raw_file": 0.0036875798857522973, + "tests/env/test_env.py::test_remove_channels": 0.0023129180649419947, + "tests/env/test_env.py::test_retains_full_filename": 0.003851493443971989, + "tests/env/test_env.py::test_returns_Environment": 0.003953325683124766, + "tests/env/test_env.py::test_to_dict_returns_dictionary_of_data": 0.0024422981856116735, + "tests/env/test_env.py::test_to_dict_returns_just_name_if_only_thing_present": 0.0023003019928094564, + "tests/env/test_env.py::test_to_yaml_returns_proper_yaml": 0.0036664782362344135, + "tests/env/test_env.py::test_to_yaml_returns_yaml_parseable_string": 0.005929764158366419, + "tests/env/test_env.py::test_to_yaml_takes_stream": 0.0036407281522918226, + "tests/env/test_env.py::test_valid_keys": 0.005196876250935076, + "tests/env/test_env.py::test_with_pip": 0.0046804913983761525, + "tests/env/test_pip_util.py::test_get_pip_installed_packages[Successfully installed foo bar-expected0]": 0.0032288178065463095, + "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.0027039212667373563, + "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.0029781208806458335, + "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.0027385216059254897, + "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.002525641062071669, + "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[]": 0.002496731496993585, + "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[foo]": 0.002812239996645846, + "tests/gateways/disk/test_delete.py::test_backoff_unlink": 0.011916667834357296, + "tests/gateways/disk/test_delete.py::test_backoff_unlink_doesnt_exist": 0.0033790406361939016, + "tests/gateways/disk/test_delete.py::test_deprecations[move_path_to_trash-TypeError-None]": 0.0027219270483939666, + "tests/gateways/disk/test_delete.py::test_deprecations[move_to_trash-TypeError-None]": 0.002703496711242199, + "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs0]": 0.002805779010764335, + "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs1]": 0.0027257229860152836, + "tests/gateways/disk/test_delete.py::test_deprecations[try_rmdir_all_empty-TypeError-None]": 0.0027529923490100436, "tests/gateways/disk/test_delete.py::test_move_path_to_trash_couldnt": 0.003784935111109025, "tests/gateways/disk/test_delete.py::test_move_to_trash": 0.01427297345450832, - "tests/gateways/disk/test_delete.py::test_remove_dir": 0.013089217378951074, - "tests/gateways/disk/test_delete.py::test_remove_file": 0.005194741708395332, - "tests/gateways/disk/test_delete.py::test_remove_file_to_trash": 0.005176984821416919, - "tests/gateways/disk/test_delete.py::test_remove_link_to_dir": 0.01485942401662522, - "tests/gateways/disk/test_delete.py::test_remove_link_to_file": 0.005383878444374771, - "tests/gateways/disk/test_delete.py::test_rm_rf": 0.012526152018074568, - "tests/gateways/disk/test_delete.py::test_rm_rf_couldnt": 0.0038116655024006247, - "tests/gateways/disk/test_delete.py::test_rm_rf_does_not_follow_symlinks": 0.022341158733144944, - "tests/gateways/disk/test_delete.py::test_try_rmdir_all_empty_doesnt_exist": 0.01126320061658799, - "tests/gateways/disk/test_link.py::test_hard_link": 0.005721207244064604, - "tests/gateways/disk/test_link.py::test_soft_link": 0.006474511529236617, - "tests/gateways/disk/test_permissions.py::test_make_executable": 0.0038184291787879696, - "tests/gateways/disk/test_permissions.py::test_make_writable": 0.00447910722718131, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EACCES": 0.003376138998967619, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EPERM": 0.0033197537025898764, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EROFS": 0.0031853427247973067, - "tests/gateways/disk/test_permissions.py::test_make_writable_doesnt_exist": 0.00245881555633172, - "tests/gateways/disk/test_permissions.py::test_recursive_make_writable": 0.004441608933149263, - "tests/gateways/disk/test_read.py::test_cherrypy_py27_osx_no_binary": 0.047397052294531436, - "tests/gateways/disk/test_read.py::test_cherrypy_py36_osx_whl": 0.07255065028131198, - "tests/gateways/disk/test_read.py::test_pyjwt_py27_osx_no_binary": 0.01309271449808505, - "tests/gateways/disk/test_read.py::test_pyjwt_py36_osx_whl": 0.017363197280886117, - "tests/gateways/disk/test_read.py::test_scrapy_py27_osx_no_binary": 0.1131071947032227, - "tests/gateways/disk/test_read.py::test_scrapy_py36_osx_whl": 0.1600330468138458, - "tests/gateways/disk/test_read.py::test_six_py27_osx_no_binary_unmanageable": 0.006035952025918115, - "tests/gateways/disk/test_read.py::test_twilio_py27_osx_no_binary": 0.13958468113289413, - "tests/gateways/disk/test_read.py::test_twilio_py36_osx_whl": 0.22035868284583612, - "tests/gateways/test_connection.py::test_accept_range_none": 0.7555329743241849, - "tests/gateways/test_connection.py::test_add_binstar_token": 0.012242335448692536, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost-channels3-http://localhost]": 0.018468961700325137, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost/noarch/test-package-0.1.0.conda-channels2-http://localhost]": 0.018593692706072317, - "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.018711250766238075, - "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.018759728295848713, - "tests/gateways/test_connection.py::test_get_session_returns_default": 0.005673160995978262, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings": 0.009736087044039188, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings_multiple": 0.009611500949571259, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings_no_handler": 0.004869551917182827, - "tests/gateways/test_connection.py::test_get_session_with_request_headers": 0.006471170683131142, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[exact-url]": 0.010197222842451847, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[no-match]": 0.008818925603533437, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[url-prefix]": 0.01152108475136548, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-match-same-schema]": 0.01211897375930471, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-different-scheme]": 0.0067740688560037855, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-missing-scheme]": 0.006620115586447066, - "tests/gateways/test_connection.py::test_local_file_adapter_200": 0.019679433271210984, - "tests/gateways/test_connection.py::test_local_file_adapter_404": 0.006236934988691649, - "tests/gateways/test_connection.py::test_s3_server": 2.46348903254745, - "tests/gateways/test_connection.py::test_s3_server_with_mock": 2.817105156021023, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers0-expected0]": 0.002946708616378294, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers1-expected1]": 0.0028306298761851113, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers2-expected2]": 0.002679429638525384, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers3-expected3]": 0.002670593408329116, - "tests/gateways/test_jlap.py::test_download_and_hash": 0.24114880154468935, - "tests/gateways/test_jlap.py::test_hashwriter": 0.002392705087798462, - "tests/gateways/test_jlap.py::test_jlap_cache_clock[False]": 0.06507405133495248, - "tests/gateways/test_jlap.py::test_jlap_cache_clock[True]": 0.06462187082398073, - "tests/gateways/test_jlap.py::test_jlap_core": 0.005726994004646978, - "tests/gateways/test_jlap.py::test_jlap_coverage": 0.002421894488547232, - "tests/gateways/test_jlap.py::test_jlap_errors": 0.1476921018991828, - "tests/gateways/test_jlap.py::test_jlap_fetch": 0.14552278999607646, - "tests/gateways/test_jlap.py::test_jlap_fetch_file": 0.02246004950933712, - "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[False]": 1.690135508403761, - "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[True]": 8.281722746368423, - "tests/gateways/test_jlap.py::test_jlap_flag[]": 0.003878075092780973, - "tests/gateways/test_jlap.py::test_jlap_flag[jlap,another]": 0.004039365039128563, - "tests/gateways/test_jlap.py::test_jlap_flag[jlap]": 0.0040095286186331595, - "tests/gateways/test_jlap.py::test_jlap_flag[jlapopotamus]": 0.003987635001698532, - "tests/gateways/test_jlap.py::test_jlap_sought": 0.18002380670837465, - "tests/gateways/test_jlap.py::test_jlap_zst_not_404": 0.007693819208908194, - "tests/gateways/test_jlap.py::test_jlap_zst_not_zst": 0.034876773188580665, - "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[False]": 0.04803545780523013, - "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[True]": 0.10576896272837541, - "tests/gateways/test_jlap.py::test_repodata_state[False]": 0.02806236289883505, - "tests/gateways/test_jlap.py::test_repodata_state[True]": 0.03787769086316604, - "tests/gateways/test_jlap.py::test_repodata_use_zst[False]": 0.003915073675566178, - "tests/gateways/test_jlap.py::test_repodata_use_zst[True]": 0.0038910234389826575, - "tests/gateways/test_jlap.py::test_request_url_jlap_state": 0.02426556256409539, - "tests/gateways/test_jlap.py::test_server_available": 0.5293118378035807, - "tests/gateways/test_logging.py::test_token_not_present_in_conda_create": 7.836396712123478, - "tests/gateways/test_logging.py::test_token_replace_big_string": 0.0029886268262278777, - "tests/gateways/test_logging.py::test_token_replace_individual_strings": 0.0024106571490605457, - "tests/gateways/test_repodata_gateway.py::test_coverage_conda_http_errors": 0.014616139286061139, - "tests/gateways/test_repodata_gateway.py::test_get_cache_control_max_age": 0.0023621107912454413, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-False]": 0.010502061913036586, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-True]": 0.02383899434001373, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-False]": 0.011607776829023073, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-True]": 0.021492501647146143, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[False]": 0.02846158763957447, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[True]": 0.0395252374046803, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_jsondecodeerror": 0.007156819838727086, - "tests/gateways/test_repodata_gateway.py::test_repodata_state_has_format": 0.0047763811336607185, - "tests/gateways/test_repodata_gateway.py::test_save": 0.10932030885338602, - "tests/gateways/test_repodata_gateway.py::test_ssl_unavailable_error_message": 0.0029646217779609545, - "tests/gateways/test_repodata_gateway.py::test_stale": 0.014503361419192647, + "tests/gateways/disk/test_delete.py::test_remove_dir": 0.013070396979192205, + "tests/gateways/disk/test_delete.py::test_remove_file": 0.005184502337785829, + "tests/gateways/disk/test_delete.py::test_remove_file_to_trash": 0.00513360958803377, + "tests/gateways/disk/test_delete.py::test_remove_link_to_dir": 0.014751200841183474, + "tests/gateways/disk/test_delete.py::test_remove_link_to_file": 0.005365206177067764, + "tests/gateways/disk/test_delete.py::test_rm_rf": 0.012478796596217282, + "tests/gateways/disk/test_delete.py::test_rm_rf_couldnt": 0.003800636081278184, + "tests/gateways/disk/test_delete.py::test_rm_rf_does_not_follow_symlinks": 0.022275704514329683, + "tests/gateways/disk/test_delete.py::test_try_rmdir_all_empty_doesnt_exist": 0.011225754176191191, + "tests/gateways/disk/test_link.py::test_hard_link": 0.00570385073100361, + "tests/gateways/disk/test_link.py::test_soft_link": 0.006472023432162016, + "tests/gateways/disk/test_permissions.py::test_make_executable": 0.003815170875851217, + "tests/gateways/disk/test_permissions.py::test_make_writable": 0.0044719205688461905, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EACCES": 0.003327828716703841, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EPERM": 0.0033176221620137046, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EROFS": 0.0031858340292191425, + "tests/gateways/disk/test_permissions.py::test_make_writable_doesnt_exist": 0.0024546696686859647, + "tests/gateways/disk/test_permissions.py::test_recursive_make_writable": 0.00443866055109769, + "tests/gateways/disk/test_read.py::test_cherrypy_py27_osx_no_binary": 0.04737136133142965, + "tests/gateways/disk/test_read.py::test_cherrypy_py36_osx_whl": 0.07254215478982298, + "tests/gateways/disk/test_read.py::test_pyjwt_py27_osx_no_binary": 0.013081587097816944, + "tests/gateways/disk/test_read.py::test_pyjwt_py36_osx_whl": 0.017375265982869807, + "tests/gateways/disk/test_read.py::test_scrapy_py27_osx_no_binary": 0.1092857160703979, + "tests/gateways/disk/test_read.py::test_scrapy_py36_osx_whl": 0.16017757339495375, + "tests/gateways/disk/test_read.py::test_six_py27_osx_no_binary_unmanageable": 0.006032731001087915, + "tests/gateways/disk/test_read.py::test_twilio_py27_osx_no_binary": 0.13975494151425755, + "tests/gateways/disk/test_read.py::test_twilio_py36_osx_whl": 0.22027440681427576, + "tests/gateways/test_connection.py::test_accept_range_none": 0.7559806416187452, + "tests/gateways/test_connection.py::test_add_binstar_token": 0.011973877003630368, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost-channels3-http://localhost]": 0.018444761506947113, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost/noarch/test-package-0.1.0.conda-channels2-http://localhost]": 0.018585422267290173, + "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.018660279753800572, + "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.018758283979097738, + "tests/gateways/test_connection.py::test_get_session_returns_default": 0.005651528038951366, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings": 0.009701516422854767, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings_multiple": 0.009409319281278498, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings_no_handler": 0.0048573330248758845, + "tests/gateways/test_connection.py::test_get_session_with_request_headers": 0.006487412815995824, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[exact-url]": 0.010147211405919957, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[no-match]": 0.008857224937725451, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[url-prefix]": 0.011480207362592016, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-match-same-schema]": 0.012124289335487575, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-different-scheme]": 0.006739971192445432, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-missing-scheme]": 0.0066605462938812395, + "tests/gateways/test_connection.py::test_local_file_adapter_200": 0.01966647990243827, + "tests/gateways/test_connection.py::test_local_file_adapter_404": 0.00620430784755439, + "tests/gateways/test_connection.py::test_s3_server": 2.493204828001135, + "tests/gateways/test_connection.py::test_s3_server_with_mock": 2.7707442351963683, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers0-expected0]": 0.0029466645356842187, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers1-expected1]": 0.002830584262804998, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers2-expected2]": 0.0026794544994451284, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers3-expected3]": 0.0026705957119362357, + "tests/gateways/test_jlap.py::test_download_and_hash": 0.23652838860861153, + "tests/gateways/test_jlap.py::test_hashwriter": 0.002390831001150025, + "tests/gateways/test_jlap.py::test_jlap_cache_clock[False]": 0.06478512094581981, + "tests/gateways/test_jlap.py::test_jlap_cache_clock[True]": 0.06514271539491029, + "tests/gateways/test_jlap.py::test_jlap_core": 0.005647251409853811, + "tests/gateways/test_jlap.py::test_jlap_coverage": 0.002418669717282929, + "tests/gateways/test_jlap.py::test_jlap_errors": 0.14666789781689923, + "tests/gateways/test_jlap.py::test_jlap_fetch": 0.14321487995591534, + "tests/gateways/test_jlap.py::test_jlap_fetch_file": 0.022033653993405636, + "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[False]": 1.699366131683363, + "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[True]": 8.280964631068757, + "tests/gateways/test_jlap.py::test_jlap_flag[]": 0.003882411306235946, + "tests/gateways/test_jlap.py::test_jlap_flag[jlap,another]": 0.004028965581154847, + "tests/gateways/test_jlap.py::test_jlap_flag[jlap]": 0.004006870137097885, + "tests/gateways/test_jlap.py::test_jlap_flag[jlapopotamus]": 0.003974684474320736, + "tests/gateways/test_jlap.py::test_jlap_sought": 0.18062238914255185, + "tests/gateways/test_jlap.py::test_jlap_zst_not_404": 0.007439398089145914, + "tests/gateways/test_jlap.py::test_jlap_zst_not_zst": 0.03483864583743103, + "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[False]": 0.04854505686287127, + "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[True]": 0.10790130547237556, + "tests/gateways/test_jlap.py::test_repodata_state[False]": 0.028105426715809102, + "tests/gateways/test_jlap.py::test_repodata_state[True]": 0.0369278795029996, + "tests/gateways/test_jlap.py::test_repodata_use_zst[False]": 0.003932245650245641, + "tests/gateways/test_jlap.py::test_repodata_use_zst[True]": 0.0038864361734469474, + "tests/gateways/test_jlap.py::test_request_url_jlap_state": 0.02427884113916245, + "tests/gateways/test_jlap.py::test_server_available": 0.5354158421152402, + "tests/gateways/test_logging.py::test_token_not_present_in_conda_create": 7.828593143366401, + "tests/gateways/test_logging.py::test_token_replace_big_string": 0.0029914381987468934, + "tests/gateways/test_logging.py::test_token_replace_individual_strings": 0.0024112981698185642, + "tests/gateways/test_repodata_gateway.py::test_coverage_conda_http_errors": 0.014630330858614442, + "tests/gateways/test_repodata_gateway.py::test_get_cache_control_max_age": 0.0023667944705605486, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-False]": 0.010866416343322974, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-True]": 0.023630236321863732, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-False]": 0.010981479282215425, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-True]": 0.021219870501813953, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[False]": 0.02869794817123762, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[True]": 0.041245506570618116, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_jsondecodeerror": 0.00748975617033834, + "tests/gateways/test_repodata_gateway.py::test_repodata_state_has_format": 0.004769323700668221, + "tests/gateways/test_repodata_gateway.py::test_save": 0.10929953918121246, + "tests/gateways/test_repodata_gateway.py::test_ssl_unavailable_error_message": 0.0029637453363755297, + "tests/gateways/test_repodata_gateway.py::test_stale": 0.014576362476913135, "tests/gateways/test_repodata_lock.py::test_lock_can_lock[False]": 1.6751727039314763, "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.787795024635228, - "tests/gateways/test_repodata_lock.py::test_lock_no_lock[True]": 1.74858515479999, - "tests/gateways/test_repodata_lock.py::test_lock_rename": 0.0005717370369742569, - "tests/gateways/test_subprocess.py::test_subprocess_call_with_capture_output": 0.5290922714064831, - "tests/gateways/test_subprocess.py::test_subprocess_call_without_capture_output": 0.5375574110061145, - "tests/models/test_channel.py::test_bare_channel_file": 0.004006770157843285, - "tests/models/test_channel.py::test_bare_channel_http": 0.0038289645923704958, - "tests/models/test_channel.py::test_canonicalized_url_gets_correct_token": 0.01931209187125312, - "tests/models/test_channel.py::test_channel_alias": 0.024206741830051264, - "tests/models/test_channel.py::test_channel_alias_channels": 0.004043456569202057, - "tests/models/test_channel.py::test_channel_alias_w_conda_path": 0.018379255942745597, - "tests/models/test_channel.py::test_channel_alias_w_subhcnnale": 0.018416373454180037, - "tests/models/test_channel.py::test_channel_cache": 0.0036696349328416934, - "tests/models/test_channel.py::test_channel_host_port": 0.0038771568641276276, - "tests/models/test_channel.py::test_channel_mangles_urls": 0.004271538440142917, - "tests/models/test_channel.py::test_channel_name_subdir_only": 0.004880424192226597, - "tests/models/test_channel.py::test_channels_with_dashes": 0.02062681877396652, - "tests/models/test_channel.py::test_custom_channels": 0.026786286575084667, - "tests/models/test_channel.py::test_custom_channels_port_token_auth": 0.025698938497784214, - "tests/models/test_channel.py::test_custom_token_in_channel": 0.018470737479581386, - "tests/models/test_channel.py::test_default_channel": 0.005310697205276309, - "tests/models/test_channel.py::test_default_channels": 0.02384939339375239, - "tests/models/test_channel.py::test_defaults_channel": 0.024673574029684914, - "tests/models/test_channel.py::test_env_var_file_urls": 0.0056980148444025465, - "tests/models/test_channel.py::test_expanded_variables": 0.017964089987486463, - "tests/models/test_channel.py::test_file_channel": 0.02545727694438477, - "tests/models/test_channel.py::test_file_url_with_backslashes": 0.0040168510122994844, - "tests/models/test_channel.py::test_file_urls": 0.004019329228887852, - "tests/models/test_channel.py::test_local_channel": 0.036517840605816476, - "tests/models/test_channel.py::test_migrated_custom_channels": 0.026213659558330674, - "tests/models/test_channel.py::test_multichannel_priority": 0.005342932552039133, - "tests/models/test_channel.py::test_named_custom_channel": 0.023599875997382915, - "tests/models/test_channel.py::test_named_custom_channel_w_subchan": 0.023452079647374478, - "tests/models/test_channel.py::test_old_channel_alias": 0.02592904965752037, - "tests/models/test_channel.py::test_pkgs_main": 0.028041543004712417, - "tests/models/test_channel.py::test_pkgs_pro": 0.02756777779175811, - "tests/models/test_channel.py::test_ppc64le_vs_ppc64": 0.004728616406326798, - "tests/models/test_channel.py::test_regression_against_unknown_none": 0.005207209459641498, - "tests/models/test_channel.py::test_subdir_env_var": 0.013837457642619294, - "tests/models/test_channel.py::test_subdirs_env_var": 0.015012083022233245, - "tests/models/test_channel.py::test_token_in_custom_channel": 0.004433731384998966, - "tests/models/test_channel.py::test_unexpanded_variables": 0.017307383481688376, - "tests/models/test_channel.py::test_url_channel_w_platform": 0.0050717413317437525, - "tests/models/test_channel.py::test_url_custom_channel": 0.023603363886185412, - "tests/models/test_channel.py::test_url_custom_channel_w_subchan": 0.023702575467552278, - "tests/models/test_dist.py::test_channel[.conda]": 0.0047930637651201905, - "tests/models/test_dist.py::test_channel[.tar.bz2]": 0.004529704429917089, - "tests/models/test_dist.py::test_dist[.conda]": 0.004017282487113528, - "tests/models/test_dist.py::test_dist[.tar.bz2]": 0.0036495603310757845, - "tests/models/test_dist.py::test_dist_with_channel_url[.conda]": 0.03412811921816167, - "tests/models/test_dist.py::test_dist_with_channel_url[.tar.bz2]": 0.033998281002125735, - "tests/models/test_dist.py::test_dist_with_non_channel_url[.conda]": 0.004364952633939601, - "tests/models/test_dist.py::test_dist_with_non_channel_url[.tar.bz2]": 0.004242081679475492, + "tests/gateways/test_repodata_lock.py::test_lock_no_lock[False]": 10.794744365982517, + "tests/gateways/test_repodata_lock.py::test_lock_no_lock[True]": 1.7468637019251112, + "tests/gateways/test_repodata_lock.py::test_lock_rename": 0.0005701020636051026, + "tests/gateways/test_subprocess.py::test_subprocess_call_with_capture_output": 0.5317461505662996, + "tests/gateways/test_subprocess.py::test_subprocess_call_without_capture_output": 0.539254184355656, + "tests/models/test_channel.py::test_bare_channel_file": 0.003996991389699633, + "tests/models/test_channel.py::test_bare_channel_http": 0.0038367253748678464, + "tests/models/test_channel.py::test_canonicalized_url_gets_correct_token": 0.019447637090447042, + "tests/models/test_channel.py::test_channel_alias": 0.024226420760485062, + "tests/models/test_channel.py::test_channel_alias_channels": 0.0040337767245282605, + "tests/models/test_channel.py::test_channel_alias_w_conda_path": 0.018466226134304722, + "tests/models/test_channel.py::test_channel_alias_w_subhcnnale": 0.018342375300340483, + "tests/models/test_channel.py::test_channel_cache": 0.003672120006442794, + "tests/models/test_channel.py::test_channel_host_port": 0.0038717682170258754, + "tests/models/test_channel.py::test_channel_mangles_urls": 0.004260099080142696, + "tests/models/test_channel.py::test_channel_name_subdir_only": 0.0049023515057662025, + "tests/models/test_channel.py::test_channels_with_dashes": 0.020611501802013373, + "tests/models/test_channel.py::test_custom_channels": 0.02673701404358263, + "tests/models/test_channel.py::test_custom_channels_port_token_auth": 0.025616155367584218, + "tests/models/test_channel.py::test_custom_token_in_channel": 0.018433834849128937, + "tests/models/test_channel.py::test_default_channel": 0.005305035852356817, + "tests/models/test_channel.py::test_default_channels": 0.023803176005614567, + "tests/models/test_channel.py::test_defaults_channel": 0.02464678954161158, + "tests/models/test_channel.py::test_env_var_file_urls": 0.005709319380006193, + "tests/models/test_channel.py::test_expanded_variables": 0.017738568919320758, + "tests/models/test_channel.py::test_file_channel": 0.025449992320979855, + "tests/models/test_channel.py::test_file_url_with_backslashes": 0.00401519118953945, + "tests/models/test_channel.py::test_file_urls": 0.004016343167509753, + "tests/models/test_channel.py::test_local_channel": 0.03653045105349381, + "tests/models/test_channel.py::test_migrated_custom_channels": 0.02618110473450685, + "tests/models/test_channel.py::test_multichannel_priority": 0.005376969165683699, + "tests/models/test_channel.py::test_named_custom_channel": 0.023557108196969677, + "tests/models/test_channel.py::test_named_custom_channel_w_subchan": 0.02339661493693379, + "tests/models/test_channel.py::test_old_channel_alias": 0.0258982536393061, + "tests/models/test_channel.py::test_pkgs_main": 0.02803607498482185, + "tests/models/test_channel.py::test_pkgs_pro": 0.02752279767972391, + "tests/models/test_channel.py::test_ppc64le_vs_ppc64": 0.004726075227794531, + "tests/models/test_channel.py::test_regression_against_unknown_none": 0.00520323882603368, + "tests/models/test_channel.py::test_subdir_env_var": 0.01383822816286457, + "tests/models/test_channel.py::test_subdirs_env_var": 0.015010833187927146, + "tests/models/test_channel.py::test_token_in_custom_channel": 0.004428684763442791, + "tests/models/test_channel.py::test_unexpanded_variables": 0.01705632019946497, + "tests/models/test_channel.py::test_url_channel_w_platform": 0.005066009195570034, + "tests/models/test_channel.py::test_url_custom_channel": 0.023670331522348056, + "tests/models/test_channel.py::test_url_custom_channel_w_subchan": 0.023663527281242172, + "tests/models/test_dist.py::test_channel[.conda]": 0.004809282377767734, + "tests/models/test_dist.py::test_channel[.tar.bz2]": 0.004532164323226215, + "tests/models/test_dist.py::test_dist[.conda]": 0.004016059857776851, + "tests/models/test_dist.py::test_dist[.tar.bz2]": 0.0036422373572190434, + "tests/models/test_dist.py::test_dist_with_channel_url[.conda]": 0.03411299861106518, + "tests/models/test_dist.py::test_dist_with_channel_url[.tar.bz2]": 0.03398486421182977, + "tests/models/test_dist.py::test_dist_with_non_channel_url[.conda]": 0.00436033715506486, + "tests/models/test_dist.py::test_dist_with_non_channel_url[.tar.bz2]": 0.004244090945106121, "tests/models/test_index_record.py::test_index_record_timestamp": 0.004627067526817465, "tests/models/test_index_record.py::test_prefix_record_no_channel": 0.0057938232955743055, - "tests/models/test_match_spec.py::test_bracket_matches": 0.008271298466232799, - "tests/models/test_match_spec.py::test_build_merge": 0.004487053502584627, - "tests/models/test_match_spec.py::test_build_number_and_filename": 0.00237673110083996, - "tests/models/test_match_spec.py::test_build_number_merge": 0.004579946539496651, - "tests/models/test_match_spec.py::test_canonical_string_forms": 0.011142424373693463, - "tests/models/test_match_spec.py::test_catch_invalid_regexes": 0.0053118679958782545, - "tests/models/test_match_spec.py::test_channel_matching": 0.0057077352517010795, - "tests/models/test_match_spec.py::test_channel_merge": 0.004740414552900305, - "tests/models/test_match_spec.py::test_comment": 0.002486064621285555, - "tests/models/test_match_spec.py::test_conda_style": 0.0024969515501725155, - "tests/models/test_match_spec.py::test_dist": 0.006179131531531418, - "tests/models/test_match_spec.py::test_dist_str": 0.006838871791532028, - "tests/models/test_match_spec.py::test_exact_values": 0.0033549059922662896, - "tests/models/test_match_spec.py::test_hash": 0.0028050797441146044, - "tests/models/test_match_spec.py::test_hash_merge_with_name": 0.005183667081583925, - "tests/models/test_match_spec.py::test_hash_merge_wo_name": 0.0028965453721276468, - "tests/models/test_match_spec.py::test_index_record": 0.005190438765646556, - "tests/models/test_match_spec.py::test_invalid": 0.002319147083629913, - "tests/models/test_match_spec.py::test_invalid_arg2spec": 0.0024144476004099467, - "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg 4.2.2<6.0.0]": 0.0025928790888118045, - "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.0026730779113228282, - "tests/models/test_match_spec.py::test_key_value_features_canonical_string_forms": 0.000630142791477311, - "tests/models/test_match_spec.py::test_legacy_features_canonical_string_forms": 0.0024683740358272892, - "tests/models/test_match_spec.py::test_license_match": 0.008741948722513299, - "tests/models/test_match_spec.py::test_match_1": 0.020846177489153322, - "tests/models/test_match_spec.py::test_matchspec_errors": 0.002546747452445651, - "tests/models/test_match_spec.py::test_merge_multiple_name": 0.005200580557540699, - "tests/models/test_match_spec.py::test_merge_single_name": 0.004784381345786073, - "tests/models/test_match_spec.py::test_no_name_match_spec": 0.0024072102449465616, - "tests/models/test_match_spec.py::test_openssl_match": 0.004455917827144068, - "tests/models/test_match_spec.py::test_parse_build_number_brackets": 0.0025141213158571822, - "tests/models/test_match_spec.py::test_parse_channel_subdir": 0.0038261385210327523, - "tests/models/test_match_spec.py::test_parse_equal_equal": 0.002445236798960467, - "tests/models/test_match_spec.py::test_parse_errors": 0.0023822741390242645, - "tests/models/test_match_spec.py::test_parse_hard": 0.0026596586843372163, - "tests/models/test_match_spec.py::test_parse_parens": 0.00364042857827604, - "tests/models/test_match_spec.py::test_parse_spec_str_no_brackets": 0.003994833425353398, - "tests/models/test_match_spec.py::test_parse_spec_str_tarball_url": 0.005586273825568536, - "tests/models/test_match_spec.py::test_parse_spec_str_with_brackets": 0.004107900970512487, - "tests/models/test_match_spec.py::test_pip_style": 0.0026773025736645736, - "tests/models/test_match_spec.py::test_pip_style2": 0.0031358100059486554, - "tests/models/test_match_spec.py::test_simple": 0.0030278395756809613, - "tests/models/test_match_spec.py::test_star_name": 0.0023802970670095927, - "tests/models/test_match_spec.py::test_strictness": 0.0047287172991475925, - "tests/models/test_match_spec.py::test_subdir_merge": 0.004810357247260547, - "tests/models/test_match_spec.py::test_tarball_match_specs": 0.008633660155701668, - "tests/models/test_match_spec.py::test_to_filename": 0.004195373081020461, - "tests/models/test_match_spec.py::test_track_features_match": 0.008624375309869222, - "tests/models/test_package_info.py::test_package_info": 0.0042856673669961695, - "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[classic]": 1.7643296729903108, - "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[libmamba]": 0.5700442925602056, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[classic]": 0.022871706132779734, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[libmamba]": 0.023440040017842615, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[classic]": 0.02295624981065041, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[libmamba]": 0.023365330364379787, - "tests/models/test_prefix_graph.py::test_prefix_graph_1[classic]": 6.840054500073182, - "tests/models/test_prefix_graph.py::test_prefix_graph_1[libmamba]": 0.3411213509761078, - "tests/models/test_prefix_graph.py::test_prefix_graph_2[classic]": 6.752154012858026, - "tests/models/test_prefix_graph.py::test_prefix_graph_2[libmamba]": 0.323333600643326, - "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[classic]": 6.899552143370767, - "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[libmamba]": 0.33684984511533095, - "tests/models/test_prefix_graph.py::test_sort_without_prep[classic]": 7.753295116402458, - "tests/models/test_prefix_graph.py::test_sort_without_prep[libmamba]": 1.7379059745473238, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[classic]": 7.924023966279875, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[libmamba]": 1.9217233439395651, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[classic]": 7.659167620989903, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[libmamba]": 1.8850822444203843, - "tests/models/test_records.py::test_package_record_feature": 0.004325046924267511, - "tests/models/test_records.py::test_package_record_timestamp": 0.004982838016749154, - "tests/models/test_records.py::test_package_virtual_package[123-testbuild]": 0.004427650654208619, - "tests/models/test_records.py::test_package_virtual_package[None-None]": 0.00447896467717196, - "tests/models/test_records.py::test_package_virtual_package[None-testbuild]": 0.004477487360871155, - "tests/models/test_records.py::test_prefix_record_no_channel": 0.005987277290676467, - "tests/models/test_version.py::test_compatible_release_versions": 0.002797005167275526, - "tests/models/test_version.py::test_compound_versions": 0.002865141389986331, - "tests/models/test_version.py::test_hexrd": 0.0024204830913802274, - "tests/models/test_version.py::test_invalid_version_specs": 0.002899911315883976, - "tests/models/test_version.py::test_local_identifier": 0.002515829372935534, - "tests/models/test_version.py::test_match": 0.008483525247145176, - "tests/models/test_version.py::test_not_eq_star": 0.0027499348364702935, - "tests/models/test_version.py::test_openssl_convention": 0.0031030982257873783, - "tests/models/test_version.py::test_pep440": 0.004051648753474602, - "tests/models/test_version.py::test_pep_440_arbitrary_equality_operator": 0.0023664502563693736, - "tests/models/test_version.py::test_ver_eval": 0.0031616181851026504, - "tests/models/test_version.py::test_ver_eval_errors": 0.002441411431318531, - "tests/models/test_version.py::test_version_order": 0.005116402680861762, - "tests/models/test_version.py::test_version_spec_1": 0.002425194874849307, - "tests/models/test_version.py::test_version_spec_2": 0.0027350980757368877, - "tests/models/test_version.py::test_version_spec_3": 0.0023587748645985626, - "tests/models/test_version.py::test_version_spec_4": 0.002553671661848818, - "tests/notices/test_core.py::test__conda_user_story__disable_notices": 0.02392657290001919, - "tests/notices/test_core.py::test__conda_user_story__more_notices_message": 0.08970244331915082, - "tests/notices/test_core.py::test__conda_user_story__only_see_once": 0.08934279356681181, - "tests/notices/test_core.py::test_display_notices_happy_path[200]": 0.15448793922326823, - "tests/notices/test_core.py::test_display_notices_happy_path[404]": 0.15340853592337442, - "tests/notices/test_core.py::test_display_notices_happy_path[500]": 0.15493908967207837, - "tests/notices/test_core.py::test_notices_decorator": 0.08909132525421369, - "tests/notices/test_fetch.py::test_get_channel_notice_response_malformed_json": 0.07470650147225391, - "tests/notices/test_fetch.py::test_get_channel_notice_response_timeout_error": 0.0764463343628052, - "tests/notices/test_fetch.py::test_notice_response_cache_expired": 0.0024114612441981965, - "tests/notices/test_types.py::test_channel_notice_response": 0.0024568803600756705, - "tests/notices/test_types.py::test_channel_notice_response_date_parse_error": 0.002499685858118705, - "tests/notices/test_types.py::test_channel_notice_response_integer_id": 0.0023269014442255324, - "tests/notices/test_types.py::test_channel_notice_undefined_id": 0.0023404350182574, - "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer": 0.00416989614256198, - "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list": 0.004831023337451479, - "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list_output_false": 0.0024480021440340637, - "tests/plugins/reporter_backends/test_console.py::test_prompt": 0.0026012949883517304, - "tests/plugins/reporter_backends/test_console.py::test_prompt_bad_option": 0.002684939857386458, - "tests/plugins/reporter_backends/test_console.py::test_prompt_error_reading_stdin": 0.0033994485427207553, - "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner": 0.0027006376530599977, - "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner_with_error": 0.0026638494657306396, - "tests/plugins/reporter_backends/test_console.py::test_spinner": 0.1066568444296549, - "tests/plugins/reporter_backends/test_console.py::test_spinner_with_error": 0.1056271648425729, - "tests/plugins/reporter_backends/test_console.py::test_spinner_with_os_error_errno_epipe": 0.01290976014604061, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error": 0.0032003949368579537, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error_with_epipe_errno": 0.0031149430094415953, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error": 0.004478801709764477, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error_with_errno_epipe": 0.004204535690217184, - "tests/plugins/reporter_backends/test_json.py::test_json_handler": 0.002584020674704453, - "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_enabled": 0.004375300487053944, - "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_not_enabled": 0.0033594682491508584, - "tests/plugins/reporter_backends/test_json.py::test_json_spinner": 0.0026514238376374928, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path": 6.070858026496365, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_show_help": 0.056849557910092906, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_verbose": 5.999929858894096, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_non_existent_environment": 0.0844548377907156, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_test_environment": 8.104696881617949, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyc]": 0.00823360242235123, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyo]": 0.007653832366858883, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-False]": 0.009542701396985992, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-True]": 0.009805921997228505, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-False]": 0.00952123120049643, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-True]": 0.009291270775102153, + "tests/models/test_match_spec.py::test_bracket_matches": 0.008269667552781117, + "tests/models/test_match_spec.py::test_build_merge": 0.004481908701999683, + "tests/models/test_match_spec.py::test_build_number_and_filename": 0.0023757254946456434, + "tests/models/test_match_spec.py::test_build_number_merge": 0.004591999630371647, + "tests/models/test_match_spec.py::test_canonical_string_forms": 0.011156236310970609, + "tests/models/test_match_spec.py::test_catch_invalid_regexes": 0.005311750793509563, + "tests/models/test_match_spec.py::test_channel_matching": 0.0057020851835906045, + "tests/models/test_match_spec.py::test_channel_merge": 0.004747835466898744, + "tests/models/test_match_spec.py::test_comment": 0.002477014357472727, + "tests/models/test_match_spec.py::test_conda_style": 0.00249429303933314, + "tests/models/test_match_spec.py::test_dist": 0.006166801758669387, + "tests/models/test_match_spec.py::test_dist_str": 0.006835280963186375, + "tests/models/test_match_spec.py::test_exact_values": 0.0033514954981940055, + "tests/models/test_match_spec.py::test_hash": 0.0028163758595836494, + "tests/models/test_match_spec.py::test_hash_merge_with_name": 0.0051817357379061665, + "tests/models/test_match_spec.py::test_hash_merge_wo_name": 0.0028948229268057914, + "tests/models/test_match_spec.py::test_index_record": 0.00518179747457514, + "tests/models/test_match_spec.py::test_invalid": 0.002314461531783062, + "tests/models/test_match_spec.py::test_invalid_arg2spec": 0.002413506362025708, + "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg 4.2.2<6.0.0]": 0.0025914064592355932, + "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.002672354547618405, + "tests/models/test_match_spec.py::test_key_value_features_canonical_string_forms": 0.0005972616888474257, + "tests/models/test_match_spec.py::test_legacy_features_canonical_string_forms": 0.002465371273826887, + "tests/models/test_match_spec.py::test_license_match": 0.008745349940273572, + "tests/models/test_match_spec.py::test_match_1": 0.020832313932354116, + "tests/models/test_match_spec.py::test_matchspec_errors": 0.0025452194923313545, + "tests/models/test_match_spec.py::test_merge_multiple_name": 0.005198194481394378, + "tests/models/test_match_spec.py::test_merge_single_name": 0.004774778113063395, + "tests/models/test_match_spec.py::test_no_name_match_spec": 0.002405059039995096, + "tests/models/test_match_spec.py::test_openssl_match": 0.004448816391487821, + "tests/models/test_match_spec.py::test_parse_build_number_brackets": 0.002519339269742256, + "tests/models/test_match_spec.py::test_parse_channel_subdir": 0.0038162394629233445, + "tests/models/test_match_spec.py::test_parse_equal_equal": 0.0024416378476117117, + "tests/models/test_match_spec.py::test_parse_errors": 0.0023776476232430896, + "tests/models/test_match_spec.py::test_parse_hard": 0.002655549848856347, + "tests/models/test_match_spec.py::test_parse_parens": 0.003634146395300096, + "tests/models/test_match_spec.py::test_parse_spec_str_no_brackets": 0.003988132468271528, + "tests/models/test_match_spec.py::test_parse_spec_str_tarball_url": 0.005622976224783307, + "tests/models/test_match_spec.py::test_parse_spec_str_with_brackets": 0.004094450693043021, + "tests/models/test_match_spec.py::test_pip_style": 0.002682795445801273, + "tests/models/test_match_spec.py::test_pip_style2": 0.003134729919829304, + "tests/models/test_match_spec.py::test_simple": 0.0030368838072208555, + "tests/models/test_match_spec.py::test_star_name": 0.0023758345849984363, + "tests/models/test_match_spec.py::test_strictness": 0.004705077061071688, + "tests/models/test_match_spec.py::test_subdir_merge": 0.004828600195389387, + "tests/models/test_match_spec.py::test_tarball_match_specs": 0.008617283145351312, + "tests/models/test_match_spec.py::test_to_filename": 0.004188521831381612, + "tests/models/test_match_spec.py::test_track_features_match": 0.008623492014779516, + "tests/models/test_package_info.py::test_package_info": 0.004256673194675245, + "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[classic]": 1.766229170477753, + "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[libmamba]": 0.5696559265570168, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[classic]": 0.022866524917715046, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[libmamba]": 0.023393657419547034, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[classic]": 0.022960328528370263, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[libmamba]": 0.023334551347079322, + "tests/models/test_prefix_graph.py::test_prefix_graph_1[classic]": 6.84112591895078, + "tests/models/test_prefix_graph.py::test_prefix_graph_1[libmamba]": 0.3397000438016822, + "tests/models/test_prefix_graph.py::test_prefix_graph_2[classic]": 6.752386676343997, + "tests/models/test_prefix_graph.py::test_prefix_graph_2[libmamba]": 0.3231841726692151, + "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[classic]": 6.903729618127137, + "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[libmamba]": 0.33584084883247, + "tests/models/test_prefix_graph.py::test_sort_without_prep[classic]": 7.76037392841072, + "tests/models/test_prefix_graph.py::test_sort_without_prep[libmamba]": 1.731109581205892, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[classic]": 7.931593862913095, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[libmamba]": 1.9221705799609565, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[classic]": 7.670864300291448, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[libmamba]": 1.8849862999240352, + "tests/models/test_records.py::test_package_record_feature": 0.004326474918382136, + "tests/models/test_records.py::test_package_record_timestamp": 0.004973171890410611, + "tests/models/test_records.py::test_package_virtual_package[123-testbuild]": 0.004416009857332268, + "tests/models/test_records.py::test_package_virtual_package[None-None]": 0.0044784728478609774, + "tests/models/test_records.py::test_package_virtual_package[None-testbuild]": 0.004459739133967924, + "tests/models/test_records.py::test_prefix_record_no_channel": 0.005976519179498464, + "tests/models/test_version.py::test_compatible_release_versions": 0.002791289175224904, + "tests/models/test_version.py::test_compound_versions": 0.00286023607294661, + "tests/models/test_version.py::test_hexrd": 0.002396071356306896, + "tests/models/test_version.py::test_invalid_version_specs": 0.002888481790812807, + "tests/models/test_version.py::test_local_identifier": 0.0025138791462012075, + "tests/models/test_version.py::test_match": 0.008469906994429394, + "tests/models/test_version.py::test_not_eq_star": 0.0027230213168200567, + "tests/models/test_version.py::test_openssl_convention": 0.0031084281592847042, + "tests/models/test_version.py::test_pep440": 0.004045941058178123, + "tests/models/test_version.py::test_pep_440_arbitrary_equality_operator": 0.0023630621057404446, + "tests/models/test_version.py::test_ver_eval": 0.0032095157433445582, + "tests/models/test_version.py::test_ver_eval_errors": 0.0024387032688988385, + "tests/models/test_version.py::test_version_order": 0.005106712151244966, + "tests/models/test_version.py::test_version_spec_1": 0.002420703449145655, + "tests/models/test_version.py::test_version_spec_2": 0.0027286173014528427, + "tests/models/test_version.py::test_version_spec_3": 0.002354858258484412, + "tests/models/test_version.py::test_version_spec_4": 0.0025513459247553808, + "tests/notices/test_core.py::test__conda_user_story__disable_notices": 0.02382005929166312, + "tests/notices/test_core.py::test__conda_user_story__more_notices_message": 0.09117388770156667, + "tests/notices/test_core.py::test__conda_user_story__only_see_once": 0.09041355450386172, + "tests/notices/test_core.py::test_display_notices_happy_path[200]": 0.15694194564917135, + "tests/notices/test_core.py::test_display_notices_happy_path[404]": 0.15576343847013932, + "tests/notices/test_core.py::test_display_notices_happy_path[500]": 0.15718281176110982, + "tests/notices/test_core.py::test_notices_decorator": 0.09012057518532873, + "tests/notices/test_fetch.py::test_get_channel_notice_response_malformed_json": 0.07636249578803342, + "tests/notices/test_fetch.py::test_get_channel_notice_response_timeout_error": 0.07766060550668383, + "tests/notices/test_fetch.py::test_notice_response_cache_expired": 0.0024121110629267027, + "tests/notices/test_types.py::test_channel_notice_response": 0.0024618443061798444, + "tests/notices/test_types.py::test_channel_notice_response_date_parse_error": 0.0024920478906977476, + "tests/notices/test_types.py::test_channel_notice_response_integer_id": 0.002319657199291746, + "tests/notices/test_types.py::test_channel_notice_undefined_id": 0.0023338512425404782, + "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer": 0.004154365898717933, + "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list": 0.00481250446420789, + "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list_output_false": 0.0024392070449112515, + "tests/plugins/reporter_backends/test_console.py::test_prompt": 0.002595963225653736, + "tests/plugins/reporter_backends/test_console.py::test_prompt_bad_option": 0.0026865259413693266, + "tests/plugins/reporter_backends/test_console.py::test_prompt_error_reading_stdin": 0.0034683516300012757, + "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner": 0.002696859029115363, + "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner_with_error": 0.0026672433309394435, + "tests/plugins/reporter_backends/test_console.py::test_spinner": 0.1068261270661988, + "tests/plugins/reporter_backends/test_console.py::test_spinner_with_error": 0.10569219804273697, + "tests/plugins/reporter_backends/test_console.py::test_spinner_with_os_error_errno_epipe": 0.013028010859954399, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error": 0.003191970825363759, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error_with_epipe_errno": 0.003102748830390856, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error": 0.004480035463804426, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error_with_errno_epipe": 0.004188095430104992, + "tests/plugins/reporter_backends/test_json.py::test_json_handler": 0.0025761529100236974, + "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_enabled": 0.0043125883806994945, + "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_not_enabled": 0.003362880910510162, + "tests/plugins/reporter_backends/test_json.py::test_json_spinner": 0.002641187134477501, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path": 6.072495353674919, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_show_help": 0.05661403457300258, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_verbose": 5.998473033772794, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_non_existent_environment": 0.08397769697618378, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_test_environment": 8.150482277927921, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyc]": 0.007902063227567278, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyo]": 0.008086986456751, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-False]": 0.008840254063374658, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-True]": 0.009232588201106406, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-False]": 0.008886264995880546, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-True]": 0.008702127567421971, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyc-False]": 0.022063537365008004, "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, @@ -1334,272 +1334,272 @@ "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.00980324585330293, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyo]": 0.008527569795615982, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyc]": 0.009057930866388257, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyo]": 0.008943009916143836, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyc]": 0.00813300296337871, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyo]": 0.009451766033292699, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyc]": 0.008327278731855446, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyo]": 0.008784460123175887, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyc]": 0.00840602393270803, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyo]": 0.00841367902599612, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-False]": 0.008698767762266319, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-True]": 0.008880579788133242, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-False]": 0.008550193266727046, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-True]": 0.009649359227020957, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyc]": 0.008603443622320567, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyo]": 0.007303334884484139, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-False]": 0.008466737923272502, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-True]": 0.009888107203671677, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-False]": 0.007854430803926388, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-True]": 0.008585368832069607, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyc]": 0.008667624195483073, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyo]": 0.007658574213630164, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-False]": 0.008147496017733083, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-True]": 0.007873397049382813, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-False]": 0.007320691921406618, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-True]": 0.0076506686466130125, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyc]": 0.011012261036446834, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyo]": 0.00993058130288631, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyc]": 0.010019202565520574, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyo]": 0.008010166914293654, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyc]": 4.396417489894707, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyo]": 4.342164686681572, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyc]": 0.009103173481893531, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyo]": 0.008364393691211211, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyc]": 0.010598960555401923, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyo]": 0.028889169575596407, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyc]": 0.009291503296861861, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyo]": 0.008762386632192247, - "tests/plugins/test_auth_handlers.py::test_duplicated": 0.006930409991885775, - "tests/plugins/test_auth_handlers.py::test_get_auth_handler": 0.004501091045604544, - "tests/plugins/test_auth_handlers.py::test_get_auth_handler_multiple": 0.004592291077444144, - "tests/plugins/test_health_checks.py::test_health_check_not_ran": 0.09674411955136197, - "tests/plugins/test_health_checks.py::test_health_check_ran": 0.08395822678866215, - "tests/plugins/test_manager.py::test_disable_external_plugins[VerboseSolverPlugin]": 0.004181255214272918, - "tests/plugins/test_manager.py::test_disable_external_plugins[tests.plugins.test_manager]": 0.004057890334121121, - "tests/plugins/test_manager.py::test_get_canonical_name_class": 0.0037828196769855685, - "tests/plugins/test_manager.py::test_get_canonical_name_instance": 0.0055988782334935195, - "tests/plugins/test_manager.py::test_get_canonical_name_module": 0.0037305546791991575, - "tests/plugins/test_manager.py::test_get_canonical_name_object": 0.005802476789482222, - "tests/plugins/test_manager.py::test_get_hook_results": 0.009860201709290336, - "tests/plugins/test_manager.py::test_get_request_headers": 0.0037735105916181073, - "tests/plugins/test_manager.py::test_get_session_headers": 0.004072594224332715, - "tests/plugins/test_manager.py::test_get_solvers": 0.003987669889376048, - "tests/plugins/test_manager.py::test_get_virtual_packages": 0.004017137830013331, - "tests/plugins/test_manager.py::test_get_virtual_packages_no_name": 0.0050236935781886064, - "tests/plugins/test_manager.py::test_known_solver": 0.004009526947913716, - "tests/plugins/test_manager.py::test_load_entrypoints_blocked": 0.019365883763357006, - "tests/plugins/test_manager.py::test_load_entrypoints_importerror": 0.0234454687072899, - "tests/plugins/test_manager.py::test_load_entrypoints_register_valueerror": 0.031923625326956764, - "tests/plugins/test_manager.py::test_load_entrypoints_success": 0.023012912340067714, - "tests/plugins/test_manager.py::test_load_plugins_error": 0.004095965837887622, - "tests/plugins/test_manager.py::test_load_two_plugins_one_impls": 0.004305409556028112, - "tests/plugins/test_manager.py::test_load_without_plugins": 0.0038391317176512804, - "tests/plugins/test_manager.py::test_unknown_solver": 0.004000764729084022, - "tests/plugins/test_post_commands.py::test_post_command_action_raises_exception": 0.08019276341651153, - "tests/plugins/test_post_commands.py::test_post_command_invoked": 0.094533413952455, - "tests/plugins/test_post_commands.py::test_post_command_not_invoked": 0.10120501194637224, - "tests/plugins/test_post_solves.py::test_post_solve_action_raises_exception": 9.262684116117578, - "tests/plugins/test_post_solves.py::test_post_solve_invoked": 27.687273419094506, - "tests/plugins/test_post_solves.py::test_post_solve_not_invoked": 0.09864246496295252, - "tests/plugins/test_pre_commands.py::test_pre_command_action_raises_exception": 0.07250498941149916, - "tests/plugins/test_pre_commands.py::test_pre_command_invoked": 0.1012757222895225, - "tests/plugins/test_pre_commands.py::test_pre_command_not_invoked": 0.10322002744526158, - "tests/plugins/test_pre_solves.py::test_pre_solve_action_raises_exception": 0.08513158735714217, - "tests/plugins/test_pre_solves.py::test_pre_solve_invoked": 10.214026691810231, - "tests/plugins/test_pre_solves.py::test_pre_solve_not_invoked": 0.10684706404866907, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-classic-argument2-\\n test : something\\n\\n]": 0.004830617389927467, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-json-argument3-{\\n \"test\": \"something\"\\n}]": 0.004657897031894647, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-classic-test-test]": 0.0047461479106200325, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-json-test-\"test\"]": 0.0047762061319674524, - "tests/plugins/test_reporter_backends.py::test_default_reporter_backends_are_registered": 0.004425039016296746, - "tests/plugins/test_reporter_backends.py::test_dummy_reporter_backend_is_registered": 0.004279716773257705, - "tests/plugins/test_request_headers.py::test_get_auth_handler": 0.004052656627337995, - "tests/plugins/test_request_headers.py::test_get_auth_handler_multiple": 0.003979086924758451, - "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/endpoint.json]": 0.0043189235007519726, - "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/path/somewhere.txt]": 0.00429577890027451, - "tests/plugins/test_request_headers.py::test_get_request_headers[example.com]": 0.004369671566632106, - "tests/plugins/test_request_headers.py::test_get_request_headers[random.com/endpoint.json]": 0.004231269774977634, - "tests/plugins/test_request_headers.py::test_get_request_headers[random.com]": 0.007166050210699218, - "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/endpoint.json]": 0.00431002513987097, - "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/path/somewhere.txt]": 0.0044284617046609145, - "tests/plugins/test_request_headers.py::test_get_session_headers[example.com]": 0.004341233616770998, - "tests/plugins/test_request_headers.py::test_get_session_headers[random.com/endpoint.json]": 0.0042940902110648995, - "tests/plugins/test_request_headers.py::test_get_session_headers[random.com]": 0.004350898935560968, - "tests/plugins/test_settings.py::test_get_settings": 0.004278911020456346, - "tests/plugins/test_settings.py::test_load_configuration_parameters": 0.0045270824973794345, - "tests/plugins/test_settings.py::test_load_plugin_config_with_env_var": 0.018557431566736175, - "tests/plugins/test_settings.py::test_load_plugin_settings_with_condarc": 0.019814206226785896, - "tests/plugins/test_solvers.py::test_duplicated": 0.005842027316869366, - "tests/plugins/test_solvers.py::test_get_cached_solver_backend": 0.006480605215591854, - "tests/plugins/test_solvers.py::test_get_conflicting_solvers": 0.005658383459344512, - "tests/plugins/test_solvers.py::test_get_no_solver": 0.003830952745680374, - "tests/plugins/test_solvers.py::test_get_one_solver": 0.004060142379604364, - "tests/plugins/test_solvers.py::test_get_solver_backend": 0.0182324143875586, - "tests/plugins/test_solvers.py::test_get_solver_backend_multiple": 0.02225542953335384, - "tests/plugins/test_solvers.py::test_get_two_solvers": 0.004105190879696941, - "tests/plugins/test_solvers.py::test_solver_user_agent": 0.018275196848802074, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[activate]": 0.05602401780555023, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[clean]": 0.06225734819807956, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[commands]": 0.05644193696661918, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[compare]": 0.05698758430582304, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[config]": 0.061050331625263944, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[create]": 0.06119301728391025, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[deactivate]": 0.061941707033208754, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[env]": 0.05862429095364736, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[export]": 0.06152177394670058, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[info]": 0.05690573350680299, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[init]": 0.05715618951456016, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[install]": 0.061945663065388644, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[list]": 0.058495432097682966, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[notices]": 0.06140335293656173, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[package]": 0.06976425754474828, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[remove]": 0.05867086926058433, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[rename]": 0.05910691817234364, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[run]": 0.05956622554780304, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[search]": 0.05947766811562007, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[uninstall]": 0.05862858428248113, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[update]": 0.07253451015344088, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[upgrade]": 0.06095907518265969, - "tests/plugins/test_subcommands.py::test_custom_plugin_extend_parser": 0.05571631013036606, - "tests/plugins/test_subcommands.py::test_custom_plugin_not_extend_parser": 0.08477263662928367, - "tests/plugins/test_subcommands.py::test_duplicated": 0.004622643808554464, - "tests/plugins/test_subcommands.py::test_help": 0.07818960653071627, - "tests/plugins/test_subcommands.py::test_invoked": 0.0947175627373754, - "tests/plugins/test_subcommands.py::test_parser_no_plugins": 0.049216923610691424, - "tests/plugins/test_virtual_packages.py::test_archspec_override[None-False]": 1.8311126290235764, - "tests/plugins/test_virtual_packages.py::test_archspec_override[bla-True]": 1.7457299978897296, - "tests/plugins/test_virtual_packages.py::test_conda_virtual_package": 1.640181293198615, - "tests/plugins/test_virtual_packages.py::test_cuda_detection": 1.632600817373181, - "tests/plugins/test_virtual_packages.py::test_cuda_override": 0.0027184616242259623, - "tests/plugins/test_virtual_packages.py::test_cuda_override_none": 0.0025618597902033096, - "tests/plugins/test_virtual_packages.py::test_duplicated": 5.198024046198831, - "tests/plugins/test_virtual_packages.py::test_glibc_override[1.0-True]": 2.5756997068612804, - "tests/plugins/test_virtual_packages.py::test_glibc_override[None-False]": 2.024394937442706, - "tests/plugins/test_virtual_packages.py::test_invoked": 6.492137579989288, - "tests/plugins/test_virtual_packages.py::test_linux_override[1.0-True]": 2.449502838060932, - "tests/plugins/test_virtual_packages.py::test_linux_override[None-True]": 4.827905468576278, - "tests/plugins/test_virtual_packages.py::test_osx_override[1.0-True]": 2.183557345020308, - "tests/plugins/test_virtual_packages.py::test_osx_override[None-False]": 2.4823037036765303, - "tests/plugins/test_virtual_packages.py::test_subdir_override[emscripten-wasm32]": 1.9435226820400133, - "tests/plugins/test_virtual_packages.py::test_subdir_override[freebsd-64]": 1.5264687765012919, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-32]": 2.171435757001046, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-64]": 6.972874238268356, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-aarch64]": 3.980934815973377, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv6l]": 0.42043324183706005, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv7l]": 0.8229392243596627, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64]": 1.223613560640077, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64le]": 3.28058222611307, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-riscv64]": 1.1827175821753995, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-s390x]": 3.167678074717035, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-64]": 5.236231225911777, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-aarch64]": 1.122936233140497, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-arm64]": 3.953636065953685, - "tests/plugins/test_virtual_packages.py::test_subdir_override[wasi-wasm32]": 1.263060682053781, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-32]": 3.1528061399334377, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-640]": 1.4471708823369998, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-641]": 1.4408786014216615, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_0]": 6.411458710659304, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_1]": 4.636081727291277, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-arm64]": 1.0747401155148544, - "tests/plugins/test_virtual_packages.py::test_subdir_override[zos-z]": 0.4147667153607686, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 legacy]": 3.8824412438134983, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 mingw64]": 3.7568255234789203, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-legacy]": 3.8387049174218797, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-mingw64 legacy]": 3.858140559596953, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-nothing]": 3.8388965732831664, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 clang64]": 3.9568498508813135, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 legacy]": 4.013516141475661, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64]": 3.8760187385280895, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 legacy]": 3.912173388784161, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 mingw64]": 3.9545339727090436, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-legacy]": 3.928560621123061, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-mingw64 legacy]": 3.9017312569410327, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-nothing]": 3.845554224729388, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 clang64]": 3.9773335489682697, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 legacy]": 3.9155937685120805, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64]": 3.84268357478946, - "tests/test_activate.py::test_PS1": 0.16456768935086322, - "tests/test_activate.py::test_PS1_no_changeps1": 0.1769537926191192, - "tests/test_activate.py::test_activate_and_deactivate_for_uninitialized_env": 0.21272573529340078, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyc]": 0.00974554274045211, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyo]": 0.008356515722624597, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyc]": 0.008708551605135728, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyo]": 0.008893205106079188, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyc]": 0.008143385877558224, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyo]": 0.009211357365550867, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyc]": 0.00842058324042859, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyo]": 0.008786966234307877, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyc]": 0.008164737922857662, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyo]": 0.007821558063134214, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-False]": 0.008218119350536976, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-True]": 0.008698864743254903, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-False]": 0.008140752974780958, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-True]": 0.00890752166784106, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyc]": 0.007971356400936633, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyo]": 0.007258328624897842, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-False]": 0.008140260823028884, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-True]": 0.009014124885168487, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-False]": 0.008761931609852752, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-True]": 0.008160618926307418, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyc]": 0.007809098615462514, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyo]": 0.007530728704373941, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-False]": 0.007992400284102042, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-True]": 0.007824474780000515, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-False]": 0.007703225527649769, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-True]": 0.007490653735005885, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyc]": 0.009778036433688587, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyo]": 0.00917789673879273, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyc]": 0.009497727333182443, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyo]": 0.008663798110582967, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyc]": 4.443760377983997, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyo]": 4.3921110489112385, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyc]": 0.008795041113187014, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyo]": 0.00832225063246898, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyc]": 0.010504007067573696, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyo]": 0.028568901980634595, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyc]": 0.008958463821217818, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyo]": 0.009104717717145461, + "tests/plugins/test_auth_handlers.py::test_duplicated": 0.0068621070402089725, + "tests/plugins/test_auth_handlers.py::test_get_auth_handler": 0.004493712746761827, + "tests/plugins/test_auth_handlers.py::test_get_auth_handler_multiple": 0.004531034048860955, + "tests/plugins/test_health_checks.py::test_health_check_not_ran": 0.09653165236903873, + "tests/plugins/test_health_checks.py::test_health_check_ran": 0.08394992041549576, + "tests/plugins/test_manager.py::test_disable_external_plugins[VerboseSolverPlugin]": 0.0041742538153804205, + "tests/plugins/test_manager.py::test_disable_external_plugins[tests.plugins.test_manager]": 0.004055515098372288, + "tests/plugins/test_manager.py::test_get_canonical_name_class": 0.003786764069416001, + "tests/plugins/test_manager.py::test_get_canonical_name_instance": 0.005602550149310303, + "tests/plugins/test_manager.py::test_get_canonical_name_module": 0.0037778440354025045, + "tests/plugins/test_manager.py::test_get_canonical_name_object": 0.005781773017460545, + "tests/plugins/test_manager.py::test_get_hook_results": 0.009851774390931151, + "tests/plugins/test_manager.py::test_get_request_headers": 0.0037622186211649427, + "tests/plugins/test_manager.py::test_get_session_headers": 0.004026073998972549, + "tests/plugins/test_manager.py::test_get_solvers": 0.0039817823632148554, + "tests/plugins/test_manager.py::test_get_virtual_packages": 0.004006412008226159, + "tests/plugins/test_manager.py::test_get_virtual_packages_no_name": 0.005019384943743961, + "tests/plugins/test_manager.py::test_known_solver": 0.003997700574976584, + "tests/plugins/test_manager.py::test_load_entrypoints_blocked": 0.019354401629119587, + "tests/plugins/test_manager.py::test_load_entrypoints_importerror": 0.023379635379219502, + "tests/plugins/test_manager.py::test_load_entrypoints_register_valueerror": 0.031864292372477475, + "tests/plugins/test_manager.py::test_load_entrypoints_success": 0.02294071736951899, + "tests/plugins/test_manager.py::test_load_plugins_error": 0.004086969288617445, + "tests/plugins/test_manager.py::test_load_two_plugins_one_impls": 0.004297070829236097, + "tests/plugins/test_manager.py::test_load_without_plugins": 0.003840657393563825, + "tests/plugins/test_manager.py::test_unknown_solver": 0.003990358936986899, + "tests/plugins/test_post_commands.py::test_post_command_action_raises_exception": 0.08028960637220046, + "tests/plugins/test_post_commands.py::test_post_command_invoked": 0.0941721301809784, + "tests/plugins/test_post_commands.py::test_post_command_not_invoked": 0.10126966554718005, + "tests/plugins/test_post_solves.py::test_post_solve_action_raises_exception": 9.058594486449945, + "tests/plugins/test_post_solves.py::test_post_solve_invoked": 27.700921365485346, + "tests/plugins/test_post_solves.py::test_post_solve_not_invoked": 0.09893698759897394, + "tests/plugins/test_pre_commands.py::test_pre_command_action_raises_exception": 0.07229682172680192, + "tests/plugins/test_pre_commands.py::test_pre_command_invoked": 0.10632442447742439, + "tests/plugins/test_pre_commands.py::test_pre_command_not_invoked": 0.10277565770214417, + "tests/plugins/test_pre_solves.py::test_pre_solve_action_raises_exception": 0.08467709002116512, + "tests/plugins/test_pre_solves.py::test_pre_solve_invoked": 10.093470412053081, + "tests/plugins/test_pre_solves.py::test_pre_solve_not_invoked": 0.10746481916679886, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-classic-argument2-\\n test : something\\n\\n]": 0.004801544093675872, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-json-argument3-{\\n \"test\": \"something\"\\n}]": 0.004664845037058998, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-classic-test-test]": 0.004745249738830446, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-json-test-\"test\"]": 0.004777477813579753, + "tests/plugins/test_reporter_backends.py::test_default_reporter_backends_are_registered": 0.004412462118926217, + "tests/plugins/test_reporter_backends.py::test_dummy_reporter_backend_is_registered": 0.00426504636291596, + "tests/plugins/test_request_headers.py::test_get_auth_handler": 0.004052779828820838, + "tests/plugins/test_request_headers.py::test_get_auth_handler_multiple": 0.003979172775446326, + "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/endpoint.json]": 0.0043344060556739245, + "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/path/somewhere.txt]": 0.0043049997911107345, + "tests/plugins/test_request_headers.py::test_get_request_headers[example.com]": 0.004324449131652723, + "tests/plugins/test_request_headers.py::test_get_request_headers[random.com/endpoint.json]": 0.00423384129276883, + "tests/plugins/test_request_headers.py::test_get_request_headers[random.com]": 0.007145338324393725, + "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/endpoint.json]": 0.00431274266631509, + "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/path/somewhere.txt]": 0.004426250662859665, + "tests/plugins/test_request_headers.py::test_get_session_headers[example.com]": 0.004340504467852733, + "tests/plugins/test_request_headers.py::test_get_session_headers[random.com/endpoint.json]": 0.004296851023089308, + "tests/plugins/test_request_headers.py::test_get_session_headers[random.com]": 0.004341255287012579, + "tests/plugins/test_settings.py::test_get_settings": 0.004287938994507192, + "tests/plugins/test_settings.py::test_load_configuration_parameters": 0.004532833946378525, + "tests/plugins/test_settings.py::test_load_plugin_config_with_env_var": 0.01850214264319415, + "tests/plugins/test_settings.py::test_load_plugin_settings_with_condarc": 0.01984310689236366, + "tests/plugins/test_solvers.py::test_duplicated": 0.005838282066324201, + "tests/plugins/test_solvers.py::test_get_cached_solver_backend": 0.006454687244818604, + "tests/plugins/test_solvers.py::test_get_conflicting_solvers": 0.005689276790910705, + "tests/plugins/test_solvers.py::test_get_no_solver": 0.0038342492787901447, + "tests/plugins/test_solvers.py::test_get_one_solver": 0.004065393825991012, + "tests/plugins/test_solvers.py::test_get_solver_backend": 0.018318841491320105, + "tests/plugins/test_solvers.py::test_get_solver_backend_multiple": 0.022463846800907652, + "tests/plugins/test_solvers.py::test_get_two_solvers": 0.004106913663291364, + "tests/plugins/test_solvers.py::test_solver_user_agent": 0.018321736362341814, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[activate]": 0.055927443688468706, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[clean]": 0.06207325412341842, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[commands]": 0.056241204807880515, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[compare]": 0.056958158409879854, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[config]": 0.060749394358090555, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[create]": 0.06111902838713087, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[deactivate]": 0.062006215448597926, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[env]": 0.05815400943920309, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[export]": 0.06155745160973705, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[info]": 0.056914398841409836, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[init]": 0.05707470956291296, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[install]": 0.06189667613185051, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[list]": 0.05827992224615555, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[notices]": 0.06119425836607621, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[package]": 0.0703399687152875, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[remove]": 0.058681690886041846, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[rename]": 0.05899202319834546, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[run]": 0.05933853563445405, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[search]": 0.05905653169466872, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[uninstall]": 0.05852628835467577, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[update]": 0.06658177914271546, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[upgrade]": 0.06083072560866069, + "tests/plugins/test_subcommands.py::test_custom_plugin_extend_parser": 0.055337424678587536, + "tests/plugins/test_subcommands.py::test_custom_plugin_not_extend_parser": 0.08492790420397119, + "tests/plugins/test_subcommands.py::test_duplicated": 0.004618635366239844, + "tests/plugins/test_subcommands.py::test_help": 0.06774612592662374, + "tests/plugins/test_subcommands.py::test_invoked": 0.10156090496193469, + "tests/plugins/test_subcommands.py::test_parser_no_plugins": 0.04906366679009351, + "tests/plugins/test_virtual_packages.py::test_archspec_override[None-False]": 1.8280353197803008, + "tests/plugins/test_virtual_packages.py::test_archspec_override[bla-True]": 1.736722756476257, + "tests/plugins/test_virtual_packages.py::test_conda_virtual_package": 1.6455957340007012, + "tests/plugins/test_virtual_packages.py::test_cuda_detection": 1.6312540519390824, + "tests/plugins/test_virtual_packages.py::test_cuda_override": 0.0027337654076805026, + "tests/plugins/test_virtual_packages.py::test_cuda_override_none": 0.002560729020859138, + "tests/plugins/test_virtual_packages.py::test_duplicated": 5.280171783475937, + "tests/plugins/test_virtual_packages.py::test_glibc_override[1.0-True]": 2.6089478110941102, + "tests/plugins/test_virtual_packages.py::test_glibc_override[None-False]": 1.977290633899533, + "tests/plugins/test_virtual_packages.py::test_invoked": 6.432559655072607, + "tests/plugins/test_virtual_packages.py::test_linux_override[1.0-True]": 2.424935766328508, + "tests/plugins/test_virtual_packages.py::test_linux_override[None-True]": 4.818364376348358, + "tests/plugins/test_virtual_packages.py::test_osx_override[1.0-True]": 2.1957929693272282, + "tests/plugins/test_virtual_packages.py::test_osx_override[None-False]": 2.46995857462472, + "tests/plugins/test_virtual_packages.py::test_subdir_override[emscripten-wasm32]": 1.9500121360390659, + "tests/plugins/test_virtual_packages.py::test_subdir_override[freebsd-64]": 1.499906933256316, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-32]": 2.1632103620036576, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-64]": 6.9499035229501755, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-aarch64]": 3.9670886216098817, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv6l]": 0.42193867212302205, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv7l]": 0.8269928861226928, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64]": 1.2419701030882708, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64le]": 3.263964845335502, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-riscv64]": 1.199870087012183, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-s390x]": 3.1661614210456483, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-64]": 5.245598807812444, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-aarch64]": 1.1463534484934554, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-arm64]": 3.940731099610646, + "tests/plugins/test_virtual_packages.py::test_subdir_override[wasi-wasm32]": 1.2672702753483658, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-32]": 3.1405921678055218, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-640]": 1.4469631206029343, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-641]": 1.4399988776745567, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_0]": 6.377073237751082, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_1]": 4.6147489875886105, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-arm64]": 1.0289876704446665, + "tests/plugins/test_virtual_packages.py::test_subdir_override[zos-z]": 0.4133829856575344, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 legacy]": 3.8911572838925608, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 mingw64]": 3.7433450331640756, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-legacy]": 3.8235156985949903, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-mingw64 legacy]": 3.870444725029846, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-nothing]": 3.849263472206, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 clang64]": 3.936795980726767, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 legacy]": 4.000253766491394, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64]": 3.8621291212368676, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 legacy]": 3.9235578977086534, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 mingw64]": 3.9388850107055506, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-legacy]": 3.937236588507422, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-mingw64 legacy]": 3.8806304677044743, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-nothing]": 3.8554601827292005, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 clang64]": 3.979105222862148, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 legacy]": 3.900737192660948, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64]": 3.8457230570412135, + "tests/test_activate.py::test_PS1": 0.1653314492366061, + "tests/test_activate.py::test_PS1_no_changeps1": 0.17686381264426426, + "tests/test_activate.py::test_activate_and_deactivate_for_uninitialized_env": 0.21284706112741647, "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.03475274180718025, - "tests/test_activate.py::test_activate_same_environment": 4.851540976235924, - "tests/test_activate.py::test_activator_invalid_command_arguments[command_args0-'activate', 'deactivate', 'hook', 'commands', or 'reactivate' command must be given.]": 0.019867085757282684, - "tests/test_activate.py::test_activator_invalid_command_arguments[command_args1-cannot specify both --stack and --no-stack to activate]": 0.019075490195134232, - "tests/test_activate.py::test_activator_invalid_command_arguments[command_args2-activate does not accept more than one argument:\\n\\\\['env-one', 'env-two'\\\\]\\n]": 0.019301617710211768, - "tests/test_activate.py::test_activator_invalid_command_arguments[command_args3-deactivate does not accept arguments\\nremainder_args: \\\\['env-one']\\n]": 0.019247167750302347, - "tests/test_activate.py::test_add_prefix_to_path_cmdexe": 0.017437622592940155, - "tests/test_activate.py::test_add_prefix_to_path_posix": 0.0021912070560472442, + "tests/test_activate.py::test_activate_environment_not_found": 0.03443380148778606, + "tests/test_activate.py::test_activate_same_environment": 4.861481039859733, + "tests/test_activate.py::test_activator_invalid_command_arguments[command_args0-'activate', 'deactivate', 'hook', 'commands', or 'reactivate' command must be given.]": 0.019865086851335187, + "tests/test_activate.py::test_activator_invalid_command_arguments[command_args1-cannot specify both --stack and --no-stack to activate]": 0.019052444309459404, + "tests/test_activate.py::test_activator_invalid_command_arguments[command_args2-activate does not accept more than one argument:\\n\\\\['env-one', 'env-two'\\\\]\\n]": 0.019301172752649694, + "tests/test_activate.py::test_activator_invalid_command_arguments[command_args3-deactivate does not accept arguments\\nremainder_args: \\\\['env-one']\\n]": 0.01923271549446842, + "tests/test_activate.py::test_add_prefix_to_path_cmdexe": 0.017453659466867364, + "tests/test_activate.py::test_add_prefix_to_path_posix": 0.0021554650556281766, "tests/test_activate.py::test_bash_activate_error": 0.0006020595429633806, "tests/test_activate.py::test_basic_integration[bash-basic_posix]": 0.0015171773996456403, "tests/test_activate.py::test_basic_integration[csh-basic_csh]": 0.0005744171896432097, "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.5490227657082425, - "tests/test_activate.py::test_build_activate_restore_unset_env_vars": 0.0005933733087270328, - "tests/test_activate.py::test_build_activate_shlvl_0": 4.4854593909159135, - "tests/test_activate.py::test_build_activate_shlvl_1": 0.0007003901029857231, - "tests/test_activate.py::test_build_activate_shlvl_warn_clobber_vars": 5.69627314213945, - "tests/test_activate.py::test_build_deactivate_shlvl_1": 4.062822227485282, - "tests/test_activate.py::test_build_deactivate_shlvl_2_from_activate": 0.0005639346555790795, - "tests/test_activate.py::test_build_deactivate_shlvl_2_from_stack": 0.0005763310396987616, - "tests/test_activate.py::test_build_stack_shlvl_1": 0.0006138349433707096, - "tests/test_activate.py::test_cmd_exe_activate_error": 3.5311637578645865, - "tests/test_activate.py::test_cmd_exe_basic": 0.07060229248358908, + "tests/test_activate.py::test_build_activate_dont_activate_unset_var": 6.525759533162433, + "tests/test_activate.py::test_build_activate_restore_unset_env_vars": 0.0005935517306330389, + "tests/test_activate.py::test_build_activate_shlvl_0": 4.473762187625665, + "tests/test_activate.py::test_build_activate_shlvl_1": 0.000701090625275183, + "tests/test_activate.py::test_build_activate_shlvl_warn_clobber_vars": 5.699937530099977, + "tests/test_activate.py::test_build_deactivate_shlvl_1": 4.079001063038784, + "tests/test_activate.py::test_build_deactivate_shlvl_2_from_activate": 0.0005634855473807201, + "tests/test_activate.py::test_build_deactivate_shlvl_2_from_stack": 0.0005786853878179049, + "tests/test_activate.py::test_build_stack_shlvl_1": 0.0006159116767007842, + "tests/test_activate.py::test_cmd_exe_activate_error": 3.531163757864586, + "tests/test_activate.py::test_cmd_exe_basic": 0.07080498963668137, "tests/test_activate.py::test_cmd_exe_basic_integration": 20.20887056783675, - "tests/test_activate.py::test_csh_basic": 2.2338745933504387, - "tests/test_activate.py::test_default_env": 0.03246417094226415, - "tests/test_activate.py::test_deprecations[ensure_binary-TypeError]": 0.017028836517453846, - "tests/test_activate.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.01689040815495933, - "tests/test_activate.py::test_deprecations[path_identity-TypeError]": 0.01727792639910978, - "tests/test_activate.py::test_fish_basic": 2.243731890497355, + "tests/test_activate.py::test_csh_basic": 2.2399545668938856, + "tests/test_activate.py::test_default_env": 0.032053285270922625, + "tests/test_activate.py::test_deprecations[ensure_binary-TypeError]": 0.017062133706409265, + "tests/test_activate.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.01685660413598024, + "tests/test_activate.py::test_deprecations[path_identity-TypeError]": 0.017240524273169848, + "tests/test_activate.py::test_fish_basic": 2.2425710603664424, "tests/test_activate.py::test_fish_basic_integration": 0.0005565784223396417, - "tests/test_activate.py::test_force_uppercase[False]": 0.05900526522256279, - "tests/test_activate.py::test_force_uppercase[True]": 0.058963638770652506, - "tests/test_activate.py::test_get_env_vars_big_whitespace": 3.827864067901837, - "tests/test_activate.py::test_get_env_vars_empty_file": 3.982009111298361, - "tests/test_activate.py::test_json_basic": 2.2335582670138017, + "tests/test_activate.py::test_force_uppercase[False]": 0.05885653608752139, + "tests/test_activate.py::test_force_uppercase[True]": 0.05874612495799207, + "tests/test_activate.py::test_get_env_vars_big_whitespace": 3.84203586910923, + "tests/test_activate.py::test_get_env_vars_empty_file": 3.9891080505571592, + "tests/test_activate.py::test_json_basic": 2.238015583102604, "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.05895205344591039, - "tests/test_activate.py::test_metavars_force_uppercase[True]": 0.05896867826244758, - "tests/test_activate.py::test_native_path_to_unix[cygpath-None]": 0.017313439574830794, - "tests/test_activate.py::test_native_path_to_unix[cygpath-empty string]": 0.01718764450028195, - "tests/test_activate.py::test_native_path_to_unix[cygpath-empty tuple]": 0.01711792872770561, - "tests/test_activate.py::test_native_path_to_unix[cygpath-list[path]]": 0.03117510818417487, - "tests/test_activate.py::test_native_path_to_unix[cygpath-path;...]": 0.031051684387272075, - "tests/test_activate.py::test_native_path_to_unix[cygpath-path]": 0.031540853278973616, - "tests/test_activate.py::test_native_path_to_unix[cygpath-tuple[path, ...]]": 0.031432171104777876, - "tests/test_activate.py::test_native_path_to_unix[fallback-None]": 0.019644286833097813, - "tests/test_activate.py::test_native_path_to_unix[fallback-empty string]": 0.018434865268091124, - "tests/test_activate.py::test_native_path_to_unix[fallback-empty tuple]": 0.018276583993959282, - "tests/test_activate.py::test_native_path_to_unix[fallback-list[path]]": 0.023518778692966102, - "tests/test_activate.py::test_native_path_to_unix[fallback-path;...]": 0.022243897198295216, - "tests/test_activate.py::test_native_path_to_unix[fallback-path]": 0.02441660855811448, - "tests/test_activate.py::test_native_path_to_unix[fallback-tuple[path, ...]]": 0.02193854330232748, - "tests/test_activate.py::test_posix_basic": 2.238533918010236, + "tests/test_activate.py::test_metavars_force_uppercase[False]": 0.058826493235728576, + "tests/test_activate.py::test_metavars_force_uppercase[True]": 0.05885888310559504, + "tests/test_activate.py::test_native_path_to_unix[cygpath-None]": 0.01729320172042662, + "tests/test_activate.py::test_native_path_to_unix[cygpath-empty string]": 0.017157178226902377, + "tests/test_activate.py::test_native_path_to_unix[cygpath-empty tuple]": 0.01708689939558016, + "tests/test_activate.py::test_native_path_to_unix[cygpath-list[path]]": 0.031212286591898706, + "tests/test_activate.py::test_native_path_to_unix[cygpath-path;...]": 0.03111048592382232, + "tests/test_activate.py::test_native_path_to_unix[cygpath-path]": 0.03163100004114668, + "tests/test_activate.py::test_native_path_to_unix[cygpath-tuple[path, ...]]": 0.03148664517782706, + "tests/test_activate.py::test_native_path_to_unix[fallback-None]": 0.019635019270957843, + "tests/test_activate.py::test_native_path_to_unix[fallback-empty string]": 0.018426652193014467, + "tests/test_activate.py::test_native_path_to_unix[fallback-empty tuple]": 0.01835645182082186, + "tests/test_activate.py::test_native_path_to_unix[fallback-list[path]]": 0.02346375157441732, + "tests/test_activate.py::test_native_path_to_unix[fallback-path;...]": 0.022208316565775838, + "tests/test_activate.py::test_native_path_to_unix[fallback-path]": 0.024385608802169327, + "tests/test_activate.py::test_native_path_to_unix[fallback-tuple[path, ...]]": 0.02190749971711752, + "tests/test_activate.py::test_posix_basic": 2.2367561726998213, "tests/test_activate.py::test_powershell_PATH_management": 20.503760820346663, - "tests/test_activate.py::test_powershell_basic": 0.06746112448297716, - "tests/test_activate.py::test_powershell_basic_integration": 30.337398399423545, - "tests/test_activate.py::test_pre_post_command_invoked[activate]": 0.16699941558658038, - "tests/test_activate.py::test_pre_post_command_invoked[commands]": 0.05504937294031881, - "tests/test_activate.py::test_pre_post_command_invoked[deactivate]": 0.02183228060870181, - "tests/test_activate.py::test_pre_post_command_invoked[hook]": 0.023900569896782065, - "tests/test_activate.py::test_pre_post_command_invoked[reactivate]": 0.020946362086462673, - "tests/test_activate.py::test_pre_post_command_raises[activate]": 0.16750969006382513, - "tests/test_activate.py::test_pre_post_command_raises[commands]": 0.05859799602837775, - "tests/test_activate.py::test_pre_post_command_raises[deactivate]": 0.02098901390689622, - "tests/test_activate.py::test_pre_post_command_raises[hook]": 0.021993467064926477, - "tests/test_activate.py::test_pre_post_command_raises[reactivate]": 0.021663815768346223, - "tests/test_activate.py::test_remove_prefix_from_path_1": 0.16838867004354266, - "tests/test_activate.py::test_remove_prefix_from_path_2": 0.1541324002418898, - "tests/test_activate.py::test_replace_prefix_in_path_1": 0.24925889975742693, - "tests/test_activate.py::test_replace_prefix_in_path_2": 0.23780857793857813, + "tests/test_activate.py::test_powershell_basic": 0.06751992234516738, + "tests/test_activate.py::test_powershell_basic_integration": 30.33739839942354, + "tests/test_activate.py::test_pre_post_command_invoked[activate]": 0.16635083289320973, + "tests/test_activate.py::test_pre_post_command_invoked[commands]": 0.05494241272001978, + "tests/test_activate.py::test_pre_post_command_invoked[deactivate]": 0.021729586182348243, + "tests/test_activate.py::test_pre_post_command_invoked[hook]": 0.023766412626409782, + "tests/test_activate.py::test_pre_post_command_invoked[reactivate]": 0.020899736897071947, + "tests/test_activate.py::test_pre_post_command_raises[activate]": 0.1667714654771792, + "tests/test_activate.py::test_pre_post_command_raises[commands]": 0.058351066138910786, + "tests/test_activate.py::test_pre_post_command_raises[deactivate]": 0.02093212791242448, + "tests/test_activate.py::test_pre_post_command_raises[hook]": 0.021877425580164186, + "tests/test_activate.py::test_pre_post_command_raises[reactivate]": 0.021660322570293003, + "tests/test_activate.py::test_remove_prefix_from_path_1": 0.16891626122840897, + "tests/test_activate.py::test_remove_prefix_from_path_2": 0.1544880599620679, + "tests/test_activate.py::test_replace_prefix_in_path_1": 0.24877901063637886, + "tests/test_activate.py::test_replace_prefix_in_path_2": 0.23843412948796525, "tests/test_activate.py::test_stacking[0--base-base,sys]": 22.95631898773747, "tests/test_activate.py::test_stacking[0--has-has,sys]": 22.736331178775412, "tests/test_activate.py::test_stacking[0--not-sys]": 22.574218200737274, @@ -1628,11 +1628,11 @@ "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-None]": 0.019357934444803247, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount [trailing]]": 1.5288589773313754, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount]": 2.4060985219893167, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path [extra]]": 0.46427864660844653, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path]": 0.25432039005953605, + "tests/test_activate.py::test_unix_path_to_native[cygpath-None]": 0.019373592015721437, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount [trailing]]": 1.5407421256524432, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount]": 2.4026716590399944, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path [extra]]": 0.4733621507600896, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path]": 0.24546700606088295, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-None]": 0.03324188567424242, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC mount [trailing]]": 1.125974665771642, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC mount]": 2.438230229586479, @@ -1674,7 +1674,7 @@ "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path [extra]]": 0.046179603257216685, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path [trailing]]": 0.04646066671936645, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path]": 0.0462075015592518, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-path;...]": 1.964364613249981, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-path;...]": 1.9643646132499808, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-relative [extra]]": 0.04650276677084646, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-relative]": 0.046826034401241154, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root [leading, trailing]]": 0.046844410762071485, @@ -1687,33 +1687,33 @@ "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path1]": 0.04627587859071776, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root]": 0.04645958880709262, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-tuple[path, ...]]": 0.04982320986889039, - "tests/test_activate.py::test_unix_path_to_native[cygpath-bare UNC mount]": 0.03315718553975314, - "tests/test_activate.py::test_unix_path_to_native[cygpath-drive [trailing]]": 0.033492084635601646, - "tests/test_activate.py::test_unix_path_to_native[cygpath-drive]": 0.033530467125536596, - "tests/test_activate.py::test_unix_path_to_native[cygpath-empty string]": 0.01894038803000892, - "tests/test_activate.py::test_unix_path_to_native[cygpath-empty tuple]": 0.01895405608001333, - "tests/test_activate.py::test_unix_path_to_native[cygpath-list[path]]": 0.033321290352907214, - "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [extra]]": 0.03313787340590366, - "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [trailing]]": 0.033147628606831334, - "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path]": 0.03320206140311839, - "tests/test_activate.py::test_unix_path_to_native[cygpath-path;...]": 2.3754165606276514, - "tests/test_activate.py::test_unix_path_to_native[cygpath-relative [extra]]": 0.03329745795229331, - "tests/test_activate.py::test_unix_path_to_native[cygpath-relative]": 0.03288631113529674, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading, trailing]]": 0.03304687244134847, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading]]": 0.0334921854148152, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [extra]]": 0.03326940314959319, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading, trailing]]": 0.033140322768039576, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading]]": 0.03340431840059492, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [trailing]]": 0.03310716669851603, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path0]": 0.0330958450514898, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path1]": 0.033296214554186666, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root]": 0.033610939238503675, - "tests/test_activate.py::test_unix_path_to_native[cygpath-tuple[path, ...]]": 0.12135529640849765, - "tests/test_activate.py::test_unix_path_to_native[fallback-None]": 0.019967904332216558, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount [trailing]]": 0.025829015513160376, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount]": 0.02277081869280284, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path [extra]]": 0.02271624722778228, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path]": 0.02258758927465182, + "tests/test_activate.py::test_unix_path_to_native[cygpath-bare UNC mount]": 0.03308815514632271, + "tests/test_activate.py::test_unix_path_to_native[cygpath-drive [trailing]]": 0.03348046806539854, + "tests/test_activate.py::test_unix_path_to_native[cygpath-drive]": 0.03341109862001881, + "tests/test_activate.py::test_unix_path_to_native[cygpath-empty string]": 0.018959190952609967, + "tests/test_activate.py::test_unix_path_to_native[cygpath-empty tuple]": 0.018992713552942957, + "tests/test_activate.py::test_unix_path_to_native[cygpath-list[path]]": 0.03326143986460541, + "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [extra]]": 0.033206773304225924, + "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [trailing]]": 0.03316814888171869, + "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path]": 0.03321463007422312, + "tests/test_activate.py::test_unix_path_to_native[cygpath-path;...]": 2.378554806025567, + "tests/test_activate.py::test_unix_path_to_native[cygpath-relative [extra]]": 0.03334576375940237, + "tests/test_activate.py::test_unix_path_to_native[cygpath-relative]": 0.03288041764629444, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading, trailing]]": 0.03306504035508293, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading]]": 0.03350266376045205, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [extra]]": 0.03330467400692629, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading, trailing]]": 0.03319555523774886, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading]]": 0.033435494945702075, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [trailing]]": 0.033162761062125255, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path0]": 0.033098363450243605, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path1]": 0.03328170319606784, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root]": 0.033670735766708024, + "tests/test_activate.py::test_unix_path_to_native[cygpath-tuple[path, ...]]": 0.11737056260137937, + "tests/test_activate.py::test_unix_path_to_native[fallback-None]": 0.01997975452687867, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount [trailing]]": 0.026210166632783475, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount]": 0.022760037287200108, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path [extra]]": 0.022639426591326898, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path]": 0.022549633395350804, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-None]": 0.03396283623145673, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC mount [trailing]]": 0.0505482137215178, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC mount]": 0.04991287868801564, @@ -1755,7 +1755,7 @@ "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path [extra]]": 0.047605339434981075, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path [trailing]]": 0.04696901394852348, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path]": 0.047653397134076195, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-path;...]": 0.11885148984348674, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-path;...]": 0.11885148984348673, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-relative [extra]]": 0.04750688943154246, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-relative]": 0.047709590347631885, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root [leading, trailing]]": 0.04697116884823265, @@ -1768,364 +1768,364 @@ "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path1]": 0.04734480590063446, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root]": 0.0471287506263029, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-tuple[path, ...]]": 0.0504964611976306, - "tests/test_activate.py::test_unix_path_to_native[fallback-bare UNC mount]": 0.02270529531659149, - "tests/test_activate.py::test_unix_path_to_native[fallback-drive [trailing]]": 0.02270128320329074, - "tests/test_activate.py::test_unix_path_to_native[fallback-drive]": 0.022955617206774383, - "tests/test_activate.py::test_unix_path_to_native[fallback-empty string]": 0.01980350646088719, - "tests/test_activate.py::test_unix_path_to_native[fallback-empty tuple]": 0.020236460268559128, - "tests/test_activate.py::test_unix_path_to_native[fallback-list[path]]": 0.022686178261021626, - "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [extra]]": 0.022761554780729717, - "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [trailing]]": 0.022764944971159707, - "tests/test_activate.py::test_unix_path_to_native[fallback-normal path]": 0.022696239330895776, - "tests/test_activate.py::test_unix_path_to_native[fallback-path;...]": 0.022738904595561413, - "tests/test_activate.py::test_unix_path_to_native[fallback-relative [extra]]": 0.022641036183698292, - "tests/test_activate.py::test_unix_path_to_native[fallback-relative]": 0.022686708275004408, - "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading, trailing]]": 0.022869090427051302, - "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading]]": 0.022842339845708638, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [extra]]": 0.022689612917860168, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading, trailing]]": 0.02290340962077737, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading]]": 0.022873282095353453, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [trailing]]": 0.022928667984175876, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path0]": 0.022911449558508965, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path1]": 0.022997732076995785, - "tests/test_activate.py::test_unix_path_to_native[fallback-root]": 0.022710219910218973, - "tests/test_activate.py::test_unix_path_to_native[fallback-tuple[path, ...]]": 0.022787483334085763, - "tests/test_activate.py::test_xonsh_basic": 0.06535152743277602, - "tests/test_api.py::test_DepsModifier_contract": 0.002383800349936707, - "tests/test_api.py::test_PackageCacheData_contract": 0.0031832376314493787, - "tests/test_api.py::test_PackageCacheData_return_value_contract": 0.004569798854757106, - "tests/test_api.py::test_PrefixData_contract": 0.0030808046025322822, - "tests/test_api.py::test_PrefixData_return_value_contract": 1.3892649932455265, - "tests/test_api.py::test_Solver_inputs_contract": 0.0037830916868109472, - "tests/test_api.py::test_Solver_return_value_contract": 3.387690995610956, - "tests/test_api.py::test_SubdirData_contract": 0.0030273083658938025, - "tests/test_api.py::test_SubdirData_return_value_contract": 11.909459785144332, - "tests/test_api.py::test_UpdateModifier_contract": 0.002338279893495054, - "tests/test_auxlib.py::test_deepfreeze[42.0]": 0.002529450416558502, - "tests/test_auxlib.py::test_deepfreeze[42]": 0.002546203590241926, - "tests/test_auxlib.py::test_deepfreeze[True]": 0.002484671326217266, - "tests/test_auxlib.py::test_deepfreeze[freeze_installed]": 0.002480183273504176, - "tests/test_auxlib.py::test_deepfreeze[text]": 0.002640554671230676, - "tests/test_auxlib.py::test_deepfreeze[unfrozen10]": 0.0031930071085426153, - "tests/test_auxlib.py::test_deepfreeze[unfrozen11]": 0.0026416575803662953, - "tests/test_auxlib.py::test_deepfreeze[unfrozen12]": 0.0024881426219098297, - "tests/test_auxlib.py::test_deepfreeze[unfrozen13]": 0.003074413564500196, - "tests/test_auxlib.py::test_deepfreeze[unfrozen5]": 0.00264168487850779, - "tests/test_auxlib.py::test_deepfreeze[unfrozen6]": 0.0026059948852513067, - "tests/test_auxlib.py::test_deepfreeze[unfrozen7]": 0.0025934346056087085, - "tests/test_auxlib.py::test_deepfreeze[unfrozen8]": 0.0026780052318214256, - "tests/test_auxlib.py::test_deepfreeze[unfrozen9]": 0.0025537757278420114, - "tests/test_codesigned.py::test_stub_exe_signatures[cli-32.exe]": 0.17547061876307182, - "tests/test_codesigned.py::test_stub_exe_signatures[cli-64.exe]": 0.14577156234762173, - "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.009734738582681389, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.get_filename-conda.env.env.get_filename]": 0.0034599891046406227, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.print_result-conda.env.env.print_result]": 0.0071271725868224875, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.create_parser-None]": 0.004623999786858358, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.do_call-None]": 0.0029838794657916, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.main-None]": 0.0028159455489001387, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.show_help_on_empty_command-None]": 0.006123645338664169, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_description-None]": 0.004964992659340715, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_example-None]": 0.0037148460141004595, - "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.0030993164621222224, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.execute-conda.cli.main_env_config.execute]": 0.002919237757393175, - "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.0032092341781228, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.description-None]": 0.005302208371745946, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.example-None]": 0.004076433835135642, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.execute-conda.cli.main_env_create.execute]": 0.0025809297033383125, - "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.00525770094549003, - "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.003205875064242187, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.description-None]": 0.005030780975435146, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.example-None]": 0.0032457823086700414, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_env_export.execute]": 0.003982712894004797, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_export.execute]": 0.0033660252201746436, - "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.002846579433443351, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.description-None]": 0.0049017058987540375, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.example-None]": 0.004141513340814511, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.execute-conda.cli.main_env_list.execute]": 0.0027321404011648926, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._description-None]": 0.003624618117140409, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._example-None]": 0.0033782507727756943, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._help-None]": 0.0050031027308619315, - "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.0028039498936772065, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.execute-conda.cli.main_env_remove.execute]": 0.0028174114620478133, - "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.003110115928123866, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.description-None]": 0.004928647276123555, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.example-None]": 0.003945863032443888, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.execute-conda.cli.main_env_update.execute]": 0.0026883246008032506, - "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.0025106914511833552, - "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.0024942368824272853, - "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.002512238610715701, - "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.0025173425389905905, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_description-None]": 0.003057906794773993, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_example-None]": 0.003136431487944005, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_description-None]": 0.002562505356844557, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_example-None]": 0.0025932632427970374, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_description-None]": 0.002665720285173458, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_example-None]": 0.0025008555305325738, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_description-None]": 0.004968616915623022, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_example-None]": 0.0036974238052403336, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Dependencies-conda.env.env.Dependencies]": 0.0025248047597884885, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Environment-conda.env.env.Environment]": 0.002520439899020609, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.VALID_KEYS-conda.env.env.VALID_KEYS]": 0.005035495707435043, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env._expand_channels-conda.env.env._expand_channels]": 0.002559283514719947, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_environment-conda.env.env.from_environment]": 0.0031658497029208293, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_file-conda.env.env.from_file]": 0.002516322645856369, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_yaml-conda.env.env.from_yaml]": 0.0031383654876531893, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.validate_keys-conda.env.env.validate_keys]": 0.003705943049304015, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.ENTRY_POINT-None]": 0.008260546142050193, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.InvalidInstaller-conda.exceptions.InvalidInstaller]": 0.005544131458011311, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.get_installer-conda.env.installers.base.get_installer]": 0.003459132498304733, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda._solve-conda.env.installers.conda._solve]": 0.006909047516979854, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.dry_run-conda.env.installers.conda.dry_run]": 0.004812329762474455, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.install-conda.env.installers.conda.install]": 0.003817940777004492, - "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.006124713238314645, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip.install-conda.env.installers.pip.install]": 0.003750398825483613, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util._canonicalize_regex-None]": 0.0029403786513618026, - "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.003747042187985127, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.pip_subprocess-conda.env.pip_util.pip_subprocess]": 0.004969364534283278, + "tests/test_activate.py::test_unix_path_to_native[fallback-bare UNC mount]": 0.02268301206355791, + "tests/test_activate.py::test_unix_path_to_native[fallback-drive [trailing]]": 0.02268670584053696, + "tests/test_activate.py::test_unix_path_to_native[fallback-drive]": 0.02290026216783102, + "tests/test_activate.py::test_unix_path_to_native[fallback-empty string]": 0.01979627407507834, + "tests/test_activate.py::test_unix_path_to_native[fallback-empty tuple]": 0.020138650778248987, + "tests/test_activate.py::test_unix_path_to_native[fallback-list[path]]": 0.022743882664643462, + "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [extra]]": 0.022815512484219695, + "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [trailing]]": 0.02276743118703756, + "tests/test_activate.py::test_unix_path_to_native[fallback-normal path]": 0.022760927604539103, + "tests/test_activate.py::test_unix_path_to_native[fallback-path;...]": 0.022729921293694742, + "tests/test_activate.py::test_unix_path_to_native[fallback-relative [extra]]": 0.02267699170963102, + "tests/test_activate.py::test_unix_path_to_native[fallback-relative]": 0.022686903020369995, + "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading, trailing]]": 0.022817547605781884, + "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading]]": 0.022813460863409084, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [extra]]": 0.022754287520226745, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading, trailing]]": 0.022898970830262422, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading]]": 0.022904976705633354, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [trailing]]": 0.02292478066496818, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path0]": 0.022853339883991224, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path1]": 0.022954646124635932, + "tests/test_activate.py::test_unix_path_to_native[fallback-root]": 0.0227224252679192, + "tests/test_activate.py::test_unix_path_to_native[fallback-tuple[path, ...]]": 0.022760855649290528, + "tests/test_activate.py::test_xonsh_basic": 0.06553609396201417, + "tests/test_api.py::test_DepsModifier_contract": 0.0023785078924444523, + "tests/test_api.py::test_PackageCacheData_contract": 0.003185437337591489, + "tests/test_api.py::test_PackageCacheData_return_value_contract": 0.00456672615483063, + "tests/test_api.py::test_PrefixData_contract": 0.003053949310663369, + "tests/test_api.py::test_PrefixData_return_value_contract": 1.3881513411666377, + "tests/test_api.py::test_Solver_inputs_contract": 0.0037873684906384146, + "tests/test_api.py::test_Solver_return_value_contract": 3.380492440708075, + "tests/test_api.py::test_SubdirData_contract": 0.0030267703331862193, + "tests/test_api.py::test_SubdirData_return_value_contract": 11.892051636832194, + "tests/test_api.py::test_UpdateModifier_contract": 0.0023405403795900004, + "tests/test_auxlib.py::test_deepfreeze[42.0]": 0.0025101133238003242, + "tests/test_auxlib.py::test_deepfreeze[42]": 0.0025296997807425178, + "tests/test_auxlib.py::test_deepfreeze[True]": 0.0024881030773186274, + "tests/test_auxlib.py::test_deepfreeze[freeze_installed]": 0.0024829552251464234, + "tests/test_auxlib.py::test_deepfreeze[text]": 0.0026182875026969157, + "tests/test_auxlib.py::test_deepfreeze[unfrozen10]": 0.0032012715422686695, + "tests/test_auxlib.py::test_deepfreeze[unfrozen11]": 0.002620564317041957, + "tests/test_auxlib.py::test_deepfreeze[unfrozen12]": 0.0024820329296731743, + "tests/test_auxlib.py::test_deepfreeze[unfrozen13]": 0.0030715450696314974, + "tests/test_auxlib.py::test_deepfreeze[unfrozen5]": 0.002624062403575255, + "tests/test_auxlib.py::test_deepfreeze[unfrozen6]": 0.002672866087242613, + "tests/test_auxlib.py::test_deepfreeze[unfrozen7]": 0.0025948847080091673, + "tests/test_auxlib.py::test_deepfreeze[unfrozen8]": 0.002659918601125555, + "tests/test_auxlib.py::test_deepfreeze[unfrozen9]": 0.0025518990875696493, + "tests/test_codesigned.py::test_stub_exe_signatures[cli-32.exe]": 0.17506370964847545, + "tests/test_codesigned.py::test_stub_exe_signatures[cli-64.exe]": 0.14450780587601042, + "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.009694941390171715, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.get_filename-conda.env.env.get_filename]": 0.0034419845591815578, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.print_result-conda.env.env.print_result]": 0.007111640336689733, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.create_parser-None]": 0.004631969875540424, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.do_call-None]": 0.0029721045573451563, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.main-None]": 0.0028134685293078054, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.show_help_on_empty_command-None]": 0.006152637217318281, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_description-None]": 0.004929436408150624, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_example-None]": 0.00371881596519384, + "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.00309631998340797, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.execute-conda.cli.main_env_config.execute]": 0.002907782409421355, + "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.0032075545633214802, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.description-None]": 0.005287777646447609, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.example-None]": 0.004066403384705128, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.execute-conda.cli.main_env_create.execute]": 0.0025762493751927363, + "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.005266387343657981, + "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.0032243807914815853, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.description-None]": 0.005011990189979795, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.example-None]": 0.0032225366336515564, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_env_export.execute]": 0.003959105456993644, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_export.execute]": 0.0033700078849913315, + "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.0028407779824545553, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.description-None]": 0.004886490756364495, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.example-None]": 0.00414691841308564, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.execute-conda.cli.main_env_list.execute]": 0.0027267522527010105, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._description-None]": 0.0036317047739005343, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._example-None]": 0.0033618426310406263, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._help-None]": 0.005003152481525216, + "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.002790349062213575, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.execute-conda.cli.main_env_remove.execute]": 0.002805092012844373, + "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.003107214249012763, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.description-None]": 0.004944017838171555, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.example-None]": 0.003943235507140433, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.execute-conda.cli.main_env_update.execute]": 0.0026830602067388284, + "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.002510743259178704, + "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.0024996070754554718, + "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.002515897444491952, + "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.002521677349246459, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_description-None]": 0.0030519659409642005, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_example-None]": 0.0031794308189311018, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_description-None]": 0.0025687933810835182, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_example-None]": 0.0025882804331804096, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_description-None]": 0.0026606191527146945, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_example-None]": 0.002498415424629366, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_description-None]": 0.004954084593077259, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_example-None]": 0.0036903311129912113, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Dependencies-conda.env.env.Dependencies]": 0.002523993188458919, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Environment-conda.env.env.Environment]": 0.0025242745807830397, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.VALID_KEYS-conda.env.env.VALID_KEYS]": 0.005012477158033142, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env._expand_channels-conda.env.env._expand_channels]": 0.002561507541580435, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_environment-conda.env.env.from_environment]": 0.003163297915624919, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_file-conda.env.env.from_file]": 0.002520358029668655, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_yaml-conda.env.env.from_yaml]": 0.003168154807243474, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.validate_keys-conda.env.env.validate_keys]": 0.003689274447491513, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.ENTRY_POINT-None]": 0.00825631637119409, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.InvalidInstaller-conda.exceptions.InvalidInstaller]": 0.005531434641892238, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.get_installer-conda.env.installers.base.get_installer]": 0.0034519227438057887, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda._solve-conda.env.installers.conda._solve]": 0.006919601550404055, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.dry_run-conda.env.installers.conda.dry_run]": 0.0048536021784442145, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.install-conda.env.installers.conda.install]": 0.003798376587234096, + "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.00610262385120271, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip.install-conda.env.installers.pip.install]": 0.003686155112815526, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util._canonicalize_regex-None]": 0.0029487150978851013, + "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.003756493387116358, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.pip_subprocess-conda.env.pip_util.pip_subprocess]": 0.004972767365046826, "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.FileSpecTypes-conda.env.specs.FileSpecTypes]": 0.003815085535119425, "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.SpecTypes-conda.env.specs.SpecTypes]": 0.0028440466807012317, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.BinstarSpec-conda.env.specs.binstar.BinstarSpec]": 0.0038684620743193207, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.ENVIRONMENT_TYPE-conda.env.specs.binstar.ENVIRONMENT_TYPE]": 0.005227571587346658, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.detect-conda.env.specs.detect]": 0.0044746303876540315, - "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.005142835170694132, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.requirements.RequirementsSpec-conda.env.specs.requirements.RequirementsSpec]": 0.0054963578560236065, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.yaml_file.YamlFileSpec-conda.env.specs.yaml_file.YamlFileSpec]": 0.00487728704867634, - "tests/test_create.py::test_allow_softlinks[classic]": 0.345392121650431, - "tests/test_create.py::test_allow_softlinks[libmamba]": 0.4287115178885889, - "tests/test_create.py::test_channel_usage_replacing_python[classic]": 218.44621170922088, - "tests/test_create.py::test_channel_usage_replacing_python[libmamba]": 200.3487870267465, - "tests/test_create.py::test_clone_offline_simple[classic]": 0.7947018094548981, - "tests/test_create.py::test_clone_offline_simple[libmamba]": 0.6656242548663552, - "tests/test_create.py::test_clone_offline_with_untracked[classic]": 0.6568254540183447, - "tests/test_create.py::test_clone_offline_with_untracked[libmamba]": 0.7474236988812795, - "tests/test_create.py::test_compile_pyc[classic-False]": 14.949369168680482, - "tests/test_create.py::test_compile_pyc[classic-True]": 0.9959125415285657, - "tests/test_create.py::test_compile_pyc[libmamba-False]": 16.128039406348204, - "tests/test_create.py::test_compile_pyc[libmamba-True]": 4.662562953480689, - "tests/test_create.py::test_conda_downgrade[classic]": 271.96429567391857, - "tests/test_create.py::test_conda_downgrade[libmamba]": 186.0770745831943, - "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[classic]": 61.42934675320136, - "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[libmamba]": 16.771720126047388, - "tests/test_create.py::test_conda_pip_interop_conda_editable_package[classic]": 33.96313390072629, - "tests/test_create.py::test_conda_pip_interop_conda_editable_package[libmamba]": 49.81037908899692, - "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[classic]": 44.998520257032624, - "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[libmamba]": 22.169793219444017, - "tests/test_create.py::test_conda_update_package_not_installed[classic]": 0.37849690084526594, - "tests/test_create.py::test_conda_update_package_not_installed[libmamba]": 4.124224994108232, - "tests/test_create.py::test_create_default_packages[classic]": 0.5514707244841872, - "tests/test_create.py::test_create_default_packages[libmamba]": 0.5192165543625257, - "tests/test_create.py::test_create_default_packages_no_default_packages[classic]": 0.6121937051951366, - "tests/test_create.py::test_create_default_packages_no_default_packages[libmamba]": 0.45230314989097775, - "tests/test_create.py::test_create_dry_run[classic]": 7.009424517030117, - "tests/test_create.py::test_create_dry_run[libmamba]": 7.896665418964473, - "tests/test_create.py::test_create_dry_run_json[classic]": 7.178497417672151, - "tests/test_create.py::test_create_dry_run_json[libmamba]": 4.368119064649842, - "tests/test_create.py::test_create_dry_run_without_prefix[classic]": 0.33390315836346524, - "tests/test_create.py::test_create_dry_run_without_prefix[libmamba]": 3.9562224600815448, - "tests/test_create.py::test_create_dry_run_yes_safety[classic]": 0.4055944919354598, - "tests/test_create.py::test_create_dry_run_yes_safety[libmamba]": 3.95557723797205, - "tests/test_create.py::test_create_empty_env[classic]": 0.3312808264601747, - "tests/test_create.py::test_create_empty_env[libmamba]": 3.9582661541055923, - "tests/test_create.py::test_create_env_different_platform[classic-cli]": 0.6137024460029717, - "tests/test_create.py::test_create_env_different_platform[classic-env]": 0.5762088882908987, - "tests/test_create.py::test_create_env_different_platform[libmamba-cli]": 0.5742881080294165, - "tests/test_create.py::test_create_env_different_platform[libmamba-env]": 0.632640920055563, - "tests/test_create.py::test_create_install_update_remove_smoketest[classic]": 165.74115062810955, - "tests/test_create.py::test_create_install_update_remove_smoketest[libmamba]": 82.9178268559152, - "tests/test_create.py::test_create_no_deps_flag[classic]": 0.3609431249885148, - "tests/test_create.py::test_create_no_deps_flag[libmamba]": 0.36771580860364717, - "tests/test_create.py::test_create_only_deps_flag[classic]": 1.489652421916014, - "tests/test_create.py::test_create_only_deps_flag[libmamba]": 1.3032724660955608, - "tests/test_create.py::test_create_override_channels_enabled[classic]": 3.7124118452378307, - "tests/test_create.py::test_create_override_channels_enabled[libmamba]": 1.3952966648582161, - "tests/test_create.py::test_create_without_prefix_raises_argument_error[classic]": 0.09851470077929457, - "tests/test_create.py::test_create_without_prefix_raises_argument_error[libmamba]": 0.0961858932708418, - "tests/test_create.py::test_cross_channel_incompatibility[classic]": 54.01411422104892, - "tests/test_create.py::test_cross_channel_incompatibility[libmamba]": 13.065451008096947, - "tests/test_create.py::test_directory_not_a_conda_environment[classic]": 0.09124091024976029, - "tests/test_create.py::test_directory_not_a_conda_environment[libmamba]": 0.09281794576046272, - "tests/test_create.py::test_disallowed_packages[classic]": 0.0005356959594001103, - "tests/test_create.py::test_disallowed_packages[libmamba]": 0.000573946096992877, - "tests/test_create.py::test_dont_remove_conda_1[classic]": 220.20993542508194, - "tests/test_create.py::test_dont_remove_conda_1[libmamba]": 44.08683597361526, - "tests/test_create.py::test_dont_remove_conda_2[classic]": 213.24875293125294, - "tests/test_create.py::test_dont_remove_conda_2[libmamba]": 37.18620922302125, - "tests/test_create.py::test_download_only_flag[classic]": 9.302491553875704, - "tests/test_create.py::test_download_only_flag[libmamba]": 12.099039052257803, - "tests/test_create.py::test_force_remove[classic]": 44.530931915615746, - "tests/test_create.py::test_force_remove[libmamba]": 9.664568133833397, - "tests/test_create.py::test_install_bound_virtual_package[classic]": 0.000526528182709325, - "tests/test_create.py::test_install_bound_virtual_package[libmamba]": 0.0005548728302982761, - "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[classic]": 1.6717852117653154, - "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[libmamba]": 2.6097875459158524, - "tests/test_create.py::test_install_force_reinstall_flag[classic]": 0.48652054846370685, - "tests/test_create.py::test_install_force_reinstall_flag[libmamba]": 0.6602658942089935, - "tests/test_create.py::test_install_only_deps_flag[classic]": 0.9068115935590381, - "tests/test_create.py::test_install_only_deps_flag[libmamba]": 0.773926158922498, - "tests/test_create.py::test_install_prune_flag[classic]": 62.86853835562574, - "tests/test_create.py::test_install_prune_flag[libmamba]": 20.710938535648648, - "tests/test_create.py::test_install_python_and_search[classic]": 65.6866962903986, - "tests/test_create.py::test_install_python_and_search[libmamba]": 54.498301787486845, - "tests/test_create.py::test_install_tarball_from_file_based_channel[classic]": 1.1068066898901199, - "tests/test_create.py::test_install_tarball_from_file_based_channel[libmamba]": 5.039168112077231, - "tests/test_create.py::test_install_update_deps_flag[classic]": 0.9337031827192602, - "tests/test_create.py::test_install_update_deps_flag[libmamba]": 0.7190097952076078, - "tests/test_create.py::test_install_update_deps_only_deps_flags[classic]": 1.0433475052032228, - "tests/test_create.py::test_install_update_deps_only_deps_flags[libmamba]": 0.7617788353461341, - "tests/test_create.py::test_install_virtual_packages[classic-__glibc-False]": 2.764867511020245, - "tests/test_create.py::test_install_virtual_packages[classic-__linux-False]": 1.197783254258486, - "tests/test_create.py::test_install_virtual_packages[classic-__osx-False]": 2.1899415587181985, - "tests/test_create.py::test_install_virtual_packages[classic-__unix-False]": 1.2125842591667455, - "tests/test_create.py::test_install_virtual_packages[classic-__win-True]": 0.7586312858113018, - "tests/test_create.py::test_install_virtual_packages[libmamba-__glibc-False]": 3.5742750120503852, - "tests/test_create.py::test_install_virtual_packages[libmamba-__linux-False]": 3.5513657946422903, - "tests/test_create.py::test_install_virtual_packages[libmamba-__osx-False]": 3.5590849177105564, - "tests/test_create.py::test_install_virtual_packages[libmamba-__unix-False]": 3.812596017006294, - "tests/test_create.py::test_install_virtual_packages[libmamba-__win-True]": 3.4902972568811035, - "tests/test_create.py::test_json_create_install_update_remove[classic]": 30.204051471047357, - "tests/test_create.py::test_json_create_install_update_remove[libmamba]": 33.41672282287825, - "tests/test_create.py::test_list_with_pip_no_binary[classic]": 19.821253872549573, - "tests/test_create.py::test_list_with_pip_no_binary[libmamba]": 22.4699194677065, - "tests/test_create.py::test_list_with_pip_wheel[classic]": 42.99972358811095, - "tests/test_create.py::test_list_with_pip_wheel[libmamba]": 42.219094343558766, - "tests/test_create.py::test_menuinst_v2[classic]": 5.2842291789512785, - "tests/test_create.py::test_menuinst_v2[libmamba]": 8.592202322622184, - "tests/test_create.py::test_neutering_of_historic_specs[classic]": 0.0005596608866517577, - "tests/test_create.py::test_neutering_of_historic_specs[libmamba]": 0.0005817158515778203, - "tests/test_create.py::test_noarch_generic_package[classic]": 0.36984926401521134, - "tests/test_create.py::test_noarch_generic_package[libmamba]": 0.38085000234242106, - "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[classic]": 31.932743759832455, - "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[libmamba]": 38.27827810422797, - "tests/test_create.py::test_noarch_python_package_with_entry_points[classic]": 43.650760961423536, - "tests/test_create.py::test_noarch_python_package_with_entry_points[libmamba]": 24.239598182022974, - "tests/test_create.py::test_noarch_python_package_without_entry_points[classic]": 40.99790547339696, - "tests/test_create.py::test_noarch_python_package_without_entry_points[libmamba]": 22.3782752609691, - "tests/test_create.py::test_nonadmin_file_untouched[classic]": 2.414994316898568, - "tests/test_create.py::test_nonadmin_file_untouched[libmamba]": 11.835871297037523, - "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[classic]": 0.6230861587371073, - "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[libmamba]": 7.995695899252756, - "tests/test_create.py::test_offline_with_empty_index_cache[classic]": 22.02035228774793, - "tests/test_create.py::test_offline_with_empty_index_cache[libmamba]": 11.012121156354292, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.BinstarSpec-conda.env.specs.binstar.BinstarSpec]": 0.0038445634834211873, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.ENVIRONMENT_TYPE-conda.env.specs.binstar.ENVIRONMENT_TYPE]": 0.005212031174203859, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.detect-conda.env.specs.detect]": 0.004478568591335929, + "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.005129656040551453, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.requirements.RequirementsSpec-conda.env.specs.requirements.RequirementsSpec]": 0.005513879318663318, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.yaml_file.YamlFileSpec-conda.env.specs.yaml_file.YamlFileSpec]": 0.004892160097497316, + "tests/test_create.py::test_allow_softlinks[classic]": 0.34516379891316157, + "tests/test_create.py::test_allow_softlinks[libmamba]": 0.4192103989895358, + "tests/test_create.py::test_channel_usage_replacing_python[classic]": 218.18898603327315, + "tests/test_create.py::test_channel_usage_replacing_python[libmamba]": 200.33798927323286, + "tests/test_create.py::test_clone_offline_simple[classic]": 0.8059105962067172, + "tests/test_create.py::test_clone_offline_simple[libmamba]": 0.6699417350203469, + "tests/test_create.py::test_clone_offline_with_untracked[classic]": 0.6637746712452556, + "tests/test_create.py::test_clone_offline_with_untracked[libmamba]": 0.7609109394858432, + "tests/test_create.py::test_compile_pyc[classic-False]": 14.841880122435526, + "tests/test_create.py::test_compile_pyc[classic-True]": 1.0080076603346826, + "tests/test_create.py::test_compile_pyc[libmamba-False]": 15.879400655558808, + "tests/test_create.py::test_compile_pyc[libmamba-True]": 4.660299366451811, + "tests/test_create.py::test_conda_downgrade[classic]": 272.07069524906774, + "tests/test_create.py::test_conda_downgrade[libmamba]": 185.58981900998634, + "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[classic]": 61.247700806735004, + "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[libmamba]": 16.809983067617104, + "tests/test_create.py::test_conda_pip_interop_conda_editable_package[classic]": 33.70776067775827, + "tests/test_create.py::test_conda_pip_interop_conda_editable_package[libmamba]": 49.03721857492396, + "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[classic]": 44.9699330935962, + "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[libmamba]": 21.611629469565287, + "tests/test_create.py::test_conda_update_package_not_installed[classic]": 0.37864871285567603, + "tests/test_create.py::test_conda_update_package_not_installed[libmamba]": 4.116434897586827, + "tests/test_create.py::test_create_default_packages[classic]": 0.5529253273977492, + "tests/test_create.py::test_create_default_packages[libmamba]": 0.5272611633815415, + "tests/test_create.py::test_create_default_packages_no_default_packages[classic]": 0.6183084401803269, + "tests/test_create.py::test_create_default_packages_no_default_packages[libmamba]": 0.4561059508695594, + "tests/test_create.py::test_create_dry_run[classic]": 7.009702587176159, + "tests/test_create.py::test_create_dry_run[libmamba]": 7.88644407226011, + "tests/test_create.py::test_create_dry_run_json[classic]": 7.177132142409717, + "tests/test_create.py::test_create_dry_run_json[libmamba]": 4.295284220920849, + "tests/test_create.py::test_create_dry_run_without_prefix[classic]": 0.3353454326002686, + "tests/test_create.py::test_create_dry_run_without_prefix[libmamba]": 3.8960542079417158, + "tests/test_create.py::test_create_dry_run_yes_safety[classic]": 0.41433534755386797, + "tests/test_create.py::test_create_dry_run_yes_safety[libmamba]": 3.9135999741261642, + "tests/test_create.py::test_create_empty_env[classic]": 0.33002932761745213, + "tests/test_create.py::test_create_empty_env[libmamba]": 3.9295756218805202, + "tests/test_create.py::test_create_env_different_platform[classic-cli]": 0.6155250953640836, + "tests/test_create.py::test_create_env_different_platform[classic-env]": 0.5792447234221545, + "tests/test_create.py::test_create_env_different_platform[libmamba-cli]": 0.6062963406701949, + "tests/test_create.py::test_create_env_different_platform[libmamba-env]": 0.6309502563618082, + "tests/test_create.py::test_create_install_update_remove_smoketest[classic]": 165.51965094028793, + "tests/test_create.py::test_create_install_update_remove_smoketest[libmamba]": 81.8180997512325, + "tests/test_create.py::test_create_no_deps_flag[classic]": 0.3619202845317046, + "tests/test_create.py::test_create_no_deps_flag[libmamba]": 0.37176979638477803, + "tests/test_create.py::test_create_only_deps_flag[classic]": 1.5058307666454136, + "tests/test_create.py::test_create_only_deps_flag[libmamba]": 1.3064750987057292, + "tests/test_create.py::test_create_override_channels_enabled[classic]": 3.697609176746216, + "tests/test_create.py::test_create_override_channels_enabled[libmamba]": 1.4074400333245989, + "tests/test_create.py::test_create_without_prefix_raises_argument_error[classic]": 0.09840688179046869, + "tests/test_create.py::test_create_without_prefix_raises_argument_error[libmamba]": 0.09589247456929446, + "tests/test_create.py::test_cross_channel_incompatibility[classic]": 54.10350142960146, + "tests/test_create.py::test_cross_channel_incompatibility[libmamba]": 13.086747022008304, + "tests/test_create.py::test_directory_not_a_conda_environment[classic]": 0.09122627373890918, + "tests/test_create.py::test_directory_not_a_conda_environment[libmamba]": 0.09232975489339731, + "tests/test_create.py::test_disallowed_packages[classic]": 0.0005358621464874912, + "tests/test_create.py::test_disallowed_packages[libmamba]": 0.0005749868286917676, + "tests/test_create.py::test_dont_remove_conda_1[classic]": 219.84929266230242, + "tests/test_create.py::test_dont_remove_conda_1[libmamba]": 42.860429673128664, + "tests/test_create.py::test_dont_remove_conda_2[classic]": 211.7532000604425, + "tests/test_create.py::test_dont_remove_conda_2[libmamba]": 36.20548066111775, + "tests/test_create.py::test_download_only_flag[classic]": 9.240476233220484, + "tests/test_create.py::test_download_only_flag[libmamba]": 12.07413955722788, + "tests/test_create.py::test_force_remove[classic]": 43.77541741569038, + "tests/test_create.py::test_force_remove[libmamba]": 9.201827862711486, + "tests/test_create.py::test_install_bound_virtual_package[classic]": 0.0005266486327415342, + "tests/test_create.py::test_install_bound_virtual_package[libmamba]": 0.0005545206848004984, + "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[classic]": 1.6746092294438333, + "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[libmamba]": 2.640447422606656, + "tests/test_create.py::test_install_force_reinstall_flag[classic]": 0.48523051840061004, + "tests/test_create.py::test_install_force_reinstall_flag[libmamba]": 0.6680937872897079, + "tests/test_create.py::test_install_only_deps_flag[classic]": 0.91721316740724, + "tests/test_create.py::test_install_only_deps_flag[libmamba]": 0.7782528074481239, + "tests/test_create.py::test_install_prune_flag[classic]": 62.79875795515454, + "tests/test_create.py::test_install_prune_flag[libmamba]": 20.60286138391185, + "tests/test_create.py::test_install_python_and_search[classic]": 65.09505033258553, + "tests/test_create.py::test_install_python_and_search[libmamba]": 53.65114156584832, + "tests/test_create.py::test_install_tarball_from_file_based_channel[classic]": 1.098640590223364, + "tests/test_create.py::test_install_tarball_from_file_based_channel[libmamba]": 5.007189637078751, + "tests/test_create.py::test_install_update_deps_flag[classic]": 0.9462197908245807, + "tests/test_create.py::test_install_update_deps_flag[libmamba]": 0.723184763264437, + "tests/test_create.py::test_install_update_deps_only_deps_flags[classic]": 1.0573586422112298, + "tests/test_create.py::test_install_update_deps_only_deps_flags[libmamba]": 0.7621355401453463, + "tests/test_create.py::test_install_virtual_packages[classic-__glibc-False]": 2.7219249287560534, + "tests/test_create.py::test_install_virtual_packages[classic-__linux-False]": 1.2028501054186322, + "tests/test_create.py::test_install_virtual_packages[classic-__osx-False]": 2.2518259199475392, + "tests/test_create.py::test_install_virtual_packages[classic-__unix-False]": 1.2153099037206978, + "tests/test_create.py::test_install_virtual_packages[classic-__win-True]": 0.7607976595478934, + "tests/test_create.py::test_install_virtual_packages[libmamba-__glibc-False]": 3.565946003703195, + "tests/test_create.py::test_install_virtual_packages[libmamba-__linux-False]": 3.547397643571587, + "tests/test_create.py::test_install_virtual_packages[libmamba-__osx-False]": 3.5420478063898018, + "tests/test_create.py::test_install_virtual_packages[libmamba-__unix-False]": 3.75653794671881, + "tests/test_create.py::test_install_virtual_packages[libmamba-__win-True]": 3.4778646375824134, + "tests/test_create.py::test_json_create_install_update_remove[classic]": 29.997293640304516, + "tests/test_create.py::test_json_create_install_update_remove[libmamba]": 32.85823785232257, + "tests/test_create.py::test_list_with_pip_no_binary[classic]": 19.64504207980955, + "tests/test_create.py::test_list_with_pip_no_binary[libmamba]": 21.96491003832484, + "tests/test_create.py::test_list_with_pip_wheel[classic]": 42.69981955765058, + "tests/test_create.py::test_list_with_pip_wheel[libmamba]": 41.13499514912392, + "tests/test_create.py::test_menuinst_v2[classic]": 5.260639607663193, + "tests/test_create.py::test_menuinst_v2[libmamba]": 8.635645912492176, + "tests/test_create.py::test_neutering_of_historic_specs[classic]": 0.0005601688519540965, + "tests/test_create.py::test_neutering_of_historic_specs[libmamba]": 0.0005814878700041454, + "tests/test_create.py::test_noarch_generic_package[classic]": 0.370610190608798, + "tests/test_create.py::test_noarch_generic_package[libmamba]": 0.3748330680124933, + "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[classic]": 31.66540942242479, + "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[libmamba]": 36.618754995774836, + "tests/test_create.py::test_noarch_python_package_with_entry_points[classic]": 43.445783979698874, + "tests/test_create.py::test_noarch_python_package_with_entry_points[libmamba]": 23.957155501171332, + "tests/test_create.py::test_noarch_python_package_without_entry_points[classic]": 41.00317916004485, + "tests/test_create.py::test_noarch_python_package_without_entry_points[libmamba]": 22.194541320316947, + "tests/test_create.py::test_nonadmin_file_untouched[classic]": 2.3955781108472163, + "tests/test_create.py::test_nonadmin_file_untouched[libmamba]": 11.67987458718647, + "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[classic]": 0.6276964437142691, + "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[libmamba]": 7.974586605887291, + "tests/test_create.py::test_offline_with_empty_index_cache[classic]": 21.975182483628586, + "tests/test_create.py::test_offline_with_empty_index_cache[libmamba]": 11.002324367504022, "tests/test_create.py::test_override_channels[classic]": 0.31147207133336685, "tests/test_create.py::test_override_channels[libmamba]": 0.32199070349128683, - "tests/test_create.py::test_override_channels_disabled[classic]": 0.19731295404423735, - "tests/test_create.py::test_override_channels_disabled[libmamba]": 0.20028742851636752, - "tests/test_create.py::test_package_cache_regression[classic]": 0.47848353447477526, - "tests/test_create.py::test_package_cache_regression[libmamba]": 0.5836213541632336, - "tests/test_create.py::test_package_optional_pinning[classic]": 1.3311195233542839, - "tests/test_create.py::test_package_optional_pinning[libmamba]": 1.0930029874332297, - "tests/test_create.py::test_package_pinning[classic]": 1.3115408447869161, - "tests/test_create.py::test_package_pinning[libmamba]": 1.1071318214338293, - "tests/test_create.py::test_packages_not_found[classic]": 0.7005026443406481, - "tests/test_create.py::test_packages_not_found[libmamba]": 7.864488128614919, - "tests/test_create.py::test_pinned_override_with_explicit_spec[classic]": 1.264377439235503, - "tests/test_create.py::test_pinned_override_with_explicit_spec[libmamba]": 1.2760137412217007, - "tests/test_create.py::test_post_link_run_in_env[classic]": 1.5356043914181143, - "tests/test_create.py::test_post_link_run_in_env[libmamba]": 5.330787544093515, - "tests/test_create.py::test_python_site_packages_path[classic]": 0.0005541484578502583, - "tests/test_create.py::test_python_site_packages_path[libmamba]": 0.0006687722287228849, - "tests/test_create.py::test_remove_empty_env[classic]": 0.4924007977851769, - "tests/test_create.py::test_remove_empty_env[libmamba]": 4.045437454915943, - "tests/test_create.py::test_remove_force_remove_flag[classic]": 0.0006088703167968144, - "tests/test_create.py::test_remove_force_remove_flag[libmamba]": 0.0006041728547497155, - "tests/test_create.py::test_remove_ignore_nonenv[classic]": 0.08266626278765539, - "tests/test_create.py::test_remove_ignore_nonenv[libmamba]": 0.0923571458899043, - "tests/test_create.py::test_remove_spellcheck[classic]": 0.8300202865290295, - "tests/test_create.py::test_remove_spellcheck[libmamba]": 0.8093756183632855, - "tests/test_create.py::test_repodata_v2_base_url[classic]": 0.7085148808598137, - "tests/test_create.py::test_repodata_v2_base_url[libmamba]": 0.4297494679828803, - "tests/test_create.py::test_rm_rf[classic]": 14.84717475507698, - "tests/test_create.py::test_rm_rf[libmamba]": 18.891146374455563, - "tests/test_create.py::test_run_preserves_arguments[classic]": 18.5740535850377, - "tests/test_create.py::test_run_preserves_arguments[libmamba]": 16.68096347831695, - "tests/test_create.py::test_run_script_called[classic]": 0.0006271398927808528, - "tests/test_create.py::test_run_script_called[libmamba]": 0.0006118171202557629, - "tests/test_create.py::test_safety_checks_disabled[classic]": 11.341782494225573, - "tests/test_create.py::test_safety_checks_disabled[libmamba]": 16.34446379692222, - "tests/test_create.py::test_safety_checks_enabled[classic]": 8.744117686201063, - "tests/test_create.py::test_safety_checks_enabled[libmamba]": 14.768961418918956, - "tests/test_create.py::test_safety_checks_warn[classic]": 17.69243016407903, - "tests/test_create.py::test_safety_checks_warn[libmamba]": 20.612525781759206, - "tests/test_create.py::test_search_override_channels_enabled[classic]": 0.30521268703636, - "tests/test_create.py::test_search_override_channels_enabled[libmamba]": 0.833623006961055, - "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[classic]": 50.02092837374674, - "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[libmamba]": 27.101287447317794, - "tests/test_create.py::test_shortcut_absent_when_condarc_set[classic]": 49.65944947877318, - "tests/test_create.py::test_shortcut_absent_when_condarc_set[libmamba]": 27.29191116266288, - "tests/test_create.py::test_shortcut_creation_installs_shortcut[classic]": 50.13039600804912, - "tests/test_create.py::test_shortcut_creation_installs_shortcut[libmamba]": 27.117225699789866, - "tests/test_create.py::test_strict_channel_priority[classic]": 0.0005978508063877687, - "tests/test_create.py::test_strict_channel_priority[libmamba]": 0.000822486744597092, - "tests/test_create.py::test_strict_resolve_get_reduced_index[classic]": 83.40900949889287, - "tests/test_create.py::test_strict_resolve_get_reduced_index[libmamba]": 85.02196068923017, - "tests/test_create.py::test_tarball_install[classic]": 0.7259901427338641, - "tests/test_create.py::test_tarball_install[libmamba]": 0.6487706227772012, - "tests/test_create.py::test_tarball_install_and_bad_metadata[classic]": 1.511516757193163, - "tests/test_create.py::test_tarball_install_and_bad_metadata[libmamba]": 1.2088576159109297, - "tests/test_create.py::test_transactional_rollback_simple[classic]": 0.6435077800897148, - "tests/test_create.py::test_transactional_rollback_simple[libmamba]": 0.5655797723355225, - "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[classic]": 1.0446980565409585, - "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[libmamba]": 0.8516068070343943, - "tests/test_create.py::test_update_all_updates_pip_pkg[classic]": 26.063340638476475, - "tests/test_create.py::test_update_all_updates_pip_pkg[libmamba]": 30.595193200327422, - "tests/test_create.py::test_update_deps_flag_absent[classic]": 0.8776169956303378, - "tests/test_create.py::test_update_deps_flag_absent[libmamba]": 0.7265729946026592, - "tests/test_create.py::test_update_deps_flag_present[classic]": 0.9942159849164859, - "tests/test_create.py::test_update_deps_flag_present[libmamba]": 0.7396693747858618, - "tests/test_create.py::test_update_with_pinned_packages[classic]": 0.9051085839365125, - "tests/test_create.py::test_update_with_pinned_packages[libmamba]": 0.7565144374135896, - "tests/test_create.py::test_use_index_cache[classic]": 23.444900609886933, - "tests/test_create.py::test_use_index_cache[libmamba]": 23.63690549072188, - "tests/test_deprecations.py::test_action[future]": 0.0034590376190480193, - "tests/test_deprecations.py::test_action[pending]": 0.003538698051665816, - "tests/test_deprecations.py::test_action[remove]": 0.0029674569460477916, - "tests/test_deprecations.py::test_arguments[deprecated]": 0.0027656735366664302, - "tests/test_deprecations.py::test_arguments[pending]": 0.002810790734641718, - "tests/test_deprecations.py::test_arguments[remove]": 0.0026403327950486784, - "tests/test_deprecations.py::test_class[deprecated]": 0.0028026029879693595, - "tests/test_deprecations.py::test_class[pending]": 0.0028845587842172035, - "tests/test_deprecations.py::test_class[remove]": 0.0026633188027350013, - "tests/test_deprecations.py::test_constant[deprecated]": 0.003712340001880166, - "tests/test_deprecations.py::test_constant[pending]": 0.0036943717880005174, - "tests/test_deprecations.py::test_constant[remove]": 0.003592766143857985, - "tests/test_deprecations.py::test_function[deprecated]": 0.0032092632741473302, - "tests/test_deprecations.py::test_function[pending]": 0.003586909337568075, - "tests/test_deprecations.py::test_function[remove]": 0.002716475752539229, - "tests/test_deprecations.py::test_method[deprecated]": 0.002960910044854098, - "tests/test_deprecations.py::test_method[pending]": 0.0031950878646946237, - "tests/test_deprecations.py::test_method[remove]": 0.0026758047382768753, - "tests/test_deprecations.py::test_module[deprecated]": 0.0037169951620669383, - "tests/test_deprecations.py::test_module[pending]": 0.0037712940567778326, - "tests/test_deprecations.py::test_module[remove]": 0.003636905007470699, - "tests/test_deprecations.py::test_topic[deprecated]": 0.002654791767339042, - "tests/test_deprecations.py::test_topic[pending]": 0.002703114236252086, - "tests/test_deprecations.py::test_topic[remove]": 0.002668022269526144, - "tests/test_deprecations.py::test_version_fallback": 0.0027351440302916517, - "tests/test_exceptions.py::test_BasicClobberError": 0.016672309055228856, - "tests/test_exceptions.py::test_BinaryPrefixReplacementError": 0.03086484160272389, - "tests/test_exceptions.py::test_CommandNotFoundError_conda_build": 0.030865802462002205, - "tests/test_exceptions.py::test_CommandNotFoundError_simple": 0.03178926818075991, - "tests/test_exceptions.py::test_CondaFileNotFoundError": 0.03033626325731964, - "tests/test_exceptions.py::test_CondaHTTPError": 0.031216432290420558, - "tests/test_exceptions.py::test_CondaKeyError": 0.030459958368616046, - "tests/test_exceptions.py::test_DirectoryNotFoundError": 0.030180044122939075, - "tests/test_exceptions.py::test_KnownPackageClobberError": 0.01667122601607754, - "tests/test_exceptions.py::test_MD5MismatchError": 0.030879289857348856, - "tests/test_exceptions.py::test_PackageNotFoundError": 0.03195543783317021, + "tests/test_create.py::test_override_channels_disabled[classic]": 0.19731492958133295, + "tests/test_create.py::test_override_channels_disabled[libmamba]": 0.19961961873338482, + "tests/test_create.py::test_package_cache_regression[classic]": 0.4764581352973233, + "tests/test_create.py::test_package_cache_regression[libmamba]": 0.5975241671248366, + "tests/test_create.py::test_package_optional_pinning[classic]": 1.3528218638542362, + "tests/test_create.py::test_package_optional_pinning[libmamba]": 1.1021631453129255, + "tests/test_create.py::test_package_pinning[classic]": 1.3246855179793608, + "tests/test_create.py::test_package_pinning[libmamba]": 1.1266053068969835, + "tests/test_create.py::test_packages_not_found[classic]": 0.7127322496875561, + "tests/test_create.py::test_packages_not_found[libmamba]": 7.7627680645365125, + "tests/test_create.py::test_pinned_override_with_explicit_spec[classic]": 1.2599677342951157, + "tests/test_create.py::test_pinned_override_with_explicit_spec[libmamba]": 1.2793149084577378, + "tests/test_create.py::test_post_link_run_in_env[classic]": 1.5524602817922952, + "tests/test_create.py::test_post_link_run_in_env[libmamba]": 5.310977860870319, + "tests/test_create.py::test_python_site_packages_path[classic]": 0.000553944883051298, + "tests/test_create.py::test_python_site_packages_path[libmamba]": 0.0006674898414692062, + "tests/test_create.py::test_remove_empty_env[classic]": 0.4988504047381748, + "tests/test_create.py::test_remove_empty_env[libmamba]": 4.060108405641645, + "tests/test_create.py::test_remove_force_remove_flag[classic]": 0.0006124522373029954, + "tests/test_create.py::test_remove_force_remove_flag[libmamba]": 0.0006036179265787603, + "tests/test_create.py::test_remove_ignore_nonenv[classic]": 0.08264402115762323, + "tests/test_create.py::test_remove_ignore_nonenv[libmamba]": 0.0921056809020549, + "tests/test_create.py::test_remove_spellcheck[classic]": 0.8388358731506182, + "tests/test_create.py::test_remove_spellcheck[libmamba]": 0.8097001619668599, + "tests/test_create.py::test_repodata_v2_base_url[classic]": 0.7149680875308928, + "tests/test_create.py::test_repodata_v2_base_url[libmamba]": 0.4320299072592916, + "tests/test_create.py::test_rm_rf[classic]": 14.72984073365154, + "tests/test_create.py::test_rm_rf[libmamba]": 18.742704529861296, + "tests/test_create.py::test_run_preserves_arguments[classic]": 18.354353948628308, + "tests/test_create.py::test_run_preserves_arguments[libmamba]": 16.42902847547786, + "tests/test_create.py::test_run_script_called[classic]": 0.0006316619630478897, + "tests/test_create.py::test_run_script_called[libmamba]": 0.0006105675729198458, + "tests/test_create.py::test_safety_checks_disabled[classic]": 11.210937951231019, + "tests/test_create.py::test_safety_checks_disabled[libmamba]": 15.976528799607324, + "tests/test_create.py::test_safety_checks_enabled[classic]": 8.765521634381452, + "tests/test_create.py::test_safety_checks_enabled[libmamba]": 14.053687121120598, + "tests/test_create.py::test_safety_checks_warn[classic]": 17.614418798608305, + "tests/test_create.py::test_safety_checks_warn[libmamba]": 20.427921325089564, + "tests/test_create.py::test_search_override_channels_enabled[classic]": 0.3043381269465152, + "tests/test_create.py::test_search_override_channels_enabled[libmamba]": 0.7812868023761387, + "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[classic]": 49.81803623657127, + "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[libmamba]": 26.96394029779563, + "tests/test_create.py::test_shortcut_absent_when_condarc_set[classic]": 49.46379152612961, + "tests/test_create.py::test_shortcut_absent_when_condarc_set[libmamba]": 27.22847664838865, + "tests/test_create.py::test_shortcut_creation_installs_shortcut[classic]": 49.91363769642751, + "tests/test_create.py::test_shortcut_creation_installs_shortcut[libmamba]": 27.01189361581113, + "tests/test_create.py::test_strict_channel_priority[classic]": 0.0005962269608916159, + "tests/test_create.py::test_strict_channel_priority[libmamba]": 0.0008217466092636027, + "tests/test_create.py::test_strict_resolve_get_reduced_index[classic]": 83.53655009661905, + "tests/test_create.py::test_strict_resolve_get_reduced_index[libmamba]": 84.8474467004766, + "tests/test_create.py::test_tarball_install[classic]": 0.7314805705554104, + "tests/test_create.py::test_tarball_install[libmamba]": 0.6498048339001188, + "tests/test_create.py::test_tarball_install_and_bad_metadata[classic]": 1.527473491697271, + "tests/test_create.py::test_tarball_install_and_bad_metadata[libmamba]": 1.2152887621937862, + "tests/test_create.py::test_transactional_rollback_simple[classic]": 0.6513566338233772, + "tests/test_create.py::test_transactional_rollback_simple[libmamba]": 0.5730570155428286, + "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[classic]": 1.0590338709332308, + "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[libmamba]": 0.8609805485198211, + "tests/test_create.py::test_update_all_updates_pip_pkg[classic]": 25.914349657822992, + "tests/test_create.py::test_update_all_updates_pip_pkg[libmamba]": 30.028224907018824, + "tests/test_create.py::test_update_deps_flag_absent[classic]": 0.8871659758424044, + "tests/test_create.py::test_update_deps_flag_absent[libmamba]": 0.7401726898800429, + "tests/test_create.py::test_update_deps_flag_present[classic]": 1.002782465335783, + "tests/test_create.py::test_update_deps_flag_present[libmamba]": 0.7462596955218853, + "tests/test_create.py::test_update_with_pinned_packages[classic]": 0.9093937869839427, + "tests/test_create.py::test_update_with_pinned_packages[libmamba]": 0.7533317054378859, + "tests/test_create.py::test_use_index_cache[classic]": 23.411459782248706, + "tests/test_create.py::test_use_index_cache[libmamba]": 23.509402079716725, + "tests/test_deprecations.py::test_action[future]": 0.0034670106143310283, + "tests/test_deprecations.py::test_action[pending]": 0.0035474623323820697, + "tests/test_deprecations.py::test_action[remove]": 0.0029657454428395624, + "tests/test_deprecations.py::test_arguments[deprecated]": 0.0027679920232152556, + "tests/test_deprecations.py::test_arguments[pending]": 0.0028053154323601018, + "tests/test_deprecations.py::test_arguments[remove]": 0.002639322887663405, + "tests/test_deprecations.py::test_class[deprecated]": 0.0027982037974715926, + "tests/test_deprecations.py::test_class[pending]": 0.0028955113702440203, + "tests/test_deprecations.py::test_class[remove]": 0.002665566210405447, + "tests/test_deprecations.py::test_constant[deprecated]": 0.0037140993928220212, + "tests/test_deprecations.py::test_constant[pending]": 0.0037025247996830997, + "tests/test_deprecations.py::test_constant[remove]": 0.0035869137618240784, + "tests/test_deprecations.py::test_function[deprecated]": 0.003207685799258169, + "tests/test_deprecations.py::test_function[pending]": 0.0035742069685127725, + "tests/test_deprecations.py::test_function[remove]": 0.0027256875330202617, + "tests/test_deprecations.py::test_method[deprecated]": 0.0029624660917783453, + "tests/test_deprecations.py::test_method[pending]": 0.003200088851283172, + "tests/test_deprecations.py::test_method[remove]": 0.0026777610742050972, + "tests/test_deprecations.py::test_module[deprecated]": 0.0037049055553836515, + "tests/test_deprecations.py::test_module[pending]": 0.0037629294686869126, + "tests/test_deprecations.py::test_module[remove]": 0.0036398292321106257, + "tests/test_deprecations.py::test_topic[deprecated]": 0.0026603436613792716, + "tests/test_deprecations.py::test_topic[pending]": 0.0027149451786753582, + "tests/test_deprecations.py::test_topic[remove]": 0.0026613669273132454, + "tests/test_deprecations.py::test_version_fallback": 0.002736345504210555, + "tests/test_exceptions.py::test_BasicClobberError": 0.016741533356178694, + "tests/test_exceptions.py::test_BinaryPrefixReplacementError": 0.030841781072388195, + "tests/test_exceptions.py::test_CommandNotFoundError_conda_build": 0.03081845789007239, + "tests/test_exceptions.py::test_CommandNotFoundError_simple": 0.03179357897624999, + "tests/test_exceptions.py::test_CondaFileNotFoundError": 0.03033616178642525, + "tests/test_exceptions.py::test_CondaHTTPError": 0.031216787748577095, + "tests/test_exceptions.py::test_CondaKeyError": 0.030396907460289314, + "tests/test_exceptions.py::test_DirectoryNotFoundError": 0.030227271370166144, + "tests/test_exceptions.py::test_KnownPackageClobberError": 0.0166622746217852, + "tests/test_exceptions.py::test_MD5MismatchError": 0.03090367470793224, + "tests/test_exceptions.py::test_PackageNotFoundError": 0.03193417521663821, "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2": 0.0065241998383866835, - "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[False]": 0.016510198868236844, - "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[True]": 0.017371067104528525, - "tests/test_exceptions.py::test_SharedLinkPathClobberError": 0.01657447115709066, - "tests/test_exceptions.py::test_TooManyArgumentsError": 0.03116015461238579, - "tests/test_exceptions.py::test_UnknownPackageClobberError": 0.016561176075746153, - "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_1": 0.03383793670864197, - "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_2": 0.020989078943635484, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_1": 0.03647700780269744, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_2": 0.03249738844583307, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_3": 0.03688253927148922, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_spaces": 0.03476175827038395, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_unicode": 0.038458449126238727, - "tests/test_export.py::test_explicit[classic---md5]": 30.27349049999986, + "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[False]": 0.016487351555364783, + "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[True]": 0.017343986542705806, + "tests/test_exceptions.py::test_SharedLinkPathClobberError": 0.01655718402856642, + "tests/test_exceptions.py::test_TooManyArgumentsError": 0.031194296912819042, + "tests/test_exceptions.py::test_UnknownPackageClobberError": 0.016558900675981456, + "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_1": 0.033825311583926994, + "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_2": 0.02098046707385506, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_1": 0.036415001840810104, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_2": 0.032451994985687446, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_3": 0.036803508297468195, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_spaces": 0.034758504258212586, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_unicode": 0.03826911640923297, + "tests/test_export.py::test_explicit[classic---md5]": 30.273490499999863, "tests/test_export.py::test_explicit[classic---quiet]": 30.029416300000026, "tests/test_export.py::test_explicit[classic---sha256]": 9.6976714666658, "tests/test_export.py::test_explicit[classic]": 11.599258077472006, @@ -2151,380 +2151,380 @@ "tests/test_export.py::test_explicit_parser[libmamba-https://conda.anaconda.org/conda-forge/noarch/doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.017771166666574818, "tests/test_export.py::test_export[classic]": 38.948531000362394, "tests/test_export.py::test_export[libmamba]": 9.21692544806049, - "tests/test_exports.py::test_deprecations[Completer-None]": 0.002561637274904984, + "tests/test_exports.py::test_deprecations[Completer-None]": 0.0025584015627497835, "tests/test_exports.py::test_deprecations[IndexRecord-TypeError]": 0.0027222583148208764, - "tests/test_exports.py::test_deprecations[InstalledPackages-None]": 0.0025909032282904194, - "tests/test_exports.py::test_deprecations[KEYS-TypeError]": 0.002619450839388155, - "tests/test_exports.py::test_deprecations[KEYS_DIR-TypeError]": 0.0026093639565803912, - "tests/test_exports.py::test_deprecations[_symlink_conda_hlp-TypeError]": 0.0025973887863168592, + "tests/test_exports.py::test_deprecations[InstalledPackages-None]": 0.002592382571390854, + "tests/test_exports.py::test_deprecations[KEYS-TypeError]": 0.002618662651196352, + "tests/test_exports.py::test_deprecations[KEYS_DIR-TypeError]": 0.0026120093982654165, + "tests/test_exports.py::test_deprecations[_symlink_conda_hlp-TypeError]": 0.002597499567615456, "tests/test_exports.py::test_deprecations[fetch_index-TypeError]": 0.0026151207963397865, - "tests/test_exports.py::test_deprecations[hash_file-TypeError]": 0.002621484449783247, - "tests/test_exports.py::test_deprecations[iteritems-TypeError]": 0.002642324649958578, - "tests/test_exports.py::test_deprecations[move_to_trash-TypeError]": 0.0026526320999299756, - "tests/test_exports.py::test_deprecations[symlink_conda-TypeError]": 0.0026022447777166347, - "tests/test_exports.py::test_deprecations[verify-TypeError]": 0.00261080336813788, - "tests/test_exports.py::test_deprecations[win_conda_bat_redirect-TypeError]": 0.0026353142361265776, - "tests/test_features.py::test_install_track_features_downgrade": 1.5815688391236111, - "tests/test_features.py::test_install_track_features_upgrade": 1.6025344106379977, - "tests/test_features.py::test_remove_features_downgrade": 0.48368265730701215, - "tests/test_features.py::test_remove_features_upgrade": 0.6758160942685969, - "tests/test_fetch.py::test_checksum_checks_bytes[bad-type]": 0.015270891072337337, - "tests/test_fetch.py::test_checksum_checks_bytes[gibberish]": 0.5770771721729998, - "tests/test_fetch.py::test_checksum_checks_bytes[original]": 0.542184455663163, - "tests/test_fetch.py::test_checksum_checks_bytes[upper]": 0.16381319360793767, - "tests/test_fetch.py::test_download_connectionerror": 4.490046704902058, - "tests/test_fetch.py::test_download_http_errors": 0.004386293081670609, - "tests/test_fetch.py::test_download_httperror": 0.006475191822845582, - "tests/test_fetch.py::test_download_when_ranges_not_supported": 0.015778712715107446, - "tests/test_fetch.py::test_fetchrepodate_connectionerror": 4.261324791844181, - "tests/test_fetch.py::test_resume_download": 0.02079592601705385, - "tests/test_fetch.py::test_resume_partial": 1.404194817712653, - "tests/test_fetch.py::test_tmpDownload": 0.0892811010471106, - "tests/test_history.py::test_calls_update_on_exit": 0.007443683372172526, - "tests/test_history.py::test_comment_parsing[conda 4.5.1]": 0.0025269946812553346, - "tests/test_history.py::test_comment_parsing[conda 4.5.1dev0]": 0.002515712433481023, - "tests/test_history.py::test_comment_parsing[conda 4.5.1rc1]": 0.002522713847078259, - "tests/test_history.py::test_comment_parsing[post 4.4, install spec]": 0.002549462202168325, - "tests/test_history.py::test_comment_parsing[post 4.4, update spec]": 0.0025463435604563284, - "tests/test_history.py::test_comment_parsing[pre 4.4, install many specs]": 0.002589107708508793, - "tests/test_history.py::test_comment_parsing[pre 4.4, install one spec]": 0.0025361135655552537, - "tests/test_history.py::test_comment_parsing[pre 4.4, install two specs]": 0.002531066070951603, - "tests/test_history.py::test_comment_parsing[pre 4.4, update one spec]": 0.0025105405683544953, - "tests/test_history.py::test_comment_parsing[pre 4.4, update two specs]": 0.002519951085563484, - "tests/test_history.py::test_empty_history_check_on_empty_env": 0.008533180418593703, - "tests/test_history.py::test_history_malformed": 0.005237880123177433, - "tests/test_history.py::test_parse_on_empty_env": 0.006626015288507462, - "tests/test_history.py::test_returns_history_object_as_context_object": 0.005141422201664256, - "tests/test_history.py::test_user_requests[0]": 0.0032090835448410765, - "tests/test_history.py::test_user_requests[1]": 0.0031888248601956203, - "tests/test_history.py::test_user_requests[2]": 0.0031486912082056527, - "tests/test_history.py::test_user_requests[3]": 0.004942606164378402, - "tests/test_history.py::test_user_requests[4]": 0.0030805328626081884, - "tests/test_history.py::test_user_requests[5]": 0.0030816430155413154, - "tests/test_history.py::test_works_as_context_manager": 0.004074128641397463, - "tests/test_install.py::test_binary[linux-64]": 0.01781297919366999, - "tests/test_install.py::test_binary[noarch]": 0.006998853794007545, - "tests/test_install.py::test_binary[win-64]": 0.007043060733025557, + "tests/test_exports.py::test_deprecations[hash_file-TypeError]": 0.0026257828587546647, + "tests/test_exports.py::test_deprecations[iteritems-TypeError]": 0.0026335198938784716, + "tests/test_exports.py::test_deprecations[move_to_trash-TypeError]": 0.002656242666636098, + "tests/test_exports.py::test_deprecations[symlink_conda-TypeError]": 0.0026014767340294554, + "tests/test_exports.py::test_deprecations[verify-TypeError]": 0.0026058267229144513, + "tests/test_exports.py::test_deprecations[win_conda_bat_redirect-TypeError]": 0.0026226690331546064, + "tests/test_features.py::test_install_track_features_downgrade": 1.5994216269696169, + "tests/test_features.py::test_install_track_features_upgrade": 1.6092355057566372, + "tests/test_features.py::test_remove_features_downgrade": 0.4855077609824608, + "tests/test_features.py::test_remove_features_upgrade": 0.6804053311420832, + "tests/test_fetch.py::test_checksum_checks_bytes[bad-type]": 0.01530987088584664, + "tests/test_fetch.py::test_checksum_checks_bytes[gibberish]": 0.5939916794385827, + "tests/test_fetch.py::test_checksum_checks_bytes[original]": 0.5414316438809692, + "tests/test_fetch.py::test_checksum_checks_bytes[upper]": 0.15072796293072244, + "tests/test_fetch.py::test_download_connectionerror": 4.449315671170982, + "tests/test_fetch.py::test_download_http_errors": 0.0044037424197503365, + "tests/test_fetch.py::test_download_httperror": 0.00644552847234571, + "tests/test_fetch.py::test_download_when_ranges_not_supported": 0.016039540949305663, + "tests/test_fetch.py::test_fetchrepodate_connectionerror": 4.26453560426993, + "tests/test_fetch.py::test_resume_download": 0.020776394561363976, + "tests/test_fetch.py::test_resume_partial": 1.4034701450005769, + "tests/test_fetch.py::test_tmpDownload": 0.08846909235224151, + "tests/test_history.py::test_calls_update_on_exit": 0.0073325805541515085, + "tests/test_history.py::test_comment_parsing[conda 4.5.1]": 0.0025296859513093653, + "tests/test_history.py::test_comment_parsing[conda 4.5.1dev0]": 0.0025138029707791774, + "tests/test_history.py::test_comment_parsing[conda 4.5.1rc1]": 0.002519670691784572, + "tests/test_history.py::test_comment_parsing[post 4.4, install spec]": 0.002552107921510097, + "tests/test_history.py::test_comment_parsing[post 4.4, update spec]": 0.00254723674842867, + "tests/test_history.py::test_comment_parsing[pre 4.4, install many specs]": 0.0025907748354841945, + "tests/test_history.py::test_comment_parsing[pre 4.4, install one spec]": 0.0025330226276995024, + "tests/test_history.py::test_comment_parsing[pre 4.4, install two specs]": 0.0025293087846674023, + "tests/test_history.py::test_comment_parsing[pre 4.4, update one spec]": 0.002508854747680291, + "tests/test_history.py::test_comment_parsing[pre 4.4, update two specs]": 0.0025223890260962817, + "tests/test_history.py::test_empty_history_check_on_empty_env": 0.008633075716741134, + "tests/test_history.py::test_history_malformed": 0.005233543217694816, + "tests/test_history.py::test_parse_on_empty_env": 0.0066339146555679405, + "tests/test_history.py::test_returns_history_object_as_context_object": 0.005148631992643621, + "tests/test_history.py::test_user_requests[0]": 0.003206608722442122, + "tests/test_history.py::test_user_requests[1]": 0.003179321807458865, + "tests/test_history.py::test_user_requests[2]": 0.0031503662803858056, + "tests/test_history.py::test_user_requests[3]": 0.005038252655955431, + "tests/test_history.py::test_user_requests[4]": 0.003086361790158196, + "tests/test_history.py::test_user_requests[5]": 0.0030765275528760816, + "tests/test_history.py::test_works_as_context_manager": 0.004040873183384572, + "tests/test_install.py::test_binary[linux-64]": 0.017682746970682513, + "tests/test_install.py::test_binary[noarch]": 0.006956306217544123, + "tests/test_install.py::test_binary[win-64]": 0.007093909186569563, "tests/test_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 280.7085377664012, - "tests/test_install.py::test_default_text": 0.0062621260119484585, - "tests/test_install.py::test_ends_with_newl[linux-64]": 0.003266231330662695, - "tests/test_install.py::test_ends_with_newl[noarch]": 0.00439894880950348, - "tests/test_install.py::test_ends_with_newl[win-64]": 0.004489798655899556, + "tests/test_install.py::test_default_text": 0.006304470462482928, + "tests/test_install.py::test_ends_with_newl[linux-64]": 0.0032681532121547185, + "tests/test_install.py::test_ends_with_newl[noarch]": 0.004399608758928066, + "tests/test_install.py::test_ends_with_newl[win-64]": 0.004514738933983946, "tests/test_install.py::test_install_freezes_env_by_default": 0.6951143839930085, "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.0005478779685736908, - "tests/test_install.py::test_multiple[linux-64]": 0.002949421521737754, - "tests/test_install.py::test_multiple[noarch]": 0.00439772892846214, - "tests/test_install.py::test_multiple[win-64]": 0.0044404910020779545, - "tests/test_install.py::test_no_extra[linux-64]": 0.0025354924435556847, - "tests/test_install.py::test_no_extra[noarch]": 0.004371785479865356, - "tests/test_install.py::test_no_extra[win-64]": 0.0045288786748667285, - "tests/test_install.py::test_read_no_link": 0.004769622186720704, - "tests/test_install.py::test_shorter[linux-64]": 0.0031828376624096363, - "tests/test_install.py::test_shorter[noarch]": 0.004465030934370503, - "tests/test_install.py::test_shorter[win-64]": 0.004483438330277116, - "tests/test_install.py::test_simple[linux-64]": 0.011159869183976063, - "tests/test_install.py::test_simple[noarch]": 0.004980156726261511, - "tests/test_install.py::test_simple[win-64]": 0.005462313459158464, - "tests/test_install.py::test_spaces[linux-64]": 0.0036427394321419306, - "tests/test_install.py::test_spaces[noarch]": 0.004303453603699707, - "tests/test_install.py::test_spaces[win-64]": 0.00431544283253369, - "tests/test_install.py::test_too_long[linux-64]": 0.0026733766815312666, - "tests/test_install.py::test_too_long[noarch]": 0.0025587712603419356, - "tests/test_install.py::test_too_long[win-64]": 0.0025621126587611516, - "tests/test_install.py::test_trash_outside_prefix": 0.021118942523700696, - "tests/test_install.py::test_two[linux-64]": 0.0025231402447330638, - "tests/test_install.py::test_two[noarch]": 0.004401860957632363, - "tests/test_install.py::test_two[win-64]": 0.004467763647194006, - "tests/test_install.py::test_windows_entry_point": 1.924707857491163, - "tests/test_install.py::test_yield_lines": 0.004504203837431336, - "tests/test_instructions.py::test_check_files_in_tarball_files_exist": 0.002390554460125931, - "tests/test_instructions.py::test_check_files_in_tarball_files_not_exist": 0.002456484412501151, - "tests/test_instructions.py::test_expected_operation_order": 0.0023279793454935825, - "tests/test_instructions.py::test_simple_instruction": 0.0026454134811631884, - "tests/test_instructions.py::test_state": 0.0024867710523812474, - "tests/test_link_order.py::test_link_order_post_link_actions": 0.34235169734066023, - "tests/test_link_order.py::test_link_order_post_link_depend": 0.36215805905718157, - "tests/test_logic.py::test_ALL": 19.611858530488767, - "tests/test_logic.py::test_AMONE": 2.8726041049704407, - "tests/test_logic.py::test_AND": 0.021052114551799082, - "tests/test_logic.py::test_ANY": 18.801175665790396, - "tests/test_logic.py::test_ITE": 0.7555771410662779, - "tests/test_logic.py::test_LinearBound": 9.155808320147083, - "tests/test_logic.py::test_NOT": 0.0037104964634420137, - "tests/test_logic.py::test_OR": 0.0204898189036746, - "tests/test_logic.py::test_XONE": 2.8714376514547886, - "tests/test_logic.py::test_XOR": 0.028075622739929088, - "tests/test_logic.py::test_minimal_unsatisfiable_subset": 0.0024511093648122637, - "tests/test_logic.py::test_minimize": 0.005652199047881074, - "tests/test_logic.py::test_sat": 0.0029605313374344196, - "tests/test_misc.py::test_Utf8NamedTemporaryFile": 0.003339441356999321, - "tests/test_misc.py::test_cache_fn_url": 0.0023783459801355695, - "tests/test_misc.py::test_explicit_missing_cache_entries": 5.073613131006437, - "tests/test_misc.py::test_explicit_no_cache": 0.00884957159623505, - "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03-ParseError]": 0.0027896495742843, - "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.0044510684929011364, - "tests/test_misc.py::test_explicit_parser[doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.004542758229777999, - "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-None]": 0.0044575557173268865, - "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.0027066193046968294, - "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.0027395740312699786, - "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.004374037927537748, - "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.004538548645408234, - "tests/test_misc.py::test_url_pat_1": 0.0023325541804266638, - "tests/test_misc.py::test_url_pat_2": 0.002308439171196598, - "tests/test_misc.py::test_url_pat_3": 0.0022886761026164716, - "tests/test_misc.py::test_walk_prefix": 0.00832284834958517, - "tests/test_plan.py::test_adds_to_existing_actions": 0.0030693484164374713, - "tests/test_plan.py::test_deprecations[_get_best_prec_match]": 0.002495827941246937, - "tests/test_plan.py::test_deprecations[_handle_menuinst]": 0.002486810684193703, - "tests/test_plan.py::test_deprecations[_inject_UNLINKLINKTRANSACTION]": 0.00247728645253641, - "tests/test_plan.py::test_deprecations[_plan_from_actions]": 0.0024741535308421612, - "tests/test_plan.py::test_deprecations[_update_old_plan]": 0.0024764777912720565, - "tests/test_plan.py::test_deprecations[add_defaults_to_specs]": 0.00250079493538442, - "tests/test_plan.py::test_deprecations[add_unlink]": 0.0025932814486359073, - "tests/test_plan.py::test_deprecations[display_actions]": 0.0026207706908352502, - "tests/test_plan.py::test_deprecations[execute_actions]": 0.002494949853352397, - "tests/test_plan.py::test_deprecations[execute_instructions]": 0.0024647855287823193, - "tests/test_plan.py::test_deprecations[execute_plan]": 0.0025159646892970863, - "tests/test_plan.py::test_deprecations[get_blank_actions]": 0.002450309195416328, - "tests/test_plan.py::test_deprecations[install_actions]": 0.0025153004303276254, - "tests/test_plan.py::test_deprecations[print_dists]": 0.0027008719074526548, - "tests/test_plan.py::test_deprecations[revert_actions]": 0.002485124081268836, - "tests/test_plan.py::test_display_actions_0": 0.11648126657507181, - "tests/test_plan.py::test_display_actions_features": 0.15629352274119415, - "tests/test_plan.py::test_display_actions_link_type": 0.016279921929749013, - "tests/test_plan.py::test_display_actions_show_channel_urls": 0.1419692145541591, - "tests/test_plan.py::test_execute_plan": 0.0025369372026671742, - "tests/test_plan.py::test_pinned_specs_CONDA_PINNED_PACKAGES": 0.016398931553338946, - "tests/test_plan.py::test_pinned_specs_all": 4.071226274688121, - "tests/test_plan.py::test_pinned_specs_conda_meta_pinned": 3.9600402959557086, - "tests/test_plan.py::test_pinned_specs_condarc": 4.099044436382843, - "tests/test_plan.py::test_simply_adds_unlink_on_non_windows": 0.003474425482984014, - "tests/test_plan.py::test_update_old_plan": 0.002468405708222116, - "tests/test_priority.py::test_reorder_channel_priority[classic-with pinned_package]": 20.950377574029474, - "tests/test_priority.py::test_reorder_channel_priority[classic-without pinned_package]": 11.435337000368708, - "tests/test_priority.py::test_reorder_channel_priority[libmamba-with pinned_package]": 13.587567233219387, - "tests/test_priority.py::test_reorder_channel_priority[libmamba-without pinned_package]": 14.13057257228351, - "tests/test_reporters.py::test_confirm_yn_always_yes": 0.0038671805005352777, - "tests/test_reporters.py::test_confirm_yn_dry_run_exit": 0.0037433699548641113, - "tests/test_reporters.py::test_confirm_yn_no": 0.004329869912776199, - "tests/test_reporters.py::test_confirm_yn_yes": 0.004171955231169771, - "tests/test_reporters.py::test_get_progress_bar": 0.003502989253934583, - "tests/test_reporters.py::test_get_progress_bar_context_managers": 0.0025193784635367082, - "tests/test_reporters.py::test_render": 0.005825635894014607, - "tests/test_shell.py::test_activate_deactivate_modify_path[bash]": 15.130904642887169, - "tests/test_shell.py::test_activate_deactivate_modify_path[cmd.exe]": 3.039139745998449, - "tests/test_shell.py::test_bash_activate_error": 0.0006593926295989358, - "tests/test_shell.py::test_basic_integration[bash-basic_posix]": 0.0005882510366265912, - "tests/test_shell.py::test_basic_integration[csh-basic_csh]": 0.0005396779054748437, - "tests/test_shell.py::test_basic_integration[dash-basic_posix]": 0.000554720926698264, - "tests/test_shell.py::test_basic_integration[tcsh-basic_csh]": 0.0005510800964604471, - "tests/test_shell.py::test_basic_integration[zsh-basic_posix]": 0.0005476670435546378, - "tests/test_shell.py::test_cmd_exe_activate_error": 3.5021055833844725, - "tests/test_shell.py::test_cmd_exe_basic_integration": 25.80895356434462, - "tests/test_shell.py::test_fish_basic_integration": 0.0005453563824812503, - "tests/test_shell.py::test_legacy_activate_deactivate_bash": 22.653093644698753, - "tests/test_shell.py::test_legacy_activate_deactivate_cmd_exe": 9.60772951908855, - "tests/test_shell.py::test_powershell_PATH_management": 23.230498456692413, - "tests/test_shell.py::test_powershell_basic_integration": 40.81561215590449, - "tests/test_shell.py::test_stacking[0--base-base,sys]": 20.422064441529994, - "tests/test_shell.py::test_stacking[0--has-has,sys]": 20.750217301793928, - "tests/test_shell.py::test_stacking[0--not-sys]": 20.53309819809091, - "tests/test_shell.py::test_stacking[0-base-base-base,sys]": 20.9309207284595, - "tests/test_shell.py::test_stacking[0-base-has-has,sys]": 20.768485518371957, - "tests/test_shell.py::test_stacking[0-base-not-sys]": 20.426497493467718, - "tests/test_shell.py::test_stacking[0-has-base-base,sys]": 20.405958765528013, - "tests/test_shell.py::test_stacking[0-has-has-has,sys]": 20.359160324243238, - "tests/test_shell.py::test_stacking[0-has-not-sys]": 20.800118427868103, - "tests/test_shell.py::test_stacking[0-not-base-base,sys]": 20.522210431621513, - "tests/test_shell.py::test_stacking[0-not-has-has,sys]": 21.5944732404657, - "tests/test_shell.py::test_stacking[0-not-not-sys]": 21.26472902908075, - "tests/test_shell.py::test_stacking[5-base,has-base-base,has,sys]": 21.002851072536515, - "tests/test_shell.py::test_stacking[5-base,has-has-has,base,sys]": 21.488160621317217, - "tests/test_shell.py::test_stacking[5-base,has-not-has,base,sys]": 21.103283815323316, - "tests/test_shell.py::test_stacking[5-base,not-base-base,sys]": 21.201267815593354, - "tests/test_shell.py::test_stacking[5-base,not-has-has,base,sys]": 21.046987877788172, - "tests/test_shell.py::test_stacking[5-base,not-not-base,sys]": 21.236324720262274, - "tests/test_shell.py::test_stacking[5-base-base-base,sys]": 20.5489486377354, - "tests/test_shell.py::test_stacking[5-base-has-has,base,sys]": 20.560404840123784, - "tests/test_shell.py::test_stacking[5-base-not-base,sys]": 21.17528232750634, - "tests/test_shell.py::test_stacking[5-has-base-base,has,sys]": 20.769403071986616, - "tests/test_shell.py::test_stacking[5-has-has-has,sys]": 20.596807716109335, - "tests/test_shell.py::test_stacking[5-has-not-has,sys]": 21.198415346605657, - "tests/test_shell.py::test_stacking[5-not-base-base,sys]": 21.378182233394472, - "tests/test_shell.py::test_stacking[5-not-has-has,sys]": 21.42961853815199, - "tests/test_shell.py::test_stacking[5-not-not-sys]": 21.44679456301391, - "tests/test_solvers.py::TestClassicSolver::test_accelerate": 3.710254183946101, - "tests/test_solvers.py::TestClassicSolver::test_anaconda_nomkl": 2.39402454478951, - "tests/test_solvers.py::TestClassicSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.14988889003882053, - "tests/test_solvers.py::TestClassicSolver::test_channel_priority_1": 1.254181974243041, - "tests/test_solvers.py::TestClassicSolver::test_circular_dependencies": 0.5546719011934177, - "tests/test_solvers.py::TestClassicSolver::test_empty": 1.3721957330991725, - "tests/test_solvers.py::TestClassicSolver::test_get_dists": 2.493685359526116, - "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_preferred_solution": 0.1541243257863504, - "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.1544582042492129, - "tests/test_solvers.py::TestClassicSolver::test_install_package_with_feature": 0.5414407985853447, - "tests/test_solvers.py::TestClassicSolver::test_iopro_mkl": 1.6645767974298071, - "tests/test_solvers.py::TestClassicSolver::test_iopro_nomkl": 1.686392991707302, - "tests/test_solvers.py::TestClassicSolver::test_irrational_version": 0.2971646808043924, - "tests/test_solvers.py::TestClassicSolver::test_mkl": 2.8155252208650765, - "tests/test_solvers.py::TestClassicSolver::test_no_features": 3.688846003542647, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater": 0.1488873609133342, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.15172393942590076, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater": 0.14922584079960236, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.1538600537751284, - "tests/test_solvers.py::TestClassicSolver::test_nonexistent": 0.28000283064181486, - "tests/test_solvers.py::TestClassicSolver::test_nonexistent_deps": 3.0835610102355484, - "tests/test_solvers.py::TestClassicSolver::test_pseudo_boolean": 2.2179229781617704, - "tests/test_solvers.py::TestClassicSolver::test_remove": 2.0729443742766045, - "tests/test_solvers.py::TestClassicSolver::test_scipy_mkl": 1.1402331241243333, - "tests/test_solvers.py::TestClassicSolver::test_surplus_features_1": 0.1571139693599988, - "tests/test_solvers.py::TestClassicSolver::test_surplus_features_2": 0.1529521646854434, - "tests/test_solvers.py::TestClassicSolver::test_timestamps_and_deps": 1.257966882281511, - "tests/test_solvers.py::TestClassicSolver::test_unintentional_feature_downgrade": 1.627138898312367, - "tests/test_solvers.py::TestClassicSolver::test_unsat_any_two_not_three": 0.617795690224432, - "tests/test_solvers.py::TestClassicSolver::test_unsat_chain": 0.1647130037407201, - "tests/test_solvers.py::TestClassicSolver::test_unsat_channel_priority": 0.32586897774559215, - "tests/test_solvers.py::TestClassicSolver::test_unsat_expand_single": 0.15586019261592712, - "tests/test_solvers.py::TestClassicSolver::test_unsat_from_r1": 3.9774887253418623, - "tests/test_solvers.py::TestClassicSolver::test_unsat_missing_dep": 0.15621295470470253, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_1": 0.16055169786623358, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_2": 0.16119186674512384, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_3": 0.1622859191273799, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_4": 0.16265997055703477, - "tests/test_solvers.py::TestClassicSolver::test_unsat_simple": 0.163203521434109, - "tests/test_solvers.py::TestLibMambaSolver::test_accelerate": 0.002184738410242072, - "tests/test_solvers.py::TestLibMambaSolver::test_anaconda_nomkl": 0.4211192147340103, - "tests/test_solvers.py::TestLibMambaSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.064166531397823, - "tests/test_solvers.py::TestLibMambaSolver::test_channel_priority_1": 0.14980428196250398, - "tests/test_solvers.py::TestLibMambaSolver::test_circular_dependencies": 0.28833430760811396, - "tests/test_solvers.py::TestLibMambaSolver::test_empty": 0.10276927859961482, - "tests/test_solvers.py::TestLibMambaSolver::test_get_dists": 0.1822685008533142, - "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_preferred_solution": 0.06672212429473093, - "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.06507222610623584, - "tests/test_solvers.py::TestLibMambaSolver::test_install_package_with_feature": 0.10933095221685586, - "tests/test_solvers.py::TestLibMambaSolver::test_iopro_mkl": 0.002321872285079755, - "tests/test_solvers.py::TestLibMambaSolver::test_iopro_nomkl": 0.0022145985797711863, - "tests/test_solvers.py::TestLibMambaSolver::test_irrational_version": 0.1077761398587656, - "tests/test_solvers.py::TestLibMambaSolver::test_mkl": 0.0022593854917759603, - "tests/test_solvers.py::TestLibMambaSolver::test_no_features": 0.002311179119059353, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater": 0.06575574594443602, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.06775548914172119, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater": 0.06619347947038265, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.06681075913396686, - "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent": 0.07500619339111454, - "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent_deps": 1.4611515082986126, - "tests/test_solvers.py::TestLibMambaSolver::test_pseudo_boolean": 0.002288577934950309, - "tests/test_solvers.py::TestLibMambaSolver::test_remove": 0.0022968807456216983, - "tests/test_solvers.py::TestLibMambaSolver::test_scipy_mkl": 0.0021706738266877587, - "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_1": 0.002236075068108651, - "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_2": 0.0022347612491133676, - "tests/test_solvers.py::TestLibMambaSolver::test_timestamps_and_deps": 0.6465205380714241, - "tests/test_solvers.py::TestLibMambaSolver::test_unintentional_feature_downgrade": 0.002304839835734718, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_any_two_not_three": 0.21700829715189415, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_chain": 0.04624827954055084, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_channel_priority": 0.16715752758165034, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_expand_single": 0.044903135707093166, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_from_r1": 0.2536457978183855, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_missing_dep": 0.044886119339849775, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_1": 0.04572606310519026, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_2": 0.053219610925619894, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_3": 0.048535409151668714, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_4": 0.04615969434493019, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_simple": 0.04567467542920591, + "tests/test_install.py::test_long_default_text": 0.0005476905701836007, + "tests/test_install.py::test_multiple[linux-64]": 0.0029566025798283394, + "tests/test_install.py::test_multiple[noarch]": 0.00440386091785928, + "tests/test_install.py::test_multiple[win-64]": 0.004476338050115213, + "tests/test_install.py::test_no_extra[linux-64]": 0.0025378828412375835, + "tests/test_install.py::test_no_extra[noarch]": 0.004406834679402934, + "tests/test_install.py::test_no_extra[win-64]": 0.004536159784949549, + "tests/test_install.py::test_read_no_link": 0.004772352126274873, + "tests/test_install.py::test_shorter[linux-64]": 0.003211877468672743, + "tests/test_install.py::test_shorter[noarch]": 0.004496266926525038, + "tests/test_install.py::test_shorter[win-64]": 0.004505728956880742, + "tests/test_install.py::test_simple[linux-64]": 0.011157842083458908, + "tests/test_install.py::test_simple[noarch]": 0.004977390488700955, + "tests/test_install.py::test_simple[win-64]": 0.005483495602793188, + "tests/test_install.py::test_spaces[linux-64]": 0.0036478543124000263, + "tests/test_install.py::test_spaces[noarch]": 0.004296920870128274, + "tests/test_install.py::test_spaces[win-64]": 0.004349449841133589, + "tests/test_install.py::test_too_long[linux-64]": 0.0026692621332377064, + "tests/test_install.py::test_too_long[noarch]": 0.0025629141346557452, + "tests/test_install.py::test_too_long[win-64]": 0.0025660642579588386, + "tests/test_install.py::test_trash_outside_prefix": 0.02114706065425849, + "tests/test_install.py::test_two[linux-64]": 0.002523208009693516, + "tests/test_install.py::test_two[noarch]": 0.0044046078314130795, + "tests/test_install.py::test_two[win-64]": 0.004466072992485417, + "tests/test_install.py::test_windows_entry_point": 1.9234127998996349, + "tests/test_install.py::test_yield_lines": 0.004412741388243098, + "tests/test_instructions.py::test_check_files_in_tarball_files_exist": 0.0023862161610997998, + "tests/test_instructions.py::test_check_files_in_tarball_files_not_exist": 0.0024543864794300814, + "tests/test_instructions.py::test_expected_operation_order": 0.0023273404593735455, + "tests/test_instructions.py::test_simple_instruction": 0.0026333721364884197, + "tests/test_instructions.py::test_state": 0.002479384037908108, + "tests/test_link_order.py::test_link_order_post_link_actions": 0.34620251824612763, + "tests/test_link_order.py::test_link_order_post_link_depend": 0.4394586582890813, + "tests/test_logic.py::test_ALL": 19.506562603490682, + "tests/test_logic.py::test_AMONE": 2.8720208153728164, + "tests/test_logic.py::test_AND": 0.021068980515118657, + "tests/test_logic.py::test_ANY": 18.70032920213315, + "tests/test_logic.py::test_ITE": 0.7545435570503092, + "tests/test_logic.py::test_LinearBound": 9.157132030121085, + "tests/test_logic.py::test_NOT": 0.00370724833385717, + "tests/test_logic.py::test_OR": 0.020382266006518598, + "tests/test_logic.py::test_XONE": 2.8553406846369374, + "tests/test_logic.py::test_XOR": 0.02797571638965582, + "tests/test_logic.py::test_minimal_unsatisfiable_subset": 0.002455337008724769, + "tests/test_logic.py::test_minimize": 0.005669758653606879, + "tests/test_logic.py::test_sat": 0.002972580693644454, + "tests/test_misc.py::test_Utf8NamedTemporaryFile": 0.0033401392320385344, + "tests/test_misc.py::test_cache_fn_url": 0.002378408760593661, + "tests/test_misc.py::test_explicit_missing_cache_entries": 5.089102464622684, + "tests/test_misc.py::test_explicit_no_cache": 0.008844170159591259, + "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03-ParseError]": 0.00278443137320379, + "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.004449795616495042, + "tests/test_misc.py::test_explicit_parser[doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.004541817204797095, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-None]": 0.004437463886257349, + "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.00271205061765124, + "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.002742021165812039, + "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.004389986448434188, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.004525099553264975, + "tests/test_misc.py::test_url_pat_1": 0.002337392539364304, + "tests/test_misc.py::test_url_pat_2": 0.0023072543973326138, + "tests/test_misc.py::test_url_pat_3": 0.0022930729698026607, + "tests/test_misc.py::test_walk_prefix": 0.00794706090616576, + "tests/test_plan.py::test_adds_to_existing_actions": 0.003077846603475978, + "tests/test_plan.py::test_deprecations[_get_best_prec_match]": 0.0024951801142303756, + "tests/test_plan.py::test_deprecations[_handle_menuinst]": 0.0024862684790156325, + "tests/test_plan.py::test_deprecations[_inject_UNLINKLINKTRANSACTION]": 0.0024770189709305895, + "tests/test_plan.py::test_deprecations[_plan_from_actions]": 0.0024832419370798687, + "tests/test_plan.py::test_deprecations[_update_old_plan]": 0.002480823891610382, + "tests/test_plan.py::test_deprecations[add_defaults_to_specs]": 0.00250282030392756, + "tests/test_plan.py::test_deprecations[add_unlink]": 0.0025835139592560435, + "tests/test_plan.py::test_deprecations[display_actions]": 0.002591150241082872, + "tests/test_plan.py::test_deprecations[execute_actions]": 0.0024986890731927445, + "tests/test_plan.py::test_deprecations[execute_instructions]": 0.002464667943451027, + "tests/test_plan.py::test_deprecations[execute_plan]": 0.002514185024658007, + "tests/test_plan.py::test_deprecations[get_blank_actions]": 0.0024561442464153247, + "tests/test_plan.py::test_deprecations[install_actions]": 0.002518877923340711, + "tests/test_plan.py::test_deprecations[print_dists]": 0.002671281598113804, + "tests/test_plan.py::test_deprecations[revert_actions]": 0.002483678069866732, + "tests/test_plan.py::test_display_actions_0": 0.1161884892244331, + "tests/test_plan.py::test_display_actions_features": 0.15893624116962582, + "tests/test_plan.py::test_display_actions_link_type": 0.016249544051773535, + "tests/test_plan.py::test_display_actions_show_channel_urls": 0.14122447271009433, + "tests/test_plan.py::test_execute_plan": 0.002535618476847433, + "tests/test_plan.py::test_pinned_specs_CONDA_PINNED_PACKAGES": 0.01634266519815285, + "tests/test_plan.py::test_pinned_specs_all": 4.059345770410373, + "tests/test_plan.py::test_pinned_specs_conda_meta_pinned": 3.9696094855570796, + "tests/test_plan.py::test_pinned_specs_condarc": 4.104203504483381, + "tests/test_plan.py::test_simply_adds_unlink_on_non_windows": 0.003474029250275879, + "tests/test_plan.py::test_update_old_plan": 0.002474178424811638, + "tests/test_priority.py::test_reorder_channel_priority[classic-with pinned_package]": 21.100886390828386, + "tests/test_priority.py::test_reorder_channel_priority[classic-without pinned_package]": 11.267444784003358, + "tests/test_priority.py::test_reorder_channel_priority[libmamba-with pinned_package]": 13.589119856632259, + "tests/test_priority.py::test_reorder_channel_priority[libmamba-without pinned_package]": 14.040489400328827, + "tests/test_reporters.py::test_confirm_yn_always_yes": 0.0038651317975135838, + "tests/test_reporters.py::test_confirm_yn_dry_run_exit": 0.003743154092823484, + "tests/test_reporters.py::test_confirm_yn_no": 0.00432572191326783, + "tests/test_reporters.py::test_confirm_yn_yes": 0.0041815640529157955, + "tests/test_reporters.py::test_get_progress_bar": 0.003496808250718762, + "tests/test_reporters.py::test_get_progress_bar_context_managers": 0.0025166892700483447, + "tests/test_reporters.py::test_render": 0.0058042607280927, + "tests/test_shell.py::test_activate_deactivate_modify_path[bash]": 15.177280689049633, + "tests/test_shell.py::test_activate_deactivate_modify_path[cmd.exe]": 3.041143352913756, + "tests/test_shell.py::test_bash_activate_error": 0.0006595166859250219, + "tests/test_shell.py::test_basic_integration[bash-basic_posix]": 0.0005883668701134538, + "tests/test_shell.py::test_basic_integration[csh-basic_csh]": 0.0005405731595551057, + "tests/test_shell.py::test_basic_integration[dash-basic_posix]": 0.0005558372807473529, + "tests/test_shell.py::test_basic_integration[tcsh-basic_csh]": 0.0005512218448190501, + "tests/test_shell.py::test_basic_integration[zsh-basic_posix]": 0.0005473513618273403, + "tests/test_shell.py::test_cmd_exe_activate_error": 3.4861534660006916, + "tests/test_shell.py::test_cmd_exe_basic_integration": 25.780648474212537, + "tests/test_shell.py::test_fish_basic_integration": 0.0005462005738859039, + "tests/test_shell.py::test_legacy_activate_deactivate_bash": 22.710762541980632, + "tests/test_shell.py::test_legacy_activate_deactivate_cmd_exe": 9.574303318578297, + "tests/test_shell.py::test_powershell_PATH_management": 23.066034996033085, + "tests/test_shell.py::test_powershell_basic_integration": 40.542464990174956, + "tests/test_shell.py::test_stacking[0--base-base,sys]": 20.472252933535376, + "tests/test_shell.py::test_stacking[0--has-has,sys]": 20.679615223746907, + "tests/test_shell.py::test_stacking[0--not-sys]": 20.59134835546543, + "tests/test_shell.py::test_stacking[0-base-base-base,sys]": 20.898338142685013, + "tests/test_shell.py::test_stacking[0-base-has-has,sys]": 20.814805547781535, + "tests/test_shell.py::test_stacking[0-base-not-sys]": 20.466636540251557, + "tests/test_shell.py::test_stacking[0-has-base-base,sys]": 20.481386707135073, + "tests/test_shell.py::test_stacking[0-has-has-has,sys]": 20.425373871516516, + "tests/test_shell.py::test_stacking[0-has-not-sys]": 20.90475102294415, + "tests/test_shell.py::test_stacking[0-not-base-base,sys]": 20.554770794892864, + "tests/test_shell.py::test_stacking[0-not-has-has,sys]": 21.564837415702492, + "tests/test_shell.py::test_stacking[0-not-not-sys]": 21.33190751830818, + "tests/test_shell.py::test_stacking[5-base,has-base-base,has,sys]": 20.982551320604966, + "tests/test_shell.py::test_stacking[5-base,has-has-has,base,sys]": 21.529543193238407, + "tests/test_shell.py::test_stacking[5-base,has-not-has,base,sys]": 21.08811309276951, + "tests/test_shell.py::test_stacking[5-base,not-base-base,sys]": 21.221818385939635, + "tests/test_shell.py::test_stacking[5-base,not-has-has,base,sys]": 21.066104271520704, + "tests/test_shell.py::test_stacking[5-base,not-not-base,sys]": 21.286156035671777, + "tests/test_shell.py::test_stacking[5-base-base-base,sys]": 20.608490345803624, + "tests/test_shell.py::test_stacking[5-base-has-has,base,sys]": 20.51715070695974, + "tests/test_shell.py::test_stacking[5-base-not-base,sys]": 21.265884865001215, + "tests/test_shell.py::test_stacking[5-has-base-base,has,sys]": 20.80260876453782, + "tests/test_shell.py::test_stacking[5-has-has-has,sys]": 20.655430921084292, + "tests/test_shell.py::test_stacking[5-has-not-has,sys]": 21.14865633285461, + "tests/test_shell.py::test_stacking[5-not-base-base,sys]": 21.31965697370178, + "tests/test_shell.py::test_stacking[5-not-has-has,sys]": 21.41543057973203, + "tests/test_shell.py::test_stacking[5-not-not-sys]": 21.531192662888746, + "tests/test_solvers.py::TestClassicSolver::test_accelerate": 3.7153999160951185, + "tests/test_solvers.py::TestClassicSolver::test_anaconda_nomkl": 2.3890671431253327, + "tests/test_solvers.py::TestClassicSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.1520284388677782, + "tests/test_solvers.py::TestClassicSolver::test_channel_priority_1": 1.2551788361819152, + "tests/test_solvers.py::TestClassicSolver::test_circular_dependencies": 0.5606830937917419, + "tests/test_solvers.py::TestClassicSolver::test_empty": 1.37593876855072, + "tests/test_solvers.py::TestClassicSolver::test_get_dists": 2.494813914970219, + "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_preferred_solution": 0.15603804771179136, + "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.15647309716626207, + "tests/test_solvers.py::TestClassicSolver::test_install_package_with_feature": 0.5394152976740079, + "tests/test_solvers.py::TestClassicSolver::test_iopro_mkl": 1.657920348004747, + "tests/test_solvers.py::TestClassicSolver::test_iopro_nomkl": 1.727380201694314, + "tests/test_solvers.py::TestClassicSolver::test_irrational_version": 0.298020388536869, + "tests/test_solvers.py::TestClassicSolver::test_mkl": 2.8065234160988615, + "tests/test_solvers.py::TestClassicSolver::test_no_features": 3.685735659368468, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater": 0.15092857582597113, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.15378863390677472, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater": 0.15122804376915155, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.15588573706510678, + "tests/test_solvers.py::TestClassicSolver::test_nonexistent": 0.28437063938185136, + "tests/test_solvers.py::TestClassicSolver::test_nonexistent_deps": 3.1058946126690756, + "tests/test_solvers.py::TestClassicSolver::test_pseudo_boolean": 2.2229792195236873, + "tests/test_solvers.py::TestClassicSolver::test_remove": 2.0736057671722405, + "tests/test_solvers.py::TestClassicSolver::test_scipy_mkl": 1.1399983229812207, + "tests/test_solvers.py::TestClassicSolver::test_surplus_features_1": 0.1589626478050092, + "tests/test_solvers.py::TestClassicSolver::test_surplus_features_2": 0.15490100024834103, + "tests/test_solvers.py::TestClassicSolver::test_timestamps_and_deps": 1.2663309670967875, + "tests/test_solvers.py::TestClassicSolver::test_unintentional_feature_downgrade": 1.6119570693429774, + "tests/test_solvers.py::TestClassicSolver::test_unsat_any_two_not_three": 0.6262347913679707, + "tests/test_solvers.py::TestClassicSolver::test_unsat_chain": 0.16651357279196932, + "tests/test_solvers.py::TestClassicSolver::test_unsat_channel_priority": 0.3292052450708846, + "tests/test_solvers.py::TestClassicSolver::test_unsat_expand_single": 0.15773532617518504, + "tests/test_solvers.py::TestClassicSolver::test_unsat_from_r1": 3.9810819837028064, + "tests/test_solvers.py::TestClassicSolver::test_unsat_missing_dep": 0.1582412238741087, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_1": 0.16233293728933418, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_2": 0.16296274902548857, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_3": 0.16398220418221024, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_4": 0.16445459916340896, + "tests/test_solvers.py::TestClassicSolver::test_unsat_simple": 0.1648464873088325, + "tests/test_solvers.py::TestLibMambaSolver::test_accelerate": 0.002185785750771646, + "tests/test_solvers.py::TestLibMambaSolver::test_anaconda_nomkl": 0.4209200499994015, + "tests/test_solvers.py::TestLibMambaSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.0639833371865353, + "tests/test_solvers.py::TestLibMambaSolver::test_channel_priority_1": 0.1494316778309727, + "tests/test_solvers.py::TestLibMambaSolver::test_circular_dependencies": 0.28725358183241545, + "tests/test_solvers.py::TestLibMambaSolver::test_empty": 0.1023196166160544, + "tests/test_solvers.py::TestLibMambaSolver::test_get_dists": 0.1818935717514076, + "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_preferred_solution": 0.06671244734362197, + "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.06531523511621465, + "tests/test_solvers.py::TestLibMambaSolver::test_install_package_with_feature": 0.10897127187016498, + "tests/test_solvers.py::TestLibMambaSolver::test_iopro_mkl": 0.0023204271529120835, + "tests/test_solvers.py::TestLibMambaSolver::test_iopro_nomkl": 0.002215808974776152, + "tests/test_solvers.py::TestLibMambaSolver::test_irrational_version": 0.10753627913447207, + "tests/test_solvers.py::TestLibMambaSolver::test_mkl": 0.0022560639891191976, + "tests/test_solvers.py::TestLibMambaSolver::test_no_features": 0.0023127156183600428, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater": 0.06545533368155117, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.06752998777976675, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater": 0.06604975988757507, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.06668040824554708, + "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent": 0.07456006074059746, + "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent_deps": 1.4664376372024237, + "tests/test_solvers.py::TestLibMambaSolver::test_pseudo_boolean": 0.002293323838811179, + "tests/test_solvers.py::TestLibMambaSolver::test_remove": 0.00230220577293086, + "tests/test_solvers.py::TestLibMambaSolver::test_scipy_mkl": 0.0021691404795733025, + "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_1": 0.0022274838863439697, + "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_2": 0.002232623408649147, + "tests/test_solvers.py::TestLibMambaSolver::test_timestamps_and_deps": 0.646153503520779, + "tests/test_solvers.py::TestLibMambaSolver::test_unintentional_feature_downgrade": 0.002303524788179573, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_any_two_not_three": 0.21679238934360837, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_chain": 0.04600152868967193, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_channel_priority": 0.16705300668644746, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_expand_single": 0.044894333942888706, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_from_r1": 0.25350248804038744, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_missing_dep": 0.04457049306040603, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_1": 0.04566881678489679, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_2": 0.05290917236325211, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_3": 0.04851616267600004, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_4": 0.045874153835837164, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_simple": 0.045444185367002454, "tests/test_toposort.py::test_cycle": 0.002573884084309213, "tests/test_toposort.py::test_cycle_best_effort": 0.002486499403203073, "tests/test_toposort.py::test_degenerate": 0.0023745590247733644, "tests/test_toposort.py::test_pop_key": 0.0024743453317361427, "tests/test_toposort.py::test_python_is_prioritized": 0.0024771575238056007, "tests/test_toposort.py::test_simple": 0.0025027625304134406, - "tests/test_utils.py::test_deprecations[cygwin_path_to_win-TypeError]": 0.0025745407315801113, - "tests/test_utils.py::test_deprecations[msys2_shell_base-TypeError]": 0.0026001101671761268, - "tests/test_utils.py::test_deprecations[path_identity-TypeError]": 0.002585647467914526, - "tests/test_utils.py::test_deprecations[shells-TypeError]": 0.002599643468666908, - "tests/test_utils.py::test_deprecations[translate_stream-TypeError]": 0.002572236340920854, - "tests/test_utils.py::test_deprecations[unix_shell_base-TypeError]": 0.002634811387813605, - "tests/test_utils.py::test_deprecations[win_path_to_cygwin-TypeError]": 0.0025805311786798787, - "tests/test_utils.py::test_ensure_dir": 0.004333702386821461, - "tests/test_utils.py::test_ensure_dir_errors": 0.0030250292715287693, - "tests/test_utils.py::test_path_translations": 0.04617137317313964, - "tests/test_utils.py::test_quote_for_shell[!-!]": 0.0025196800444648175, - "tests/test_utils.py::test_quote_for_shell[\"-\"\"\"\"]": 0.002521280252727719, - "tests/test_utils.py::test_quote_for_shell[#-#]": 0.002488172898720332, - "tests/test_utils.py::test_quote_for_shell[$-$]": 0.0024891342245509204, - "tests/test_utils.py::test_quote_for_shell[%-\"%%\"]": 0.0025338705733209334, - "tests/test_utils.py::test_quote_for_shell[&-\"&\"]": 0.002493924425386875, - "tests/test_utils.py::test_quote_for_shell['-']": 0.00250779596559786, - "tests/test_utils.py::test_quote_for_shell[(-(]": 0.002488740713522018, - "tests/test_utils.py::test_quote_for_shell[)-)]": 0.0024811953320728287, - "tests/test_utils.py::test_quote_for_shell[*-*]": 0.0025191072260344967, - "tests/test_utils.py::test_quote_for_shell[+-+]": 0.0025249946503992037, - "tests/test_utils.py::test_quote_for_shell[,-,]": 0.0024862694817482183, - "tests/test_utils.py::test_quote_for_shell[---]": 0.0024905532446379197, - "tests/test_utils.py::test_quote_for_shell[.-.]": 0.0025012692477700575, - "tests/test_utils.py::test_quote_for_shell[/-/]": 0.002502585197454186, - "tests/test_utils.py::test_quote_for_shell[1>/dev/null-\"1>/dev/null\"]": 0.0025034425379940467, - "tests/test_utils.py::test_quote_for_shell[1>NUL-\"1>NUL\"]": 0.0025115492474928466, - "tests/test_utils.py::test_quote_for_shell[2>&1-\"2>&1\"]": 0.0025415597958538573, - "tests/test_utils.py::test_quote_for_shell[2>/dev/null-\"2>/dev/null\"]": 0.002522895598940589, - "tests/test_utils.py::test_quote_for_shell[2>NUL-\"2>NUL\"]": 0.002495139313025597, - "tests/test_utils.py::test_quote_for_shell[:-:]": 0.0024943592643632308, - "tests/test_utils.py::test_quote_for_shell[;-;]": 0.0024956765641743033, - "tests/test_utils.py::test_quote_for_shell[<-\"<\"]": 0.0025031836682670237, - "tests/test_utils.py::test_quote_for_shell[=-=]": 0.0024885465731825564, - "tests/test_utils.py::test_quote_for_shell[>-\">\"]": 0.0025079656434590977, - "tests/test_utils.py::test_quote_for_shell[>/dev/null-\">/dev/null\"]": 0.0025348456746506964, - "tests/test_utils.py::test_quote_for_shell[>NUL-\">NUL\"]": 0.002516523688743732, - "tests/test_utils.py::test_quote_for_shell[?-?]": 0.0024809475506521873, - "tests/test_utils.py::test_quote_for_shell[@-@]": 0.002525028163949311, - "tests/test_utils.py::test_quote_for_shell[C:\\\\temp\\\\some ^%file^% > nul-\"C:\\\\temp\\\\some ^%%file^%% > nul\"]": 0.0025121075374985946, - "tests/test_utils.py::test_quote_for_shell[None-\"\"]": 0.0025070518552077793, - "tests/test_utils.py::test_quote_for_shell[[-[]": 0.002491532137098421, - "tests/test_utils.py::test_quote_for_shell[\\\\-\\\\]": 0.0024902666637577355, - "tests/test_utils.py::test_quote_for_shell[]-]]": 0.0025000917573992187, - "tests/test_utils.py::test_quote_for_shell[^-\"^\"]": 0.002498520125898777, - "tests/test_utils.py::test_quote_for_shell[arg1 and 2-\"arg1 and 2\"]": 0.002632180167952172, - "tests/test_utils.py::test_quote_for_shell[arg1-arg1]": 0.002652753102290674, - "tests/test_utils.py::test_quote_for_shell[arg1\\nand\\n2-\"arg1\\nand\\n2\"]": 0.0026096922257946497, - "tests/test_utils.py::test_quote_for_shell[malicious argument\\\\\"&whoami-\"malicious argument\\\\\"\"&whoami\"]": 0.0025375836254999994, - "tests/test_utils.py::test_quote_for_shell[numpy<1.22-\"numpy<1.22\"]": 0.002595470196621202, - "tests/test_utils.py::test_quote_for_shell[numpy>=1.0-\"numpy>=1.0\"]": 0.0025172535049066145, - "tests/test_utils.py::test_quote_for_shell[one|two-\"one|two\"]": 0.0025258513695302948, - "tests/test_utils.py::test_quote_for_shell[{-{]": 0.0024955814925732168, - "tests/test_utils.py::test_quote_for_shell[|-\"|\"]": 0.002507595677703631, - "tests/test_utils.py::test_quote_for_shell[}-}]": 0.0024933226054205727, - "tests/test_utils.py::test_quote_for_shell[~-~]": 0.002512009675816601, - "tests/test_utils.py::test_text_translations": 0.017529883067254327, - "tests/testing/test_fixtures.py::test_conda_cli": 0.09829045442991433, - "tests/testing/test_fixtures.py::test_env": 25.887145543937212, - "tests/testing/test_fixtures.py::test_monkeypatch": 0.016846075935215706, - "tests/testing/test_fixtures.py::test_path_factory": 0.005804391569316832, - "tests/testing/test_fixtures.py::test_session_capsys": 0.0028149979351948314, - "tests/testing/test_fixtures.py::test_session_conda_cli": 0.10431298312751235, - "tests/testing/test_fixtures.py::test_session_tmp_env": 6.0741557272319096, - "tests/testing/test_fixtures.py::test_tmp_channel": 7.141706261779536, - "tests/testing/test_fixtures.py::test_tmp_env": 8.141181601531185, - "tests/testing/test_fixtures.py::test_tmp_envs_dir": 0.007149606249850374, - "tests/testing/test_fixtures.py::test_tmp_pkgs_dir": 0.006986766992283216, - "tests/testing/test_testing.py::test_deprecations[CondaCLIFixture-TypeError]": 0.0027100363997471033, - "tests/testing/test_testing.py::test_deprecations[PathFactoryFixture-TypeError]": 0.002654420943075506, - "tests/testing/test_testing.py::test_deprecations[TmpChannelFixture-TypeError]": 0.002643293998505685, - "tests/testing/test_testing.py::test_deprecations[TmpEnvFixture-TypeError]": 0.0026790679070907834, - "tests/trust/test_signature_verification.py::test_2nd_root_metadata_from_web": 0.028521736114725832, - "tests/trust/test_signature_verification.py::test_3rd_root_metadata_from_web": 0.019475276852538564, - "tests/trust/test_signature_verification.py::test_invalid_2nd_metadata_on_disk_no_new_metadata_on_web": 0.009652905643916168, - "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.conda-None]": 2.1928974053848767, - "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.tar.bz2-False]": 2.1194877125735005, - "tests/trust/test_signature_verification.py::test_signature_verification[first.tar.bz2-True]": 2.2048323424432854, - "tests/trust/test_signature_verification.py::test_signature_verification[second.conda-True]": 2.2192126582110396, - "tests/trust/test_signature_verification.py::test_signature_verification[third.conda-True]": 2.1505038721626883, - "tests/trust/test_signature_verification.py::test_signature_verification_not_enabled": 0.03750073244441212, - "tests/trust/test_signature_verification.py::test_single_invalid_signature_3rd_root_metadata_from_web": 0.01924871390232218, - "tests/trust/test_signature_verification.py::test_trusted_root_2nd_metadata_on_disk_no_new_metadata_on_web": 0.010799684860233336, - "tests/trust/test_signature_verification.py::test_trusted_root_invalid_key_mgr_online_valid_on_disk": 0.010043827602776022, - "tests/trust/test_signature_verification.py::test_trusted_root_new_key_mgr_online": 0.013675011707000423, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_is_on_disk": 0.011406115940859442, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_not_on_disk": 0.010301279706319862, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_metadata": 0.008164276282826658 + "tests/test_utils.py::test_deprecations[cygwin_path_to_win-TypeError]": 0.002574054051287584, + "tests/test_utils.py::test_deprecations[msys2_shell_base-TypeError]": 0.0026041309885359598, + "tests/test_utils.py::test_deprecations[path_identity-TypeError]": 0.0026076054256950463, + "tests/test_utils.py::test_deprecations[shells-TypeError]": 0.002598899139752418, + "tests/test_utils.py::test_deprecations[translate_stream-TypeError]": 0.002574104755542428, + "tests/test_utils.py::test_deprecations[unix_shell_base-TypeError]": 0.002629997261017591, + "tests/test_utils.py::test_deprecations[win_path_to_cygwin-TypeError]": 0.0025815728480618224, + "tests/test_utils.py::test_ensure_dir": 0.004329609773858042, + "tests/test_utils.py::test_ensure_dir_errors": 0.003036498700067769, + "tests/test_utils.py::test_path_translations": 0.04610266486268062, + "tests/test_utils.py::test_quote_for_shell[!-!]": 0.0025230449277760677, + "tests/test_utils.py::test_quote_for_shell[\"-\"\"\"\"]": 0.0025256246006253816, + "tests/test_utils.py::test_quote_for_shell[#-#]": 0.002491885347783148, + "tests/test_utils.py::test_quote_for_shell[$-$]": 0.002494457837963065, + "tests/test_utils.py::test_quote_for_shell[%-\"%%\"]": 0.0025274719574087125, + "tests/test_utils.py::test_quote_for_shell[&-\"&\"]": 0.0024991623948793667, + "tests/test_utils.py::test_quote_for_shell['-']": 0.0025106570111057846, + "tests/test_utils.py::test_quote_for_shell[(-(]": 0.0024881556813263718, + "tests/test_utils.py::test_quote_for_shell[)-)]": 0.0024863312170441084, + "tests/test_utils.py::test_quote_for_shell[*-*]": 0.0025116954732714676, + "tests/test_utils.py::test_quote_for_shell[+-+]": 0.0025216687165753107, + "tests/test_utils.py::test_quote_for_shell[,-,]": 0.002493690670432165, + "tests/test_utils.py::test_quote_for_shell[---]": 0.002493724247723027, + "tests/test_utils.py::test_quote_for_shell[.-.]": 0.0025033913661898105, + "tests/test_utils.py::test_quote_for_shell[/-/]": 0.0025019663618079764, + "tests/test_utils.py::test_quote_for_shell[1>/dev/null-\"1>/dev/null\"]": 0.0025058144987642177, + "tests/test_utils.py::test_quote_for_shell[1>NUL-\"1>NUL\"]": 0.002512157605347422, + "tests/test_utils.py::test_quote_for_shell[2>&1-\"2>&1\"]": 0.00252793326365167, + "tests/test_utils.py::test_quote_for_shell[2>/dev/null-\"2>/dev/null\"]": 0.0025208576972638023, + "tests/test_utils.py::test_quote_for_shell[2>NUL-\"2>NUL\"]": 0.002499233064739672, + "tests/test_utils.py::test_quote_for_shell[:-:]": 0.0025010577229970564, + "tests/test_utils.py::test_quote_for_shell[;-;]": 0.0024989465413713294, + "tests/test_utils.py::test_quote_for_shell[<-\"<\"]": 0.0025011000806094384, + "tests/test_utils.py::test_quote_for_shell[=-=]": 0.00248806969906943, + "tests/test_utils.py::test_quote_for_shell[>-\">\"]": 0.0025125417687511366, + "tests/test_utils.py::test_quote_for_shell[>/dev/null-\">/dev/null\"]": 0.0025470689782823856, + "tests/test_utils.py::test_quote_for_shell[>NUL-\">NUL\"]": 0.0025180773861162445, + "tests/test_utils.py::test_quote_for_shell[?-?]": 0.002483553364692048, + "tests/test_utils.py::test_quote_for_shell[@-@]": 0.0025252367431280605, + "tests/test_utils.py::test_quote_for_shell[C:\\\\temp\\\\some ^%file^% > nul-\"C:\\\\temp\\\\some ^%%file^%% > nul\"]": 0.002517323308553075, + "tests/test_utils.py::test_quote_for_shell[None-\"\"]": 0.002507606928930646, + "tests/test_utils.py::test_quote_for_shell[[-[]": 0.002501318085264526, + "tests/test_utils.py::test_quote_for_shell[\\\\-\\\\]": 0.002491567614383248, + "tests/test_utils.py::test_quote_for_shell[]-]]": 0.002501154403615795, + "tests/test_utils.py::test_quote_for_shell[^-\"^\"]": 0.0025095121345674698, + "tests/test_utils.py::test_quote_for_shell[arg1 and 2-\"arg1 and 2\"]": 0.002649910902248576, + "tests/test_utils.py::test_quote_for_shell[arg1-arg1]": 0.0026588905290089266, + "tests/test_utils.py::test_quote_for_shell[arg1\\nand\\n2-\"arg1\\nand\\n2\"]": 0.0026115657734998225, + "tests/test_utils.py::test_quote_for_shell[malicious argument\\\\\"&whoami-\"malicious argument\\\\\"\"&whoami\"]": 0.0025283560290890214, + "tests/test_utils.py::test_quote_for_shell[numpy<1.22-\"numpy<1.22\"]": 0.002599607667260996, + "tests/test_utils.py::test_quote_for_shell[numpy>=1.0-\"numpy>=1.0\"]": 0.002521710891303911, + "tests/test_utils.py::test_quote_for_shell[one|two-\"one|two\"]": 0.002527803969488751, + "tests/test_utils.py::test_quote_for_shell[{-{]": 0.0025013610823325996, + "tests/test_utils.py::test_quote_for_shell[|-\"|\"]": 0.002511449310898406, + "tests/test_utils.py::test_quote_for_shell[}-}]": 0.002502115893983479, + "tests/test_utils.py::test_quote_for_shell[~-~]": 0.0025169138339787523, + "tests/test_utils.py::test_text_translations": 0.017519588960794502, + "tests/testing/test_fixtures.py::test_conda_cli": 0.09824346463325342, + "tests/testing/test_fixtures.py::test_env": 25.93459894048004, + "tests/testing/test_fixtures.py::test_monkeypatch": 0.01669165782711781, + "tests/testing/test_fixtures.py::test_path_factory": 0.0057836628295944974, + "tests/testing/test_fixtures.py::test_session_capsys": 0.002813195298690683, + "tests/testing/test_fixtures.py::test_session_conda_cli": 0.10483506737701331, + "tests/testing/test_fixtures.py::test_session_tmp_env": 6.0582179244791465, + "tests/testing/test_fixtures.py::test_tmp_channel": 7.113277074138816, + "tests/testing/test_fixtures.py::test_tmp_env": 8.089219808032299, + "tests/testing/test_fixtures.py::test_tmp_envs_dir": 0.007032310743224732, + "tests/testing/test_fixtures.py::test_tmp_pkgs_dir": 0.006877249526562065, + "tests/testing/test_testing.py::test_deprecations[CondaCLIFixture-TypeError]": 0.0027068567589290703, + "tests/testing/test_testing.py::test_deprecations[PathFactoryFixture-TypeError]": 0.0026523162488468434, + "tests/testing/test_testing.py::test_deprecations[TmpChannelFixture-TypeError]": 0.0026340597101776942, + "tests/testing/test_testing.py::test_deprecations[TmpEnvFixture-TypeError]": 0.002672518550744956, + "tests/trust/test_signature_verification.py::test_2nd_root_metadata_from_web": 0.02826029524281008, + "tests/trust/test_signature_verification.py::test_3rd_root_metadata_from_web": 0.019677916177579892, + "tests/trust/test_signature_verification.py::test_invalid_2nd_metadata_on_disk_no_new_metadata_on_web": 0.009429451083713597, + "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.conda-None]": 2.131276936991223, + "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.tar.bz2-False]": 2.0593298142468455, + "tests/trust/test_signature_verification.py::test_signature_verification[first.tar.bz2-True]": 2.1448953264399098, + "tests/trust/test_signature_verification.py::test_signature_verification[second.conda-True]": 2.1542542364672816, + "tests/trust/test_signature_verification.py::test_signature_verification[third.conda-True]": 2.088872515079107, + "tests/trust/test_signature_verification.py::test_signature_verification_not_enabled": 0.03730889376099022, + "tests/trust/test_signature_verification.py::test_single_invalid_signature_3rd_root_metadata_from_web": 0.019148084866303764, + "tests/trust/test_signature_verification.py::test_trusted_root_2nd_metadata_on_disk_no_new_metadata_on_web": 0.010044155409676314, + "tests/trust/test_signature_verification.py::test_trusted_root_invalid_key_mgr_online_valid_on_disk": 0.009939012457251395, + "tests/trust/test_signature_verification.py::test_trusted_root_new_key_mgr_online": 0.013936982384526148, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_is_on_disk": 0.011297783002865996, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_not_on_disk": 0.010180308684446008, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_metadata": 0.008073129211838188 } diff --git a/durations/macOS.json b/durations/macOS.json index adb9e1d9..72303486 100644 --- a/durations/macOS.json +++ b/durations/macOS.json @@ -1,1639 +1,1639 @@ { - "tests/base/test_constants.py::test_ChannelPriority": 0.0036425361073525605, - "tests/base/test_constants.py::test_null_is_falsey": 0.0034559469470433596, - "tests/base/test_context.py::test_aggressive_update_packages": 0.027759091437370424, - "tests/base/test_context.py::test_channel_alias_validation[bad_value-channel_alias value 'bad_value' must have scheme/protocol.]": 0.003784230877584426, - "tests/base/test_context.py::test_channel_alias_validation[https://example.com/-True]": 0.003961938011816426, - "tests/base/test_context.py::test_channel_priority": 0.046079688871422164, - "tests/base/test_context.py::test_channel_settings": 0.04696303987871422, - "tests/base/test_context.py::test_channels_defaults": 0.052358051256543095, - "tests/base/test_context.py::test_channels_defaults_condarc": 0.054525571418315495, - "tests/base/test_context.py::test_channels_empty": 0.05376723557093204, - "tests/base/test_context.py::test_check_allowlist": 0.028884944287037386, - "tests/base/test_context.py::test_check_allowlist_and_denylist": 0.023907378749999052, - "tests/base/test_context.py::test_check_denylist": 0.02282786600925793, - "tests/base/test_context.py::test_client_ssl_cert": 0.073092317283714, - "tests/base/test_context.py::test_clobber_enum": 0.05425294081921798, - "tests/base/test_context.py::test_clobber_enum[clobber]": 0.023852357769300368, - "tests/base/test_context.py::test_clobber_enum[prevent]": 0.025480732602701513, - "tests/base/test_context.py::test_clobber_enum[warn]": 0.025285142777351954, - "tests/base/test_context.py::test_conda_bld_path": 0.030846548208855025, - "tests/base/test_context.py::test_conda_build_root_dir": 0.04796958988501811, - "tests/base/test_context.py::test_conda_envs_path": 0.08523791702671549, - "tests/base/test_context.py::test_context_parameter_map": 0.048374372847287316, - "tests/base/test_context.py::test_context_parameters_have_descriptions": 0.10616502115775843, - "tests/base/test_context.py::test_custom_multichannels": 0.05088597193491191, - "tests/base/test_context.py::test_default_python_validation[-True]": 0.003461877998530199, - "tests/base/test_context.py::test_default_python_validation[3.12-True]": 0.004664695517461302, - "tests/base/test_context.py::test_default_python_validation[4.12-default_python value '4.12' not of the form '[23].[0-9][0-9]?' or '']": 0.003410291567251808, - "tests/base/test_context.py::test_default_python_validation[not a number-default_python value 'not a number' not of the form '[23].[0-9][0-9]?' or '']": 0.003172142671920226, - "tests/base/test_context.py::test_default_target_is_root_prefix": 0.048868203886007544, - "tests/base/test_context.py::test_expandvars": 0.12850941326886112, - "tests/base/test_context.py::test_get_plugin_config_data_env_var_source": 0.003073724891545196, - "tests/base/test_context.py::test_get_plugin_config_data_file_source": 0.01132432097968855, - "tests/base/test_context.py::test_get_plugin_config_data_skip_bad_values": 0.0037836976419911568, - "tests/base/test_context.py::test_local_build_root_custom_rc": 0.09585691592312283, - "tests/base/test_context.py::test_local_build_root_default_rc": 0.02299824959341202, - "tests/base/test_context.py::test_migrated_custom_channels": 0.05487305209610594, - "tests/base/test_context.py::test_old_channel_alias": 0.06721365632679645, - "tests/base/test_context.py::test_proxy_servers": 0.04662318041900385, - "tests/base/test_context.py::test_reporters_default_value": 0.00399417414819347, - "tests/base/test_context.py::test_reporters_from_config_file": 0.04741038376600853, - "tests/base/test_context.py::test_reporters_json_is_true": 0.07072394313991696, - "tests/base/test_context.py::test_reporters_quiet_is_true": 0.07236802715457945, - "tests/base/test_context.py::test_restore_free_channel": 0.030835416447581702, - "tests/base/test_context.py::test_signing_metadata_url_base": 0.07716939600704642, - "tests/base/test_context.py::test_signing_metadata_url_base_empty_default_channels": 0.09223539089145623, - "tests/base/test_context.py::test_specify_channels_cli_adding_defaults_no_condarc": 0.05123678721358851, - "tests/base/test_context.py::test_specify_channels_cli_condarc": 0.06367626025789398, - "tests/base/test_context.py::test_specify_channels_cli_not_adding_defaults_no_condarc": 0.05368333264939035, - "tests/base/test_context.py::test_specify_different_channels_cli_condarc": 0.056461549457567144, - "tests/base/test_context.py::test_specify_same_channels_cli_as_in_condarc": 0.05986040118002272, - "tests/base/test_context.py::test_subdirs": 0.024159820787969744, - "tests/base/test_context.py::test_target_prefix": 0.09684129001703227, - "tests/base/test_context.py::test_threads": 0.10345619673313619, - "tests/base/test_context.py::test_validate_prefix_name[base-False-mock_return_values2-expected2]": 0.007321206611153558, - "tests/base/test_context.py::test_validate_prefix_name[env-name-False-mock_return_values0-expected0]": 0.0061925677737310475, - "tests/base/test_context.py::test_validate_prefix_name[not/allow#characters:in-path-False-mock_return_values1-expected1]": 0.005474356924419727, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command0]": 0.5560170920833244, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command1]": 0.4411891674999941, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command2]": 0.11968972074074181, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command3]": 0.12613382709258844, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command4]": 0.29847446736111133, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command0]": 0.4719159878333405, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command1]": 0.5953242844074007, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command2]": 0.11289968403703778, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command3]": 0.1577200077222254, - "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command4]": 0.2320710484166685, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command0]": 0.5160879897870319, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command1]": 0.5251335795185202, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command2]": 0.20659619373147517, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command3]": 0.13944416076851932, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command4]": 0.3002796707407447, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command0]": 0.46774304035185493, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command1]": 0.508617537509259, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command2]": 0.11066090325925527, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command3]": 0.17674387047221687, - "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command4]": 0.24983866967592708, - "tests/cli/test_cli_install.py::test_emscripten_forge[classic]": 5.46689672153087, - "tests/cli/test_cli_install.py::test_emscripten_forge[libmamba]": 8.157716022252378, - "tests/cli/test_cli_install.py::test_find_conflicts_called_once[classic]": 20.196099668438592, - "tests/cli/test_cli_install.py::test_find_conflicts_called_once[libmamba]": 0.034763449233235225, - "tests/cli/test_cli_install.py::test_pre_link_message[classic]": 1.7030533705512465, - "tests/cli/test_cli_install.py::test_pre_link_message[libmamba]": 2.3810172813374417, - "tests/cli/test_common.py::test_check_non_admin_enabled_false": 0.006322187816592319, - "tests/cli/test_common.py::test_check_non_admin_enabled_true": 0.0059728146676565974, - "tests/cli/test_common.py::test_confirm_dry_run_exit": 0.005495939948204609, - "tests/cli/test_common.py::test_confirm_yn_always_yes": 0.00631010520244462, - "tests/cli/test_common.py::test_confirm_yn_dry_run_exit": 0.005470899630188557, - "tests/cli/test_common.py::test_confirm_yn_no": 0.005763870953187262, - "tests/cli/test_common.py::test_confirm_yn_yes": 0.006271635708428606, - "tests/cli/test_common.py::test_is_active_prefix[-False]": 0.0045637860316519105, - "tests/cli/test_common.py::test_is_active_prefix[active_prefix-True]": 0.003981867063754109, - "tests/cli/test_common.py::test_print_envs_list": 0.004814801286651219, - "tests/cli/test_common.py::test_print_envs_list_output_false": 0.0038576663231947874, - "tests/cli/test_compare.py::test_compare_fail": 0.42471763013240754, - "tests/cli/test_compare.py::test_compare_success": 0.47858802287480956, - "tests/cli/test_conda_argparse.py::test_cli_args_as_strings": 0.14254060146428962, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ArgumentParser-isclass]": 0.004122201311653749, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.BUILTIN_COMMANDS-]": 0.004218519167233218, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ExtendConstAction-isclass]": 0.004010625242194618, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.NullCountAction-isclass]": 0.003710789405238749, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_output_and_prompt_options-isfunction]": 0.004294339062527879, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_channels-isfunction]": 0.004582445024385351, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_create_install_update-isfunction]": 0.003968165677384096, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_default_packages-isfunction]": 0.005085096089919877, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_help-isfunction]": 0.004663306414944889, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_json-isfunction]": 0.004245369761487869, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_known-isfunction]": 0.004148576934764067, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_networking-isfunction]": 0.004767671088316946, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_package_install_options-isfunction]": 0.004542429412771676, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prefix-isfunction]": 0.004412660114868475, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prune-isfunction]": 0.004225985029768219, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_pscheck-isfunction]": 0.0041313514513494, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_show_channel_urls-isfunction]": 0.004793175569365872, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver-isfunction]": 0.005656136204086, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver_mode-isfunction]": 0.004371579497248692, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_update_modifiers-isfunction]": 0.004057478704895724, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_verbose-isfunction]": 0.0039716194018354625, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_clean-isfunction]": 0.004353121653008806, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_compare-isfunction]": 0.0040089728240569915, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_config-isfunction]": 0.004039057080493679, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_create-isfunction]": 0.004162652990439684, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_info-isfunction]": 0.003992225371894752, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_init-isfunction]": 0.004048505388046132, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_install-isfunction]": 0.004658533681876456, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_list-isfunction]": 0.003982527691451683, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_notices-isfunction]": 0.004307076980667318, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_package-isfunction]": 0.0037653853309555833, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_plugins-isfunction]": 0.0045549959329268695, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_remove-isfunction]": 0.004794392844169111, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_rename-isfunction]": 0.0038102232164123847, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_run-isfunction]": 0.004072132567331994, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_search-isfunction]": 0.0038138726848358133, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_update-isfunction]": 0.003947278626374998, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.do_call-isfunction]": 0.003705029594248684, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_sys_rc_path-]": 0.003840472302484654, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_user_rc_path-]": 0.004369756239539596, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.find_builtin_commands-isfunction]": 0.004109147229577871, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_parser-isfunction]": 0.004123167301292226, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_pre_parser-isfunction]": 0.004229965884349632, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.sys_rc_path-]": 0.004596940869738682, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.user_rc_path-]": 0.0038633388068059836, - "tests/cli/test_conda_argparse.py::test_list_through_python_api": 3.767511214808311, - "tests/cli/test_conda_argparse.py::test_parser_basics": 0.04819540734599242, - "tests/cli/test_conda_argparse.py::test_sorted_commands_in_error": 0.01325703910115919, - "tests/cli/test_config.py::test_add_invalid_key": 0.12982481237874657, - "tests/cli/test_config.py::test_add_key": 0.1490535315134019, - "tests/cli/test_config.py::test_channels_add_duplicate": 0.13104866244884622, - "tests/cli/test_config.py::test_channels_add_empty": 0.16510722459567156, - "tests/cli/test_config.py::test_channels_add_empty_with_defaults": 0.1397163200890216, - "tests/cli/test_config.py::test_channels_append": 0.14105793989087143, - "tests/cli/test_config.py::test_channels_append_duplicate": 0.1513309355023347, - "tests/cli/test_config.py::test_channels_prepend": 0.15118803739580136, - "tests/cli/test_config.py::test_channels_prepend_duplicate": 0.15482312973444268, - "tests/cli/test_config.py::test_channels_remove": 0.1382192466741211, - "tests/cli/test_config.py::test_channels_remove_duplicate": 0.26482630815357566, - "tests/cli/test_config.py::test_conda_config_describe": 6.441574384554779, - "tests/cli/test_config.py::test_conda_config_validate": 3.719730313960763, - "tests/cli/test_config.py::test_conda_config_validate_sslverify_truststore": 2.366213022470723, - "tests/cli/test_config.py::test_create_condarc_on_set": 0.14737404894724623, - "tests/cli/test_config.py::test_custom_multichannels_add": 0.1595279346178942, - "tests/cli/test_config.py::test_custom_multichannels_add_duplicate": 0.15013126540097962, - "tests/cli/test_config.py::test_custom_multichannels_append": 0.15795229677810504, - "tests/cli/test_config.py::test_custom_multichannels_append_duplicate": 0.14488852346512954, - "tests/cli/test_config.py::test_custom_multichannels_prepend": 0.1431359303291793, - "tests/cli/test_config.py::test_custom_multichannels_prepend_duplicate": 0.15322035187322885, - "tests/cli/test_config.py::test_get_all": 0.1694325610130178, - "tests/cli/test_config.py::test_get_all_inc_maps": 0.173749753521213, - "tests/cli/test_config.py::test_get_boolean_value": 0.16441460492841253, - "tests/cli/test_config.py::test_get_channels_list": 0.17402001368728204, - "tests/cli/test_config.py::test_get_invalid_key": 0.15324483631911806, - "tests/cli/test_config.py::test_get_map_full": 0.1787084872391798, - "tests/cli/test_config.py::test_get_map_subkey[conda_build.cache_dir-/tmp/conda-bld]": 0.17074528984119755, - "tests/cli/test_config.py::test_get_map_subkey[proxy_servers.http-1.2.3.4:5678]": 0.16061886566573952, - "tests/cli/test_config.py::test_get_multiple_keys": 0.14866856246938717, - "tests/cli/test_config.py::test_get_multiple_keys_incl_map_full": 0.18093614802954822, - "tests/cli/test_config.py::test_get_multiple_keys_incl_map_subkey": 0.16068385601304172, - "tests/cli/test_config.py::test_get_string_value": 0.16284250906034842, - "tests/cli/test_config.py::test_get_unconfigured_key": 0.15362981997667174, - "tests/cli/test_config.py::test_invalid_yaml": 0.13751815638561857, - "tests/cli/test_config.py::test_remove_key": 0.14022768902804697, - "tests/cli/test_config.py::test_remove_key_duplicate": 0.23490482409198263, - "tests/cli/test_config.py::test_remove_unconfigured_key": 0.12487307085039039, - "tests/cli/test_config.py::test_set_and_get_bool": 0.28301133060436506, - "tests/cli/test_config.py::test_set_check_types[always_yes-false-False]": 0.1425102866013193, - "tests/cli/test_config.py::test_set_check_types[always_yes-no-False]": 0.14507556541112607, - "tests/cli/test_config.py::test_set_check_types[always_yes-true-True]": 0.15849986116013765, - "tests/cli/test_config.py::test_set_check_types[always_yes-yes-True]": 0.21003207543574656, - "tests/cli/test_config.py::test_set_check_types[channel_alias-https://repo.example.com-https://repo.example.com]": 0.13919255649652434, - "tests/cli/test_config.py::test_set_check_types[proxy_servers.http-1.2.3.4:5678-py_value5]": 0.14011047264955312, - "tests/cli/test_config.py::test_set_invalid_key": 0.1272243268214033, - "tests/cli/test_config.py::test_set_key": 0.14785604902575852, - "tests/cli/test_config.py::test_set_map_key[conda_build.cache_dir-/tmp/conda-bld-/var/tmp/build]": 0.1550058551911421, - "tests/cli/test_config.py::test_set_map_key[conda_build.error_overlinking-true-false]": 0.0006149181513822627, - "tests/cli/test_config.py::test_set_map_key[proxy_servers.http-1.2.3.4:5678-4.3.2.1:9876]": 0.15090743910014917, - "tests/cli/test_config.py::test_set_rc_without_user_rc": 0.13146783424022226, - "tests/cli/test_config.py::test_set_unconfigured_key": 0.1427793133806365, - "tests/cli/test_config.py::test_show_sorts_keys": 0.24584873370122745, - "tests/cli/test_config.py::test_ssl_verify_default": 0.007910295455138659, - "tests/cli/test_config.py::test_ssl_verify_set_bool": 0.13295349600485815, - "tests/cli/test_config.py::test_ssl_verify_set_filename": 0.1529271303328162, - "tests/cli/test_env.py::test_conda_env_create_empty_file[classic]": 0.11622843349158853, - "tests/cli/test_env.py::test_conda_env_create_empty_file[libmamba]": 0.07796852175660295, - "tests/cli/test_env.py::test_conda_env_create_http[classic]": 270.6307608685357, - "tests/cli/test_env.py::test_conda_env_create_http[libmamba]": 15.280188504870582, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file[classic]": 0.05884318916679813, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file[libmamba]": 0.05829872355248534, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[classic]": 0.07049444477706801, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[libmamba]": 0.05292308984152007, - "tests/cli/test_env.py::test_conda_env_create_no_file[classic]": 0.06601013616073911, - "tests/cli/test_env.py::test_conda_env_create_no_file[libmamba]": 0.06910764206372678, - "tests/cli/test_env.py::test_create_dry_run_json[classic]": 3.96261328911946, - "tests/cli/test_env.py::test_create_dry_run_json[libmamba]": 2.306620966822614, - "tests/cli/test_env.py::test_create_dry_run_yaml[classic]": 5.272843802831838, - "tests/cli/test_env.py::test_create_dry_run_yaml[libmamba]": 2.445646939335407, - "tests/cli/test_env.py::test_create_unsolvable_env[classic]": 3.6893430159272222, - "tests/cli/test_env.py::test_create_unsolvable_env[libmamba]": 2.5473332691658537, - "tests/cli/test_env.py::test_create_valid_env[classic]": 7.956019459525921, - "tests/cli/test_env.py::test_create_valid_env[libmamba]": 4.179332982317744, - "tests/cli/test_env.py::test_create_valid_env_json_output[classic]": 0.20676311837897693, - "tests/cli/test_env.py::test_create_valid_env_json_output[libmamba]": 1.3906931143667545, - "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[classic]": 78.60536298644432, - "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[libmamba]": 13.932838562455348, - "tests/cli/test_env.py::test_create_valid_env_with_variables[classic]": 2.3475508546851223, - "tests/cli/test_env.py::test_create_valid_env_with_variables[libmamba]": 2.2326150241458977, + "tests/base/test_constants.py::test_ChannelPriority": 0.0035715817715161716, + "tests/base/test_constants.py::test_null_is_falsey": 0.0033111313836845157, + "tests/base/test_context.py::test_aggressive_update_packages": 0.02764411960546141, + "tests/base/test_context.py::test_channel_alias_validation[bad_value-channel_alias value 'bad_value' must have scheme/protocol.]": 0.003694919146924556, + "tests/base/test_context.py::test_channel_alias_validation[https://example.com/-True]": 0.0038431631215193776, + "tests/base/test_context.py::test_channel_priority": 0.0452674030479078, + "tests/base/test_context.py::test_channel_settings": 0.04600495615685789, + "tests/base/test_context.py::test_channels_defaults": 0.05235805125654311, + "tests/base/test_context.py::test_channels_defaults_condarc": 0.05384025765453764, + "tests/base/test_context.py::test_channels_empty": 0.052188799472899755, + "tests/base/test_context.py::test_check_allowlist": 0.028394381902420256, + "tests/base/test_context.py::test_check_allowlist_and_denylist": 0.023456359211536052, + "tests/base/test_context.py::test_check_denylist": 0.022437986855411398, + "tests/base/test_context.py::test_client_ssl_cert": 0.07153733586262603, + "tests/base/test_context.py::test_clobber_enum": 0.05425294081921797, + "tests/base/test_context.py::test_clobber_enum[clobber]": 0.023576472466641338, + "tests/base/test_context.py::test_clobber_enum[prevent]": 0.025304198663427275, + "tests/base/test_context.py::test_clobber_enum[warn]": 0.02526285741203486, + "tests/base/test_context.py::test_conda_bld_path": 0.029845785046420506, + "tests/base/test_context.py::test_conda_build_root_dir": 0.04663693583447586, + "tests/base/test_context.py::test_conda_envs_path": 0.08434071722126474, + "tests/base/test_context.py::test_context_parameter_map": 0.04799609266137309, + "tests/base/test_context.py::test_context_parameters_have_descriptions": 0.10378554658199558, + "tests/base/test_context.py::test_custom_multichannels": 0.050600113440298175, + "tests/base/test_context.py::test_default_python_validation[-True]": 0.003354296323489253, + "tests/base/test_context.py::test_default_python_validation[3.12-True]": 0.004555207996478071, + "tests/base/test_context.py::test_default_python_validation[4.12-default_python value '4.12' not of the form '[23].[0-9][0-9]?' or '']": 0.0032861584091200286, + "tests/base/test_context.py::test_default_python_validation[not a number-default_python value 'not a number' not of the form '[23].[0-9][0-9]?' or '']": 0.0030679278880488626, + "tests/base/test_context.py::test_default_target_is_root_prefix": 0.0478852643794538, + "tests/base/test_context.py::test_expandvars": 0.12151975034270886, + "tests/base/test_context.py::test_get_plugin_config_data_env_var_source": 0.002994991311741638, + "tests/base/test_context.py::test_get_plugin_config_data_file_source": 0.011494506814771445, + "tests/base/test_context.py::test_get_plugin_config_data_skip_bad_values": 0.00361183979221143, + "tests/base/test_context.py::test_local_build_root_custom_rc": 0.09045690489813735, + "tests/base/test_context.py::test_local_build_root_default_rc": 0.022253825600904463, + "tests/base/test_context.py::test_migrated_custom_channels": 0.05386193769556057, + "tests/base/test_context.py::test_old_channel_alias": 0.06638830458691884, + "tests/base/test_context.py::test_proxy_servers": 0.045555692842837586, + "tests/base/test_context.py::test_reporters_default_value": 0.003994250816764191, + "tests/base/test_context.py::test_reporters_from_config_file": 0.04741044590871665, + "tests/base/test_context.py::test_reporters_json_is_true": 0.07072385059198906, + "tests/base/test_context.py::test_reporters_quiet_is_true": 0.0723684196106079, + "tests/base/test_context.py::test_restore_free_channel": 0.029888328066454497, + "tests/base/test_context.py::test_signing_metadata_url_base": 0.07526732913503077, + "tests/base/test_context.py::test_signing_metadata_url_base_empty_default_channels": 0.0835421291107783, + "tests/base/test_context.py::test_specify_channels_cli_adding_defaults_no_condarc": 0.051236787213588514, + "tests/base/test_context.py::test_specify_channels_cli_condarc": 0.06231189595263367, + "tests/base/test_context.py::test_specify_channels_cli_not_adding_defaults_no_condarc": 0.05253561367562768, + "tests/base/test_context.py::test_specify_different_channels_cli_condarc": 0.05555922855551812, + "tests/base/test_context.py::test_specify_same_channels_cli_as_in_condarc": 0.05813587863503007, + "tests/base/test_context.py::test_subdirs": 0.023334039950548127, + "tests/base/test_context.py::test_target_prefix": 0.09579643506799836, + "tests/base/test_context.py::test_threads": 0.1005049431734685, + "tests/base/test_context.py::test_validate_prefix_name[base-False-mock_return_values2-expected2]": 0.007017823114079905, + "tests/base/test_context.py::test_validate_prefix_name[env-name-False-mock_return_values0-expected0]": 0.006100063516486205, + "tests/base/test_context.py::test_validate_prefix_name[not/allow#characters:in-path-False-mock_return_values1-expected1]": 0.005338872199508977, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command0]": 0.5443874120833246, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command1]": 0.43262684242307203, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command2]": 0.11561169681766283, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command3]": 0.12424926270797237, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command4]": 0.292846405668803, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command0]": 0.45852017344872525, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command1]": 0.5832934377150941, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command2]": 0.11140180357550082, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command3]": 0.15590110056837927, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command4]": 0.2278424556474364, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command0]": 0.5015363954793384, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command1]": 0.5109491316723679, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command2]": 0.20536329273147522, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command3]": 0.13657980438390455, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command4]": 0.30039147581766673, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command0]": 0.44845751096724035, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command1]": 0.5012753765861823, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command2]": 0.10732684249002254, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command3]": 0.1707818307799081, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command4]": 0.25470093113746567, + "tests/cli/test_cli_install.py::test_emscripten_forge[classic]": 5.428854599188731, + "tests/cli/test_cli_install.py::test_emscripten_forge[libmamba]": 8.102104524250262, + "tests/cli/test_cli_install.py::test_find_conflicts_called_once[classic]": 20.258951541446855, + "tests/cli/test_cli_install.py::test_find_conflicts_called_once[libmamba]": 0.03578149355452818, + "tests/cli/test_cli_install.py::test_pre_link_message[classic]": 1.6707509813259365, + "tests/cli/test_cli_install.py::test_pre_link_message[libmamba]": 2.3986639030312116, + "tests/cli/test_common.py::test_check_non_admin_enabled_false": 0.006179314874506931, + "tests/cli/test_common.py::test_check_non_admin_enabled_true": 0.005847722849131996, + "tests/cli/test_common.py::test_confirm_dry_run_exit": 0.005495967699641997, + "tests/cli/test_common.py::test_confirm_yn_always_yes": 0.006310068234939288, + "tests/cli/test_common.py::test_confirm_yn_dry_run_exit": 0.0054709368730828925, + "tests/cli/test_common.py::test_confirm_yn_no": 0.005763852823393674, + "tests/cli/test_common.py::test_confirm_yn_yes": 0.00627165457860184, + "tests/cli/test_common.py::test_is_active_prefix[-False]": 0.004513703569014727, + "tests/cli/test_common.py::test_is_active_prefix[active_prefix-True]": 0.004040139416020049, + "tests/cli/test_common.py::test_print_envs_list": 0.004705297601440734, + "tests/cli/test_common.py::test_print_envs_list_output_false": 0.0037947530742125915, + "tests/cli/test_compare.py::test_compare_fail": 0.4145055674186989, + "tests/cli/test_compare.py::test_compare_success": 0.47058651364185533, + "tests/cli/test_conda_argparse.py::test_cli_args_as_strings": 0.1381964835596032, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ArgumentParser-isclass]": 0.003982550273585007, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.BUILTIN_COMMANDS-]": 0.004135866049940631, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ExtendConstAction-isclass]": 0.003909311907666053, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.NullCountAction-isclass]": 0.0036300212244571787, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_output_and_prompt_options-isfunction]": 0.0041858819038712875, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_channels-isfunction]": 0.004252044600547183, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_create_install_update-isfunction]": 0.0038077410524799504, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_default_packages-isfunction]": 0.004836009775678995, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_help-isfunction]": 0.004509997475315639, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_json-isfunction]": 0.004020176068876915, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_known-isfunction]": 0.00400748820430557, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_networking-isfunction]": 0.004416800578782141, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_package_install_options-isfunction]": 0.004378902968302687, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prefix-isfunction]": 0.0042749908812094875, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prune-isfunction]": 0.004090592631119948, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_pscheck-isfunction]": 0.003877629939533602, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_show_channel_urls-isfunction]": 0.004628248568712501, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver-isfunction]": 0.005784659764001804, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver_mode-isfunction]": 0.004169617367548109, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_update_modifiers-isfunction]": 0.003922592515859783, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_verbose-isfunction]": 0.003759485472308475, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_clean-isfunction]": 0.004111017834437956, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_compare-isfunction]": 0.004050015184044877, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_config-isfunction]": 0.003944743448078097, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_create-isfunction]": 0.004080589291518118, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_info-isfunction]": 0.003906289944793763, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_init-isfunction]": 0.003993527252630446, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_install-isfunction]": 0.004606165292352365, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_list-isfunction]": 0.003914948397479457, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_notices-isfunction]": 0.004119550723437672, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_package-isfunction]": 0.0036828494157869185, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_plugins-isfunction]": 0.004337893780236388, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_remove-isfunction]": 0.004665189384660188, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_rename-isfunction]": 0.0036963784542320983, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_run-isfunction]": 0.0039904862103784244, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_search-isfunction]": 0.003667798635821865, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_update-isfunction]": 0.00385221833162825, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.do_call-isfunction]": 0.0035694282105767678, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_sys_rc_path-]": 0.003726873416125323, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_user_rc_path-]": 0.004228454739583487, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.find_builtin_commands-isfunction]": 0.00392677684476259, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_parser-isfunction]": 0.004107071061243709, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_pre_parser-isfunction]": 0.004112281034282426, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.sys_rc_path-]": 0.004423714610776426, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.user_rc_path-]": 0.0037647579636935235, + "tests/cli/test_conda_argparse.py::test_list_through_python_api": 3.712913771321427, + "tests/cli/test_conda_argparse.py::test_parser_basics": 0.047289184191090405, + "tests/cli/test_conda_argparse.py::test_sorted_commands_in_error": 0.012798182485774544, + "tests/cli/test_config.py::test_add_invalid_key": 0.1298054436801438, + "tests/cli/test_config.py::test_add_key": 0.14861445884114613, + "tests/cli/test_config.py::test_channels_add_duplicate": 0.12865383299386687, + "tests/cli/test_config.py::test_channels_add_empty": 0.15467299750231572, + "tests/cli/test_config.py::test_channels_add_empty_with_defaults": 0.13448021018642614, + "tests/cli/test_config.py::test_channels_append": 0.13918707616955778, + "tests/cli/test_config.py::test_channels_append_duplicate": 0.14914418968430768, + "tests/cli/test_config.py::test_channels_prepend": 0.14435422576896034, + "tests/cli/test_config.py::test_channels_prepend_duplicate": 0.1492130782616565, + "tests/cli/test_config.py::test_channels_remove": 0.13514021927598993, + "tests/cli/test_config.py::test_channels_remove_duplicate": 0.26111543865228526, + "tests/cli/test_config.py::test_conda_config_describe": 6.21710718393699, + "tests/cli/test_config.py::test_conda_config_validate": 3.6422068258834766, + "tests/cli/test_config.py::test_conda_config_validate_sslverify_truststore": 2.3044388680487273, + "tests/cli/test_config.py::test_create_condarc_on_set": 0.14303647089138902, + "tests/cli/test_config.py::test_custom_multichannels_add": 0.15238965565755708, + "tests/cli/test_config.py::test_custom_multichannels_add_duplicate": 0.14556996956512766, + "tests/cli/test_config.py::test_custom_multichannels_append": 0.14830770555183836, + "tests/cli/test_config.py::test_custom_multichannels_append_duplicate": 0.1380650517077251, + "tests/cli/test_config.py::test_custom_multichannels_prepend": 0.13777623227624947, + "tests/cli/test_config.py::test_custom_multichannels_prepend_duplicate": 0.15139049576280417, + "tests/cli/test_config.py::test_get_all": 0.17501487662963006, + "tests/cli/test_config.py::test_get_all_inc_maps": 0.16938041055363068, + "tests/cli/test_config.py::test_get_boolean_value": 0.1595961976612676, + "tests/cli/test_config.py::test_get_channels_list": 0.1714104100749282, + "tests/cli/test_config.py::test_get_invalid_key": 0.15326383659345175, + "tests/cli/test_config.py::test_get_map_full": 0.17025684424496076, + "tests/cli/test_config.py::test_get_map_subkey[conda_build.cache_dir-/tmp/conda-bld]": 0.16551683233031306, + "tests/cli/test_config.py::test_get_map_subkey[proxy_servers.http-1.2.3.4:5678]": 0.15786101103772252, + "tests/cli/test_config.py::test_get_multiple_keys": 0.1476130965153496, + "tests/cli/test_config.py::test_get_multiple_keys_incl_map_full": 0.1811995436705841, + "tests/cli/test_config.py::test_get_multiple_keys_incl_map_subkey": 0.15639598845323224, + "tests/cli/test_config.py::test_get_string_value": 0.16448711529197288, + "tests/cli/test_config.py::test_get_unconfigured_key": 0.15019715528578798, + "tests/cli/test_config.py::test_invalid_yaml": 0.1315094238493423, + "tests/cli/test_config.py::test_remove_key": 0.14015254168896923, + "tests/cli/test_config.py::test_remove_key_duplicate": 0.23358499225268758, + "tests/cli/test_config.py::test_remove_unconfigured_key": 0.12086263434333433, + "tests/cli/test_config.py::test_set_and_get_bool": 0.27493009611728775, + "tests/cli/test_config.py::test_set_check_types[always_yes-false-False]": 0.13914502708134197, + "tests/cli/test_config.py::test_set_check_types[always_yes-no-False]": 0.13988512105613055, + "tests/cli/test_config.py::test_set_check_types[always_yes-true-True]": 0.15028777071922758, + "tests/cli/test_config.py::test_set_check_types[always_yes-yes-True]": 0.18528997191574528, + "tests/cli/test_config.py::test_set_check_types[channel_alias-https://repo.example.com-https://repo.example.com]": 0.1339728150780917, + "tests/cli/test_config.py::test_set_check_types[proxy_servers.http-1.2.3.4:5678-py_value5]": 0.1433769444274409, + "tests/cli/test_config.py::test_set_invalid_key": 0.12407285382572492, + "tests/cli/test_config.py::test_set_key": 0.14638383351678322, + "tests/cli/test_config.py::test_set_map_key[conda_build.cache_dir-/tmp/conda-bld-/var/tmp/build]": 0.15034108164331156, + "tests/cli/test_config.py::test_set_map_key[conda_build.error_overlinking-true-false]": 0.0006193062717940975, + "tests/cli/test_config.py::test_set_map_key[proxy_servers.http-1.2.3.4:5678-4.3.2.1:9876]": 0.15113283931521518, + "tests/cli/test_config.py::test_set_rc_without_user_rc": 0.1279940966319698, + "tests/cli/test_config.py::test_set_unconfigured_key": 0.14085126306692566, + "tests/cli/test_config.py::test_show_sorts_keys": 0.23959773338178844, + "tests/cli/test_config.py::test_ssl_verify_default": 0.007785123389358623, + "tests/cli/test_config.py::test_ssl_verify_set_bool": 0.13111918309449677, + "tests/cli/test_config.py::test_ssl_verify_set_filename": 0.1496884153193856, + "tests/cli/test_env.py::test_conda_env_create_empty_file[classic]": 0.11523655467325573, + "tests/cli/test_env.py::test_conda_env_create_empty_file[libmamba]": 0.07708895771465309, + "tests/cli/test_env.py::test_conda_env_create_http[classic]": 271.1229040500274, + "tests/cli/test_env.py::test_conda_env_create_http[libmamba]": 15.240794028629024, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file[classic]": 0.06014674772133469, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file[libmamba]": 0.057348172430622034, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[classic]": 0.07301931389193768, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[libmamba]": 0.053010521813801385, + "tests/cli/test_env.py::test_conda_env_create_no_file[classic]": 0.06740291732877406, + "tests/cli/test_env.py::test_conda_env_create_no_file[libmamba]": 0.069776505801429, + "tests/cli/test_env.py::test_create_dry_run_json[classic]": 3.9778487334272827, + "tests/cli/test_env.py::test_create_dry_run_json[libmamba]": 2.3476154240937714, + "tests/cli/test_env.py::test_create_dry_run_yaml[classic]": 5.535641082683303, + "tests/cli/test_env.py::test_create_dry_run_yaml[libmamba]": 2.2949517164080637, + "tests/cli/test_env.py::test_create_unsolvable_env[classic]": 3.733332198429246, + "tests/cli/test_env.py::test_create_unsolvable_env[libmamba]": 2.3513905630450695, + "tests/cli/test_env.py::test_create_valid_env[classic]": 7.961661089710328, + "tests/cli/test_env.py::test_create_valid_env[libmamba]": 4.166393730214899, + "tests/cli/test_env.py::test_create_valid_env_json_output[classic]": 0.2070863611051166, + "tests/cli/test_env.py::test_create_valid_env_json_output[libmamba]": 1.3713546716985798, + "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[classic]": 80.1071431492327, + "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[libmamba]": 13.821648071093014, + "tests/cli/test_env.py::test_create_valid_env_with_variables[classic]": 2.253199700572974, + "tests/cli/test_env.py::test_create_valid_env_with_variables[libmamba]": 2.2345361853510597, "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.288065744631817, - "tests/cli/test_env.py::test_deprecated_binstar[classic]": 0.0951862316835934, - "tests/cli/test_env.py::test_deprecated_binstar[libmamba]": 0.09674956635450718, - "tests/cli/test_env.py::test_env_export[classic]": 3.4543955892499376, - "tests/cli/test_env.py::test_env_export[libmamba]": 3.7367025355662356, - "tests/cli/test_env.py::test_env_export_json[classic]": 1.114801436493587, - "tests/cli/test_env.py::test_env_export_json[libmamba]": 1.4010444255668026, - "tests/cli/test_env.py::test_env_export_with_variables[classic]": 2.259589944835086, - "tests/cli/test_env.py::test_env_export_with_variables[libmamba]": 3.398023582937629, - "tests/cli/test_env.py::test_export_multi_channel[classic]": 63.25357813284789, - "tests/cli/test_env.py::test_export_multi_channel[libmamba]": 29.636707178603505, - "tests/cli/test_env.py::test_invalid_extensions[classic]": 0.057830705978087364, - "tests/cli/test_env.py::test_invalid_extensions[libmamba]": 0.13691794075247338, - "tests/cli/test_env.py::test_list[classic]": 1.5939579372100865, - "tests/cli/test_env.py::test_list[libmamba]": 3.8190517479335497, - "tests/cli/test_env.py::test_name[classic]": 0.4665009334720561, - "tests/cli/test_env.py::test_name[libmamba]": 2.351079004643469, - "tests/cli/test_env.py::test_name_override[classic]": 1.2835218653220188, - "tests/cli/test_env.py::test_name_override[libmamba]": 1.8011633192107197, - "tests/cli/test_env.py::test_non_existent_file[classic]": 0.05759390363422623, - "tests/cli/test_env.py::test_non_existent_file[libmamba]": 0.060387738567488615, - "tests/cli/test_env.py::test_pip_error_is_propagated[classic]": 41.69776960608461, - "tests/cli/test_env.py::test_pip_error_is_propagated[libmamba]": 12.296724958244965, - "tests/cli/test_env.py::test_remove_dry_run[classic]": 0.723347137318975, - "tests/cli/test_env.py::test_remove_dry_run[libmamba]": 1.7868232491313598, - "tests/cli/test_env.py::test_set_unset_env_vars[classic]": 0.8150135564824301, - "tests/cli/test_env.py::test_set_unset_env_vars[libmamba]": 1.9182522112717384, - "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[classic]": 0.058524813049648204, - "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[libmamba]": 0.057264824087456735, - "tests/cli/test_env.py::test_update[classic]": 1.4749309378599882, - "tests/cli/test_env.py::test_update[libmamba]": 3.7479460829497087, - "tests/cli/test_env.py::test_update_env_json_output[classic]": 0.5378591178145812, - "tests/cli/test_env.py::test_update_env_json_output[libmamba]": 2.6930122272307098, - "tests/cli/test_env.py::test_update_env_no_action_json_output[classic]": 73.75810504895391, - "tests/cli/test_env.py::test_update_env_no_action_json_output[libmamba]": 16.98540050282128, - "tests/cli/test_env.py::test_update_env_only_pip_json_output[classic]": 102.1277315234368, - "tests/cli/test_env.py::test_update_env_only_pip_json_output[libmamba]": 16.439668273599015, - "tests/cli/test_find_commands.py::test_find_commands": 0.01902756121520003, - "tests/cli/test_find_commands.py::test_find_executable": 0.008809583858794061, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--debug]": 0.09112288936353607, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--json]": 0.08478861655503042, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--trace]": 0.09135304763487635, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[-v]": 0.11047275606377475, - "tests/cli/test_main.py::test_main": 0.0959566101708644, - "tests/cli/test_main_clean.py::test_clean_all[False]": 1.1590090865415328, - "tests/cli/test_main_clean.py::test_clean_all[True]": 1.1407986385688578, - "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[False]": 1.03965488768099, - "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[True]": 0.6625047932433425, - "tests/cli/test_main_clean.py::test_clean_and_packages": 0.8968552767720569, - "tests/cli/test_main_clean.py::test_clean_force_pkgs_dirs": 0.49719801330193014, - "tests/cli/test_main_clean.py::test_clean_index_cache": 0.4668155077908849, - "tests/cli/test_main_clean.py::test_clean_logfiles": 0.44508828724927507, - "tests/cli/test_main_clean.py::test_clean_tarballs": 0.45578453562345855, - "tests/cli/test_main_clean.py::test_clean_tempfiles": 0.45107266747560393, - "tests/cli/test_main_clean.py::test_get_size": 0.005828735888010031, - "tests/cli/test_main_clean.py::test_get_size_None": 0.0035678194420103756, - "tests/cli/test_main_clean.py::test_get_size_list": 0.0033769825132463735, - "tests/cli/test_main_commands.py::test_commands": 0.1377235125241743, - "tests/cli/test_main_compare.py::test_compare": 0.1321744214983351, - "tests/cli/test_main_config.py::test_config_get_key": 0.027718659405228774, - "tests/cli/test_main_config.py::test_config_get_missing[get]": 0.17905482555480948, - "tests/cli/test_main_config.py::test_config_get_missing[key]": 0.1531106393858501, - "tests/cli/test_main_config.py::test_config_get_missing[unknown]": 0.14577951068751574, - "tests/cli/test_main_config.py::test_config_get_system[get]": 0.15547268925250735, - "tests/cli/test_main_config.py::test_config_get_system[key]": 0.15339659645467726, - "tests/cli/test_main_config.py::test_config_get_system[unknown]": 0.14996800001984908, - "tests/cli/test_main_config.py::test_config_get_user[get]": 0.16206636368475533, - "tests/cli/test_main_config.py::test_config_get_user[key]": 0.15559902320823532, - "tests/cli/test_main_config.py::test_config_get_user[unknown]": 0.14605789050469495, - "tests/cli/test_main_config.py::test_config_read_rc": 0.009942250784477594, - "tests/cli/test_main_config.py::test_config_remove_item": 0.007927905852929759, - "tests/cli/test_main_config.py::test_config_remove_key": 0.004132332416224512, - "tests/cli/test_main_config.py::test_config_set_key": 0.006869473744279657, - "tests/cli/test_main_config.py::test_config_set_keys": 0.015734138449844764, - "tests/cli/test_main_config.py::test_config_show_sources_json": 0.14239937812066333, - "tests/cli/test_main_config.py::test_config_write_rc": 0.006674960620912482, - "tests/cli/test_main_export.py::test_execute_export_no_file_specified": 0.1418501522947145, - "tests/cli/test_main_export.py::test_export": 0.1430391254974251, - "tests/cli/test_main_export.py::test_export_add_channels": 0.13112870326194123, - "tests/cli/test_main_export.py::test_export_override_channels": 0.15442643465050873, - "tests/cli/test_main_export.py::test_export_with_json": 0.12704399466153407, - "tests/cli/test_main_export.py::test_export_yaml_file_extension": 0.1171251672044864, - "tests/cli/test_main_info.py::test_info": 0.8864646717781126, + "tests/cli/test_env.py::test_deprecated_binstar[classic]": 0.09541645348446331, + "tests/cli/test_env.py::test_deprecated_binstar[libmamba]": 0.09597726906472569, + "tests/cli/test_env.py::test_env_export[classic]": 3.569333307449947, + "tests/cli/test_env.py::test_env_export[libmamba]": 3.7550706582066176, + "tests/cli/test_env.py::test_env_export_json[classic]": 1.0826871190314344, + "tests/cli/test_env.py::test_env_export_json[libmamba]": 1.4242216691737366, + "tests/cli/test_env.py::test_env_export_with_variables[classic]": 2.2441987734605573, + "tests/cli/test_env.py::test_env_export_with_variables[libmamba]": 3.399329731915307, + "tests/cli/test_env.py::test_export_multi_channel[classic]": 63.4440933067984, + "tests/cli/test_env.py::test_export_multi_channel[libmamba]": 29.60949497239407, + "tests/cli/test_env.py::test_invalid_extensions[classic]": 0.057991869964501376, + "tests/cli/test_env.py::test_invalid_extensions[libmamba]": 0.14818383502124866, + "tests/cli/test_env.py::test_list[classic]": 1.6664023623246693, + "tests/cli/test_env.py::test_list[libmamba]": 3.845903522183707, + "tests/cli/test_env.py::test_name[classic]": 0.4665009334720558, + "tests/cli/test_env.py::test_name[libmamba]": 2.351079004643494, + "tests/cli/test_env.py::test_name_override[classic]": 1.3075995226982131, + "tests/cli/test_env.py::test_name_override[libmamba]": 1.8345276060074558, + "tests/cli/test_env.py::test_non_existent_file[classic]": 0.057410454282272, + "tests/cli/test_env.py::test_non_existent_file[libmamba]": 0.06062088960045734, + "tests/cli/test_env.py::test_pip_error_is_propagated[classic]": 40.912161836303476, + "tests/cli/test_env.py::test_pip_error_is_propagated[libmamba]": 12.13847692205875, + "tests/cli/test_env.py::test_remove_dry_run[classic]": 0.7413145383053726, + "tests/cli/test_env.py::test_remove_dry_run[libmamba]": 1.8002468741546858, + "tests/cli/test_env.py::test_set_unset_env_vars[classic]": 0.8428984805950042, + "tests/cli/test_env.py::test_set_unset_env_vars[libmamba]": 1.9180195318145106, + "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[classic]": 0.058666579845662224, + "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[libmamba]": 0.05633924048191382, + "tests/cli/test_env.py::test_update[classic]": 1.5269185164625947, + "tests/cli/test_env.py::test_update[libmamba]": 3.8346653965721478, + "tests/cli/test_env.py::test_update_env_json_output[classic]": 0.5405856857670227, + "tests/cli/test_env.py::test_update_env_json_output[libmamba]": 2.709017252266789, + "tests/cli/test_env.py::test_update_env_no_action_json_output[classic]": 72.34144314800106, + "tests/cli/test_env.py::test_update_env_no_action_json_output[libmamba]": 16.977520714611437, + "tests/cli/test_env.py::test_update_env_only_pip_json_output[classic]": 103.59997008210946, + "tests/cli/test_env.py::test_update_env_only_pip_json_output[libmamba]": 16.35471059486786, + "tests/cli/test_find_commands.py::test_find_commands": 0.01891734695646185, + "tests/cli/test_find_commands.py::test_find_executable": 0.00869831301491396, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--debug]": 0.09421008081607554, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--json]": 0.08541757313253083, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--trace]": 0.09032286519675602, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[-v]": 0.10460108744106297, + "tests/cli/test_main.py::test_main": 0.09463719900126552, + "tests/cli/test_main_clean.py::test_clean_all[False]": 1.1342012194642046, + "tests/cli/test_main_clean.py::test_clean_all[True]": 1.1313278020086528, + "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[False]": 1.0473416419109616, + "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[True]": 0.656140685055273, + "tests/cli/test_main_clean.py::test_clean_and_packages": 0.8720306192926705, + "tests/cli/test_main_clean.py::test_clean_force_pkgs_dirs": 0.4897142605018292, + "tests/cli/test_main_clean.py::test_clean_index_cache": 0.45969262949242545, + "tests/cli/test_main_clean.py::test_clean_logfiles": 0.4393671517238389, + "tests/cli/test_main_clean.py::test_clean_tarballs": 0.4511903603835463, + "tests/cli/test_main_clean.py::test_clean_tempfiles": 0.449671302892997, + "tests/cli/test_main_clean.py::test_get_size": 0.005764491681114115, + "tests/cli/test_main_clean.py::test_get_size_None": 0.0035237923859500935, + "tests/cli/test_main_clean.py::test_get_size_list": 0.003337114459675993, + "tests/cli/test_main_commands.py::test_commands": 0.14413753770991192, + "tests/cli/test_main_compare.py::test_compare": 0.12607195396770063, + "tests/cli/test_main_config.py::test_config_get_key": 0.02697142470610101, + "tests/cli/test_main_config.py::test_config_get_missing[get]": 0.16943693196712942, + "tests/cli/test_main_config.py::test_config_get_missing[key]": 0.15067673657856687, + "tests/cli/test_main_config.py::test_config_get_missing[unknown]": 0.1431748602820899, + "tests/cli/test_main_config.py::test_config_get_system[get]": 0.15199254946972632, + "tests/cli/test_main_config.py::test_config_get_system[key]": 0.14946416147112634, + "tests/cli/test_main_config.py::test_config_get_system[unknown]": 0.14898720547441377, + "tests/cli/test_main_config.py::test_config_get_user[get]": 0.16027542583433593, + "tests/cli/test_main_config.py::test_config_get_user[key]": 0.15276446403899982, + "tests/cli/test_main_config.py::test_config_get_user[unknown]": 0.1467893014666, + "tests/cli/test_main_config.py::test_config_read_rc": 0.009614103168126683, + "tests/cli/test_main_config.py::test_config_remove_item": 0.007784254886280589, + "tests/cli/test_main_config.py::test_config_remove_key": 0.004050735410209194, + "tests/cli/test_main_config.py::test_config_set_key": 0.006674667421893945, + "tests/cli/test_main_config.py::test_config_set_keys": 0.01527266196408862, + "tests/cli/test_main_config.py::test_config_show_sources_json": 0.13970674508856304, + "tests/cli/test_main_config.py::test_config_write_rc": 0.006517022165201148, + "tests/cli/test_main_export.py::test_execute_export_no_file_specified": 0.13807577328816684, + "tests/cli/test_main_export.py::test_export": 0.13945056854040197, + "tests/cli/test_main_export.py::test_export_add_channels": 0.1280946894214494, + "tests/cli/test_main_export.py::test_export_override_channels": 0.15641902000806296, + "tests/cli/test_main_export.py::test_export_with_json": 0.12484778010677128, + "tests/cli/test_main_export.py::test_export_yaml_file_extension": 0.11209023190089464, + "tests/cli/test_main_info.py::test_info": 0.8662257188416559, "tests/cli/test_main_info.py::test_info_all": 0.23057341150001065, - "tests/cli/test_main_info.py::test_info_json": 0.2037655872531278, - "tests/cli/test_main_info.py::test_info_root": 0.3520644140998499, - "tests/cli/test_main_info.py::test_info_unsafe_channels": 0.37751124672209907, - "tests/cli/test_main_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 250.69362396880706, - "tests/cli/test_main_install.py::test_install_freezes_env_by_default": 1.5732238980332742, - "tests/cli/test_main_install.py::test_install_from_extracted_package": 25.02305357892977, - "tests/cli/test_main_install.py::test_install_mkdir": 37.99324850707391, - "tests/cli/test_main_list.py::test_explicit[--md5]": 1.4185844362929836, - "tests/cli/test_main_list.py::test_explicit[--quiet]": 1.5189789478403253, - "tests/cli/test_main_list.py::test_explicit[--sha256]": 1.3492374609522633, - "tests/cli/test_main_list.py::test_export": 0.655259459294982, - "tests/cli/test_main_list.py::test_list": 4.546238633018279, - "tests/cli/test_main_list.py::test_list_explicit": 9.444696924069703, - "tests/cli/test_main_list.py::test_list_json": 0.2843070115928069, - "tests/cli/test_main_list.py::test_list_package": 0.1541490664775816, - "tests/cli/test_main_list.py::test_list_reverse": 9.781159464454886, - "tests/cli/test_main_list.py::test_list_revisions": 0.24149822930254766, - "tests/cli/test_main_list.py::test_list_specific_version": 0.5838455318650555, - "tests/cli/test_main_notices.py::test_cache_names_appear_as_expected": 0.1501483616773469, - "tests/cli/test_main_notices.py::test_main_notices[200]": 0.17046871037865108, - "tests/cli/test_main_notices.py::test_main_notices[404]": 0.16810083793729652, - "tests/cli/test_main_notices.py::test_main_notices_handles_bad_expired_at_field": 0.14490618346401857, - "tests/cli/test_main_notices.py::test_main_notices_help": 0.05058827977544431, - "tests/cli/test_main_notices.py::test_main_notices_json": 0.09100552672107229, - "tests/cli/test_main_notices.py::test_main_notices_reads_from_cache": 0.15311716646235182, - "tests/cli/test_main_notices.py::test_main_notices_reads_from_expired_cache": 0.17106953910309622, - "tests/cli/test_main_notices.py::test_notices_appear_once_when_running_decorated_commands": 4.157969031469274, - "tests/cli/test_main_notices.py::test_notices_cannot_read_cache_files": 0.22184625024450183, - "tests/cli/test_main_notices.py::test_notices_does_not_interrupt_command_on_failure": 0.9675389977562768, - "tests/cli/test_main_notices.py::test_notices_work_with_s3_channel": 0.2344461186619651, - "tests/cli/test_main_remove.py::test_remove_all": 26.11265781904563, - "tests/cli/test_main_remove.py::test_remove_all_keep_env": 23.951047812632456, - "tests/cli/test_main_remove.py::test_remove_globbed_package_names[classic]": 6.141719762887765, - "tests/cli/test_main_remove.py::test_remove_globbed_package_names[libmamba]": 0.5723000212714766, - "tests/cli/test_main_remove.py::test_remove_nonexistent_env": 0.12691170970902146, - "tests/cli/test_main_rename.py::test_cannot_rename_active_env_by_name": 1.98842345773599, - "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_name": 0.12374337182378195, - "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_path": 0.11742287564162257, - "tests/cli/test_main_rename.py::test_cannot_rename_nonexistent_env": 0.1294578617897442, - "tests/cli/test_main_rename.py::test_protected_dirs_error_for_rename": 2.725334436313457, - "tests/cli/test_main_rename.py::test_rename_by_name_name_already_exists_error": 2.7289583305995593, - "tests/cli/test_main_rename.py::test_rename_by_name_success": 4.7270177257101915, - "tests/cli/test_main_rename.py::test_rename_by_path_path_already_exists_error": 3.1392089159471297, - "tests/cli/test_main_rename.py::test_rename_by_path_success": 4.383084264216523, - "tests/cli/test_main_rename.py::test_rename_with_dry_run": 2.2296118362241013, - "tests/cli/test_main_rename.py::test_rename_with_force": 7.100436439856417, - "tests/cli/test_main_rename.py::test_rename_with_force_and_dry_run": 2.477551525820798, - "tests/cli/test_main_rename.py::test_rename_with_force_with_errors": 4.5418020012043465, - "tests/cli/test_main_rename.py::test_rename_with_force_with_errors_prefix": 2.7771573650132533, - "tests/cli/test_main_rename.py::test_separator_chars_on_win": 0.000751759926215614, - "tests/cli/test_main_run.py::test_conda_run_nonexistant_prefix": 0.1154061729913488, - "tests/cli/test_main_run.py::test_conda_run_prefix_not_a_conda_env": 0.11096732525956741, - "tests/cli/test_main_run.py::test_multiline_run_command": 3.5894584940731877, - "tests/cli/test_main_run.py::test_run_readonly_env": 3.767941654276505, - "tests/cli/test_main_run.py::test_run_returns_int": 3.8942795792423426, - "tests/cli/test_main_run.py::test_run_returns_nonzero_errorlevel": 3.6773317783153665, - "tests/cli/test_main_run.py::test_run_returns_zero_errorlevel": 3.246445049643343, - "tests/cli/test_main_run.py::test_run_uncaptured": 3.9413751416518363, - "tests/cli/test_main_search.py::test_anaconda_token_with_private_package": 28.46384704015697, - "tests/cli/test_main_search.py::test_bad_anaconda_token": 0.7907661340359924, - "tests/cli/test_main_search.py::test_current_platform_package_missing": 0.12975017309973746, - "tests/cli/test_main_search.py::test_different_platform_package_found": 0.18542405698351594, - "tests/cli/test_main_search.py::test_mocked_platform_package_found": 0.1381177842531803, - "tests/cli/test_main_search.py::test_pretty_record": 0.002530411184629527, - "tests/cli/test_main_search.py::test_rpy_search[linux-32]": 5.872026961476304, - "tests/cli/test_main_search.py::test_rpy_search[linux-64]": 15.757467167279822, - "tests/cli/test_main_search.py::test_rpy_search[osx-64]": 12.600164050582956, - "tests/cli/test_main_search.py::test_rpy_search[win-32]": 6.8437905423384064, - "tests/cli/test_main_search.py::test_rpy_search[win-64]": 9.84312602834869, - "tests/cli/test_main_search.py::test_search_0": 1.5498318157261022, - "tests/cli/test_main_search.py::test_search_1": 0.22401432433129967, - "tests/cli/test_main_search.py::test_search_2[exact]": 0.26033736314318184, - "tests/cli/test_main_search.py::test_search_2[wildcard]": 1.3553568092039536, - "tests/cli/test_main_search.py::test_search_3": 1.68671564370098, - "tests/cli/test_main_search.py::test_search_4": 0.15274661307218024, - "tests/cli/test_main_search.py::test_search_5": 1.0138147825271375, - "tests/cli/test_main_search.py::test_search_envs": 0.16694488952337722, - "tests/cli/test_main_search.py::test_search_envs_info": 0.23340362535717682, - "tests/cli/test_main_search.py::test_search_envs_json": 0.21574129769108089, - "tests/cli/test_main_search.py::test_search_inflexible": 1.4619627648814701, - "tests/cli/test_main_search.py::test_unknown_platform_package_missing": 0.08412871886894022, - "tests/cli/test_subcommands.py::test_clean[classic]": 1.080677221352643, - "tests/cli/test_subcommands.py::test_clean[libmamba]": 2.276951162014898, - "tests/cli/test_subcommands.py::test_compare[classic]": 0.5584077504263708, - "tests/cli/test_subcommands.py::test_compare[libmamba]": 10.72904831027071, - "tests/cli/test_subcommands.py::test_config[classic]": 0.14319962874725084, - "tests/cli/test_subcommands.py::test_config[libmamba]": 0.14195448926872492, - "tests/cli/test_subcommands.py::test_create[classic]": 0.9490401157178389, - "tests/cli/test_subcommands.py::test_create[libmamba]": 16.716148857668035, - "tests/cli/test_subcommands.py::test_doctor[classic]": 7.201609480868025, - "tests/cli/test_subcommands.py::test_doctor[libmamba]": 7.417159954236189, - "tests/cli/test_subcommands.py::test_env_config_vars[classic]": 0.78428986514979, - "tests/cli/test_subcommands.py::test_env_config_vars[libmamba]": 3.134880468401854, - "tests/cli/test_subcommands.py::test_env_create[classic]": 3.7646096626524317, - "tests/cli/test_subcommands.py::test_env_create[libmamba]": 2.8436671557033253, - "tests/cli/test_subcommands.py::test_env_export[classic]": 0.8967440145827945, - "tests/cli/test_subcommands.py::test_env_export[libmamba]": 0.8950760974226715, - "tests/cli/test_subcommands.py::test_env_list[classic]": 0.5584794777357426, - "tests/cli/test_subcommands.py::test_env_list[libmamba]": 0.5741848893864671, - "tests/cli/test_subcommands.py::test_env_remove[classic]": 0.7385610959824849, - "tests/cli/test_subcommands.py::test_env_remove[libmamba]": 2.2344614439936077, - "tests/cli/test_subcommands.py::test_env_update[classic]": 2.0593014757620174, - "tests/cli/test_subcommands.py::test_env_update[libmamba]": 5.84547178875191, - "tests/cli/test_subcommands.py::test_info[classic]": 0.23984590209286535, - "tests/cli/test_subcommands.py::test_info[libmamba]": 0.2586770472347077, - "tests/cli/test_subcommands.py::test_info_json[classic]": 0.6869241408448861, - "tests/cli/test_subcommands.py::test_info_json[libmamba]": 0.49411620294856384, - "tests/cli/test_subcommands.py::test_init[classic]": 0.18813935441901167, - "tests/cli/test_subcommands.py::test_init[libmamba]": 0.19878617999176545, - "tests/cli/test_subcommands.py::test_install[classic]": 6.932317732081681, - "tests/cli/test_subcommands.py::test_install[libmamba]": 6.179702062807452, - "tests/cli/test_subcommands.py::test_list[classic]": 2.335777737015865, - "tests/cli/test_subcommands.py::test_list[libmamba]": 3.3173774252409793, - "tests/cli/test_subcommands.py::test_notices[classic]": 0.3134619696776905, - "tests/cli/test_subcommands.py::test_notices[libmamba]": 0.30754773343920666, - "tests/cli/test_subcommands.py::test_package[classic]": 0.4920379343441429, - "tests/cli/test_subcommands.py::test_package[libmamba]": 3.1790465818248896, - "tests/cli/test_subcommands.py::test_remove[classic-remove]": 0.6816063470315186, - "tests/cli/test_subcommands.py::test_remove[classic-uninstall]": 0.6401353797933336, - "tests/cli/test_subcommands.py::test_remove[libmamba-remove]": 2.9118651640367466, - "tests/cli/test_subcommands.py::test_remove[libmamba-uninstall]": 2.986452389298489, - "tests/cli/test_subcommands.py::test_remove_all_json[classic-remove]": 1.2376194630840494, - "tests/cli/test_subcommands.py::test_remove_all_json[classic-uninstall]": 1.278151501291484, - "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-remove]": 2.1023708520544306, - "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-uninstall]": 2.49460561022133, - "tests/cli/test_subcommands.py::test_rename[classic]": 0.9867322876788861, - "tests/cli/test_subcommands.py::test_rename[libmamba]": 3.27922363375071, - "tests/cli/test_subcommands.py::test_run[classic]": 2.3310023778767515, - "tests/cli/test_subcommands.py::test_run[libmamba]": 3.534550855424535, - "tests/cli/test_subcommands.py::test_search[classic]": 7.37187768911597, - "tests/cli/test_subcommands.py::test_search[libmamba]": 3.5559877012870054, - "tests/cli/test_subcommands.py::test_update[classic-update]": 2.178276888652242, - "tests/cli/test_subcommands.py::test_update[classic-upgrade]": 1.7506653858288606, - "tests/cli/test_subcommands.py::test_update[libmamba-update]": 4.9585022085150054, - "tests/cli/test_subcommands.py::test_update[libmamba-upgrade]": 4.230117918571224, - "tests/common/os/test_windows.py::test_is_admin_on_windows": 0.0028366817578651016, - "tests/common/pkg_formats/test_python.py::test_basepydist_load_requires_provides_file": 0.003947404247080293, - "tests/common/pkg_formats/test_python.py::test_basepydist_parse_entries_file_data": 0.0036176720803214463, - "tests/common/pkg_formats/test_python.py::test_basepydist_parse_requires_file_data": 0.003113224579271583, - "tests/common/pkg_formats/test_python.py::test_dist_get_paths": 0.003995364576846324, - "tests/common/pkg_formats/test_python.py::test_dist_get_paths_no_paths": 0.004294205212107165, - "tests/common/pkg_formats/test_python.py::test_evaluate_marker": 0.0035273508707488023, - "tests/common/pkg_formats/test_python.py::test_get_default_marker_context": 0.003023017633916867, - "tests/common/pkg_formats/test_python.py::test_get_dist_file_from_egg_link": 0.010533628096446396, - "tests/common/pkg_formats/test_python.py::test_get_dist_requirements": 0.004107744198692307, - "tests/common/pkg_formats/test_python.py::test_get_entry_points": 0.005991732383491982, - "tests/common/pkg_formats/test_python.py::test_get_extra_provides": 0.0056112678072590795, - "tests/common/pkg_formats/test_python.py::test_get_python_distribution_info": 0.0006282802057879362, - "tests/common/pkg_formats/test_python.py::test_get_site_packages_anchor_files": 0.005252507290531268, - "tests/common/pkg_formats/test_python.py::test_metadata": 0.009253363446873423, - "tests/common/pkg_formats/test_python.py::test_metadata[path0-False-False-False-False]": 0.004207659426309481, - "tests/common/pkg_formats/test_python.py::test_metadata[path1-True-False-False-False]": 0.006403062859240316, - "tests/common/pkg_formats/test_python.py::test_metadata[path2-True-True-True-False]": 0.00459804931851116, - "tests/common/pkg_formats/test_python.py::test_metadata[path3-True-True-True-True]": 0.005046897105930213, - "tests/common/pkg_formats/test_python.py::test_metadata_keys": 0.0029985187803026436, - "tests/common/pkg_formats/test_python.py::test_metadata_none": 0.0029409141905347167, - "tests/common/pkg_formats/test_python.py::test_metadata_process_path": 0.004421209246182435, - "tests/common/pkg_formats/test_python.py::test_metadata_read_metadata": 0.0051744164213712515, - "tests/common/pkg_formats/test_python.py::test_norm_package_name": 0.003321406149147946, - "tests/common/pkg_formats/test_python.py::test_norm_package_version": 0.0037701378282713302, - "tests/common/pkg_formats/test_python.py::test_parse_specification": 0.006761088916800521, - "tests/common/pkg_formats/test_python.py::test_pydist_check_files": 0.004866302167882651, - "tests/common/pkg_formats/test_python.py::test_pypi_name_to_conda_name": 0.0030598505317016027, - "tests/common/pkg_formats/test_python.py::test_python_dist_egg_fpath": 0.0037863182055027306, - "tests/common/pkg_formats/test_python.py::test_python_dist_egg_path": 0.0034961013598613392, - "tests/common/pkg_formats/test_python.py::test_python_dist_info": 0.004707768263330995, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies": 0.005107514160954495, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_2": 0.0037892788632466687, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_3": 0.0037677629240955835, - "tests/common/pkg_formats/test_python.py::test_split_spec": 0.0035984335405023207, - "tests/common/test_compat.py::test_deprecations[FILESYSTEM_ENCODING-TypeError]": 0.0034830200049102192, - "tests/common/test_compat.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.0029595001602903018, - "tests/common/test_compat.py::test_deprecations[ensure_unicode-TypeError]": 0.0032346232944844696, - "tests/common/test_compat.py::test_deprecations[open-TypeError]": 0.0032420080019602013, - "tests/common/test_compat.py::test_deprecations[six_with_metaclass-TypeError]": 0.0030018072812352317, - "tests/common/test_configuration.py::test_commented_map_parameter": 0.004918027793844491, - "tests/common/test_configuration.py::test_config_resets": 0.004453503626962455, - "tests/common/test_configuration.py::test_cross_parameter_validation": 0.00272706782321705, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$$/suffix]": 0.002829131297947517, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$/suffix]": 0.003538897527125196, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$1/suffix]": 0.0036087019737719565, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$MISSING/suffix]": 0.0031039813785251704, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$VARIABLE/suffix]": 0.004143205806117282, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${1}/suffix]": 0.0029458568654202326, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${MISSING}/suffix]": 0.0032131631581189457, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${VARIABLE}/suffix]": 0.003692263541095584, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${}/suffix]": 0.003469897776389063, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%%/suffix]": 0.00310747278686186, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%/suffix]": 0.0032143539575255372, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1%/suffix]": 0.003278867491340156, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1/suffix]": 0.0030724436286691747, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%MISSING%/suffix]": 0.0034041054556419675, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%VARIABLE%/suffix]": 0.0007014770642383712, - "tests/common/test_configuration.py::test_default_values": 0.004103402609776391, - "tests/common/test_configuration.py::test_empty_map_parameter": 0.009457564759152154, - "tests/common/test_configuration.py::test_env_var_config": 0.00346223391472548, - "tests/common/test_configuration.py::test_env_var_config_alias": 0.003985887987681136, - "tests/common/test_configuration.py::test_env_var_config_empty_sequence": 0.004523624934975463, - "tests/common/test_configuration.py::test_env_var_config_no_split_sequence": 0.0036403141642323646, - "tests/common/test_configuration.py::test_env_var_config_split_sequence": 0.0035216083722556233, - "tests/common/test_configuration.py::test_expand_search_path": 0.005579593589617968, - "tests/common/test_configuration.py::test_expanded_variables": 0.01063508715444977, - "tests/common/test_configuration.py::test_important_primitive_map_merges": 0.13481644634732534, - "tests/common/test_configuration.py::test_invalid_map_parameter": 0.0030735933546666323, - "tests/common/test_configuration.py::test_invalid_seq_parameter": 0.0029996970670754307, - "tests/common/test_configuration.py::test_list_merges": 0.09955190049871654, - "tests/common/test_configuration.py::test_load_raw_configs": 0.04018677481248252, - "tests/common/test_configuration.py::test_map_parameter_must_be_map": 0.004327560448296995, - "tests/common/test_configuration.py::test_nested": 0.024589239369531536, - "tests/common/test_configuration.py::test_object": 0.017177149929555782, - "tests/common/test_configuration.py::test_object_defaults_completely_empty": 0.005249606268957911, - "tests/common/test_configuration.py::test_object_defaults_partially_empty": 0.0071271251632567265, - "tests/common/test_configuration.py::test_parameter": 0.0026435835114697595, - "tests/common/test_configuration.py::test_parameter_flag": 0.0027485756462352798, - "tests/common/test_configuration.py::test_pretty_list": 0.0035175426274007397, - "tests/common/test_configuration.py::test_raise_errors": 0.003186996317325194, - "tests/common/test_configuration.py::test_simple_merges_and_caching": 0.025315980941232035, - "tests/common/test_configuration.py::test_unique_sequence_map_error_with_duplicates": 0.006352506158914005, - "tests/common/test_configuration.py::test_unique_sequence_map_error_with_unique_key": 0.006304803570616129, - "tests/common/test_configuration.py::test_validate_all": 0.01766625730769808, - "tests/common/test_configuration.py::test_validation": 0.023614341589584673, - "tests/common/test_io.py::test_attach_stderr_handler": 0.004581913973020854, - "tests/common/test_io.py::test_captured": 0.003586321302481248, - "tests/common/test_path.py::test_get_major_minor_version_no_dot": 0.0035306834146759006, - "tests/common/test_path.py::test_missing_pyc_files_27": 0.0030273351034906565, - "tests/common/test_path.py::test_missing_pyc_files_34": 0.0032000019497590714, - "tests/common/test_path.py::test_missing_pyc_files_35": 0.003082519541419339, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH0]": 0.0006223991106239741, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH10]": 0.0005706853892555764, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH11]": 0.0006586713820581758, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH1]": 0.0006245575019228317, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH2]": 0.0006536812923411052, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH3]": 0.0005547437349002068, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH4]": 0.0005647482725387626, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH5]": 0.0005805918284558972, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH6]": 0.0006294400699476184, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH7]": 0.0005834235484961657, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH8]": 0.0005948214958298735, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH9]": 0.0006736827241380134, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC0]": 0.0007306047643022626, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC1]": 0.0005421966789106441, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC2]": 0.0007387745689802908, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC3]": 0.0006046192093834799, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC4]": 0.001115732022214211, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC5]": 0.0005317279357820296, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC6]": 0.0006494214303970652, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC7]": 0.0007260655373182485, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd0]": 0.0005788726017755404, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd1]": 0.0006962259915426329, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd2]": 0.0005986188294473839, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd3]": 0.0005985414922573919, - "tests/common/test_path.py::test_path_conversion[cygpath-drive0]": 0.0005861040543723931, - "tests/common/test_path.py::test_path_conversion[cygpath-drive10]": 0.0008529920669235712, - "tests/common/test_path.py::test_path_conversion[cygpath-drive11]": 0.0006100920344687927, - "tests/common/test_path.py::test_path_conversion[cygpath-drive12]": 0.0005285859246468681, - "tests/common/test_path.py::test_path_conversion[cygpath-drive13]": 0.0006362689476652429, - "tests/common/test_path.py::test_path_conversion[cygpath-drive14]": 0.000545505172620059, - "tests/common/test_path.py::test_path_conversion[cygpath-drive15]": 0.0006523226849760741, - "tests/common/test_path.py::test_path_conversion[cygpath-drive1]": 0.0005483223723853906, - "tests/common/test_path.py::test_path_conversion[cygpath-drive2]": 0.0006160787727426831, - "tests/common/test_path.py::test_path_conversion[cygpath-drive3]": 0.0006530077540594952, - "tests/common/test_path.py::test_path_conversion[cygpath-drive4]": 0.0006602641225150434, - "tests/common/test_path.py::test_path_conversion[cygpath-drive5]": 0.0005991758534214002, - "tests/common/test_path.py::test_path_conversion[cygpath-drive6]": 0.0006797033093218749, - "tests/common/test_path.py::test_path_conversion[cygpath-drive7]": 0.000881533486945808, - "tests/common/test_path.py::test_path_conversion[cygpath-drive8]": 0.0006574806937052395, - "tests/common/test_path.py::test_path_conversion[cygpath-drive9]": 0.0005651935242893659, - "tests/common/test_path.py::test_path_conversion[cygpath-relative0]": 0.0006288914249772257, - "tests/common/test_path.py::test_path_conversion[cygpath-relative1]": 0.0005651527133451417, - "tests/common/test_path.py::test_path_conversion[cygpath-relative2]": 0.0005710023902211588, - "tests/common/test_path.py::test_path_conversion[cygpath-root0]": 0.0008934821400657239, - "tests/common/test_path.py::test_path_conversion[cygpath-root10]": 0.0006632632856364654, - "tests/common/test_path.py::test_path_conversion[cygpath-root11]": 0.0005244416130019872, - "tests/common/test_path.py::test_path_conversion[cygpath-root12]": 0.0005060832753096018, - "tests/common/test_path.py::test_path_conversion[cygpath-root13]": 0.0005835302431163858, - "tests/common/test_path.py::test_path_conversion[cygpath-root14]": 0.0006009172598156733, - "tests/common/test_path.py::test_path_conversion[cygpath-root1]": 0.0006676936105807421, - "tests/common/test_path.py::test_path_conversion[cygpath-root2]": 0.0007615869662067074, - "tests/common/test_path.py::test_path_conversion[cygpath-root3]": 0.0005697678924952452, - "tests/common/test_path.py::test_path_conversion[cygpath-root4]": 0.0005683032827178717, - "tests/common/test_path.py::test_path_conversion[cygpath-root5]": 0.0005985391907607715, - "tests/common/test_path.py::test_path_conversion[cygpath-root6]": 0.0006013996420177577, - "tests/common/test_path.py::test_path_conversion[cygpath-root7]": 0.000776595926007123, - "tests/common/test_path.py::test_path_conversion[cygpath-root8]": 0.0007463837975457338, - "tests/common/test_path.py::test_path_conversion[cygpath-root9]": 0.0006153641287253998, - "tests/common/test_path.py::test_path_conversion[fallback-PATH0]": 0.012071610556559384, - "tests/common/test_path.py::test_path_conversion[fallback-PATH10]": 0.013582607448567843, - "tests/common/test_path.py::test_path_conversion[fallback-PATH11]": 0.016710673971165557, - "tests/common/test_path.py::test_path_conversion[fallback-PATH1]": 0.014008715512220795, - "tests/common/test_path.py::test_path_conversion[fallback-PATH2]": 0.012843799315501584, - "tests/common/test_path.py::test_path_conversion[fallback-PATH3]": 0.010620816602771444, - "tests/common/test_path.py::test_path_conversion[fallback-PATH4]": 0.018277874730622642, - "tests/common/test_path.py::test_path_conversion[fallback-PATH5]": 0.013129676024321916, - "tests/common/test_path.py::test_path_conversion[fallback-PATH6]": 0.010927575873121268, - "tests/common/test_path.py::test_path_conversion[fallback-PATH7]": 0.015651702048778773, - "tests/common/test_path.py::test_path_conversion[fallback-PATH8]": 0.016728170514366238, - "tests/common/test_path.py::test_path_conversion[fallback-PATH9]": 0.011366642146654582, - "tests/common/test_path.py::test_path_conversion[fallback-UNC0]": 0.017669107603791045, - "tests/common/test_path.py::test_path_conversion[fallback-UNC1]": 0.01871141402287272, - "tests/common/test_path.py::test_path_conversion[fallback-UNC2]": 0.02052802016279417, - "tests/common/test_path.py::test_path_conversion[fallback-UNC3]": 0.013849519461976299, - "tests/common/test_path.py::test_path_conversion[fallback-UNC4]": 0.015669961427499435, - "tests/common/test_path.py::test_path_conversion[fallback-UNC5]": 0.019757911075189694, - "tests/common/test_path.py::test_path_conversion[fallback-UNC6]": 0.012739607815024687, - "tests/common/test_path.py::test_path_conversion[fallback-UNC7]": 0.016154520663599677, - "tests/common/test_path.py::test_path_conversion[fallback-cwd0]": 0.019968114584352274, - "tests/common/test_path.py::test_path_conversion[fallback-cwd1]": 0.006438863540164823, - "tests/common/test_path.py::test_path_conversion[fallback-cwd2]": 0.009207366360703271, - "tests/common/test_path.py::test_path_conversion[fallback-cwd3]": 0.01954174890615005, - "tests/common/test_path.py::test_path_conversion[fallback-drive0]": 0.015775901793253635, - "tests/common/test_path.py::test_path_conversion[fallback-drive10]": 0.021613437918098517, - "tests/common/test_path.py::test_path_conversion[fallback-drive11]": 0.018028664525490956, - "tests/common/test_path.py::test_path_conversion[fallback-drive12]": 0.01630270573529186, - "tests/common/test_path.py::test_path_conversion[fallback-drive13]": 0.01625455730379951, - "tests/common/test_path.py::test_path_conversion[fallback-drive14]": 0.022580713796465274, - "tests/common/test_path.py::test_path_conversion[fallback-drive15]": 0.01978665168114045, - "tests/common/test_path.py::test_path_conversion[fallback-drive1]": 0.015540753092592483, - "tests/common/test_path.py::test_path_conversion[fallback-drive2]": 0.015851471388526543, - "tests/common/test_path.py::test_path_conversion[fallback-drive3]": 0.018090983887091256, - "tests/common/test_path.py::test_path_conversion[fallback-drive4]": 0.026953715437050985, - "tests/common/test_path.py::test_path_conversion[fallback-drive5]": 0.014762489131638584, - "tests/common/test_path.py::test_path_conversion[fallback-drive6]": 0.01514665526030202, - "tests/common/test_path.py::test_path_conversion[fallback-drive7]": 0.013906929394591339, - "tests/common/test_path.py::test_path_conversion[fallback-drive8]": 0.018206244071324228, - "tests/common/test_path.py::test_path_conversion[fallback-drive9]": 0.016671141244122455, - "tests/common/test_path.py::test_path_conversion[fallback-relative0]": 0.018483749703534762, - "tests/common/test_path.py::test_path_conversion[fallback-relative1]": 0.02430606897322609, - "tests/common/test_path.py::test_path_conversion[fallback-relative2]": 0.0179636893167272, - "tests/common/test_path.py::test_path_conversion[fallback-root0]": 0.018044528229977874, - "tests/common/test_path.py::test_path_conversion[fallback-root10]": 0.01093474450180608, - "tests/common/test_path.py::test_path_conversion[fallback-root11]": 0.014593648179012304, - "tests/common/test_path.py::test_path_conversion[fallback-root12]": 0.02724730469627009, - "tests/common/test_path.py::test_path_conversion[fallback-root13]": 0.012109209402305102, - "tests/common/test_path.py::test_path_conversion[fallback-root14]": 0.016331734537041502, - "tests/common/test_path.py::test_path_conversion[fallback-root1]": 0.010936213656558062, - "tests/common/test_path.py::test_path_conversion[fallback-root2]": 0.012456746215477408, - "tests/common/test_path.py::test_path_conversion[fallback-root3]": 0.013125453178374203, - "tests/common/test_path.py::test_path_conversion[fallback-root4]": 0.021343981540984526, - "tests/common/test_path.py::test_path_conversion[fallback-root5]": 0.012919018185064331, - "tests/common/test_path.py::test_path_conversion[fallback-root6]": 0.015692108024841687, - "tests/common/test_path.py::test_path_conversion[fallback-root7]": 0.014354433838824796, - "tests/common/test_path.py::test_path_conversion[fallback-root8]": 0.020748895451235223, - "tests/common/test_path.py::test_path_conversion[fallback-root9]": 0.041849759369269136, - "tests/common/test_path.py::test_path_conversion_falsy[None]": 0.003200931096743474, - "tests/common/test_path.py::test_path_conversion_falsy[empty dict]": 0.0031699417594879377, - "tests/common/test_path.py::test_path_conversion_falsy[empty list]": 0.0032070024324956726, - "tests/common/test_path.py::test_path_conversion_falsy[empty set]": 0.0037235975146139915, - "tests/common/test_path.py::test_path_conversion_falsy[empty tuple]": 0.0031377953517041186, - "tests/common/test_path.py::test_path_identity": 0.004879574086189326, - "tests/common/test_path.py::test_url_to_path_unix": 0.0031879861973085283, - "tests/common/test_path.py::test_url_to_path_windows_local": 0.004136261052201091, - "tests/common/test_path.py::test_url_to_path_windows_unc": 0.006637519435655102, - "tests/common/test_path.py::test_win_path_backout": 0.0033700355777132912, - "tests/common/test_toposort.py::test_cycle": 0.0030777471178872174, - "tests/common/test_toposort.py::test_cycle_best_effort": 0.002952689301557378, - "tests/common/test_toposort.py::test_degenerate": 0.0033175093330447872, - "tests/common/test_toposort.py::test_pop_key": 0.0030177979811118645, - "tests/common/test_toposort.py::test_python_is_prioritized": 0.0030696753073431895, - "tests/common/test_toposort.py::test_simple": 0.0031078400931802697, - "tests/common/test_url.py::test_add_username_and_pass_to_url": 0.003475114742493148, - "tests/common/test_url.py::test_is_ip_address": 0.0030178783847660796, - "tests/common/test_url.py::test_is_ipv6_address": 0.002757191942495042, - "tests/common/test_url.py::test_is_url": 0.0036461014870264635, - "tests/common/test_url.py::test_maybe_add_auth": 0.0032738558706248105, - "tests/common/test_url.py::test_split_scheme_auth_token": 0.0032655351733244567, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj0-http://conda.io/path/to/somewhere]": 0.0032281525234080202, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj1-https://user:pass@conda.io/path/to/somewhere]": 0.0034652133460866537, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj2-file:///opt/happy/path]": 0.003279232141198306, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj3-file:///path/to/something.txt]": 0.0033395190534750425, - "tests/common/test_url.py::test_url_to_s3_info": 0.002842457800911942, - "tests/common/test_url.py::test_urlparse[192.168.1.1:8080/path/to/resource-exp_url_obj0]": 0.004785559160984154, - "tests/common/test_url.py::test_urlparse[file:///opt/happy/path-exp_url_obj2]": 0.003906327452512843, - "tests/common/test_url.py::test_urlparse[https://conda.io/happy/path-exp_url_obj1]": 0.003292399946658608, - "tests/common/test_url.py::test_urlparse[https://u:p@conda.io/t/x1029384756/more/path-exp_url_obj3]": 0.0034304658688760494, - "tests/common/test_yaml.py::test_dump": 0.008161109700344128, - "tests/common/test_yaml.py::test_map": 0.003986321437489169, - "tests/common/test_yaml.py::test_seq_simple": 0.00437299026736112, - "tests/common/test_yaml.py::test_yaml_complex": 0.015693269600645716, - "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_none_values_error": 0.22898011458491885, - "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_permission_error": 0.2359548883311287, - "tests/core/test_envs_manager.py::test_prefix_cli_flag": 0.00713831814997144, - "tests/core/test_envs_manager.py::test_register_env_directory_creation_error": 0.008701736337916405, - "tests/core/test_envs_manager.py::test_register_unregister_location_env": 0.012619132391583358, - "tests/core/test_envs_manager.py::test_rewrite_environments_txt_file": 0.00988636147697547, - "tests/core/test_index.py::TestIndex::test_cache_entries[False]": 0.41954223506703076, - "tests/core/test_index.py::TestIndex::test_cache_entries[True]": 0.7818849308484073, - "tests/core/test_index.py::TestIndex::test_contains_invalid[False]": 0.488896620576388, - "tests/core/test_index.py::TestIndex::test_contains_invalid[True]": 0.7776653762759603, - "tests/core/test_index.py::TestIndex::test_contains_valid[False]": 0.45229909317474626, - "tests/core/test_index.py::TestIndex::test_contains_valid[True]": 0.7233459733509313, - "tests/core/test_index.py::TestIndex::test_copy[False]": 1.2560716336058448, - "tests/core/test_index.py::TestIndex::test_copy[True]": 0.8181457215451758, - "tests/core/test_index.py::TestIndex::test_getitem_cache[False]": 0.47149095069854996, - "tests/core/test_index.py::TestIndex::test_getitem_cache[True]": 0.8420064629227181, - "tests/core/test_index.py::TestIndex::test_getitem_channel[False]": 0.45379858349996754, - "tests/core/test_index.py::TestIndex::test_getitem_channel[True]": 0.7666803310584925, - "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[False]": 0.44525320283733466, - "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[True]": 0.7816023906999622, - "tests/core/test_index.py::TestIndex::test_getitem_feature[False]": 0.42999337096929136, - "tests/core/test_index.py::TestIndex::test_getitem_feature[True]": 0.835564865923893, - "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[False]": 0.44408172006688573, - "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[True]": 0.8512785709041572, - "tests/core/test_index.py::TestIndex::test_getitem_prefix[False]": 0.38528353542211763, - "tests/core/test_index.py::TestIndex::test_getitem_prefix[True]": 0.7487243784477547, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[False]": 0.6500253372955139, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[True]": 0.7994650431487603, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[False]": 0.5355781451076048, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[True]": 0.8655464499235761, - "tests/core/test_index.py::TestIndex::test_init_conflicting_subdirs": 0.06427617752330193, - "tests/core/test_index.py::TestIndex::test_init_prefix_data": 0.07102547171892173, - "tests/core/test_index.py::TestIndex::test_init_prefix_path": 0.0694934645676102, - "tests/core/test_index.py::TestIndex::test_init_use_local": 0.06102793930145011, - "tests/core/test_index.py::TestIndex::test_reduced_index[False]": 0.8495782575410408, - "tests/core/test_index.py::TestIndex::test_reduced_index[True]": 1.1673610879382414, - "tests/core/test_index.py::test__make_virtual_package": 0.06100784829405068, - "tests/core/test_index.py::test__supplement_index_with_cache": 0.06698179647132844, - "tests/core/test_index.py::test__supplement_index_with_prefix": 0.9447132752402231, - "tests/core/test_index.py::test__supplement_index_with_prefix_index_class": 0.8221199349973896, - "tests/core/test_index.py::test_basic_get_reduced_index": 0.4122305821408473, - "tests/core/test_index.py::test_calculate_channel_urls": 0.06054708327677392, - "tests/core/test_index.py::test_check_allowlist": 0.2753321616221445, - "tests/core/test_index.py::test_check_allowlist_and_denylist": 0.12807683354943797, - "tests/core/test_index.py::test_check_allowlist_deprecation_warning": 0.06484299936114066, - "tests/core/test_index.py::test_check_denylist": 0.11825852512086972, - "tests/core/test_index.py::test_dist_str_in_index": 0.12105764715345435, - "tests/core/test_index.py::test_fetch_index": 0.14223169576061953, - "tests/core/test_index.py::test_get_index_lazy": 0.6360272121158788, - "tests/core/test_index.py::test_get_index_linux64_platform": 11.619676034530512, - "tests/core/test_index.py::test_get_index_osx64_platform": 10.746537342182416, - "tests/core/test_index.py::test_get_index_win64_platform": 10.640445125553436, - "tests/core/test_index.py::test_supplement_index_with_system": 0.3443041743727337, - "tests/core/test_index.py::test_supplement_index_with_system_archspec": 0.2436709925046321, - "tests/core/test_index.py::test_supplement_index_with_system_cuda": 0.22895361269663878, - "tests/core/test_index.py::test_supplement_index_with_system_glibc": 0.0006015900425548578, - "tests/core/test_index.py::test_supplement_index_with_system_linux[1.2.3.4-1.2.3.4]": 0.000653332904570077, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2-4.2]": 0.0005551283344024293, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.0-42-generic-4.2.0]": 0.0005818133226818155, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.1-4.2.1]": 0.0005856149548358484, - "tests/core/test_index.py::test_supplement_index_with_system_linux[5.4.89+-5.4.89]": 0.0005681476094300826, - "tests/core/test_index.py::test_supplement_index_with_system_linux[5.5-rc1-5.5]": 0.0005785487718462485, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a-9.1]": 0.0005344810676730065, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a.2-9.1]": 0.0005498299727408328, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.a.1-0]": 0.0005517132429361904, - "tests/core/test_index.py::test_supplement_index_with_system_osx": 0.1964360082033564, - "tests/core/test_initialize.py::test__get_python_info": 0.042369454533943106, - "tests/core/test_initialize.py::test_get_python_info": 0.041686803902547295, - "tests/core/test_initialize.py::test_init_all": 1.091552410688352, - "tests/core/test_initialize.py::test_init_cmd_exe_registry": 0.0006235128462962178, - "tests/core/test_initialize.py::test_init_enable_long_path": 0.0006038205779511646, - "tests/core/test_initialize.py::test_init_sh_system": 0.05227242004111733, - "tests/core/test_initialize.py::test_init_sh_user_tcsh_unix": 0.03901433631694142, - "tests/core/test_initialize.py::test_init_sh_user_unix": 0.04590595930683733, - "tests/core/test_initialize.py::test_init_sh_user_windows": 0.0006522641225609036, - "tests/core/test_initialize.py::test_initialize_dev_bash": 0.17865730382767975, - "tests/core/test_initialize.py::test_initialize_dev_cmd_exe": 0.10594024807967693, - "tests/core/test_initialize.py::test_install_1": 0.07533780934390277, - "tests/core/test_initialize.py::test_install_conda_csh": 0.04995434101160349, - "tests/core/test_initialize.py::test_install_conda_fish": 0.04790182956542683, - "tests/core/test_initialize.py::test_install_conda_sh": 0.04985830741928854, - "tests/core/test_initialize.py::test_install_conda_xsh": 0.044538202566964266, - "tests/core/test_initialize.py::test_install_condabin_conda_bat": 0.039232343404518255, - "tests/core/test_initialize.py::test_make_entry_point": 0.048445305777086785, - "tests/core/test_initialize.py::test_make_entry_point_exe": 0.04441047003851809, - "tests/core/test_initialize.py::test_make_initialize_plan_bash_zsh": 0.07082205325603551, - "tests/core/test_initialize.py::test_make_initialize_plan_cmd_exe": 0.08870872073999314, - "tests/core/test_initialize.py::test_make_install_plan": 0.008528037911901506, - "tests/core/test_package_cache_data.py::test_ProgressiveFetchExtract_prefers_conda_v2_format": 0.04493897184552626, - "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.0932853408204428, - "tests/core/test_package_cache_data.py::test_cover_extract_bad_package": 0.04268852845800438, - "tests/core/test_package_cache_data.py::test_cover_fetch_not_exists": 6.207310564471634, - "tests/core/test_package_cache_data.py::test_cover_get_entry_to_link": 0.011165905623012923, - "tests/core/test_package_cache_data.py::test_cover_reverse": 0.0030524641519407455, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist": 0.04454185110362988, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist_read_only": 0.07937237879366361, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_unpacked_conda_exist": 0.038774080733908235, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_cache_not_extracted": 0.14339903921216224, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_doesnt_overwrite_conda_pkg": 0.0928408966452087, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_used_instead_of_conda_pkg": 0.06525336250295746, - "tests/core/test_path_actions.py::test_CompileMultiPycAction_generic": 0.0067143999843566555, - "tests/core/test_path_actions.py::test_CompileMultiPycAction_noarch_python": 1.7890121387741795, - "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_generic": 0.005720005469040534, - "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_noarch_python": 0.010988172647928594, - "tests/core/test_path_actions.py::test_create_file_link_actions": 0.008435723307004575, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_copy": 0.008702875000097237, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_directory": 0.005560519199189358, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_hardlink": 0.009426362240643601, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_softlink": 0.008287316443889825, - "tests/core/test_portability.py::test_escaped_prefix_replaced_only_shebang": 0.007087043807819475, - "tests/core/test_portability.py::test_replace_long_shebang_spaces_in_prefix": 0.0030505320925107013, - "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_escaped_space": 0.003385773039660807, - "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_python": 0.00313581624602758, - "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_escaped_space": 0.002702406585299639, - "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_python": 0.0027789586623539514, - "tests/core/test_portability.py::test_replace_simple_shebang_no_replacement": 0.0027125529170202575, - "tests/core/test_portability.py::test_shebang_regex_matches": 0.0026275703081885217, - "tests/core/test_prefix_data.py::test_corrupt_json_conda_meta_json": 0.00337777395091117, - "tests/core/test_prefix_data.py::test_corrupt_unicode_conda_meta_json": 0.003612787692730056, - "tests/core/test_prefix_data.py::test_get_conda_anchor_files_and_records": 0.0048843729082872845, - "tests/core/test_prefix_data.py::test_get_environment_env_vars": 2.5930786146025393, - "tests/core/test_prefix_data.py::test_no_tokens_dumped[False]": 0.0100250280916688, - "tests/core/test_prefix_data.py::test_no_tokens_dumped[True]": 0.010203935178261611, - "tests/core/test_prefix_data.py::test_pip_interop[envpy27osx]": 0.9267159325140784, - "tests/core/test_prefix_data.py::test_pip_interop[envpy27win_whl]": 0.0005980288326150164, - "tests/core/test_prefix_data.py::test_pip_interop[envpy37osx_whl]": 1.3850210952060944, - "tests/core/test_prefix_data.py::test_pip_interop[envpy37win]": 0.0006298848286684979, + "tests/cli/test_main_info.py::test_info_json": 0.20007334719383366, + "tests/cli/test_main_info.py::test_info_root": 0.34999276179614025, + "tests/cli/test_main_info.py::test_info_unsafe_channels": 0.3759868251946219, + "tests/cli/test_main_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 255.5627775794984, + "tests/cli/test_main_install.py::test_install_freezes_env_by_default": 1.5710247193452036, + "tests/cli/test_main_install.py::test_install_from_extracted_package": 23.828686280760614, + "tests/cli/test_main_install.py::test_install_mkdir": 37.753078884441045, + "tests/cli/test_main_list.py::test_explicit[--md5]": 1.4153020512464098, + "tests/cli/test_main_list.py::test_explicit[--quiet]": 1.522003075262957, + "tests/cli/test_main_list.py::test_explicit[--sha256]": 1.3503860272906574, + "tests/cli/test_main_list.py::test_export": 0.6547295942697773, + "tests/cli/test_main_list.py::test_list": 4.178510456106043, + "tests/cli/test_main_list.py::test_list_explicit": 9.634128976142296, + "tests/cli/test_main_list.py::test_list_json": 0.28190772406442305, + "tests/cli/test_main_list.py::test_list_package": 0.15566875848610817, + "tests/cli/test_main_list.py::test_list_reverse": 9.819760711521612, + "tests/cli/test_main_list.py::test_list_revisions": 0.24792527177844847, + "tests/cli/test_main_list.py::test_list_specific_version": 0.6009043862277514, + "tests/cli/test_main_notices.py::test_cache_names_appear_as_expected": 0.16025283372685084, + "tests/cli/test_main_notices.py::test_main_notices[200]": 0.17678797020235404, + "tests/cli/test_main_notices.py::test_main_notices[404]": 0.17480593372685743, + "tests/cli/test_main_notices.py::test_main_notices_handles_bad_expired_at_field": 0.16105080136534197, + "tests/cli/test_main_notices.py::test_main_notices_help": 0.050492934330403125, + "tests/cli/test_main_notices.py::test_main_notices_json": 0.09051349815294564, + "tests/cli/test_main_notices.py::test_main_notices_reads_from_cache": 0.155855129393838, + "tests/cli/test_main_notices.py::test_main_notices_reads_from_expired_cache": 0.17877296672328608, + "tests/cli/test_main_notices.py::test_notices_appear_once_when_running_decorated_commands": 4.17638163632549, + "tests/cli/test_main_notices.py::test_notices_cannot_read_cache_files": 0.22630766544526246, + "tests/cli/test_main_notices.py::test_notices_does_not_interrupt_command_on_failure": 0.9298459486009532, + "tests/cli/test_main_notices.py::test_notices_work_with_s3_channel": 0.24254983320049947, + "tests/cli/test_main_remove.py::test_remove_all": 25.993395281052837, + "tests/cli/test_main_remove.py::test_remove_all_keep_env": 23.607443146930756, + "tests/cli/test_main_remove.py::test_remove_globbed_package_names[classic]": 6.147387345592557, + "tests/cli/test_main_remove.py::test_remove_globbed_package_names[libmamba]": 0.5657289008884284, + "tests/cli/test_main_remove.py::test_remove_nonexistent_env": 0.12089538843926409, + "tests/cli/test_main_rename.py::test_cannot_rename_active_env_by_name": 1.8797321625535495, + "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_name": 0.12073050090647194, + "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_path": 0.11420316594425547, + "tests/cli/test_main_rename.py::test_cannot_rename_nonexistent_env": 0.12769671249657744, + "tests/cli/test_main_rename.py::test_protected_dirs_error_for_rename": 2.882048562611668, + "tests/cli/test_main_rename.py::test_rename_by_name_name_already_exists_error": 2.6375318528658367, + "tests/cli/test_main_rename.py::test_rename_by_name_success": 4.684246169412537, + "tests/cli/test_main_rename.py::test_rename_by_path_path_already_exists_error": 3.022346978214323, + "tests/cli/test_main_rename.py::test_rename_by_path_success": 4.5550042217005595, + "tests/cli/test_main_rename.py::test_rename_with_dry_run": 2.1958808469366384, + "tests/cli/test_main_rename.py::test_rename_with_force": 7.14042295590807, + "tests/cli/test_main_rename.py::test_rename_with_force_and_dry_run": 2.7040521106551774, + "tests/cli/test_main_rename.py::test_rename_with_force_with_errors": 4.492703672337988, + "tests/cli/test_main_rename.py::test_rename_with_force_with_errors_prefix": 3.0404264354530826, + "tests/cli/test_main_rename.py::test_separator_chars_on_win": 0.0007742446922086124, + "tests/cli/test_main_run.py::test_conda_run_nonexistant_prefix": 0.11442052952604194, + "tests/cli/test_main_run.py::test_conda_run_prefix_not_a_conda_env": 0.11214847448541569, + "tests/cli/test_main_run.py::test_multiline_run_command": 3.4580320529021504, + "tests/cli/test_main_run.py::test_run_readonly_env": 3.9941893777208226, + "tests/cli/test_main_run.py::test_run_returns_int": 4.11715837578317, + "tests/cli/test_main_run.py::test_run_returns_nonzero_errorlevel": 3.6090919931110155, + "tests/cli/test_main_run.py::test_run_returns_zero_errorlevel": 3.109292458636354, + "tests/cli/test_main_run.py::test_run_uncaptured": 4.0623543453483375, + "tests/cli/test_main_search.py::test_anaconda_token_with_private_package": 30.126802450361485, + "tests/cli/test_main_search.py::test_bad_anaconda_token": 0.7673192754758791, + "tests/cli/test_main_search.py::test_current_platform_package_missing": 0.12603829988725235, + "tests/cli/test_main_search.py::test_different_platform_package_found": 0.17618155471546076, + "tests/cli/test_main_search.py::test_mocked_platform_package_found": 0.1306356873683998, + "tests/cli/test_main_search.py::test_pretty_record": 0.0025340777599762243, + "tests/cli/test_main_search.py::test_rpy_search[linux-32]": 5.5590326664361465, + "tests/cli/test_main_search.py::test_rpy_search[linux-64]": 16.5391170552032, + "tests/cli/test_main_search.py::test_rpy_search[osx-64]": 12.372328237472967, + "tests/cli/test_main_search.py::test_rpy_search[win-32]": 6.712021395794118, + "tests/cli/test_main_search.py::test_rpy_search[win-64]": 9.688825202049768, + "tests/cli/test_main_search.py::test_search_0": 1.5356874354701058, + "tests/cli/test_main_search.py::test_search_1": 0.22602616936039382, + "tests/cli/test_main_search.py::test_search_2[exact]": 0.26629985029053604, + "tests/cli/test_main_search.py::test_search_2[wildcard]": 1.4170228868273402, + "tests/cli/test_main_search.py::test_search_3": 1.662889021944395, + "tests/cli/test_main_search.py::test_search_4": 0.15155832756235724, + "tests/cli/test_main_search.py::test_search_5": 1.0132529172106164, + "tests/cli/test_main_search.py::test_search_envs": 0.1743709482430847, + "tests/cli/test_main_search.py::test_search_envs_info": 0.2285446095081517, + "tests/cli/test_main_search.py::test_search_envs_json": 0.20098671973888202, + "tests/cli/test_main_search.py::test_search_inflexible": 1.4361192152478095, + "tests/cli/test_main_search.py::test_unknown_platform_package_missing": 0.08322711390746497, + "tests/cli/test_subcommands.py::test_clean[classic]": 1.0438784866687685, + "tests/cli/test_subcommands.py::test_clean[libmamba]": 2.3173544635804144, + "tests/cli/test_subcommands.py::test_compare[classic]": 0.5629916670396476, + "tests/cli/test_subcommands.py::test_compare[libmamba]": 10.726725122154452, + "tests/cli/test_subcommands.py::test_config[classic]": 0.14344046569580654, + "tests/cli/test_subcommands.py::test_config[libmamba]": 0.14352435611870923, + "tests/cli/test_subcommands.py::test_create[classic]": 0.9867263022931912, + "tests/cli/test_subcommands.py::test_create[libmamba]": 16.621911271561387, + "tests/cli/test_subcommands.py::test_doctor[classic]": 7.116322105456762, + "tests/cli/test_subcommands.py::test_doctor[libmamba]": 7.474253695955114, + "tests/cli/test_subcommands.py::test_env_config_vars[classic]": 0.7755790184844705, + "tests/cli/test_subcommands.py::test_env_config_vars[libmamba]": 3.212501053469826, + "tests/cli/test_subcommands.py::test_env_create[classic]": 3.602724678332703, + "tests/cli/test_subcommands.py::test_env_create[libmamba]": 2.8320678196031674, + "tests/cli/test_subcommands.py::test_env_export[classic]": 0.9149260078390001, + "tests/cli/test_subcommands.py::test_env_export[libmamba]": 0.8937863788545843, + "tests/cli/test_subcommands.py::test_env_list[classic]": 0.5516040775574208, + "tests/cli/test_subcommands.py::test_env_list[libmamba]": 0.5595235239742562, + "tests/cli/test_subcommands.py::test_env_remove[classic]": 0.7482147459861557, + "tests/cli/test_subcommands.py::test_env_remove[libmamba]": 2.1798199336998585, + "tests/cli/test_subcommands.py::test_env_update[classic]": 2.067551768061178, + "tests/cli/test_subcommands.py::test_env_update[libmamba]": 5.643782399328628, + "tests/cli/test_subcommands.py::test_info[classic]": 0.23760840042478365, + "tests/cli/test_subcommands.py::test_info[libmamba]": 0.25806717184725925, + "tests/cli/test_subcommands.py::test_info_json[classic]": 0.7014282287220538, + "tests/cli/test_subcommands.py::test_info_json[libmamba]": 0.49278177038823306, + "tests/cli/test_subcommands.py::test_init[classic]": 0.18899461885544028, + "tests/cli/test_subcommands.py::test_init[libmamba]": 0.19731344776944543, + "tests/cli/test_subcommands.py::test_install[classic]": 7.14318998132516, + "tests/cli/test_subcommands.py::test_install[libmamba]": 5.973385844262913, + "tests/cli/test_subcommands.py::test_list[classic]": 2.3008172657339196, + "tests/cli/test_subcommands.py::test_list[libmamba]": 3.7919333184933253, + "tests/cli/test_subcommands.py::test_notices[classic]": 0.3186225719109356, + "tests/cli/test_subcommands.py::test_notices[libmamba]": 0.31577826849965224, + "tests/cli/test_subcommands.py::test_package[classic]": 0.48785889417315725, + "tests/cli/test_subcommands.py::test_package[libmamba]": 3.3572440922145863, + "tests/cli/test_subcommands.py::test_remove[classic-remove]": 0.6863711228655969, + "tests/cli/test_subcommands.py::test_remove[classic-uninstall]": 0.63845923736636, + "tests/cli/test_subcommands.py::test_remove[libmamba-remove]": 3.003620407799544, + "tests/cli/test_subcommands.py::test_remove[libmamba-uninstall]": 3.1078489738960893, + "tests/cli/test_subcommands.py::test_remove_all_json[classic-remove]": 1.19838307161401, + "tests/cli/test_subcommands.py::test_remove_all_json[classic-uninstall]": 1.2702696007217529, + "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-remove]": 2.110532193456875, + "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-uninstall]": 2.4984028714947097, + "tests/cli/test_subcommands.py::test_rename[classic]": 1.0065266765669578, + "tests/cli/test_subcommands.py::test_rename[libmamba]": 3.261333865278227, + "tests/cli/test_subcommands.py::test_run[classic]": 2.3895425261186474, + "tests/cli/test_subcommands.py::test_run[libmamba]": 3.5782538704906464, + "tests/cli/test_subcommands.py::test_search[classic]": 7.116046051702167, + "tests/cli/test_subcommands.py::test_search[libmamba]": 3.4041472512440993, + "tests/cli/test_subcommands.py::test_update[classic-update]": 2.226334260010887, + "tests/cli/test_subcommands.py::test_update[classic-upgrade]": 1.7564112146209885, + "tests/cli/test_subcommands.py::test_update[libmamba-update]": 4.748292952389215, + "tests/cli/test_subcommands.py::test_update[libmamba-upgrade]": 4.200620237121905, + "tests/common/os/test_windows.py::test_is_admin_on_windows": 0.0028606507728564335, + "tests/common/pkg_formats/test_python.py::test_basepydist_load_requires_provides_file": 0.003925067581035203, + "tests/common/pkg_formats/test_python.py::test_basepydist_parse_entries_file_data": 0.003613132709214693, + "tests/common/pkg_formats/test_python.py::test_basepydist_parse_requires_file_data": 0.0031863327622504286, + "tests/common/pkg_formats/test_python.py::test_dist_get_paths": 0.0040529501078088795, + "tests/common/pkg_formats/test_python.py::test_dist_get_paths_no_paths": 0.004370431699135803, + "tests/common/pkg_formats/test_python.py::test_evaluate_marker": 0.0035677997002464042, + "tests/common/pkg_formats/test_python.py::test_get_default_marker_context": 0.0030005465078796916, + "tests/common/pkg_formats/test_python.py::test_get_dist_file_from_egg_link": 0.010314477960920321, + "tests/common/pkg_formats/test_python.py::test_get_dist_requirements": 0.004176388974683889, + "tests/common/pkg_formats/test_python.py::test_get_entry_points": 0.006035957698935264, + "tests/common/pkg_formats/test_python.py::test_get_extra_provides": 0.005638064941379176, + "tests/common/pkg_formats/test_python.py::test_get_python_distribution_info": 0.0006245100450262488, + "tests/common/pkg_formats/test_python.py::test_get_site_packages_anchor_files": 0.005325267881844347, + "tests/common/pkg_formats/test_python.py::test_metadata": 0.00925336344687342, + "tests/common/pkg_formats/test_python.py::test_metadata[path0-False-False-False-False]": 0.0043783235832309695, + "tests/common/pkg_formats/test_python.py::test_metadata[path1-True-False-False-False]": 0.006393633079483604, + "tests/common/pkg_formats/test_python.py::test_metadata[path2-True-True-True-False]": 0.004636834852153822, + "tests/common/pkg_formats/test_python.py::test_metadata[path3-True-True-True-True]": 0.005053005988479843, + "tests/common/pkg_formats/test_python.py::test_metadata_keys": 0.002946747117279755, + "tests/common/pkg_formats/test_python.py::test_metadata_none": 0.0030028080941711835, + "tests/common/pkg_formats/test_python.py::test_metadata_process_path": 0.004416568125369274, + "tests/common/pkg_formats/test_python.py::test_metadata_read_metadata": 0.005552118675984299, + "tests/common/pkg_formats/test_python.py::test_norm_package_name": 0.003380994775305728, + "tests/common/pkg_formats/test_python.py::test_norm_package_version": 0.003964165440394183, + "tests/common/pkg_formats/test_python.py::test_parse_specification": 0.006886886174601953, + "tests/common/pkg_formats/test_python.py::test_pydist_check_files": 0.004921277782890482, + "tests/common/pkg_formats/test_python.py::test_pypi_name_to_conda_name": 0.003070603908909644, + "tests/common/pkg_formats/test_python.py::test_python_dist_egg_fpath": 0.0038711240990119637, + "tests/common/pkg_formats/test_python.py::test_python_dist_egg_path": 0.003550154222207385, + "tests/common/pkg_formats/test_python.py::test_python_dist_info": 0.004840633566045736, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies": 0.005154596057932528, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_2": 0.0037632296451038014, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_3": 0.003932100746374357, + "tests/common/pkg_formats/test_python.py::test_split_spec": 0.0035570112452503544, + "tests/common/test_compat.py::test_deprecations[FILESYSTEM_ENCODING-TypeError]": 0.003464652261873868, + "tests/common/test_compat.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.0031920670863452762, + "tests/common/test_compat.py::test_deprecations[ensure_unicode-TypeError]": 0.003214248088380824, + "tests/common/test_compat.py::test_deprecations[open-TypeError]": 0.0033322437770665686, + "tests/common/test_compat.py::test_deprecations[six_with_metaclass-TypeError]": 0.00308808732404191, + "tests/common/test_configuration.py::test_commented_map_parameter": 0.004960442475509334, + "tests/common/test_configuration.py::test_config_resets": 0.004451334673353921, + "tests/common/test_configuration.py::test_cross_parameter_validation": 0.002800248952081329, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$$/suffix]": 0.0030997688718691027, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$/suffix]": 0.0035323327524123616, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$1/suffix]": 0.0036404319535018347, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$MISSING/suffix]": 0.003137821963343533, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$VARIABLE/suffix]": 0.004023471950950075, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${1}/suffix]": 0.003018830128973505, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${MISSING}/suffix]": 0.003236062043813037, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${VARIABLE}/suffix]": 0.003562491058356313, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${}/suffix]": 0.0034585065813085803, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%%/suffix]": 0.00317530824367609, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%/suffix]": 0.0032540900663580166, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1%/suffix]": 0.0031081967142661303, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1/suffix]": 0.0030290035672960454, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%MISSING%/suffix]": 0.003260257138390493, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%VARIABLE%/suffix]": 0.0007176367801372449, + "tests/common/test_configuration.py::test_default_values": 0.004086104853137654, + "tests/common/test_configuration.py::test_empty_map_parameter": 0.00971844696608191, + "tests/common/test_configuration.py::test_env_var_config": 0.0036360622987673488, + "tests/common/test_configuration.py::test_env_var_config_alias": 0.003945567832079629, + "tests/common/test_configuration.py::test_env_var_config_empty_sequence": 0.004738663242059258, + "tests/common/test_configuration.py::test_env_var_config_no_split_sequence": 0.0038560451791649847, + "tests/common/test_configuration.py::test_env_var_config_split_sequence": 0.003632118784733044, + "tests/common/test_configuration.py::test_expand_search_path": 0.005355963752780426, + "tests/common/test_configuration.py::test_expanded_variables": 0.010689672952278616, + "tests/common/test_configuration.py::test_important_primitive_map_merges": 0.1428593798345189, + "tests/common/test_configuration.py::test_invalid_map_parameter": 0.0031646149566137904, + "tests/common/test_configuration.py::test_invalid_seq_parameter": 0.0030204995604474574, + "tests/common/test_configuration.py::test_list_merges": 0.09980667704530137, + "tests/common/test_configuration.py::test_load_raw_configs": 0.04182955771489946, + "tests/common/test_configuration.py::test_map_parameter_must_be_map": 0.0045863091630401545, + "tests/common/test_configuration.py::test_nested": 0.02405936896977741, + "tests/common/test_configuration.py::test_object": 0.017331299772985823, + "tests/common/test_configuration.py::test_object_defaults_completely_empty": 0.00497932182192599, + "tests/common/test_configuration.py::test_object_defaults_partially_empty": 0.007130425982389611, + "tests/common/test_configuration.py::test_parameter": 0.0027143062646874223, + "tests/common/test_configuration.py::test_parameter_flag": 0.0027752078407262907, + "tests/common/test_configuration.py::test_pretty_list": 0.00339039031938812, + "tests/common/test_configuration.py::test_raise_errors": 0.003213981323938821, + "tests/common/test_configuration.py::test_simple_merges_and_caching": 0.02528600149994387, + "tests/common/test_configuration.py::test_unique_sequence_map_error_with_duplicates": 0.006404251167446693, + "tests/common/test_configuration.py::test_unique_sequence_map_error_with_unique_key": 0.006324004421294131, + "tests/common/test_configuration.py::test_validate_all": 0.017823195618156967, + "tests/common/test_configuration.py::test_validation": 0.024498505071756358, + "tests/common/test_io.py::test_attach_stderr_handler": 0.004539046255125841, + "tests/common/test_io.py::test_captured": 0.0036545287325969503, + "tests/common/test_path.py::test_get_major_minor_version_no_dot": 0.0035309442029048724, + "tests/common/test_path.py::test_missing_pyc_files_27": 0.0031246464675570543, + "tests/common/test_path.py::test_missing_pyc_files_34": 0.0031586904508396916, + "tests/common/test_path.py::test_missing_pyc_files_35": 0.003151760774520719, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH0]": 0.0006307374256363008, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH10]": 0.000586408918276506, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH11]": 0.0006246924677071944, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH1]": 0.0006040483024639223, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH2]": 0.0006402852871517353, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH3]": 0.0005599352234833265, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH4]": 0.0005712410626059177, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH5]": 0.0005848724398662788, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH6]": 0.0005880637017106641, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH7]": 0.0005665918673550276, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH8]": 0.0005662306095402924, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH9]": 0.0006303673736299936, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC0]": 0.000718725571039768, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC1]": 0.0005491326053564132, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC2]": 0.0006892284374233125, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC3]": 0.0006138079879718911, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC4]": 0.0011473420068322448, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC5]": 0.0005407899182065646, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC6]": 0.0006210304453330736, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC7]": 0.0007105333616541353, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd0]": 0.0005946745954724668, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd1]": 0.0006642130296585822, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd2]": 0.0005759880496495459, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd3]": 0.0006082412223941843, + "tests/common/test_path.py::test_path_conversion[cygpath-drive0]": 0.0005754601809482747, + "tests/common/test_path.py::test_path_conversion[cygpath-drive10]": 0.0008648678500776879, + "tests/common/test_path.py::test_path_conversion[cygpath-drive11]": 0.0006145909224516777, + "tests/common/test_path.py::test_path_conversion[cygpath-drive12]": 0.0005372822809492761, + "tests/common/test_path.py::test_path_conversion[cygpath-drive13]": 0.0006195083205746282, + "tests/common/test_path.py::test_path_conversion[cygpath-drive14]": 0.000551787505370062, + "tests/common/test_path.py::test_path_conversion[cygpath-drive15]": 0.0006249940648241479, + "tests/common/test_path.py::test_path_conversion[cygpath-drive1]": 0.0005752253485017052, + "tests/common/test_path.py::test_path_conversion[cygpath-drive2]": 0.000654257336674795, + "tests/common/test_path.py::test_path_conversion[cygpath-drive3]": 0.0006574808765185312, + "tests/common/test_path.py::test_path_conversion[cygpath-drive4]": 0.0006231799137012691, + "tests/common/test_path.py::test_path_conversion[cygpath-drive5]": 0.000565805730299877, + "tests/common/test_path.py::test_path_conversion[cygpath-drive6]": 0.0006356545620470199, + "tests/common/test_path.py::test_path_conversion[cygpath-drive7]": 0.0009509756355192285, + "tests/common/test_path.py::test_path_conversion[cygpath-drive8]": 0.0006113372554083592, + "tests/common/test_path.py::test_path_conversion[cygpath-drive9]": 0.0006015437335627952, + "tests/common/test_path.py::test_path_conversion[cygpath-relative0]": 0.0005968528450817324, + "tests/common/test_path.py::test_path_conversion[cygpath-relative1]": 0.0005601176056887719, + "tests/common/test_path.py::test_path_conversion[cygpath-relative2]": 0.0005804806246760784, + "tests/common/test_path.py::test_path_conversion[cygpath-root0]": 0.0008849014719072595, + "tests/common/test_path.py::test_path_conversion[cygpath-root10]": 0.0006226411931163632, + "tests/common/test_path.py::test_path_conversion[cygpath-root11]": 0.0005399190678442506, + "tests/common/test_path.py::test_path_conversion[cygpath-root12]": 0.0005181404357441515, + "tests/common/test_path.py::test_path_conversion[cygpath-root13]": 0.0006018745831424802, + "tests/common/test_path.py::test_path_conversion[cygpath-root14]": 0.0006335477671639805, + "tests/common/test_path.py::test_path_conversion[cygpath-root1]": 0.0006267575494168511, + "tests/common/test_path.py::test_path_conversion[cygpath-root2]": 0.000706690546064386, + "tests/common/test_path.py::test_path_conversion[cygpath-root3]": 0.0005866446933546408, + "tests/common/test_path.py::test_path_conversion[cygpath-root4]": 0.0005471187074958674, + "tests/common/test_path.py::test_path_conversion[cygpath-root5]": 0.0005729570399473839, + "tests/common/test_path.py::test_path_conversion[cygpath-root6]": 0.000576324285555106, + "tests/common/test_path.py::test_path_conversion[cygpath-root7]": 0.0007683208765674932, + "tests/common/test_path.py::test_path_conversion[cygpath-root8]": 0.0007147107017018153, + "tests/common/test_path.py::test_path_conversion[cygpath-root9]": 0.000648817166385889, + "tests/common/test_path.py::test_path_conversion[fallback-PATH0]": 0.012359538896649239, + "tests/common/test_path.py::test_path_conversion[fallback-PATH10]": 0.021774618178279075, + "tests/common/test_path.py::test_path_conversion[fallback-PATH11]": 0.018920509947135143, + "tests/common/test_path.py::test_path_conversion[fallback-PATH1]": 0.01720402505182049, + "tests/common/test_path.py::test_path_conversion[fallback-PATH2]": 0.012580308914303721, + "tests/common/test_path.py::test_path_conversion[fallback-PATH3]": 0.010515022553075626, + "tests/common/test_path.py::test_path_conversion[fallback-PATH4]": 0.018087701609570354, + "tests/common/test_path.py::test_path_conversion[fallback-PATH5]": 0.013054455338010314, + "tests/common/test_path.py::test_path_conversion[fallback-PATH6]": 0.01088791127166385, + "tests/common/test_path.py::test_path_conversion[fallback-PATH7]": 0.018694280337955005, + "tests/common/test_path.py::test_path_conversion[fallback-PATH8]": 0.018974897370290934, + "tests/common/test_path.py::test_path_conversion[fallback-PATH9]": 0.01137115766036569, + "tests/common/test_path.py::test_path_conversion[fallback-UNC0]": 0.029684888384870118, + "tests/common/test_path.py::test_path_conversion[fallback-UNC1]": 0.020481108744923777, + "tests/common/test_path.py::test_path_conversion[fallback-UNC2]": 0.01986578299681553, + "tests/common/test_path.py::test_path_conversion[fallback-UNC3]": 0.014997573128386624, + "tests/common/test_path.py::test_path_conversion[fallback-UNC4]": 0.015241593755198846, + "tests/common/test_path.py::test_path_conversion[fallback-UNC5]": 0.019158080899403178, + "tests/common/test_path.py::test_path_conversion[fallback-UNC6]": 0.01233475756553861, + "tests/common/test_path.py::test_path_conversion[fallback-UNC7]": 0.015755890456269833, + "tests/common/test_path.py::test_path_conversion[fallback-cwd0]": 0.021888256542466865, + "tests/common/test_path.py::test_path_conversion[fallback-cwd1]": 0.006615742014612915, + "tests/common/test_path.py::test_path_conversion[fallback-cwd2]": 0.008754016116421206, + "tests/common/test_path.py::test_path_conversion[fallback-cwd3]": 0.018689284186207626, + "tests/common/test_path.py::test_path_conversion[fallback-drive0]": 0.016463306680246495, + "tests/common/test_path.py::test_path_conversion[fallback-drive10]": 0.02233483206676768, + "tests/common/test_path.py::test_path_conversion[fallback-drive11]": 0.019696981045882862, + "tests/common/test_path.py::test_path_conversion[fallback-drive12]": 0.016592486658125457, + "tests/common/test_path.py::test_path_conversion[fallback-drive13]": 0.01669710431719512, + "tests/common/test_path.py::test_path_conversion[fallback-drive14]": 0.02244018109363866, + "tests/common/test_path.py::test_path_conversion[fallback-drive15]": 0.02008958794625945, + "tests/common/test_path.py::test_path_conversion[fallback-drive1]": 0.015067695463016775, + "tests/common/test_path.py::test_path_conversion[fallback-drive2]": 0.01544387318428898, + "tests/common/test_path.py::test_path_conversion[fallback-drive3]": 0.01768956334809868, + "tests/common/test_path.py::test_path_conversion[fallback-drive4]": 0.024966887163775407, + "tests/common/test_path.py::test_path_conversion[fallback-drive5]": 0.01604780112939342, + "tests/common/test_path.py::test_path_conversion[fallback-drive6]": 0.01507130227176213, + "tests/common/test_path.py::test_path_conversion[fallback-drive7]": 0.02006363935926862, + "tests/common/test_path.py::test_path_conversion[fallback-drive8]": 0.02030876626835994, + "tests/common/test_path.py::test_path_conversion[fallback-drive9]": 0.01656726508745649, + "tests/common/test_path.py::test_path_conversion[fallback-relative0]": 0.018168639096070353, + "tests/common/test_path.py::test_path_conversion[fallback-relative1]": 0.024588847520871544, + "tests/common/test_path.py::test_path_conversion[fallback-relative2]": 0.018404377196478458, + "tests/common/test_path.py::test_path_conversion[fallback-root0]": 0.018862029639210527, + "tests/common/test_path.py::test_path_conversion[fallback-root10]": 0.013005097383689664, + "tests/common/test_path.py::test_path_conversion[fallback-root11]": 0.016189044498990248, + "tests/common/test_path.py::test_path_conversion[fallback-root12]": 0.023836953382930015, + "tests/common/test_path.py::test_path_conversion[fallback-root13]": 0.012331592149343328, + "tests/common/test_path.py::test_path_conversion[fallback-root14]": 0.01631431025648951, + "tests/common/test_path.py::test_path_conversion[fallback-root1]": 0.011304382788323438, + "tests/common/test_path.py::test_path_conversion[fallback-root2]": 0.01180509404178053, + "tests/common/test_path.py::test_path_conversion[fallback-root3]": 0.01403136169454323, + "tests/common/test_path.py::test_path_conversion[fallback-root4]": 0.022533735152107097, + "tests/common/test_path.py::test_path_conversion[fallback-root5]": 0.012188953790846339, + "tests/common/test_path.py::test_path_conversion[fallback-root6]": 0.015714311171358863, + "tests/common/test_path.py::test_path_conversion[fallback-root7]": 0.015852255052614707, + "tests/common/test_path.py::test_path_conversion[fallback-root8]": 0.019713930389161763, + "tests/common/test_path.py::test_path_conversion[fallback-root9]": 0.030326035702388912, + "tests/common/test_path.py::test_path_conversion_falsy[None]": 0.003145996072874477, + "tests/common/test_path.py::test_path_conversion_falsy[empty dict]": 0.0030855365085333594, + "tests/common/test_path.py::test_path_conversion_falsy[empty list]": 0.0032596004100290867, + "tests/common/test_path.py::test_path_conversion_falsy[empty set]": 0.0036100111940579305, + "tests/common/test_path.py::test_path_conversion_falsy[empty tuple]": 0.003203414259439168, + "tests/common/test_path.py::test_path_identity": 0.004789666818132426, + "tests/common/test_path.py::test_url_to_path_unix": 0.0033031000610981207, + "tests/common/test_path.py::test_url_to_path_windows_local": 0.0041589932903101316, + "tests/common/test_path.py::test_url_to_path_windows_unc": 0.007234687022571124, + "tests/common/test_path.py::test_win_path_backout": 0.0031629348624206085, + "tests/common/test_toposort.py::test_cycle": 0.0034478750196730865, + "tests/common/test_toposort.py::test_cycle_best_effort": 0.0029967106891751047, + "tests/common/test_toposort.py::test_degenerate": 0.0032933320304836433, + "tests/common/test_toposort.py::test_pop_key": 0.0033804724091043665, + "tests/common/test_toposort.py::test_python_is_prioritized": 0.0031036315867075896, + "tests/common/test_toposort.py::test_simple": 0.0031253390057171472, + "tests/common/test_url.py::test_add_username_and_pass_to_url": 0.0034431277214387363, + "tests/common/test_url.py::test_is_ip_address": 0.0030341047881515546, + "tests/common/test_url.py::test_is_ipv6_address": 0.00274678745798192, + "tests/common/test_url.py::test_is_url": 0.004424624376105264, + "tests/common/test_url.py::test_maybe_add_auth": 0.0033645732891049124, + "tests/common/test_url.py::test_split_scheme_auth_token": 0.0032976575538618685, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj0-http://conda.io/path/to/somewhere]": 0.003596531049031997, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj1-https://user:pass@conda.io/path/to/somewhere]": 0.0034042143966472047, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj2-file:///opt/happy/path]": 0.003166190783540804, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj3-file:///path/to/something.txt]": 0.0033195257487721357, + "tests/common/test_url.py::test_url_to_s3_info": 0.0033877026754132503, + "tests/common/test_url.py::test_urlparse[192.168.1.1:8080/path/to/resource-exp_url_obj0]": 0.004688229242678226, + "tests/common/test_url.py::test_urlparse[file:///opt/happy/path-exp_url_obj2]": 0.004379900118752642, + "tests/common/test_url.py::test_urlparse[https://conda.io/happy/path-exp_url_obj1]": 0.0038261319047940274, + "tests/common/test_url.py::test_urlparse[https://u:p@conda.io/t/x1029384756/more/path-exp_url_obj3]": 0.003907527900397562, + "tests/common/test_yaml.py::test_dump": 0.009677157724410558, + "tests/common/test_yaml.py::test_map": 0.004170460072784429, + "tests/common/test_yaml.py::test_seq_simple": 0.005501979399660005, + "tests/common/test_yaml.py::test_yaml_complex": 0.015772015314373708, + "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_none_values_error": 0.25461456068242605, + "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_permission_error": 0.24046047855090003, + "tests/core/test_envs_manager.py::test_prefix_cli_flag": 0.007184904011418104, + "tests/core/test_envs_manager.py::test_register_env_directory_creation_error": 0.008865103450180238, + "tests/core/test_envs_manager.py::test_register_unregister_location_env": 0.012980348427259843, + "tests/core/test_envs_manager.py::test_rewrite_environments_txt_file": 0.010422062860970895, + "tests/core/test_index.py::TestIndex::test_cache_entries[False]": 0.4522342832353861, + "tests/core/test_index.py::TestIndex::test_cache_entries[True]": 0.7738771148836897, + "tests/core/test_index.py::TestIndex::test_contains_invalid[False]": 0.5089613752890869, + "tests/core/test_index.py::TestIndex::test_contains_invalid[True]": 0.7940246505046612, + "tests/core/test_index.py::TestIndex::test_contains_valid[False]": 0.4593252087021985, + "tests/core/test_index.py::TestIndex::test_contains_valid[True]": 0.7101122056364755, + "tests/core/test_index.py::TestIndex::test_copy[False]": 1.2732841280910174, + "tests/core/test_index.py::TestIndex::test_copy[True]": 0.8045708694272685, + "tests/core/test_index.py::TestIndex::test_getitem_cache[False]": 0.4856879357713739, + "tests/core/test_index.py::TestIndex::test_getitem_cache[True]": 0.8247029660199454, + "tests/core/test_index.py::TestIndex::test_getitem_channel[False]": 0.497864959186496, + "tests/core/test_index.py::TestIndex::test_getitem_channel[True]": 0.7437584446312255, + "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[False]": 0.43195634276547606, + "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[True]": 0.8381396923172686, + "tests/core/test_index.py::TestIndex::test_getitem_feature[False]": 0.4262677933883712, + "tests/core/test_index.py::TestIndex::test_getitem_feature[True]": 0.8715944641418445, + "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[False]": 0.4332537989179429, + "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[True]": 0.8755204781776567, + "tests/core/test_index.py::TestIndex::test_getitem_prefix[False]": 0.37745450186951085, + "tests/core/test_index.py::TestIndex::test_getitem_prefix[True]": 0.720000762125009, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[False]": 0.6518142493083453, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[True]": 0.8351614321780126, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[False]": 0.5309322118070094, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[True]": 0.8612140105997825, + "tests/core/test_index.py::TestIndex::test_init_conflicting_subdirs": 0.06287495070204384, + "tests/core/test_index.py::TestIndex::test_init_prefix_data": 0.07078015338576153, + "tests/core/test_index.py::TestIndex::test_init_prefix_path": 0.0697684481943715, + "tests/core/test_index.py::TestIndex::test_init_use_local": 0.06091605509357108, + "tests/core/test_index.py::TestIndex::test_reduced_index[False]": 0.8356360035445172, + "tests/core/test_index.py::TestIndex::test_reduced_index[True]": 1.201503230495992, + "tests/core/test_index.py::test__make_virtual_package": 0.06458771654130502, + "tests/core/test_index.py::test__supplement_index_with_cache": 0.06861628274928835, + "tests/core/test_index.py::test__supplement_index_with_prefix": 0.930571885838403, + "tests/core/test_index.py::test__supplement_index_with_prefix_index_class": 0.8787138951429936, + "tests/core/test_index.py::test_basic_get_reduced_index": 0.3970515000422826, + "tests/core/test_index.py::test_calculate_channel_urls": 0.06090811547286491, + "tests/core/test_index.py::test_check_allowlist": 0.2780417877541589, + "tests/core/test_index.py::test_check_allowlist_and_denylist": 0.13069348129837335, + "tests/core/test_index.py::test_check_allowlist_deprecation_warning": 0.06938612174574223, + "tests/core/test_index.py::test_check_denylist": 0.11709431300158889, + "tests/core/test_index.py::test_dist_str_in_index": 0.1188255484009668, + "tests/core/test_index.py::test_fetch_index": 0.15111268558876015, + "tests/core/test_index.py::test_get_index_lazy": 0.6150829770042269, + "tests/core/test_index.py::test_get_index_linux64_platform": 11.50912537916549, + "tests/core/test_index.py::test_get_index_osx64_platform": 10.625547018696144, + "tests/core/test_index.py::test_get_index_win64_platform": 10.618103679095949, + "tests/core/test_index.py::test_supplement_index_with_system": 0.3619608892257817, + "tests/core/test_index.py::test_supplement_index_with_system_archspec": 0.250807068904894, + "tests/core/test_index.py::test_supplement_index_with_system_cuda": 0.25408141657306277, + "tests/core/test_index.py::test_supplement_index_with_system_glibc": 0.0006396850211088891, + "tests/core/test_index.py::test_supplement_index_with_system_linux[1.2.3.4-1.2.3.4]": 0.0006688802754565169, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2-4.2]": 0.0005867727211913928, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.0-42-generic-4.2.0]": 0.0006332814643468245, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.1-4.2.1]": 0.0006367269989408554, + "tests/core/test_index.py::test_supplement_index_with_system_linux[5.4.89+-5.4.89]": 0.0005994033767775469, + "tests/core/test_index.py::test_supplement_index_with_system_linux[5.5-rc1-5.5]": 0.000626578111775586, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a-9.1]": 0.0005805401068160515, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a.2-9.1]": 0.0005811530295142845, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.a.1-0]": 0.0005865695324204065, + "tests/core/test_index.py::test_supplement_index_with_system_osx": 0.21708454903054916, + "tests/core/test_initialize.py::test__get_python_info": 0.042096205071436965, + "tests/core/test_initialize.py::test_get_python_info": 0.041319969028558674, + "tests/core/test_initialize.py::test_init_all": 1.1368057950950505, + "tests/core/test_initialize.py::test_init_cmd_exe_registry": 0.0005983965607222031, + "tests/core/test_initialize.py::test_init_enable_long_path": 0.000600455488092783, + "tests/core/test_initialize.py::test_init_sh_system": 0.06004172108474374, + "tests/core/test_initialize.py::test_init_sh_user_tcsh_unix": 0.038248201603701154, + "tests/core/test_initialize.py::test_init_sh_user_unix": 0.04246135631749356, + "tests/core/test_initialize.py::test_init_sh_user_windows": 0.000630162395783475, + "tests/core/test_initialize.py::test_initialize_dev_bash": 0.17829356992235304, + "tests/core/test_initialize.py::test_initialize_dev_cmd_exe": 0.10497988129745509, + "tests/core/test_initialize.py::test_install_1": 0.0798290032874205, + "tests/core/test_initialize.py::test_install_conda_csh": 0.04969435270079656, + "tests/core/test_initialize.py::test_install_conda_fish": 0.04893172592959748, + "tests/core/test_initialize.py::test_install_conda_sh": 0.05057960634433853, + "tests/core/test_initialize.py::test_install_conda_xsh": 0.04450831367326865, + "tests/core/test_initialize.py::test_install_condabin_conda_bat": 0.04340877038374216, + "tests/core/test_initialize.py::test_make_entry_point": 0.056630153531844626, + "tests/core/test_initialize.py::test_make_entry_point_exe": 0.045516853599505344, + "tests/core/test_initialize.py::test_make_initialize_plan_bash_zsh": 0.07548807326404848, + "tests/core/test_initialize.py::test_make_initialize_plan_cmd_exe": 0.08699395988204109, + "tests/core/test_initialize.py::test_make_install_plan": 0.008330174862804358, + "tests/core/test_package_cache_data.py::test_ProgressiveFetchExtract_prefers_conda_v2_format": 0.04337770386623411, + "tests/core/test_package_cache_data.py::test_conda_build_alias": 0.003037597792239369, + "tests/core/test_package_cache_data.py::test_conda_pkg_in_pkg_cache_doesnt_overwrite_tar_bz2": 0.09268890622168692, + "tests/core/test_package_cache_data.py::test_cover_extract_bad_package": 0.0426021930150483, + "tests/core/test_package_cache_data.py::test_cover_fetch_not_exists": 6.216373757440034, + "tests/core/test_package_cache_data.py::test_cover_get_entry_to_link": 0.011022886408271112, + "tests/core/test_package_cache_data.py::test_cover_reverse": 0.0031042106744103804, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist": 0.05767559514888384, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist_read_only": 0.08401222177606112, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_unpacked_conda_exist": 0.039424622155440264, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_cache_not_extracted": 0.1398438946368556, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_doesnt_overwrite_conda_pkg": 0.09681484553413924, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_used_instead_of_conda_pkg": 0.06287194421126305, + "tests/core/test_path_actions.py::test_CompileMultiPycAction_generic": 0.006354278839732227, + "tests/core/test_path_actions.py::test_CompileMultiPycAction_noarch_python": 1.7764815203165498, + "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_generic": 0.005681369810032463, + "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_noarch_python": 0.010980776655701175, + "tests/core/test_path_actions.py::test_create_file_link_actions": 0.00847585623898945, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_copy": 0.008599091078533166, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_directory": 0.005607649932164718, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_hardlink": 0.009600234639434073, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_softlink": 0.008165171430800571, + "tests/core/test_portability.py::test_escaped_prefix_replaced_only_shebang": 0.006885107505159676, + "tests/core/test_portability.py::test_replace_long_shebang_spaces_in_prefix": 0.003026690971092712, + "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_escaped_space": 0.003294624229330046, + "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_python": 0.0030907374562555256, + "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_escaped_space": 0.002671340365161055, + "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_python": 0.002722008521571592, + "tests/core/test_portability.py::test_replace_simple_shebang_no_replacement": 0.0027093000147487426, + "tests/core/test_portability.py::test_shebang_regex_matches": 0.0026463296923736777, + "tests/core/test_prefix_data.py::test_corrupt_json_conda_meta_json": 0.003264535202631255, + "tests/core/test_prefix_data.py::test_corrupt_unicode_conda_meta_json": 0.00340243466513732, + "tests/core/test_prefix_data.py::test_get_conda_anchor_files_and_records": 0.005099347278733051, + "tests/core/test_prefix_data.py::test_get_environment_env_vars": 2.65576041678024, + "tests/core/test_prefix_data.py::test_no_tokens_dumped[False]": 0.009817833181552056, + "tests/core/test_prefix_data.py::test_no_tokens_dumped[True]": 0.010165449828569307, + "tests/core/test_prefix_data.py::test_pip_interop[envpy27osx]": 0.910373608504795, + "tests/core/test_prefix_data.py::test_pip_interop[envpy27win_whl]": 0.0005944062015857824, + "tests/core/test_prefix_data.py::test_pip_interop[envpy37osx_whl]": 1.3472459433073694, + "tests/core/test_prefix_data.py::test_pip_interop[envpy37win]": 0.0006245100255904106, "tests/core/test_prefix_data.py::test_pip_interop_osx": 1.2222145319719757, "tests/core/test_prefix_data.py::test_pip_interop_windows": 0.9056663248811957, - "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-None-False]": 0.005275891247638658, - "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-missing-True]": 0.006278534317816288, - "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-{path}-False]": 0.005760954208017537, - "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-None-False]": 0.00648681065451377, - "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-missing-False]": 0.004936508831188986, - "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-{path}-True]": 0.005982102471033979, - "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars": 2.089484350023318, - "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars_no_exist": 2.2165473112194505, - "tests/core/test_solve.py::test_aggressive_update_packages[classic]": 13.996182692250084, - "tests/core/test_solve.py::test_aggressive_update_packages[libmamba]": 12.103376630357705, - "tests/core/test_solve.py::test_archspec_call[classic]": 3.59482598087802, - "tests/core/test_solve.py::test_archspec_call[libmamba]": 1.6307699774025644, - "tests/core/test_solve.py::test_auto_update_conda[classic]": 8.923601396188447, - "tests/core/test_solve.py::test_auto_update_conda[libmamba]": 6.90391496451357, - "tests/core/test_solve.py::test_broken_install[classic]": 10.62704445981297, - "tests/core/test_solve.py::test_broken_install[libmamba]": 0.024805377308338622, - "tests/core/test_solve.py::test_channel_priority_churn_minimized[classic]": 19.053933642606353, - "tests/core/test_solve.py::test_channel_priority_churn_minimized[libmamba]": 1.9077913482790916, - "tests/core/test_solve.py::test_conda_downgrade[classic]": 57.731805612833405, - "tests/core/test_solve.py::test_conda_downgrade[libmamba]": 10.282313898207367, - "tests/core/test_solve.py::test_cuda_1[classic]": 1.9006445003248145, - "tests/core/test_solve.py::test_cuda_1[libmamba]": 1.700902450102965, - "tests/core/test_solve.py::test_cuda_2[classic]": 1.865036391294508, - "tests/core/test_solve.py::test_cuda_2[libmamba]": 1.777949801393143, - "tests/core/test_solve.py::test_cuda_constrain_absent[classic]": 2.091433425212849, - "tests/core/test_solve.py::test_cuda_constrain_absent[libmamba]": 1.7167111850200858, - "tests/core/test_solve.py::test_cuda_constrain_sat[classic]": 0.0012634160562013468, - "tests/core/test_solve.py::test_cuda_constrain_sat[libmamba]": 0.0006821561107366948, - "tests/core/test_solve.py::test_cuda_constrain_unsat[classic]": 0.0006618204182574128, - "tests/core/test_solve.py::test_cuda_constrain_unsat[libmamba]": 0.0005973753500525672, - "tests/core/test_solve.py::test_cuda_fail_1[classic]": 1.8541547969626286, - "tests/core/test_solve.py::test_cuda_fail_1[libmamba]": 1.7169731031539166, - "tests/core/test_solve.py::test_cuda_fail_2[classic]": 2.024947691623812, - "tests/core/test_solve.py::test_cuda_fail_2[libmamba]": 1.7320382913057197, - "tests/core/test_solve.py::test_cuda_glibc_sat[classic]": 0.0010194532002501607, - "tests/core/test_solve.py::test_cuda_glibc_sat[libmamba]": 0.0006529421365985356, - "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[classic]": 0.0006699078214373354, - "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[libmamba]": 0.000615262692526646, - "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[classic]": 0.0005591159827228353, - "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[libmamba]": 0.0005589097595008352, - "tests/core/test_solve.py::test_current_repodata_fallback[classic]": 0.5259474077158405, - "tests/core/test_solve.py::test_current_repodata_fallback[libmamba]": 0.1987740266249349, - "tests/core/test_solve.py::test_current_repodata_usage[classic]": 0.5296720643602392, - "tests/core/test_solve.py::test_current_repodata_usage[libmamba]": 0.23766715361431193, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[classic]": 0.030367153531435136, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[libmamba]": 0.034180306214943626, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[classic]": 0.03104959110003889, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[libmamba]": 0.02985043001742218, - "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[classic]": 0.03293210799232822, - "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[libmamba]": 0.033512439183359936, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[classic]": 0.033498362335338476, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[libmamba]": 0.02816444969229374, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[classic]": 0.027489927563379656, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[libmamba]": 0.03331445389705082, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[classic]": 0.027776583993292935, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[libmamba]": 0.02908600946150298, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[classic]": 0.032211929560885304, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[libmamba]": 0.031149658305794838, - "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[classic]": 10.168005976405524, - "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[libmamba]": 5.41779906950051, - "tests/core/test_solve.py::test_explicit_conda_downgrade[classic]": 9.726544423146848, - "tests/core/test_solve.py::test_explicit_conda_downgrade[libmamba]": 7.07733993316428, - "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[classic]": 3.587334306814553, - "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[libmamba]": 1.6275796905852153, - "tests/core/test_solve.py::test_features_solve_1[classic]": 9.913268319583079, - "tests/core/test_solve.py::test_features_solve_1[libmamba]": 0.8609077738402116, - "tests/core/test_solve.py::test_force_reinstall_1[classic]": 4.3726812436156415, - "tests/core/test_solve.py::test_force_reinstall_1[libmamba]": 3.8287231961409467, - "tests/core/test_solve.py::test_force_reinstall_2[classic]": 2.1438050481288746, - "tests/core/test_solve.py::test_force_reinstall_2[libmamba]": 1.842549323114907, - "tests/core/test_solve.py::test_force_remove_1[classic]": 10.496627187824734, - "tests/core/test_solve.py::test_force_remove_1[libmamba]": 5.390706324046856, - "tests/core/test_solve.py::test_freeze_deps_1[classic]": 26.882373329438913, - "tests/core/test_solve.py::test_freeze_deps_1[libmamba]": 3.932273081695562, - "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[classic]": 5.377118359779291, - "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[libmamba]": 1.9659919248008288, - "tests/core/test_solve.py::test_no_deps_1[classic]": 9.012306967215656, - "tests/core/test_solve.py::test_no_deps_1[libmamba]": 5.251426008392952, - "tests/core/test_solve.py::test_no_update_deps_1[classic]": 9.020488407507715, - "tests/core/test_solve.py::test_no_update_deps_1[libmamba]": 7.3022179932272655, - "tests/core/test_solve.py::test_only_deps_1[classic]": 2.9782991514621644, - "tests/core/test_solve.py::test_only_deps_1[libmamba]": 1.9522872116353729, - "tests/core/test_solve.py::test_only_deps_2[classic]": 13.978900812754585, - "tests/core/test_solve.py::test_only_deps_2[libmamba]": 6.879116421699642, - "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[classic]": 0.028148031875933167, - "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[libmamba]": 0.03499256312102102, - "tests/core/test_solve.py::test_packages_in_solution_change_constrained[classic]": 0.03028723523488776, - "tests/core/test_solve.py::test_packages_in_solution_change_constrained[libmamba]": 0.03485693832321967, - "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[classic]": 0.030572693374613966, - "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[libmamba]": 0.034019439193456125, - "tests/core/test_solve.py::test_pinned_1[classic]": 13.442547126788115, - "tests/core/test_solve.py::test_pinned_1[libmamba]": 8.139764214284993, - "tests/core/test_solve.py::test_priority_1[classic]": 37.457342272793404, - "tests/core/test_solve.py::test_priority_1[libmamba]": 14.511327116371067, - "tests/core/test_solve.py::test_prune_1[classic]": 6.438807350160652, - "tests/core/test_solve.py::test_prune_1[libmamba]": 1.7587193692332586, - "tests/core/test_solve.py::test_python2_update[classic]": 8.986412576113574, - "tests/core/test_solve.py::test_python2_update[libmamba]": 4.203737739750278, - "tests/core/test_solve.py::test_remove_with_constrained_dependencies[classic]": 11.97262899289936, - "tests/core/test_solve.py::test_remove_with_constrained_dependencies[libmamba]": 1.2427269009389297, - "tests/core/test_solve.py::test_solve_1[classic]": 7.867944884792592, - "tests/core/test_solve.py::test_solve_1[libmamba]": 3.4647814825461856, - "tests/core/test_solve.py::test_solve_2[classic]": 33.84403497309996, - "tests/core/test_solve.py::test_solve_2[libmamba]": 0.025181312931764333, - "tests/core/test_solve.py::test_solve_msgs_exclude_vp[classic]": 1.9112965480334594, - "tests/core/test_solve.py::test_solve_msgs_exclude_vp[libmamba]": 1.7645679731681938, - "tests/core/test_solve.py::test_timestamps_1[classic]": 0.9454134999127336, - "tests/core/test_solve.py::test_timestamps_1[libmamba]": 0.5441648852099695, - "tests/core/test_solve.py::test_unfreeze_when_required[classic]": 1.5884629995117499, - "tests/core/test_solve.py::test_unfreeze_when_required[libmamba]": 0.6927653802360539, - "tests/core/test_solve.py::test_update_all_1[classic]": 11.131764966656318, - "tests/core/test_solve.py::test_update_all_1[libmamba]": 5.11968160353628, - "tests/core/test_solve.py::test_update_deps_1[classic]": 19.035588987079198, - "tests/core/test_solve.py::test_update_deps_1[libmamba]": 9.576751830649261, - "tests/core/test_solve.py::test_update_deps_2[classic]": 15.599376920312364, - "tests/core/test_solve.py::test_update_deps_2[libmamba]": 5.284248011313317, - "tests/core/test_solve.py::test_update_prune_1[classic]": 5.178327531348557, - "tests/core/test_solve.py::test_update_prune_1[libmamba]": 3.3914066301773707, - "tests/core/test_solve.py::test_update_prune_2[classic]": 5.1404449575565465, - "tests/core/test_solve.py::test_update_prune_2[libmamba]": 1.7874987367288144, - "tests/core/test_solve.py::test_update_prune_3[classic]": 5.988855520816388, - "tests/core/test_solve.py::test_update_prune_3[libmamba]": 1.7619970320324263, - "tests/core/test_solve.py::test_update_prune_4[classic]": 5.264668160591497, - "tests/core/test_solve.py::test_update_prune_4[libmamba]": 3.4008500926013983, - "tests/core/test_solve.py::test_update_prune_5[classic-False]": 6.188009094778094, - "tests/core/test_solve.py::test_update_prune_5[classic-True]": 5.150205274699234, - "tests/core/test_solve.py::test_update_prune_5[libmamba-False]": 3.4933820982992403, - "tests/core/test_solve.py::test_update_prune_5[libmamba-True]": 3.4889740097716393, - "tests/core/test_solve.py::test_virtual_package_solver[classic]": 2.0320985368431077, - "tests/core/test_solve.py::test_virtual_package_solver[libmamba]": 0.028180706943959796, - "tests/core/test_subdir_data.py::test_cache_fn_url_repo_anaconda_com": 0.0027948244974651108, - "tests/core/test_subdir_data.py::test_cache_fn_url_repo_continuum_io": 0.0028963923698841825, - "tests/core/test_subdir_data.py::test_get_index_no_platform_with_offline_cache": 0.4928254244013952, - "tests/core/test_subdir_data.py::test_metadata_cache_clearing": 0.01667562980122363, - "tests/core/test_subdir_data.py::test_metadata_cache_works": 3.0908798237675614, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[no-credentials]": 0.5271768628335941, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-auth]": 1.0276563287813805, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-token]": 0.726316617888004, - "tests/core/test_subdir_data.py::test_repodata_version_error": 1.394010188581809, - "tests/core/test_subdir_data.py::test_search_by_packagerecord": 0.011754627715655667, - "tests/core/test_subdir_data.py::test_state_is_not_json": 0.012099065486981071, - "tests/core/test_subdir_data.py::test_subdir_data_coverage": 0.021360002419123992, - "tests/core/test_subdir_data.py::test_subdir_data_dict_state": 0.00605008360328691, - "tests/core/test_subdir_data.py::test_subdir_data_prefers_conda_to_tar_bz2": 0.016330581096797712, - "tests/core/test_subdir_data.py::test_use_only_tar_bz2": 0.027904720759037233, - "tests/env/specs/test_binstar.py::test_binstar_not_installed": 0.003889433058489674, - "tests/env/specs/test_binstar.py::test_deprecations[BinstarSpec-None]": 0.003867796366017328, - "tests/env/specs/test_binstar.py::test_deprecations[ENVIRONMENT_TYPE-TypeError]": 0.004388761528451495, + "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-None-False]": 0.0052467154027618385, + "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-missing-True]": 0.006178017853037594, + "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-{path}-False]": 0.005522496748111009, + "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-None-False]": 0.006359666952424515, + "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-missing-False]": 0.004960993828383021, + "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-{path}-True]": 0.005941236919125241, + "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars": 2.117877680789314, + "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars_no_exist": 2.367007410529218, + "tests/core/test_solve.py::test_aggressive_update_packages[classic]": 14.15329896567275, + "tests/core/test_solve.py::test_aggressive_update_packages[libmamba]": 12.093554123465465, + "tests/core/test_solve.py::test_archspec_call[classic]": 3.642315992960334, + "tests/core/test_solve.py::test_archspec_call[libmamba]": 1.6162402904183595, + "tests/core/test_solve.py::test_auto_update_conda[classic]": 8.994886357660404, + "tests/core/test_solve.py::test_auto_update_conda[libmamba]": 6.898031003553877, + "tests/core/test_solve.py::test_broken_install[classic]": 10.665968226979045, + "tests/core/test_solve.py::test_broken_install[libmamba]": 0.024728051192207483, + "tests/core/test_solve.py::test_channel_priority_churn_minimized[classic]": 19.166356267470636, + "tests/core/test_solve.py::test_channel_priority_churn_minimized[libmamba]": 1.9083822439799958, + "tests/core/test_solve.py::test_conda_downgrade[classic]": 57.819977693003814, + "tests/core/test_solve.py::test_conda_downgrade[libmamba]": 10.33165844105405, + "tests/core/test_solve.py::test_cuda_1[classic]": 1.915452276279833, + "tests/core/test_solve.py::test_cuda_1[libmamba]": 1.681388747741194, + "tests/core/test_solve.py::test_cuda_2[classic]": 1.8804685681221116, + "tests/core/test_solve.py::test_cuda_2[libmamba]": 1.766378403802272, + "tests/core/test_solve.py::test_cuda_constrain_absent[classic]": 2.1179159496741926, + "tests/core/test_solve.py::test_cuda_constrain_absent[libmamba]": 1.7176194287551483, + "tests/core/test_solve.py::test_cuda_constrain_sat[classic]": 0.0013648290901454954, + "tests/core/test_solve.py::test_cuda_constrain_sat[libmamba]": 0.0006540222564446739, + "tests/core/test_solve.py::test_cuda_constrain_unsat[classic]": 0.0006587040900825283, + "tests/core/test_solve.py::test_cuda_constrain_unsat[libmamba]": 0.0005992360718040404, + "tests/core/test_solve.py::test_cuda_fail_1[classic]": 1.8647973103596678, + "tests/core/test_solve.py::test_cuda_fail_1[libmamba]": 1.705895302928697, + "tests/core/test_solve.py::test_cuda_fail_2[classic]": 2.052550625046759, + "tests/core/test_solve.py::test_cuda_fail_2[libmamba]": 1.7298011110019698, + "tests/core/test_solve.py::test_cuda_glibc_sat[classic]": 0.0010903541414599767, + "tests/core/test_solve.py::test_cuda_glibc_sat[libmamba]": 0.000645981845017552, + "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[classic]": 0.0006610899913611981, + "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[libmamba]": 0.000590266946170979, + "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[classic]": 0.0005532303980472469, + "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[libmamba]": 0.0005910099824493692, + "tests/core/test_solve.py::test_current_repodata_fallback[classic]": 0.5331865601517977, + "tests/core/test_solve.py::test_current_repodata_fallback[libmamba]": 0.20230112952370155, + "tests/core/test_solve.py::test_current_repodata_usage[classic]": 0.5432304246771841, + "tests/core/test_solve.py::test_current_repodata_usage[libmamba]": 0.24132111341514823, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[classic]": 0.0302200581360774, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[libmamba]": 0.03500567141322333, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[classic]": 0.031017946810288546, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[libmamba]": 0.0300973591955647, + "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[classic]": 0.03318173334631196, + "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[libmamba]": 0.0334171388862141, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[classic]": 0.03394416778965845, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[libmamba]": 0.029543896442147374, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[classic]": 0.0273643924578402, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[libmamba]": 0.03461479218121432, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[classic]": 0.02775470617848578, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[libmamba]": 0.028915585046612378, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[classic]": 0.03262796680010556, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[libmamba]": 0.031116069901523324, + "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[classic]": 10.251458957556837, + "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[libmamba]": 5.45412908162552, + "tests/core/test_solve.py::test_explicit_conda_downgrade[classic]": 9.854105703644526, + "tests/core/test_solve.py::test_explicit_conda_downgrade[libmamba]": 7.411663254068459, + "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[classic]": 3.60090555636473, + "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[libmamba]": 1.6276956238301237, + "tests/core/test_solve.py::test_features_solve_1[classic]": 9.934332495311576, + "tests/core/test_solve.py::test_features_solve_1[libmamba]": 0.7667117785814134, + "tests/core/test_solve.py::test_force_reinstall_1[classic]": 4.430881478462533, + "tests/core/test_solve.py::test_force_reinstall_1[libmamba]": 3.862286479201512, + "tests/core/test_solve.py::test_force_reinstall_2[classic]": 2.169376595660926, + "tests/core/test_solve.py::test_force_reinstall_2[libmamba]": 1.8683049549432869, + "tests/core/test_solve.py::test_force_remove_1[classic]": 10.571868116570412, + "tests/core/test_solve.py::test_force_remove_1[libmamba]": 5.4120426838155336, + "tests/core/test_solve.py::test_freeze_deps_1[classic]": 26.746027819166613, + "tests/core/test_solve.py::test_freeze_deps_1[libmamba]": 3.8872757084989287, + "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[classic]": 5.352974488592076, + "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[libmamba]": 1.9386146898977, + "tests/core/test_solve.py::test_no_deps_1[classic]": 9.058184064662132, + "tests/core/test_solve.py::test_no_deps_1[libmamba]": 5.291844737771648, + "tests/core/test_solve.py::test_no_update_deps_1[classic]": 9.177423405154908, + "tests/core/test_solve.py::test_no_update_deps_1[libmamba]": 7.233653526532588, + "tests/core/test_solve.py::test_only_deps_1[classic]": 3.001840134082059, + "tests/core/test_solve.py::test_only_deps_1[libmamba]": 1.894247840777294, + "tests/core/test_solve.py::test_only_deps_2[classic]": 14.071229331720073, + "tests/core/test_solve.py::test_only_deps_2[libmamba]": 6.935572196726762, + "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[classic]": 0.028149598403645927, + "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[libmamba]": 0.03532620937190426, + "tests/core/test_solve.py::test_packages_in_solution_change_constrained[classic]": 0.030196268704472583, + "tests/core/test_solve.py::test_packages_in_solution_change_constrained[libmamba]": 0.03474956903555368, + "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[classic]": 0.030337567690159103, + "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[libmamba]": 0.03577012165079035, + "tests/core/test_solve.py::test_pinned_1[classic]": 13.514644672089275, + "tests/core/test_solve.py::test_pinned_1[libmamba]": 8.132101376229459, + "tests/core/test_solve.py::test_priority_1[classic]": 38.38441960789118, + "tests/core/test_solve.py::test_priority_1[libmamba]": 14.570642680657928, + "tests/core/test_solve.py::test_prune_1[classic]": 6.509368778054133, + "tests/core/test_solve.py::test_prune_1[libmamba]": 1.7720662133459224, + "tests/core/test_solve.py::test_python2_update[classic]": 9.082300448781393, + "tests/core/test_solve.py::test_python2_update[libmamba]": 4.335899620222952, + "tests/core/test_solve.py::test_remove_with_constrained_dependencies[classic]": 12.06106435249118, + "tests/core/test_solve.py::test_remove_with_constrained_dependencies[libmamba]": 1.2360449842781864, + "tests/core/test_solve.py::test_solve_1[classic]": 7.94733461022119, + "tests/core/test_solve.py::test_solve_1[libmamba]": 3.426392253789582, + "tests/core/test_solve.py::test_solve_2[classic]": 34.084929411904, + "tests/core/test_solve.py::test_solve_2[libmamba]": 0.02488118643333912, + "tests/core/test_solve.py::test_solve_msgs_exclude_vp[classic]": 1.9214328089835027, + "tests/core/test_solve.py::test_solve_msgs_exclude_vp[libmamba]": 1.7264011596059134, + "tests/core/test_solve.py::test_timestamps_1[classic]": 0.9526205489906412, + "tests/core/test_solve.py::test_timestamps_1[libmamba]": 0.550641404273922, + "tests/core/test_solve.py::test_unfreeze_when_required[classic]": 1.6230790477261627, + "tests/core/test_solve.py::test_unfreeze_when_required[libmamba]": 0.7179897099568865, + "tests/core/test_solve.py::test_update_all_1[classic]": 11.33236140957674, + "tests/core/test_solve.py::test_update_all_1[libmamba]": 5.1175995899462645, + "tests/core/test_solve.py::test_update_deps_1[classic]": 19.178646090110263, + "tests/core/test_solve.py::test_update_deps_1[libmamba]": 9.508172877382464, + "tests/core/test_solve.py::test_update_deps_2[classic]": 15.717899457905258, + "tests/core/test_solve.py::test_update_deps_2[libmamba]": 5.341739064273477, + "tests/core/test_solve.py::test_update_prune_1[classic]": 5.219657103075663, + "tests/core/test_solve.py::test_update_prune_1[libmamba]": 3.393956380755383, + "tests/core/test_solve.py::test_update_prune_2[classic]": 5.149333445732264, + "tests/core/test_solve.py::test_update_prune_2[libmamba]": 1.7822398210122308, + "tests/core/test_solve.py::test_update_prune_3[classic]": 6.046907125181553, + "tests/core/test_solve.py::test_update_prune_3[libmamba]": 1.7676263139724733, + "tests/core/test_solve.py::test_update_prune_4[classic]": 5.287874765366473, + "tests/core/test_solve.py::test_update_prune_4[libmamba]": 3.4298973919814446, + "tests/core/test_solve.py::test_update_prune_5[classic-False]": 6.231509151639385, + "tests/core/test_solve.py::test_update_prune_5[classic-True]": 5.194560060843373, + "tests/core/test_solve.py::test_update_prune_5[libmamba-False]": 3.4659658409669234, + "tests/core/test_solve.py::test_update_prune_5[libmamba-True]": 3.51514073465714, + "tests/core/test_solve.py::test_virtual_package_solver[classic]": 2.045036794973619, + "tests/core/test_solve.py::test_virtual_package_solver[libmamba]": 0.028116443809844387, + "tests/core/test_subdir_data.py::test_cache_fn_url_repo_anaconda_com": 0.002931797981820352, + "tests/core/test_subdir_data.py::test_cache_fn_url_repo_continuum_io": 0.003009326917908834, + "tests/core/test_subdir_data.py::test_get_index_no_platform_with_offline_cache": 0.4691862041277355, + "tests/core/test_subdir_data.py::test_metadata_cache_clearing": 0.017024773897976596, + "tests/core/test_subdir_data.py::test_metadata_cache_works": 3.094555343638144, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[no-credentials]": 0.5106227671914033, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-auth]": 1.0581688195719876, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-token]": 0.6744171441393303, + "tests/core/test_subdir_data.py::test_repodata_version_error": 1.439407900880457, + "tests/core/test_subdir_data.py::test_search_by_packagerecord": 0.011646110563371661, + "tests/core/test_subdir_data.py::test_state_is_not_json": 0.012565537389866637, + "tests/core/test_subdir_data.py::test_subdir_data_coverage": 0.021092711682129037, + "tests/core/test_subdir_data.py::test_subdir_data_dict_state": 0.006597978844850321, + "tests/core/test_subdir_data.py::test_subdir_data_prefers_conda_to_tar_bz2": 0.016344351147609626, + "tests/core/test_subdir_data.py::test_use_only_tar_bz2": 0.027936008659776943, + "tests/env/specs/test_binstar.py::test_binstar_not_installed": 0.0038894330584896743, + "tests/env/specs/test_binstar.py::test_deprecations[BinstarSpec-None]": 0.003811386688322917, + "tests/env/specs/test_binstar.py::test_deprecations[ENVIRONMENT_TYPE-TypeError]": 0.004526878901904777, "tests/env/specs/test_binstar.py::test_download_environment": 0.008124547575095812, "tests/env/specs/test_binstar.py::test_environment_version_sorting": 0.008429310818320672, - "tests/env/specs/test_binstar.py::test_invalid_name": 0.007473079876874987, + "tests/env/specs/test_binstar.py::test_invalid_name": 0.007473079876874986, "tests/env/specs/test_binstar.py::test_name_not_present": 0.008726638090033392, - "tests/env/specs/test_binstar.py::test_package_not_exist": 0.007372046038447257, - "tests/env/specs/test_binstar.py::test_package_without_environment_file": 0.0067617292747311165, - "tests/env/specs/test_requirements.py::test_environment": 0.004073828137190344, - "tests/env/specs/test_requirements.py::test_no_environment_file": 0.0036470121393731457, - "tests/env/specs/test_requirements.py::test_no_name": 0.0036600645413932464, - "tests/env/specs/test_requirements.py::test_req_file_and_name": 0.003455066348363058, - "tests/env/specs/test_yaml_file.py::test_environment_file_exist": 0.0043577235440794716, - "tests/env/specs/test_yaml_file.py::test_filename": 0.004525827310696554, - "tests/env/specs/test_yaml_file.py::test_get_environment": 0.003824432734685667, - "tests/env/specs/test_yaml_file.py::test_no_environment_file": 0.004499791047468493, - "tests/env/test_create.py::test_create_advanced_pip": 52.66164186787416, - "tests/env/test_create.py::test_create_empty_env": 2.263534731591006, - "tests/env/test_create.py::test_create_env_default_packages": 17.267579827776284, - "tests/env/test_create.py::test_create_env_json[example/environment.yml]": 24.137000864878242, - "tests/env/test_create.py::test_create_env_json[example/environment_with_pip.yml]": 21.138564342519324, - "tests/env/test_create.py::test_create_env_no_default_packages": 10.938082203916812, - "tests/env/test_create.py::test_create_host_port": 0.0005660077216018205, - "tests/env/test_create.py::test_create_update": 15.449264920311167, - "tests/env/test_create.py::test_create_update_remote_env_file": 15.81405756878112, - "tests/env/test_create.py::test_fail_to_create_env_in_dir_with_colon": 0.12235429906248638, - "tests/env/test_create.py::test_protected_dirs_error_for_env_create": 2.9077819624224643, - "tests/env/test_env.py::test_add_channels": 0.002981466564981275, - "tests/env/test_env.py::test_add_pip": 0.006060923629733267, - "tests/env/test_env.py::test_args_are_wildcarded": 0.003035074430421096, - "tests/env/test_env.py::test_builds_spec_from_line_raw_dependency": 0.002920064964684549, - "tests/env/test_env.py::test_can_add_dependencies_to_environment": 0.006330349947849209, - "tests/env/test_env.py::test_channels_are_provided_by_kwarg": 0.0028368092727137123, - "tests/env/test_env.py::test_channels_default_to_empty_list": 0.002977361881301583, - "tests/env/test_env.py::test_create_advanced_pip": 12.929043000049429, - "tests/env/test_env.py::test_creates_file_on_save": 0.007555690092392486, - "tests/env/test_env.py::test_dependencies_are_empty_by_default": 0.0029800647712496303, - "tests/env/test_env.py::test_dependencies_update_after_adding": 0.004851658890067939, - "tests/env/test_env.py::test_envvars": 0.006513049459062363, - "tests/env/test_env.py::test_from_history": 0.006609882689143746, - "tests/env/test_env.py::test_has_empty_filename_by_default": 0.0032714158106667162, - "tests/env/test_env.py::test_has_empty_name_by_default": 0.0034141775711890913, - "tests/env/test_env.py::test_has_filename_if_provided": 0.0028510475281784747, - "tests/env/test_env.py::test_has_name_if_provided": 0.00368772812381987, - "tests/env/test_env.py::test_http": 0.07905339184583056, - "tests/env/test_env.py::test_http_raises": 0.16608666375073883, - "tests/env/test_env.py::test_invalid_keys": 0.006129846308349398, - "tests/env/test_env.py::test_other_tips_of_dependencies_are_supported": 0.0028248121252199055, - "tests/env/test_env.py::test_parses_dependencies_from_raw_file": 0.00494457982834525, - "tests/env/test_env.py::test_remove_channels": 0.003009184457434002, - "tests/env/test_env.py::test_retains_full_filename": 0.004966202790951986, - "tests/env/test_env.py::test_returns_Environment": 0.005132356947673981, - "tests/env/test_env.py::test_to_dict_returns_dictionary_of_data": 0.003139276498805316, - "tests/env/test_env.py::test_to_dict_returns_just_name_if_only_thing_present": 0.0028004016903178, - "tests/env/test_env.py::test_to_yaml_returns_proper_yaml": 0.0052074052765967915, - "tests/env/test_env.py::test_to_yaml_returns_yaml_parseable_string": 0.008426703381731989, - "tests/env/test_env.py::test_to_yaml_takes_stream": 0.005292928071016168, - "tests/env/test_env.py::test_valid_keys": 0.007065057294396477, - "tests/env/test_env.py::test_with_pip": 0.007182464136708894, - "tests/env/test_pip_util.py::test_get_pip_installed_packages[Successfully installed foo bar-expected0]": 0.0032651359697551253, - "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.0033856367049366867, - "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.004211191795090638, - "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.003475568389245325, - "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.004520250912093438, - "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[]": 0.00327810584159189, - "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[foo]": 0.003324630828917038, - "tests/gateways/disk/test_delete.py::test_backoff_unlink": 0.03301971844646277, - "tests/gateways/disk/test_delete.py::test_backoff_unlink_doesnt_exist": 0.0038237393909445355, - "tests/gateways/disk/test_delete.py::test_deprecations[move_path_to_trash-TypeError-None]": 0.003617730703307552, - "tests/gateways/disk/test_delete.py::test_deprecations[move_to_trash-TypeError-None]": 0.0035761800768190862, - "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs0]": 0.0042507956125024384, - "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs1]": 0.003613924920185511, - "tests/gateways/disk/test_delete.py::test_deprecations[try_rmdir_all_empty-TypeError-None]": 0.003888062734558706, + "tests/env/specs/test_binstar.py::test_package_not_exist": 0.007372046038447256, + "tests/env/specs/test_binstar.py::test_package_without_environment_file": 0.006761729274731117, + "tests/env/specs/test_requirements.py::test_environment": 0.00402143921225139, + "tests/env/specs/test_requirements.py::test_no_environment_file": 0.0037378339697059664, + "tests/env/specs/test_requirements.py::test_no_name": 0.003644988616788931, + "tests/env/specs/test_requirements.py::test_req_file_and_name": 0.003535252846146686, + "tests/env/specs/test_yaml_file.py::test_environment_file_exist": 0.00427322509718768, + "tests/env/specs/test_yaml_file.py::test_filename": 0.0044578538456923255, + "tests/env/specs/test_yaml_file.py::test_get_environment": 0.0038276074247694915, + "tests/env/specs/test_yaml_file.py::test_no_environment_file": 0.004705815288143838, + "tests/env/test_create.py::test_create_advanced_pip": 44.135370176417126, + "tests/env/test_create.py::test_create_empty_env": 2.27436197560733, + "tests/env/test_create.py::test_create_env_default_packages": 16.962050569298974, + "tests/env/test_create.py::test_create_env_json[example/environment.yml]": 24.0136497496632, + "tests/env/test_create.py::test_create_env_json[example/environment_with_pip.yml]": 20.678467326404352, + "tests/env/test_create.py::test_create_env_no_default_packages": 10.897429802674294, + "tests/env/test_create.py::test_create_host_port": 0.0005673620136068309, + "tests/env/test_create.py::test_create_update": 15.430721171592705, + "tests/env/test_create.py::test_create_update_remote_env_file": 15.764065780465645, + "tests/env/test_create.py::test_fail_to_create_env_in_dir_with_colon": 0.12755144135384527, + "tests/env/test_create.py::test_protected_dirs_error_for_env_create": 2.9500585475169956, + "tests/env/test_env.py::test_add_channels": 0.0029166340265477436, + "tests/env/test_env.py::test_add_pip": 0.005944056276756477, + "tests/env/test_env.py::test_args_are_wildcarded": 0.0030016263565503165, + "tests/env/test_env.py::test_builds_spec_from_line_raw_dependency": 0.0029337774495878915, + "tests/env/test_env.py::test_can_add_dependencies_to_environment": 0.006255023478655816, + "tests/env/test_env.py::test_channels_are_provided_by_kwarg": 0.002777555835803456, + "tests/env/test_env.py::test_channels_default_to_empty_list": 0.002977022342448899, + "tests/env/test_env.py::test_create_advanced_pip": 12.907728655821332, + "tests/env/test_env.py::test_creates_file_on_save": 0.007480501528482869, + "tests/env/test_env.py::test_dependencies_are_empty_by_default": 0.002922579201323572, + "tests/env/test_env.py::test_dependencies_update_after_adding": 0.0047825375525162705, + "tests/env/test_env.py::test_envvars": 0.006330140650011072, + "tests/env/test_env.py::test_from_history": 0.0063243822185823865, + "tests/env/test_env.py::test_has_empty_filename_by_default": 0.0032662930186198196, + "tests/env/test_env.py::test_has_empty_name_by_default": 0.003374336307096018, + "tests/env/test_env.py::test_has_filename_if_provided": 0.002783225779784827, + "tests/env/test_env.py::test_has_name_if_provided": 0.0035969005802140826, + "tests/env/test_env.py::test_http": 0.07648401127756158, + "tests/env/test_env.py::test_http_raises": 0.15531140917606231, + "tests/env/test_env.py::test_invalid_keys": 0.006243073600173892, + "tests/env/test_env.py::test_other_tips_of_dependencies_are_supported": 0.002797290756093726, + "tests/env/test_env.py::test_parses_dependencies_from_raw_file": 0.00481665713038666, + "tests/env/test_env.py::test_remove_channels": 0.002976804790547366, + "tests/env/test_env.py::test_retains_full_filename": 0.004982967375646811, + "tests/env/test_env.py::test_returns_Environment": 0.005042574167555176, + "tests/env/test_env.py::test_to_dict_returns_dictionary_of_data": 0.00313162829566045, + "tests/env/test_env.py::test_to_dict_returns_just_name_if_only_thing_present": 0.0028106283335242476, + "tests/env/test_env.py::test_to_yaml_returns_proper_yaml": 0.005345155748379377, + "tests/env/test_env.py::test_to_yaml_returns_yaml_parseable_string": 0.00845122566931435, + "tests/env/test_env.py::test_to_yaml_takes_stream": 0.005365922639361726, + "tests/env/test_env.py::test_valid_keys": 0.0071054285955260655, + "tests/env/test_env.py::test_with_pip": 0.007111362815313295, + "tests/env/test_pip_util.py::test_get_pip_installed_packages[Successfully installed foo bar-expected0]": 0.0033299831445950698, + "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.0032546077162920743, + "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.0041866922808116705, + "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.003482882756527935, + "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.004397988055691585, + "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[]": 0.0033007972300098114, + "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[foo]": 0.003327347172609687, + "tests/gateways/disk/test_delete.py::test_backoff_unlink": 0.03143575370268269, + "tests/gateways/disk/test_delete.py::test_backoff_unlink_doesnt_exist": 0.0037935889656631433, + "tests/gateways/disk/test_delete.py::test_deprecations[move_path_to_trash-TypeError-None]": 0.0036153251504966316, + "tests/gateways/disk/test_delete.py::test_deprecations[move_to_trash-TypeError-None]": 0.0034579671846511986, + "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs0]": 0.004309257322993674, + "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs1]": 0.003594566785916057, + "tests/gateways/disk/test_delete.py::test_deprecations[try_rmdir_all_empty-TypeError-None]": 0.0038987680162947155, "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.03105753107294349, - "tests/gateways/disk/test_delete.py::test_remove_file": 0.005020236786921872, - "tests/gateways/disk/test_delete.py::test_remove_file_to_trash": 0.004913318829204148, - "tests/gateways/disk/test_delete.py::test_remove_link_to_dir": 0.037098350405457885, - "tests/gateways/disk/test_delete.py::test_remove_link_to_file": 0.00516159144665584, - "tests/gateways/disk/test_delete.py::test_rm_rf": 0.03227668831171113, - "tests/gateways/disk/test_delete.py::test_rm_rf_couldnt": 0.004342433296066826, - "tests/gateways/disk/test_delete.py::test_rm_rf_does_not_follow_symlinks": 0.07061035882333008, - "tests/gateways/disk/test_delete.py::test_try_rmdir_all_empty_doesnt_exist": 0.03317679247725125, - "tests/gateways/disk/test_link.py::test_hard_link": 0.006360653377066484, - "tests/gateways/disk/test_link.py::test_soft_link": 0.007418882312593957, - "tests/gateways/disk/test_permissions.py::test_make_executable": 0.003787589202829087, - "tests/gateways/disk/test_permissions.py::test_make_writable": 0.0048174620129201266, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EACCES": 0.004303807873642872, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EPERM": 0.00436404318776964, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EROFS": 0.003911198217209535, - "tests/gateways/disk/test_permissions.py::test_make_writable_doesnt_exist": 0.0031002867773845216, - "tests/gateways/disk/test_permissions.py::test_recursive_make_writable": 0.005721875620798118, - "tests/gateways/disk/test_read.py::test_cherrypy_py27_osx_no_binary": 0.05530677799563704, - "tests/gateways/disk/test_read.py::test_cherrypy_py36_osx_whl": 0.09230882972023156, - "tests/gateways/disk/test_read.py::test_pyjwt_py27_osx_no_binary": 0.017153128252524342, - "tests/gateways/disk/test_read.py::test_pyjwt_py36_osx_whl": 0.02062823339395902, - "tests/gateways/disk/test_read.py::test_scrapy_py27_osx_no_binary": 0.11959980855240107, - "tests/gateways/disk/test_read.py::test_scrapy_py36_osx_whl": 0.17976657390465325, - "tests/gateways/disk/test_read.py::test_six_py27_osx_no_binary_unmanageable": 0.006843120641371964, - "tests/gateways/disk/test_read.py::test_twilio_py27_osx_no_binary": 0.16922570754644428, - "tests/gateways/disk/test_read.py::test_twilio_py36_osx_whl": 0.26919378416079215, - "tests/gateways/test_connection.py::test_accept_range_none": 0.09037387093462117, - "tests/gateways/test_connection.py::test_add_binstar_token": 0.016562815313269093, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost-channels3-http://localhost]": 0.0241292937886586, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost/noarch/test-package-0.1.0.conda-channels2-http://localhost]": 0.03183044000295699, - "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.027429779371410345, - "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.025545390766937154, - "tests/gateways/test_connection.py::test_get_session_returns_default": 0.009188567522522442, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings": 0.017079101373076028, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings_multiple": 0.019632495391610445, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings_no_handler": 0.007092743380343575, - "tests/gateways/test_connection.py::test_get_session_with_request_headers": 0.008782631140508326, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[exact-url]": 0.01943433166294766, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[no-match]": 0.011855403649304186, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[url-prefix]": 0.022348397598459104, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-match-same-schema]": 0.014957639894705275, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-different-scheme]": 0.011343999902275668, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-missing-scheme]": 0.01667012998538642, - "tests/gateways/test_connection.py::test_local_file_adapter_200": 0.009928623513197002, - "tests/gateways/test_connection.py::test_local_file_adapter_404": 0.0128089041156892, - "tests/gateways/test_connection.py::test_s3_server": 2.9102321820949117, - "tests/gateways/test_connection.py::test_s3_server_with_mock": 2.189977253664697, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers0-expected0]": 0.0034027722600076696, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers1-expected1]": 0.0037278953197077756, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers2-expected2]": 0.0032408719688572754, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers3-expected3]": 0.003473666502358595, - "tests/gateways/test_jlap.py::test_download_and_hash": 0.042252657760965484, - "tests/gateways/test_jlap.py::test_hashwriter": 0.002914313810690656, - "tests/gateways/test_jlap.py::test_jlap_cache_clock[False]": 0.06849315683519656, - "tests/gateways/test_jlap.py::test_jlap_cache_clock[True]": 0.06221539542975594, - "tests/gateways/test_jlap.py::test_jlap_core": 0.008131278160740395, - "tests/gateways/test_jlap.py::test_jlap_coverage": 0.002865972371209531, - "tests/gateways/test_jlap.py::test_jlap_errors": 0.11277323297645124, - "tests/gateways/test_jlap.py::test_jlap_fetch": 0.06815011073257618, - "tests/gateways/test_jlap.py::test_jlap_fetch_file": 0.02684513494919193, - "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[False]": 1.0290520834617036, - "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[True]": 7.882411261349823, - "tests/gateways/test_jlap.py::test_jlap_flag[]": 0.004496811374858969, - "tests/gateways/test_jlap.py::test_jlap_flag[jlap,another]": 0.004325344590426698, - "tests/gateways/test_jlap.py::test_jlap_flag[jlap]": 0.0048000470696592185, - "tests/gateways/test_jlap.py::test_jlap_flag[jlapopotamus]": 0.004628881137351417, - "tests/gateways/test_jlap.py::test_jlap_sought": 0.12793685627652837, - "tests/gateways/test_jlap.py::test_jlap_zst_not_404": 0.009911737554023187, - "tests/gateways/test_jlap.py::test_jlap_zst_not_zst": 0.029958745206218072, - "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[False]": 0.0339586331462544, - "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[True]": 0.044327770553612214, - "tests/gateways/test_jlap.py::test_repodata_state[False]": 0.023322544432493198, - "tests/gateways/test_jlap.py::test_repodata_state[True]": 0.04965628859760794, - "tests/gateways/test_jlap.py::test_repodata_use_zst[False]": 0.005430077676042521, - "tests/gateways/test_jlap.py::test_repodata_use_zst[True]": 0.004621354683908061, - "tests/gateways/test_jlap.py::test_request_url_jlap_state": 0.029912536781516365, - "tests/gateways/test_jlap.py::test_server_available": 0.05019263132735176, - "tests/gateways/test_logging.py::test_token_not_present_in_conda_create": 4.2587837036383265, - "tests/gateways/test_logging.py::test_token_replace_big_string": 0.003792013397715558, - "tests/gateways/test_logging.py::test_token_replace_individual_strings": 0.003030954591627432, - "tests/gateways/test_repodata_gateway.py::test_coverage_conda_http_errors": 0.01770036557038978, - "tests/gateways/test_repodata_gateway.py::test_get_cache_control_max_age": 0.0035443058344632092, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-False]": 0.011750875896363663, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-True]": 0.018124424778549333, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-False]": 0.012260011746148047, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-True]": 0.01955676522971398, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[False]": 0.034779634521533924, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[True]": 0.04766256764323246, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_jsondecodeerror": 0.007714555461940181, - "tests/gateways/test_repodata_gateway.py::test_repodata_state_has_format": 0.0055338500932142504, - "tests/gateways/test_repodata_gateway.py::test_save": 0.18681560390388663, - "tests/gateways/test_repodata_gateway.py::test_ssl_unavailable_error_message": 0.0036637282493514937, - "tests/gateways/test_repodata_gateway.py::test_stale": 0.02466994870273839, + "tests/gateways/disk/test_delete.py::test_remove_dir": 0.03355671862889246, + "tests/gateways/disk/test_delete.py::test_remove_file": 0.005250937629755291, + "tests/gateways/disk/test_delete.py::test_remove_file_to_trash": 0.0049145265311850836, + "tests/gateways/disk/test_delete.py::test_remove_link_to_dir": 0.03734359019846518, + "tests/gateways/disk/test_delete.py::test_remove_link_to_file": 0.0050356077275166, + "tests/gateways/disk/test_delete.py::test_rm_rf": 0.03791592257347929, + "tests/gateways/disk/test_delete.py::test_rm_rf_couldnt": 0.004368178015335635, + "tests/gateways/disk/test_delete.py::test_rm_rf_does_not_follow_symlinks": 0.07277963255310652, + "tests/gateways/disk/test_delete.py::test_try_rmdir_all_empty_doesnt_exist": 0.03289109566025083, + "tests/gateways/disk/test_link.py::test_hard_link": 0.006304471614504691, + "tests/gateways/disk/test_link.py::test_soft_link": 0.007372316270622407, + "tests/gateways/disk/test_permissions.py::test_make_executable": 0.003789391784987029, + "tests/gateways/disk/test_permissions.py::test_make_writable": 0.004796073209745984, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EACCES": 0.004284963494723349, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EPERM": 0.004325748988950196, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EROFS": 0.003917473899834066, + "tests/gateways/disk/test_permissions.py::test_make_writable_doesnt_exist": 0.0031048035873107943, + "tests/gateways/disk/test_permissions.py::test_recursive_make_writable": 0.005724899976556634, + "tests/gateways/disk/test_read.py::test_cherrypy_py27_osx_no_binary": 0.06009041255393794, + "tests/gateways/disk/test_read.py::test_cherrypy_py36_osx_whl": 0.09081703922637765, + "tests/gateways/disk/test_read.py::test_pyjwt_py27_osx_no_binary": 0.016618057470668912, + "tests/gateways/disk/test_read.py::test_pyjwt_py36_osx_whl": 0.02045796179533897, + "tests/gateways/disk/test_read.py::test_scrapy_py27_osx_no_binary": 0.11964018213512692, + "tests/gateways/disk/test_read.py::test_scrapy_py36_osx_whl": 0.17842403017299185, + "tests/gateways/disk/test_read.py::test_six_py27_osx_no_binary_unmanageable": 0.006740918687651197, + "tests/gateways/disk/test_read.py::test_twilio_py27_osx_no_binary": 0.17096814924804646, + "tests/gateways/disk/test_read.py::test_twilio_py36_osx_whl": 0.26534323504808843, + "tests/gateways/test_connection.py::test_accept_range_none": 0.08954744995464602, + "tests/gateways/test_connection.py::test_add_binstar_token": 0.016658956269636448, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost-channels3-http://localhost]": 0.024025979579424355, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost/noarch/test-package-0.1.0.conda-channels2-http://localhost]": 0.03253887797270557, + "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.027323917845128817, + "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.0254455929291734, + "tests/gateways/test_connection.py::test_get_session_returns_default": 0.009120350027345044, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings": 0.016906669500474942, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings_multiple": 0.020425681134440685, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings_no_handler": 0.006943521785981007, + "tests/gateways/test_connection.py::test_get_session_with_request_headers": 0.009687664126374645, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[exact-url]": 0.019087016977755836, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[no-match]": 0.012003891162241058, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[url-prefix]": 0.021803218179799317, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-match-same-schema]": 0.014650666877092319, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-different-scheme]": 0.010460802339065404, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-missing-scheme]": 0.01774742025661302, + "tests/gateways/test_connection.py::test_local_file_adapter_200": 0.00988058533709679, + "tests/gateways/test_connection.py::test_local_file_adapter_404": 0.013109358456857347, + "tests/gateways/test_connection.py::test_s3_server": 2.8966439772956516, + "tests/gateways/test_connection.py::test_s3_server_with_mock": 2.164624650836705, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers0-expected0]": 0.0034003824466671126, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers1-expected1]": 0.0037244109529733474, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers2-expected2]": 0.0032377530740926802, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers3-expected3]": 0.003473311030738669, + "tests/gateways/test_jlap.py::test_download_and_hash": 0.042494659300404566, + "tests/gateways/test_jlap.py::test_hashwriter": 0.0028610299875295453, + "tests/gateways/test_jlap.py::test_jlap_cache_clock[False]": 0.06961369407484184, + "tests/gateways/test_jlap.py::test_jlap_cache_clock[True]": 0.06174986183981573, + "tests/gateways/test_jlap.py::test_jlap_core": 0.007971622566202444, + "tests/gateways/test_jlap.py::test_jlap_coverage": 0.0028085118152558113, + "tests/gateways/test_jlap.py::test_jlap_errors": 0.11142245490921841, + "tests/gateways/test_jlap.py::test_jlap_fetch": 0.06847549443776402, + "tests/gateways/test_jlap.py::test_jlap_fetch_file": 0.025643904925025888, + "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[False]": 1.097397095476007, + "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[True]": 7.857274225687442, + "tests/gateways/test_jlap.py::test_jlap_flag[]": 0.004541799559160219, + "tests/gateways/test_jlap.py::test_jlap_flag[jlap,another]": 0.004358418407066579, + "tests/gateways/test_jlap.py::test_jlap_flag[jlap]": 0.004857037854431543, + "tests/gateways/test_jlap.py::test_jlap_flag[jlapopotamus]": 0.0046022531941684085, + "tests/gateways/test_jlap.py::test_jlap_sought": 0.12826100288244274, + "tests/gateways/test_jlap.py::test_jlap_zst_not_404": 0.009256981104456176, + "tests/gateways/test_jlap.py::test_jlap_zst_not_zst": 0.02942660947117501, + "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[False]": 0.033625585048535106, + "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[True]": 0.04339380867191193, + "tests/gateways/test_jlap.py::test_repodata_state[False]": 0.023813021086199926, + "tests/gateways/test_jlap.py::test_repodata_state[True]": 0.04802951893092585, + "tests/gateways/test_jlap.py::test_repodata_use_zst[False]": 0.005419788217207641, + "tests/gateways/test_jlap.py::test_repodata_use_zst[True]": 0.0047155878429824835, + "tests/gateways/test_jlap.py::test_request_url_jlap_state": 0.030556475276332064, + "tests/gateways/test_jlap.py::test_server_available": 0.047694343117740394, + "tests/gateways/test_logging.py::test_token_not_present_in_conda_create": 4.221034291307458, + "tests/gateways/test_logging.py::test_token_replace_big_string": 0.003793624155771525, + "tests/gateways/test_logging.py::test_token_replace_individual_strings": 0.002996946322712782, + "tests/gateways/test_repodata_gateway.py::test_coverage_conda_http_errors": 0.0172457832767936, + "tests/gateways/test_repodata_gateway.py::test_get_cache_control_max_age": 0.0034765439328974285, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-False]": 0.011892606762564742, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-True]": 0.018000570094258816, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-False]": 0.012058183400079957, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-True]": 0.019401679716699476, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[False]": 0.034999866673596086, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[True]": 0.04675697599789867, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_jsondecodeerror": 0.0077347558939825775, + "tests/gateways/test_repodata_gateway.py::test_repodata_state_has_format": 0.0055192872961794355, + "tests/gateways/test_repodata_gateway.py::test_save": 0.18483285669557098, + "tests/gateways/test_repodata_gateway.py::test_ssl_unavailable_error_message": 0.0035130928964436352, + "tests/gateways/test_repodata_gateway.py::test_stale": 0.022442094869526266, "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.743780088441516, - "tests/gateways/test_repodata_lock.py::test_lock_no_lock[False]": 10.941477190648229, - "tests/gateways/test_repodata_lock.py::test_lock_no_lock[True]": 1.2662523653487852, - "tests/gateways/test_repodata_lock.py::test_lock_rename": 0.03257033068571507, - "tests/gateways/test_subprocess.py::test_subprocess_call_with_capture_output": 0.5997066978225467, - "tests/gateways/test_subprocess.py::test_subprocess_call_without_capture_output": 0.6111829941378015, - "tests/models/test_channel.py::test_bare_channel_file": 0.004798576874629192, - "tests/models/test_channel.py::test_bare_channel_http": 0.004345917153371089, - "tests/models/test_channel.py::test_canonicalized_url_gets_correct_token": 0.025065655585766976, - "tests/models/test_channel.py::test_channel_alias": 0.03678879304272801, - "tests/models/test_channel.py::test_channel_alias_channels": 0.004920369203112501, - "tests/models/test_channel.py::test_channel_alias_w_conda_path": 0.026230240201519317, - "tests/models/test_channel.py::test_channel_alias_w_subhcnnale": 0.02727910662476434, - "tests/models/test_channel.py::test_channel_cache": 0.004584932871435551, - "tests/models/test_channel.py::test_channel_host_port": 0.004502996359607193, - "tests/models/test_channel.py::test_channel_mangles_urls": 0.005102225721758171, - "tests/models/test_channel.py::test_channel_name_subdir_only": 0.005748212424782656, - "tests/models/test_channel.py::test_channels_with_dashes": 0.028465605593762454, - "tests/models/test_channel.py::test_custom_channels": 0.036917111292893004, - "tests/models/test_channel.py::test_custom_channels_port_token_auth": 0.03689981230218562, - "tests/models/test_channel.py::test_custom_token_in_channel": 0.0233117772124145, - "tests/models/test_channel.py::test_default_channel": 0.006428223473399234, - "tests/models/test_channel.py::test_default_channels": 0.03246544399138114, - "tests/models/test_channel.py::test_defaults_channel": 0.03450399851455367, - "tests/models/test_channel.py::test_env_var_file_urls": 0.007338685962049388, - "tests/models/test_channel.py::test_expanded_variables": 0.02786127005398831, - "tests/models/test_channel.py::test_file_channel": 0.03984988324912676, - "tests/models/test_channel.py::test_file_url_with_backslashes": 0.005136170082429917, - "tests/models/test_channel.py::test_file_urls": 0.005436824473291308, - "tests/models/test_channel.py::test_local_channel": 0.06790684147317219, - "tests/models/test_channel.py::test_migrated_custom_channels": 0.03524042314653134, - "tests/models/test_channel.py::test_multichannel_priority": 0.00677525125206719, - "tests/models/test_channel.py::test_named_custom_channel": 0.03261522780396432, - "tests/models/test_channel.py::test_named_custom_channel_w_subchan": 0.034342185158080754, - "tests/models/test_channel.py::test_old_channel_alias": 0.038142409009699466, - "tests/models/test_channel.py::test_pkgs_main": 0.03967386109266041, - "tests/models/test_channel.py::test_pkgs_pro": 0.03702411368986529, - "tests/models/test_channel.py::test_ppc64le_vs_ppc64": 0.00602331479181537, - "tests/models/test_channel.py::test_regression_against_unknown_none": 0.0056932312954180815, - "tests/models/test_channel.py::test_subdir_env_var": 0.008462870130394734, - "tests/models/test_channel.py::test_subdirs_env_var": 0.011468390373559623, - "tests/models/test_channel.py::test_token_in_custom_channel": 0.007014864272198616, - "tests/models/test_channel.py::test_unexpanded_variables": 0.022515984119528952, - "tests/models/test_channel.py::test_url_channel_w_platform": 0.006356786390203754, - "tests/models/test_channel.py::test_url_custom_channel": 0.03170167603524298, - "tests/models/test_channel.py::test_url_custom_channel_w_subchan": 0.03250689096497629, - "tests/models/test_dist.py::test_channel[.conda]": 0.006654229346392899, - "tests/models/test_dist.py::test_channel[.tar.bz2]": 0.006086798087592882, - "tests/models/test_dist.py::test_dist[.conda]": 0.004941437200259043, - "tests/models/test_dist.py::test_dist[.tar.bz2]": 0.004811777403227705, - "tests/models/test_dist.py::test_dist_with_channel_url[.conda]": 0.06929896517616022, - "tests/models/test_dist.py::test_dist_with_channel_url[.tar.bz2]": 0.06570195613426186, - "tests/models/test_dist.py::test_dist_with_non_channel_url[.conda]": 0.006544371358729985, - "tests/models/test_dist.py::test_dist_with_non_channel_url[.tar.bz2]": 0.005504553341950978, - "tests/models/test_index_record.py::test_index_record_timestamp": 0.004825211945123532, - "tests/models/test_index_record.py::test_prefix_record_no_channel": 0.00639964411094542, - "tests/models/test_match_spec.py::test_bracket_matches": 0.011117269121858812, - "tests/models/test_match_spec.py::test_build_merge": 0.005915681613172812, - "tests/models/test_match_spec.py::test_build_number_and_filename": 0.002840812144356701, - "tests/models/test_match_spec.py::test_build_number_merge": 0.0051992405626303095, - "tests/models/test_match_spec.py::test_canonical_string_forms": 0.012516401648203463, - "tests/models/test_match_spec.py::test_catch_invalid_regexes": 0.005695583818754851, - "tests/models/test_match_spec.py::test_channel_matching": 0.007249733201810048, - "tests/models/test_match_spec.py::test_channel_merge": 0.006808948014363069, - "tests/models/test_match_spec.py::test_comment": 0.003528212998386512, - "tests/models/test_match_spec.py::test_conda_style": 0.002866735058523894, - "tests/models/test_match_spec.py::test_dist": 0.007803120077734417, - "tests/models/test_match_spec.py::test_dist_str": 0.008585485119668574, - "tests/models/test_match_spec.py::test_exact_values": 0.004180667187359931, - "tests/models/test_match_spec.py::test_hash": 0.0034036400204410524, - "tests/models/test_match_spec.py::test_hash_merge_with_name": 0.006726502460929358, - "tests/models/test_match_spec.py::test_hash_merge_wo_name": 0.003872675922669961, - "tests/models/test_match_spec.py::test_index_record": 0.006891334675207433, - "tests/models/test_match_spec.py::test_invalid": 0.0034778875120198725, - "tests/models/test_match_spec.py::test_invalid_arg2spec": 0.0030257818769343662, - "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg 4.2.2<6.0.0]": 0.015420817695581584, - "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.003633756141252644, - "tests/models/test_match_spec.py::test_key_value_features_canonical_string_forms": 0.0007102514828515967, - "tests/models/test_match_spec.py::test_legacy_features_canonical_string_forms": 0.0031500188508531987, - "tests/models/test_match_spec.py::test_license_match": 0.009031886986221581, - "tests/models/test_match_spec.py::test_match_1": 0.02925115200451679, - "tests/models/test_match_spec.py::test_matchspec_errors": 0.005343525449707064, - "tests/models/test_match_spec.py::test_merge_multiple_name": 0.0070888241035610465, - "tests/models/test_match_spec.py::test_merge_single_name": 0.006206218780330638, - "tests/models/test_match_spec.py::test_no_name_match_spec": 0.0032298510305858457, - "tests/models/test_match_spec.py::test_openssl_match": 0.005332623538892837, - "tests/models/test_match_spec.py::test_parse_build_number_brackets": 0.0035506356529115134, - "tests/models/test_match_spec.py::test_parse_channel_subdir": 0.005784312590616419, - "tests/models/test_match_spec.py::test_parse_equal_equal": 0.00337421374492484, - "tests/models/test_match_spec.py::test_parse_errors": 0.0033683392076196777, - "tests/models/test_match_spec.py::test_parse_hard": 0.003551953594460902, - "tests/models/test_match_spec.py::test_parse_parens": 0.004544954778201467, - "tests/models/test_match_spec.py::test_parse_spec_str_no_brackets": 0.006178750430189265, - "tests/models/test_match_spec.py::test_parse_spec_str_tarball_url": 0.008128771270996652, - "tests/models/test_match_spec.py::test_parse_spec_str_with_brackets": 0.005671012433704406, - "tests/models/test_match_spec.py::test_pip_style": 0.0032323475325843165, - "tests/models/test_match_spec.py::test_pip_style2": 0.0045518120088073035, - "tests/models/test_match_spec.py::test_simple": 0.003782392101240242, - "tests/models/test_match_spec.py::test_star_name": 0.004513326783650799, - "tests/models/test_match_spec.py::test_strictness": 0.005242034878540968, - "tests/models/test_match_spec.py::test_subdir_merge": 0.0057113349054999304, - "tests/models/test_match_spec.py::test_tarball_match_specs": 0.011920916320728659, - "tests/models/test_match_spec.py::test_to_filename": 0.005980063997935219, - "tests/models/test_match_spec.py::test_track_features_match": 0.012648205151194209, - "tests/models/test_package_info.py::test_package_info": 0.005869410646439151, - "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[classic]": 2.709662407604332, - "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[libmamba]": 0.9663600144912214, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[classic]": 0.03286802004354028, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[libmamba]": 0.03393159788500781, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[classic]": 0.0307498669392122, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[libmamba]": 0.03267559588676892, - "tests/models/test_prefix_graph.py::test_prefix_graph_1[classic]": 9.240734211167025, - "tests/models/test_prefix_graph.py::test_prefix_graph_1[libmamba]": 0.6787997025178419, - "tests/models/test_prefix_graph.py::test_prefix_graph_2[classic]": 9.797537805554965, - "tests/models/test_prefix_graph.py::test_prefix_graph_2[libmamba]": 0.6701425206678702, - "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[classic]": 9.431042211768366, - "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[libmamba]": 0.7421680338311936, - "tests/models/test_prefix_graph.py::test_sort_without_prep[classic]": 11.290846823233542, - "tests/models/test_prefix_graph.py::test_sort_without_prep[libmamba]": 2.4193209254823196, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[classic]": 10.22512217577233, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[libmamba]": 2.827255357782854, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[classic]": 10.781913216386775, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[libmamba]": 2.639675589763054, - "tests/models/test_records.py::test_package_record_feature": 0.00542900923448251, - "tests/models/test_records.py::test_package_record_timestamp": 0.006604458916760744, - "tests/models/test_records.py::test_package_virtual_package[123-testbuild]": 0.0064460096903298115, - "tests/models/test_records.py::test_package_virtual_package[None-None]": 0.0069404738306124624, - "tests/models/test_records.py::test_package_virtual_package[None-testbuild]": 0.005852140189492814, - "tests/models/test_records.py::test_prefix_record_no_channel": 0.008096907332513878, - "tests/models/test_version.py::test_compatible_release_versions": 0.003196674493474065, - "tests/models/test_version.py::test_compound_versions": 0.0034756018722931123, - "tests/models/test_version.py::test_hexrd": 0.0028929880649435427, - "tests/models/test_version.py::test_invalid_version_specs": 0.003534293437740626, - "tests/models/test_version.py::test_local_identifier": 0.003200710508856824, - "tests/models/test_version.py::test_match": 0.007318423904794476, - "tests/models/test_version.py::test_not_eq_star": 0.0031216631895121557, - "tests/models/test_version.py::test_openssl_convention": 0.004397883647618697, - "tests/models/test_version.py::test_pep440": 0.00487946786409491, - "tests/models/test_version.py::test_pep_440_arbitrary_equality_operator": 0.0032302214253021573, - "tests/models/test_version.py::test_ver_eval": 0.004724011148295447, - "tests/models/test_version.py::test_ver_eval_errors": 0.0030574189162934115, - "tests/models/test_version.py::test_version_order": 0.02696259068893102, - "tests/models/test_version.py::test_version_spec_1": 0.0029799319289597263, - "tests/models/test_version.py::test_version_spec_2": 0.0034331722188662103, - "tests/models/test_version.py::test_version_spec_3": 0.003326500198985471, - "tests/models/test_version.py::test_version_spec_4": 0.0032493506222807528, - "tests/notices/test_core.py::test__conda_user_story__disable_notices": 0.05468217191210285, - "tests/notices/test_core.py::test__conda_user_story__more_notices_message": 0.13135005430181163, - "tests/notices/test_core.py::test__conda_user_story__only_see_once": 0.12773046502174018, - "tests/notices/test_core.py::test_display_notices_happy_path[200]": 0.2632665144792174, - "tests/notices/test_core.py::test_display_notices_happy_path[404]": 0.22977453363238148, - "tests/notices/test_core.py::test_display_notices_happy_path[500]": 0.22755158801374323, - "tests/notices/test_core.py::test_notices_decorator": 0.13070099369673674, - "tests/notices/test_fetch.py::test_get_channel_notice_response_malformed_json": 0.10701098083953973, - "tests/notices/test_fetch.py::test_get_channel_notice_response_timeout_error": 0.1252235321018879, - "tests/notices/test_fetch.py::test_notice_response_cache_expired": 0.0027367874067599023, - "tests/notices/test_types.py::test_channel_notice_response": 0.002831646503539649, - "tests/notices/test_types.py::test_channel_notice_response_date_parse_error": 0.002935684415539717, - "tests/notices/test_types.py::test_channel_notice_response_integer_id": 0.00292809781806608, - "tests/notices/test_types.py::test_channel_notice_undefined_id": 0.002774450830078262, - "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer": 0.006399896880795628, - "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list": 0.008397007295937111, - "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list_output_false": 0.003955354929482913, - "tests/plugins/reporter_backends/test_console.py::test_prompt": 0.0035188701066334667, - "tests/plugins/reporter_backends/test_console.py::test_prompt_bad_option": 0.004405939034789319, - "tests/plugins/reporter_backends/test_console.py::test_prompt_error_reading_stdin": 0.0053925187591765, - "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner": 0.007311010440794116, - "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner_with_error": 0.0036006331757229386, - "tests/plugins/reporter_backends/test_console.py::test_spinner": 0.1552578551014427, - "tests/plugins/reporter_backends/test_console.py::test_spinner_with_error": 0.1623351669792692, - "tests/plugins/reporter_backends/test_console.py::test_spinner_with_os_error_errno_epipe": 0.01857427319977039, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error": 0.006324592416880346, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error_with_epipe_errno": 0.0049677441050296695, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error": 0.007754270106064186, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error_with_errno_epipe": 0.007150920017299147, - "tests/plugins/reporter_backends/test_json.py::test_json_handler": 0.00421900231229698, - "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_enabled": 0.009734151320428194, - "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_not_enabled": 0.006864666866025299, - "tests/plugins/reporter_backends/test_json.py::test_json_spinner": 0.003789582184202478, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path": 7.3230665434199596, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_show_help": 0.0890946285550965, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_verbose": 6.325911996055917, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_non_existent_environment": 0.13076744998754328, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_test_environment": 2.243420574102, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyc]": 0.00887078216954199, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyo]": 0.009550295554181881, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-False]": 0.009216248712849564, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-True]": 0.00978370716710401, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-False]": 0.008948149517862618, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-True]": 0.010773811633869184, + "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.928986623382052, + "tests/gateways/test_repodata_lock.py::test_lock_no_lock[True]": 1.2661123652563782, + "tests/gateways/test_repodata_lock.py::test_lock_rename": 0.03226971033695501, + "tests/gateways/test_subprocess.py::test_subprocess_call_with_capture_output": 0.614504067809022, + "tests/gateways/test_subprocess.py::test_subprocess_call_without_capture_output": 0.6092777276305965, + "tests/models/test_channel.py::test_bare_channel_file": 0.004707647288357189, + "tests/models/test_channel.py::test_bare_channel_http": 0.004282034941653865, + "tests/models/test_channel.py::test_canonicalized_url_gets_correct_token": 0.024862156788769928, + "tests/models/test_channel.py::test_channel_alias": 0.037225499647513885, + "tests/models/test_channel.py::test_channel_alias_channels": 0.005075289986483023, + "tests/models/test_channel.py::test_channel_alias_w_conda_path": 0.026493075659529425, + "tests/models/test_channel.py::test_channel_alias_w_subhcnnale": 0.02676524645509274, + "tests/models/test_channel.py::test_channel_cache": 0.004602330320876753, + "tests/models/test_channel.py::test_channel_host_port": 0.004391439163206416, + "tests/models/test_channel.py::test_channel_mangles_urls": 0.005059861084526841, + "tests/models/test_channel.py::test_channel_name_subdir_only": 0.005935085991814044, + "tests/models/test_channel.py::test_channels_with_dashes": 0.027643814888004284, + "tests/models/test_channel.py::test_custom_channels": 0.03661752042266947, + "tests/models/test_channel.py::test_custom_channels_port_token_auth": 0.036770349158081944, + "tests/models/test_channel.py::test_custom_token_in_channel": 0.02328404647940651, + "tests/models/test_channel.py::test_default_channel": 0.006686169661404506, + "tests/models/test_channel.py::test_default_channels": 0.031777228936535756, + "tests/models/test_channel.py::test_defaults_channel": 0.03366729630804448, + "tests/models/test_channel.py::test_env_var_file_urls": 0.007089369049766106, + "tests/models/test_channel.py::test_expanded_variables": 0.026718822914925586, + "tests/models/test_channel.py::test_file_channel": 0.03878323549736393, + "tests/models/test_channel.py::test_file_url_with_backslashes": 0.005040579951954748, + "tests/models/test_channel.py::test_file_urls": 0.005375823284210005, + "tests/models/test_channel.py::test_local_channel": 0.06750303138993168, + "tests/models/test_channel.py::test_migrated_custom_channels": 0.035317292177804833, + "tests/models/test_channel.py::test_multichannel_priority": 0.006719527416400335, + "tests/models/test_channel.py::test_named_custom_channel": 0.03161597950893295, + "tests/models/test_channel.py::test_named_custom_channel_w_subchan": 0.033728662097719984, + "tests/models/test_channel.py::test_old_channel_alias": 0.03696772394464964, + "tests/models/test_channel.py::test_pkgs_main": 0.03851133410196449, + "tests/models/test_channel.py::test_pkgs_pro": 0.03676671650299036, + "tests/models/test_channel.py::test_ppc64le_vs_ppc64": 0.005983500742740176, + "tests/models/test_channel.py::test_regression_against_unknown_none": 0.005566717274299018, + "tests/models/test_channel.py::test_subdir_env_var": 0.008413905569153697, + "tests/models/test_channel.py::test_subdirs_env_var": 0.011348439288212771, + "tests/models/test_channel.py::test_token_in_custom_channel": 0.006622960877531406, + "tests/models/test_channel.py::test_unexpanded_variables": 0.021669378817992233, + "tests/models/test_channel.py::test_url_channel_w_platform": 0.006578252207004956, + "tests/models/test_channel.py::test_url_custom_channel": 0.03121661996512418, + "tests/models/test_channel.py::test_url_custom_channel_w_subchan": 0.03232155341362276, + "tests/models/test_dist.py::test_channel[.conda]": 0.006573767311958361, + "tests/models/test_dist.py::test_channel[.tar.bz2]": 0.0059776836935164345, + "tests/models/test_dist.py::test_dist[.conda]": 0.004951439463157844, + "tests/models/test_dist.py::test_dist[.tar.bz2]": 0.004744713430100677, + "tests/models/test_dist.py::test_dist_with_channel_url[.conda]": 0.06881602893832703, + "tests/models/test_dist.py::test_dist_with_channel_url[.tar.bz2]": 0.06492103394668984, + "tests/models/test_dist.py::test_dist_with_non_channel_url[.conda]": 0.006557547657537438, + "tests/models/test_dist.py::test_dist_with_non_channel_url[.tar.bz2]": 0.005538177322451281, + "tests/models/test_index_record.py::test_index_record_timestamp": 0.004825211945123533, + "tests/models/test_index_record.py::test_prefix_record_no_channel": 0.006399644110945419, + "tests/models/test_match_spec.py::test_bracket_matches": 0.011439169004727674, + "tests/models/test_match_spec.py::test_build_merge": 0.005781816549442658, + "tests/models/test_match_spec.py::test_build_number_and_filename": 0.002746639145433246, + "tests/models/test_match_spec.py::test_build_number_merge": 0.005153034766694469, + "tests/models/test_match_spec.py::test_canonical_string_forms": 0.012209962755778118, + "tests/models/test_match_spec.py::test_catch_invalid_regexes": 0.008064927051285017, + "tests/models/test_match_spec.py::test_channel_matching": 0.007219243317365652, + "tests/models/test_match_spec.py::test_channel_merge": 0.006823419696426274, + "tests/models/test_match_spec.py::test_comment": 0.0035650783659028793, + "tests/models/test_match_spec.py::test_conda_style": 0.0028251272797412447, + "tests/models/test_match_spec.py::test_dist": 0.007761770344171539, + "tests/models/test_match_spec.py::test_dist_str": 0.008570349423893418, + "tests/models/test_match_spec.py::test_exact_values": 0.0039074797721216975, + "tests/models/test_match_spec.py::test_hash": 0.003428405696364655, + "tests/models/test_match_spec.py::test_hash_merge_with_name": 0.009648306698365769, + "tests/models/test_match_spec.py::test_hash_merge_wo_name": 0.005413709720097786, + "tests/models/test_match_spec.py::test_index_record": 0.007425247960917019, + "tests/models/test_match_spec.py::test_invalid": 0.003483082560298425, + "tests/models/test_match_spec.py::test_invalid_arg2spec": 0.0029712463628559027, + "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg 4.2.2<6.0.0]": 0.0147743072865355, + "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.003717951884486199, + "tests/models/test_match_spec.py::test_key_value_features_canonical_string_forms": 0.0006768060144836072, + "tests/models/test_match_spec.py::test_legacy_features_canonical_string_forms": 0.0030570044942579274, + "tests/models/test_match_spec.py::test_license_match": 0.008985582749099875, + "tests/models/test_match_spec.py::test_match_1": 0.029950681055528724, + "tests/models/test_match_spec.py::test_matchspec_errors": 0.005309526196112425, + "tests/models/test_match_spec.py::test_merge_multiple_name": 0.006987372362265321, + "tests/models/test_match_spec.py::test_merge_single_name": 0.006144848904731411, + "tests/models/test_match_spec.py::test_no_name_match_spec": 0.0031950561899123653, + "tests/models/test_match_spec.py::test_openssl_match": 0.005193817986363401, + "tests/models/test_match_spec.py::test_parse_build_number_brackets": 0.0034016023398054495, + "tests/models/test_match_spec.py::test_parse_channel_subdir": 0.005627747605415325, + "tests/models/test_match_spec.py::test_parse_equal_equal": 0.0031841977968569547, + "tests/models/test_match_spec.py::test_parse_errors": 0.0032480010889829624, + "tests/models/test_match_spec.py::test_parse_hard": 0.003404286552991585, + "tests/models/test_match_spec.py::test_parse_parens": 0.00451009853885811, + "tests/models/test_match_spec.py::test_parse_spec_str_no_brackets": 0.006469251106079226, + "tests/models/test_match_spec.py::test_parse_spec_str_tarball_url": 0.00800913861063117, + "tests/models/test_match_spec.py::test_parse_spec_str_with_brackets": 0.005440490961188209, + "tests/models/test_match_spec.py::test_pip_style": 0.00313996695117797, + "tests/models/test_match_spec.py::test_pip_style2": 0.004411845719740646, + "tests/models/test_match_spec.py::test_simple": 0.0037669543639349892, + "tests/models/test_match_spec.py::test_star_name": 0.004317965297242358, + "tests/models/test_match_spec.py::test_strictness": 0.005261837643720232, + "tests/models/test_match_spec.py::test_subdir_merge": 0.005694760614770219, + "tests/models/test_match_spec.py::test_tarball_match_specs": 0.011812920236537, + "tests/models/test_match_spec.py::test_to_filename": 0.005861079099692774, + "tests/models/test_match_spec.py::test_track_features_match": 0.012548936634312014, + "tests/models/test_package_info.py::test_package_info": 0.0068652487984390675, + "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[classic]": 2.7155723278805155, + "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[libmamba]": 0.9616769391954403, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[classic]": 0.033109993767714924, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[libmamba]": 0.03341708036723621, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[classic]": 0.03076975205683793, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[libmamba]": 0.032247887638772524, + "tests/models/test_prefix_graph.py::test_prefix_graph_1[classic]": 9.24055011077548, + "tests/models/test_prefix_graph.py::test_prefix_graph_1[libmamba]": 0.6723341358872905, + "tests/models/test_prefix_graph.py::test_prefix_graph_2[classic]": 9.850854951008007, + "tests/models/test_prefix_graph.py::test_prefix_graph_2[libmamba]": 0.6670093898228692, + "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[classic]": 9.452220846321023, + "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[libmamba]": 0.734606039039122, + "tests/models/test_prefix_graph.py::test_sort_without_prep[classic]": 11.382206770957298, + "tests/models/test_prefix_graph.py::test_sort_without_prep[libmamba]": 2.4811554946337635, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[classic]": 10.299792481196393, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[libmamba]": 2.702139322306325, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[classic]": 10.913456564974286, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[libmamba]": 2.508395854533435, + "tests/models/test_records.py::test_package_record_feature": 0.005513541660251365, + "tests/models/test_records.py::test_package_record_timestamp": 0.0064915530636245255, + "tests/models/test_records.py::test_package_virtual_package[123-testbuild]": 0.006544828233170973, + "tests/models/test_records.py::test_package_virtual_package[None-None]": 0.006766194926505998, + "tests/models/test_records.py::test_package_virtual_package[None-testbuild]": 0.005774049961686219, + "tests/models/test_records.py::test_prefix_record_no_channel": 0.007953191343376463, + "tests/models/test_version.py::test_compatible_release_versions": 0.0031920241214300937, + "tests/models/test_version.py::test_compound_versions": 0.003467325484072435, + "tests/models/test_version.py::test_hexrd": 0.0028940274077459464, + "tests/models/test_version.py::test_invalid_version_specs": 0.003519815758057179, + "tests/models/test_version.py::test_local_identifier": 0.00319463750958579, + "tests/models/test_version.py::test_match": 0.007224891878015748, + "tests/models/test_version.py::test_not_eq_star": 0.0031366118375304015, + "tests/models/test_version.py::test_openssl_convention": 0.00444697915244342, + "tests/models/test_version.py::test_pep440": 0.004911401963091115, + "tests/models/test_version.py::test_pep_440_arbitrary_equality_operator": 0.0031239275120752493, + "tests/models/test_version.py::test_ver_eval": 0.004906759633980636, + "tests/models/test_version.py::test_ver_eval_errors": 0.0030599755151072923, + "tests/models/test_version.py::test_version_order": 0.029919351283936302, + "tests/models/test_version.py::test_version_spec_1": 0.0029801903264274916, + "tests/models/test_version.py::test_version_spec_2": 0.003450050622092603, + "tests/models/test_version.py::test_version_spec_3": 0.0032436421451662294, + "tests/models/test_version.py::test_version_spec_4": 0.00325332186268983, + "tests/notices/test_core.py::test__conda_user_story__disable_notices": 0.04546699480730022, + "tests/notices/test_core.py::test__conda_user_story__more_notices_message": 0.13953966387532696, + "tests/notices/test_core.py::test__conda_user_story__only_see_once": 0.13653595063048674, + "tests/notices/test_core.py::test_display_notices_happy_path[200]": 0.2625788117798675, + "tests/notices/test_core.py::test_display_notices_happy_path[404]": 0.2455336743294949, + "tests/notices/test_core.py::test_display_notices_happy_path[500]": 0.23254162224750957, + "tests/notices/test_core.py::test_notices_decorator": 0.1306517839641019, + "tests/notices/test_fetch.py::test_get_channel_notice_response_malformed_json": 0.11324385774423126, + "tests/notices/test_fetch.py::test_get_channel_notice_response_timeout_error": 0.12499692499811879, + "tests/notices/test_fetch.py::test_notice_response_cache_expired": 0.0027426272216618734, + "tests/notices/test_types.py::test_channel_notice_response": 0.002824320110573069, + "tests/notices/test_types.py::test_channel_notice_response_date_parse_error": 0.0029642133547957447, + "tests/notices/test_types.py::test_channel_notice_response_integer_id": 0.002993575143617267, + "tests/notices/test_types.py::test_channel_notice_undefined_id": 0.002793624581006112, + "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer": 0.006260834195078371, + "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list": 0.008302097585033481, + "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list_output_false": 0.003909001550685997, + "tests/plugins/reporter_backends/test_console.py::test_prompt": 0.003539164685434162, + "tests/plugins/reporter_backends/test_console.py::test_prompt_bad_option": 0.004372861605164037, + "tests/plugins/reporter_backends/test_console.py::test_prompt_error_reading_stdin": 0.005101298455732237, + "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner": 0.006737801992337795, + "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner_with_error": 0.003555193658528389, + "tests/plugins/reporter_backends/test_console.py::test_spinner": 0.1585927736573688, + "tests/plugins/reporter_backends/test_console.py::test_spinner_with_error": 0.16265977990944885, + "tests/plugins/reporter_backends/test_console.py::test_spinner_with_os_error_errno_epipe": 0.01925707639868638, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error": 0.006201283203360681, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error_with_epipe_errno": 0.004920267403858689, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error": 0.007475024649749123, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error_with_errno_epipe": 0.007159909210154024, + "tests/plugins/reporter_backends/test_json.py::test_json_handler": 0.004151704725531688, + "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_enabled": 0.009798437816763268, + "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_not_enabled": 0.007039972526808421, + "tests/plugins/reporter_backends/test_json.py::test_json_spinner": 0.0036739731188550947, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path": 7.104077524618992, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_show_help": 0.0866972901414147, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_verbose": 6.364653500449015, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_non_existent_environment": 0.13122369145260218, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_test_environment": 2.1834990875449503, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyc]": 0.00903155473249272, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyo]": 0.009412466413045162, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-False]": 0.009240043212357668, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-True]": 0.009933703382755623, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-False]": 0.008897268672820228, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-True]": 0.010139800769775218, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyc-False]": 0.028649256736689496, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyc-True]": 0.027903200412790246, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyc-True]": 0.02790320041279025, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyo-False]": 0.026514654313850358, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyo-True]": 0.03146324714891052, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyc-False]": 0.03229840096169116, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyc-True]": 0.02884352541555668, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyo-False]": 0.027111361094359302, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyo-True]": 0.029022531620812236, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyo-True]": 0.02902253162081224, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyc-False]": 0.02610966528649691, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyc-True]": 0.0307014084250713, "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyo-False]": 0.027356713330068724, - "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.010102154915170672, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyo]": 0.010301361090827313, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyc]": 0.009107457017800333, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyo]": 0.014805422957948925, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyc]": 0.010437288596791019, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyo]": 0.010813437423235253, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyc]": 0.011448768720196132, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyo]": 0.012435599341522293, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyc]": 0.008456558522063446, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyo]": 0.009684566952660663, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-False]": 0.040730128659651435, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-True]": 0.011385435440102372, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-False]": 0.009519446615123625, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-True]": 0.009629423883668081, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyc]": 0.00885045426109054, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyo]": 0.008256613625092462, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-False]": 0.009693122771266887, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-True]": 0.009203401023738147, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-False]": 0.009670022682668566, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-True]": 0.010958137722397883, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyc]": 0.009127474758695589, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyo]": 0.007849430232945702, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-False]": 0.009989619116188954, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-True]": 0.010071574759752617, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-False]": 0.009748054762425438, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-True]": 0.009319510514692129, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyc]": 0.00960769385605245, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyo]": 0.01830739803351279, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyc]": 0.009899605188532232, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyo]": 0.011361251744993934, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyc]": 4.438726865938585, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyo]": 4.433403584618431, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyc]": 0.009428348194105938, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyo]": 0.012169250007389804, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyc]": 0.0120928194225105, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyo]": 0.012200695335581869, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyc]": 0.008617865510589203, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyo]": 0.008988303232770492, - "tests/plugins/test_auth_handlers.py::test_duplicated": 0.006037598454871134, - "tests/plugins/test_auth_handlers.py::test_get_auth_handler": 0.005843306714441498, - "tests/plugins/test_auth_handlers.py::test_get_auth_handler_multiple": 0.0062838078809075, - "tests/plugins/test_health_checks.py::test_health_check_not_ran": 0.1412488383013188, - "tests/plugins/test_health_checks.py::test_health_check_ran": 0.12594157967100678, - "tests/plugins/test_manager.py::test_disable_external_plugins[VerboseSolverPlugin]": 0.005123091003125855, - "tests/plugins/test_manager.py::test_disable_external_plugins[tests.plugins.test_manager]": 0.005802203008402393, - "tests/plugins/test_manager.py::test_get_canonical_name_class": 0.005159154476435414, - "tests/plugins/test_manager.py::test_get_canonical_name_instance": 0.005538730884014254, - "tests/plugins/test_manager.py::test_get_canonical_name_module": 0.005537456485957244, - "tests/plugins/test_manager.py::test_get_canonical_name_object": 0.006211463334067387, - "tests/plugins/test_manager.py::test_get_hook_results": 0.260090400444448, - "tests/plugins/test_manager.py::test_get_request_headers": 0.005337982136409585, - "tests/plugins/test_manager.py::test_get_session_headers": 0.004907328131676119, - "tests/plugins/test_manager.py::test_get_solvers": 0.005223521598448949, - "tests/plugins/test_manager.py::test_get_virtual_packages": 0.005037460913791493, - "tests/plugins/test_manager.py::test_get_virtual_packages_no_name": 0.007127671697557688, - "tests/plugins/test_manager.py::test_known_solver": 0.0056102946025422245, - "tests/plugins/test_manager.py::test_load_entrypoints_blocked": 0.021603420716669434, - "tests/plugins/test_manager.py::test_load_entrypoints_importerror": 0.026940719410302027, - "tests/plugins/test_manager.py::test_load_entrypoints_register_valueerror": 0.0302518935962388, - "tests/plugins/test_manager.py::test_load_entrypoints_success": 0.03447662114204438, - "tests/plugins/test_manager.py::test_load_plugins_error": 0.006569182322635599, - "tests/plugins/test_manager.py::test_load_two_plugins_one_impls": 0.00536498408444486, - "tests/plugins/test_manager.py::test_load_without_plugins": 0.005998966994656902, - "tests/plugins/test_manager.py::test_unknown_solver": 0.005522458538266234, - "tests/plugins/test_post_commands.py::test_post_command_action_raises_exception": 0.11645730474483251, - "tests/plugins/test_post_commands.py::test_post_command_invoked": 0.14896500822880215, - "tests/plugins/test_post_commands.py::test_post_command_not_invoked": 0.14909388972646945, - "tests/plugins/test_post_solves.py::test_post_solve_action_raises_exception": 3.4680346608949355, - "tests/plugins/test_post_solves.py::test_post_solve_invoked": 3.0995841605672445, - "tests/plugins/test_post_solves.py::test_post_solve_not_invoked": 0.15009333436270422, - "tests/plugins/test_pre_commands.py::test_pre_command_action_raises_exception": 0.10717152987460883, - "tests/plugins/test_pre_commands.py::test_pre_command_invoked": 0.14910999651675913, - "tests/plugins/test_pre_commands.py::test_pre_command_not_invoked": 0.159572817016275, - "tests/plugins/test_pre_solves.py::test_pre_solve_action_raises_exception": 0.13546851828756204, - "tests/plugins/test_pre_solves.py::test_pre_solve_invoked": 0.7632492783352554, - "tests/plugins/test_pre_solves.py::test_pre_solve_not_invoked": 0.16345157083101697, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-classic-argument2-\\n test : something\\n\\n]": 0.007062932525749174, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-json-argument3-{\\n \"test\": \"something\"\\n}]": 0.0070471839887699655, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-classic-test-test]": 0.007469112197060211, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-json-test-\"test\"]": 0.005783997329467513, - "tests/plugins/test_reporter_backends.py::test_default_reporter_backends_are_registered": 0.006294516772140152, - "tests/plugins/test_reporter_backends.py::test_dummy_reporter_backend_is_registered": 0.006412135560353136, - "tests/plugins/test_request_headers.py::test_get_auth_handler": 0.005535609640327492, - "tests/plugins/test_request_headers.py::test_get_auth_handler_multiple": 0.004781550468580925, - "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/endpoint.json]": 0.006506349994565346, - "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/path/somewhere.txt]": 0.005751705170837616, - "tests/plugins/test_request_headers.py::test_get_request_headers[example.com]": 0.006496564237754844, - "tests/plugins/test_request_headers.py::test_get_request_headers[random.com/endpoint.json]": 0.006480285495327834, - "tests/plugins/test_request_headers.py::test_get_request_headers[random.com]": 0.0053613700770010235, - "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/endpoint.json]": 0.005857325646065985, - "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/path/somewhere.txt]": 0.00588574383531009, - "tests/plugins/test_request_headers.py::test_get_session_headers[example.com]": 0.005573853372280941, - "tests/plugins/test_request_headers.py::test_get_session_headers[random.com/endpoint.json]": 0.0060947936313440745, - "tests/plugins/test_request_headers.py::test_get_session_headers[random.com]": 0.005995948993668816, - "tests/plugins/test_settings.py::test_get_settings": 0.007032451140807437, - "tests/plugins/test_settings.py::test_load_configuration_parameters": 0.006860060732886725, - "tests/plugins/test_settings.py::test_load_plugin_config_with_env_var": 0.024797787377377836, - "tests/plugins/test_settings.py::test_load_plugin_settings_with_condarc": 0.027468155631656974, - "tests/plugins/test_solvers.py::test_duplicated": 0.005359680106383096, - "tests/plugins/test_solvers.py::test_get_cached_solver_backend": 0.05195774030465001, - "tests/plugins/test_solvers.py::test_get_conflicting_solvers": 0.0062919219909593855, - "tests/plugins/test_solvers.py::test_get_no_solver": 0.005413384557099819, - "tests/plugins/test_solvers.py::test_get_one_solver": 0.0048147698709243274, - "tests/plugins/test_solvers.py::test_get_solver_backend": 0.03103297808078195, - "tests/plugins/test_solvers.py::test_get_solver_backend_multiple": 0.02579298588120003, - "tests/plugins/test_solvers.py::test_get_two_solvers": 0.005777823102131563, - "tests/plugins/test_solvers.py::test_solver_user_agent": 0.02680985444526742, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[activate]": 0.08756856439480161, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[clean]": 0.12686479571264092, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[commands]": 0.08188310756203258, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[compare]": 0.1136840542778632, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[config]": 0.08833038503902733, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[create]": 0.08450346007214345, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[deactivate]": 0.08573481554525501, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[env]": 0.0898359069636295, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[export]": 0.08624536325988556, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[info]": 0.1079502133740313, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[init]": 0.09648471804780559, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[install]": 0.09858738255131631, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[list]": 0.0898988630612134, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[notices]": 0.08691191110571647, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[package]": 0.08540093912405078, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[remove]": 0.08739529608522176, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[rename]": 0.09201147638143044, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[run]": 0.0903483426617087, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[search]": 0.12687033685740315, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[uninstall]": 0.0940409495743775, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[update]": 0.11690018930634226, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[upgrade]": 0.12433595532469481, - "tests/plugins/test_subcommands.py::test_custom_plugin_extend_parser": 0.09147090556445474, - "tests/plugins/test_subcommands.py::test_custom_plugin_not_extend_parser": 0.12649886722200168, - "tests/plugins/test_subcommands.py::test_duplicated": 0.00680307357923023, - "tests/plugins/test_subcommands.py::test_help": 0.08855386957400199, - "tests/plugins/test_subcommands.py::test_invoked": 0.125839739606676, - "tests/plugins/test_subcommands.py::test_parser_no_plugins": 0.09417393437388212, - "tests/plugins/test_virtual_packages.py::test_archspec_override[None-False]": 1.1817593708809941, - "tests/plugins/test_virtual_packages.py::test_archspec_override[bla-True]": 1.502455550492838, - "tests/plugins/test_virtual_packages.py::test_conda_virtual_package": 1.2168886691670813, - "tests/plugins/test_virtual_packages.py::test_cuda_detection": 1.4359027137083733, - "tests/plugins/test_virtual_packages.py::test_cuda_override": 0.0031011032394886056, - "tests/plugins/test_virtual_packages.py::test_cuda_override_none": 0.0030012792098903845, - "tests/plugins/test_virtual_packages.py::test_duplicated": 1.4991532743086775, - "tests/plugins/test_virtual_packages.py::test_glibc_override[1.0-True]": 1.7204719671998483, - "tests/plugins/test_virtual_packages.py::test_glibc_override[None-False]": 2.7264424020266955, - "tests/plugins/test_virtual_packages.py::test_invoked": 2.0223328435807373, - "tests/plugins/test_virtual_packages.py::test_linux_override[1.0-True]": 2.2102204189056898, - "tests/plugins/test_virtual_packages.py::test_linux_override[None-True]": 7.176655355082912, - "tests/plugins/test_virtual_packages.py::test_osx_override[1.0-True]": 1.26146405708194, - "tests/plugins/test_virtual_packages.py::test_osx_override[None-False]": 1.1796020435008132, - "tests/plugins/test_virtual_packages.py::test_subdir_override[emscripten-wasm32]": 1.032760945836299, - "tests/plugins/test_virtual_packages.py::test_subdir_override[freebsd-64]": 0.9889964923727936, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-32]": 1.1055442639233317, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-64]": 12.612558205172322, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-aarch64]": 2.0230594428657676, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv6l]": 0.26964807333997415, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv7l]": 0.24550053545997513, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64]": 0.9793801466138939, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64le]": 1.6506021969357423, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-riscv64]": 0.8880060135515413, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-s390x]": 1.4641324044373598, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-64]": 1.4846900669233012, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-aarch64]": 0.9459402025640161, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-arm64]": 1.9469870704592709, - "tests/plugins/test_virtual_packages.py::test_subdir_override[wasi-wasm32]": 0.9979758749036659, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-32]": 4.780353970791511, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-640]": 8.334982962972479, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-641]": 9.774175874120854, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-arm64]": 1.3458407320907284, - "tests/plugins/test_virtual_packages.py::test_subdir_override[zos-z]": 0.27238355026029043, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 legacy]": 0.000639206765610569, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 mingw64]": 0.0008040182931568693, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-legacy]": 0.0008334887278906453, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-mingw64 legacy]": 0.0006562745175201504, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-nothing]": 0.0006099751563127229, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 clang64]": 0.00054741462146648, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 legacy]": 0.0005283927298797921, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64]": 0.0006074440804581327, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 legacy]": 0.0005984293718120561, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 mingw64]": 0.0006199374521462621, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-legacy]": 0.0007136387441754518, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-mingw64 legacy]": 0.0019462530041801567, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-nothing]": 0.0006893612656095913, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 clang64]": 0.0006360713258983609, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 legacy]": 0.0006533581035912142, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64]": 0.0007315832251768738, - "tests/test_activate.py::test_PS1": 0.028492507190576704, - "tests/test_activate.py::test_PS1_no_changeps1": 0.04111359067473354, - "tests/test_activate.py::test_activate_and_deactivate_for_uninitialized_env": 0.35729269825114635, - "tests/test_activate.py::test_activate_deactivate_modify_path[bash]": 3.462249906595806, - "tests/test_activate.py::test_activate_deactivate_modify_path[cmd.exe]": 0.0004155515231389336, - "tests/test_activate.py::test_activate_environment_not_found": 0.028502040920695727, - "tests/test_activate.py::test_activate_same_environment": 0.599404480874627, - "tests/test_activate.py::test_activator_invalid_command_arguments[command_args0-'activate', 'deactivate', 'hook', 'commands', or 'reactivate' command must be given.]": 0.01995608118968119, - "tests/test_activate.py::test_activator_invalid_command_arguments[command_args1-cannot specify both --stack and --no-stack to activate]": 0.02015570748737813, - "tests/test_activate.py::test_activator_invalid_command_arguments[command_args2-activate does not accept more than one argument:\\n\\\\['env-one', 'env-two'\\\\]\\n]": 0.019224843978518293, - "tests/test_activate.py::test_activator_invalid_command_arguments[command_args3-deactivate does not accept arguments\\nremainder_args: \\\\['env-one']\\n]": 0.01936593161077074, - "tests/test_activate.py::test_add_prefix_to_path_cmdexe": 0.0009491833092913993, - "tests/test_activate.py::test_add_prefix_to_path_posix": 0.021590166389122863, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyo-True]": 0.028430811723689428, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyc]": 0.010261942029923256, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyo]": 0.01009397115532443, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyc]": 0.009130400743948115, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyo]": 0.014346328169740852, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyc]": 0.010146214283189793, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyo]": 0.010836186543946266, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyc]": 0.011578765649768218, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyo]": 0.012266784083278321, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyc]": 0.00835099504005214, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyo]": 0.009976587465253383, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-False]": 0.04514404653268244, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-True]": 0.011901576628795419, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-False]": 0.009665331046528777, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-True]": 0.009673360811224671, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyc]": 0.008851369273495002, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyo]": 0.008153547015969419, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-False]": 0.00928211506032903, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-True]": 0.009097420742229615, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-False]": 0.009652290517852364, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-True]": 0.010137990054549826, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyc]": 0.009454539439136567, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyo]": 0.007896757403247872, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-False]": 0.009545412184129163, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-True]": 0.009631305092977065, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-False]": 0.009233590378862188, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-True]": 0.009270238783978833, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyc]": 0.009604704164716295, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyo]": 0.01859245595210599, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyc]": 0.009872888109084543, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyo]": 0.011205819013874572, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyc]": 4.577208385511993, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyo]": 4.583468093720369, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyc]": 0.009293562060593053, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyo]": 0.012091519404336774, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyc]": 0.01185037052319392, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyo]": 0.01175225401188253, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyc]": 0.008691012920957081, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyo]": 0.008963570374359955, + "tests/plugins/test_auth_handlers.py::test_duplicated": 0.006067064446108141, + "tests/plugins/test_auth_handlers.py::test_get_auth_handler": 0.005887040918263777, + "tests/plugins/test_auth_handlers.py::test_get_auth_handler_multiple": 0.0062672975978994095, + "tests/plugins/test_health_checks.py::test_health_check_not_ran": 0.14185553723543382, + "tests/plugins/test_health_checks.py::test_health_check_ran": 0.12605225863101321, + "tests/plugins/test_manager.py::test_disable_external_plugins[VerboseSolverPlugin]": 0.005129648606289648, + "tests/plugins/test_manager.py::test_disable_external_plugins[tests.plugins.test_manager]": 0.005856307712853128, + "tests/plugins/test_manager.py::test_get_canonical_name_class": 0.005051629264916787, + "tests/plugins/test_manager.py::test_get_canonical_name_instance": 0.005430236906171105, + "tests/plugins/test_manager.py::test_get_canonical_name_module": 0.005403465892748308, + "tests/plugins/test_manager.py::test_get_canonical_name_object": 0.0059727908383888076, + "tests/plugins/test_manager.py::test_get_hook_results": 0.26393028854511713, + "tests/plugins/test_manager.py::test_get_request_headers": 0.005233043278295713, + "tests/plugins/test_manager.py::test_get_session_headers": 0.004864015788472828, + "tests/plugins/test_manager.py::test_get_solvers": 0.0051620416446351396, + "tests/plugins/test_manager.py::test_get_virtual_packages": 0.004981998873884951, + "tests/plugins/test_manager.py::test_get_virtual_packages_no_name": 0.007389768073442252, + "tests/plugins/test_manager.py::test_known_solver": 0.005598142212247635, + "tests/plugins/test_manager.py::test_load_entrypoints_blocked": 0.020731490018456956, + "tests/plugins/test_manager.py::test_load_entrypoints_importerror": 0.02644473765930905, + "tests/plugins/test_manager.py::test_load_entrypoints_register_valueerror": 0.029240381457124157, + "tests/plugins/test_manager.py::test_load_entrypoints_success": 0.034344961610703294, + "tests/plugins/test_manager.py::test_load_plugins_error": 0.006609002811896748, + "tests/plugins/test_manager.py::test_load_two_plugins_one_impls": 0.005281324515142174, + "tests/plugins/test_manager.py::test_load_without_plugins": 0.005752758406835394, + "tests/plugins/test_manager.py::test_unknown_solver": 0.00534811591916494, + "tests/plugins/test_post_commands.py::test_post_command_action_raises_exception": 0.11453096277792223, + "tests/plugins/test_post_commands.py::test_post_command_invoked": 0.1458133403310145, + "tests/plugins/test_post_commands.py::test_post_command_not_invoked": 0.14854146023226014, + "tests/plugins/test_post_solves.py::test_post_solve_action_raises_exception": 3.743549642704812, + "tests/plugins/test_post_solves.py::test_post_solve_invoked": 2.963938953286969, + "tests/plugins/test_post_solves.py::test_post_solve_not_invoked": 0.14955278975191788, + "tests/plugins/test_pre_commands.py::test_pre_command_action_raises_exception": 0.10646186758056916, + "tests/plugins/test_pre_commands.py::test_pre_command_invoked": 0.14968704332479277, + "tests/plugins/test_pre_commands.py::test_pre_command_not_invoked": 0.15587438489700256, + "tests/plugins/test_pre_solves.py::test_pre_solve_action_raises_exception": 0.13545669950931363, + "tests/plugins/test_pre_solves.py::test_pre_solve_invoked": 0.7132624109038457, + "tests/plugins/test_pre_solves.py::test_pre_solve_not_invoked": 0.16635117909338748, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-classic-argument2-\\n test : something\\n\\n]": 0.0070762214755540325, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-json-argument3-{\\n \"test\": \"something\"\\n}]": 0.00704262558703641, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-classic-test-test]": 0.007345104349889279, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-json-test-\"test\"]": 0.005850145974160146, + "tests/plugins/test_reporter_backends.py::test_default_reporter_backends_are_registered": 0.006334255072229947, + "tests/plugins/test_reporter_backends.py::test_dummy_reporter_backend_is_registered": 0.006813844736766887, + "tests/plugins/test_request_headers.py::test_get_auth_handler": 0.005534382042690808, + "tests/plugins/test_request_headers.py::test_get_auth_handler_multiple": 0.004780168686196191, + "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/endpoint.json]": 0.006546852506012617, + "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/path/somewhere.txt]": 0.005677086007597049, + "tests/plugins/test_request_headers.py::test_get_request_headers[example.com]": 0.005229720221083905, + "tests/plugins/test_request_headers.py::test_get_request_headers[random.com/endpoint.json]": 0.006568702339585957, + "tests/plugins/test_request_headers.py::test_get_request_headers[random.com]": 0.005310422504070771, + "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/endpoint.json]": 0.00591977738508725, + "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/path/somewhere.txt]": 0.00591969244929788, + "tests/plugins/test_request_headers.py::test_get_session_headers[example.com]": 0.005656649952740827, + "tests/plugins/test_request_headers.py::test_get_session_headers[random.com/endpoint.json]": 0.006190629688907502, + "tests/plugins/test_request_headers.py::test_get_session_headers[random.com]": 0.006249475596475222, + "tests/plugins/test_settings.py::test_get_settings": 0.006294093639525942, + "tests/plugins/test_settings.py::test_load_configuration_parameters": 0.006745485295481315, + "tests/plugins/test_settings.py::test_load_plugin_config_with_env_var": 0.024585003862648322, + "tests/plugins/test_settings.py::test_load_plugin_settings_with_condarc": 0.027565801780020945, + "tests/plugins/test_solvers.py::test_duplicated": 0.005293440434187637, + "tests/plugins/test_solvers.py::test_get_cached_solver_backend": 0.05708725729293289, + "tests/plugins/test_solvers.py::test_get_conflicting_solvers": 0.006137732209318018, + "tests/plugins/test_solvers.py::test_get_no_solver": 0.005302579482118242, + "tests/plugins/test_solvers.py::test_get_one_solver": 0.0048286785978106945, + "tests/plugins/test_solvers.py::test_get_solver_backend": 0.030667341526425636, + "tests/plugins/test_solvers.py::test_get_solver_backend_multiple": 0.025188432727283064, + "tests/plugins/test_solvers.py::test_get_two_solvers": 0.005631024729901664, + "tests/plugins/test_solvers.py::test_solver_user_agent": 0.026816427300168054, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[activate]": 0.08679984579581876, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[clean]": 0.11295010447442054, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[commands]": 0.08222016244005942, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[compare]": 0.10472084480597578, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[config]": 0.08825723539670519, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[create]": 0.085228306380134, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[deactivate]": 0.08562603974891443, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[env]": 0.08963173544969873, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[export]": 0.08383917320259501, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[info]": 0.10000043484726813, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[init]": 0.08987266048508256, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[install]": 0.10009677338763241, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[list]": 0.0885736143615917, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[notices]": 0.08601545697186541, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[package]": 0.08540017588606628, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[remove]": 0.08493976223018944, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[rename]": 0.09221620950200295, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[run]": 0.09075449415092875, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[search]": 0.11504543963196144, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[uninstall]": 0.09340782264048353, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[update]": 0.12058442537705051, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[upgrade]": 0.12383136633972934, + "tests/plugins/test_subcommands.py::test_custom_plugin_extend_parser": 0.08707936068047693, + "tests/plugins/test_subcommands.py::test_custom_plugin_not_extend_parser": 0.1247819277510597, + "tests/plugins/test_subcommands.py::test_duplicated": 0.006729905041683632, + "tests/plugins/test_subcommands.py::test_help": 0.08921547809106381, + "tests/plugins/test_subcommands.py::test_invoked": 0.12542863726785655, + "tests/plugins/test_subcommands.py::test_parser_no_plugins": 0.10038353635673838, + "tests/plugins/test_virtual_packages.py::test_archspec_override[None-False]": 1.1877439613866783, + "tests/plugins/test_virtual_packages.py::test_archspec_override[bla-True]": 1.4728058958569707, + "tests/plugins/test_virtual_packages.py::test_conda_virtual_package": 1.197869091588681, + "tests/plugins/test_virtual_packages.py::test_cuda_detection": 1.378679067908482, + "tests/plugins/test_virtual_packages.py::test_cuda_override": 0.003132915116365434, + "tests/plugins/test_virtual_packages.py::test_cuda_override_none": 0.0030123766609249387, + "tests/plugins/test_virtual_packages.py::test_duplicated": 1.4939217494112265, + "tests/plugins/test_virtual_packages.py::test_glibc_override[1.0-True]": 1.630864697763806, + "tests/plugins/test_virtual_packages.py::test_glibc_override[None-False]": 2.6215172314185873, + "tests/plugins/test_virtual_packages.py::test_invoked": 1.958703426423841, + "tests/plugins/test_virtual_packages.py::test_linux_override[1.0-True]": 2.100366494518277, + "tests/plugins/test_virtual_packages.py::test_linux_override[None-True]": 7.323628870174809, + "tests/plugins/test_virtual_packages.py::test_osx_override[1.0-True]": 1.2375597357839896, + "tests/plugins/test_virtual_packages.py::test_osx_override[None-False]": 1.1933402261148507, + "tests/plugins/test_virtual_packages.py::test_subdir_override[emscripten-wasm32]": 1.038929572788783, + "tests/plugins/test_virtual_packages.py::test_subdir_override[freebsd-64]": 1.0111798728595949, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-32]": 1.0453046906956154, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-64]": 12.504452002543806, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-aarch64]": 1.9344954984714455, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv6l]": 0.26540432168427597, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv7l]": 0.24550018320105918, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64]": 1.018307170056003, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64le]": 1.6431234891175175, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-riscv64]": 0.9596575630575839, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-s390x]": 1.4995815860695247, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-64]": 1.463713861605297, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-aarch64]": 1.018221811392788, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-arm64]": 1.8527232778644156, + "tests/plugins/test_virtual_packages.py::test_subdir_override[wasi-wasm32]": 0.9382458753619297, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-32]": 4.777411873470826, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-640]": 8.234416765976853, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-641]": 9.526292611822823, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-arm64]": 1.3987412556744445, + "tests/plugins/test_virtual_packages.py::test_subdir_override[zos-z]": 0.2638306591265724, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 legacy]": 0.0006167611736864911, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 mingw64]": 0.0007796394934021829, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-legacy]": 0.0007180872385828142, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-mingw64 legacy]": 0.0006190975479932382, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-nothing]": 0.0005978245842577638, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 clang64]": 0.0005420537809582901, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 legacy]": 0.0005175075340850187, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64]": 0.0005965877691082407, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 legacy]": 0.0005819182454929338, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 mingw64]": 0.0006087130714455063, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-legacy]": 0.0006852440007277145, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-mingw64 legacy]": 0.0016051018021673634, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-nothing]": 0.0006638639905310682, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 clang64]": 0.000640232148370302, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 legacy]": 0.0006724883781616346, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64]": 0.0006657175260960592, + "tests/test_activate.py::test_PS1": 0.026941057545828276, + "tests/test_activate.py::test_PS1_no_changeps1": 0.04128492754206223, + "tests/test_activate.py::test_activate_and_deactivate_for_uninitialized_env": 0.3477641315954443, + "tests/test_activate.py::test_activate_deactivate_modify_path[bash]": 3.4622499065958063, + "tests/test_activate.py::test_activate_deactivate_modify_path[cmd.exe]": 0.00041555152313893355, + "tests/test_activate.py::test_activate_environment_not_found": 0.028398623499842814, + "tests/test_activate.py::test_activate_same_environment": 0.5867821348024393, + "tests/test_activate.py::test_activator_invalid_command_arguments[command_args0-'activate', 'deactivate', 'hook', 'commands', or 'reactivate' command must be given.]": 0.02050968055732409, + "tests/test_activate.py::test_activator_invalid_command_arguments[command_args1-cannot specify both --stack and --no-stack to activate]": 0.020481327370052163, + "tests/test_activate.py::test_activator_invalid_command_arguments[command_args2-activate does not accept more than one argument:\\n\\\\['env-one', 'env-two'\\\\]\\n]": 0.01926813722136683, + "tests/test_activate.py::test_activator_invalid_command_arguments[command_args3-deactivate does not accept arguments\\nremainder_args: \\\\['env-one']\\n]": 0.019426739027812244, + "tests/test_activate.py::test_add_prefix_to_path_cmdexe": 0.0009296635316068153, + "tests/test_activate.py::test_add_prefix_to_path_posix": 0.022262038147665218, "tests/test_activate.py::test_bash_activate_error": 3.6889207459750684, - "tests/test_activate.py::test_basic_integration[bash-basic_posix]": 30.10091728144103, + "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.364171577733142, "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.206553169921997, - "tests/test_activate.py::test_build_activate_restore_unset_env_vars": 0.5861115919563336, - "tests/test_activate.py::test_build_activate_shlvl_0": 0.6536558598145218, - "tests/test_activate.py::test_build_activate_shlvl_1": 0.9647968096971471, - "tests/test_activate.py::test_build_activate_shlvl_warn_clobber_vars": 2.294129112250855, - "tests/test_activate.py::test_build_deactivate_shlvl_1": 0.7257202419170055, - "tests/test_activate.py::test_build_deactivate_shlvl_2_from_activate": 1.1504978017265481, - "tests/test_activate.py::test_build_deactivate_shlvl_2_from_stack": 1.5112102689194329, - "tests/test_activate.py::test_build_stack_shlvl_1": 0.8655925828158769, - "tests/test_activate.py::test_cmd_exe_activate_error": 0.0003189691865664723, - "tests/test_activate.py::test_cmd_exe_basic": 0.0006117109352729502, + "tests/test_activate.py::test_basic_integration[zsh-basic_posix]": 28.75297870517629, + "tests/test_activate.py::test_build_activate_dont_activate_unset_var": 4.0508556281098045, + "tests/test_activate.py::test_build_activate_restore_unset_env_vars": 0.5649158663598424, + "tests/test_activate.py::test_build_activate_shlvl_0": 0.6372160675462286, + "tests/test_activate.py::test_build_activate_shlvl_1": 0.9181560302153644, + "tests/test_activate.py::test_build_activate_shlvl_warn_clobber_vars": 2.296258859068869, + "tests/test_activate.py::test_build_deactivate_shlvl_1": 0.6991183081543296, + "tests/test_activate.py::test_build_deactivate_shlvl_2_from_activate": 1.108708009432607, + "tests/test_activate.py::test_build_deactivate_shlvl_2_from_stack": 1.5604601331294021, + "tests/test_activate.py::test_build_stack_shlvl_1": 0.8392587224628119, + "tests/test_activate.py::test_cmd_exe_activate_error": 0.00031896918656647223, + "tests/test_activate.py::test_cmd_exe_basic": 0.0006135833997641386, "tests/test_activate.py::test_cmd_exe_basic_integration": 0.0003483117892022969, - "tests/test_activate.py::test_csh_basic": 0.08407668847886271, - "tests/test_activate.py::test_default_env": 0.023095558875064565, - "tests/test_activate.py::test_deprecations[ensure_binary-TypeError]": 0.026223493514293574, - "tests/test_activate.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.025499194612979403, - "tests/test_activate.py::test_deprecations[path_identity-TypeError]": 0.024483406573686674, - "tests/test_activate.py::test_fish_basic": 0.08904560741062732, + "tests/test_activate.py::test_csh_basic": 0.0838433939639773, + "tests/test_activate.py::test_default_env": 0.02318214097181683, + "tests/test_activate.py::test_deprecations[ensure_binary-TypeError]": 0.025525832483595776, + "tests/test_activate.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.02551268633998225, + "tests/test_activate.py::test_deprecations[path_identity-TypeError]": 0.024609607589166006, + "tests/test_activate.py::test_fish_basic": 0.08841398575833216, "tests/test_activate.py::test_fish_basic_integration": 0.0005888952283494428, - "tests/test_activate.py::test_force_uppercase[False]": 0.04781234021165148, - "tests/test_activate.py::test_force_uppercase[True]": 0.043079320246689416, - "tests/test_activate.py::test_get_env_vars_big_whitespace": 0.6121828083381099, - "tests/test_activate.py::test_get_env_vars_empty_file": 0.6386725770853338, - "tests/test_activate.py::test_json_basic": 0.0976010405171801, + "tests/test_activate.py::test_force_uppercase[False]": 0.04554634413401605, + "tests/test_activate.py::test_force_uppercase[True]": 0.0425353119557707, + "tests/test_activate.py::test_get_env_vars_big_whitespace": 0.5835686790972666, + "tests/test_activate.py::test_get_env_vars_empty_file": 0.6332941705363745, + "tests/test_activate.py::test_json_basic": 0.09492621466170832, "tests/test_activate.py::test_legacy_activate_deactivate_bash": 4.8758079190333055, "tests/test_activate.py::test_legacy_activate_deactivate_cmd_exe": 0.00042845390330340747, - "tests/test_activate.py::test_metavars_force_uppercase[False]": 0.048743497407034396, - "tests/test_activate.py::test_metavars_force_uppercase[True]": 0.04565178333388031, - "tests/test_activate.py::test_native_path_to_unix[cygpath-None]": 0.0007084268686637235, - "tests/test_activate.py::test_native_path_to_unix[cygpath-empty string]": 0.0009907194414111242, - "tests/test_activate.py::test_native_path_to_unix[cygpath-empty tuple]": 0.0007244072461325502, - "tests/test_activate.py::test_native_path_to_unix[cygpath-list[path]]": 0.0005554814415148129, - "tests/test_activate.py::test_native_path_to_unix[cygpath-path;...]": 0.0005433677177177362, - "tests/test_activate.py::test_native_path_to_unix[cygpath-path]": 0.0005309954436219389, - "tests/test_activate.py::test_native_path_to_unix[cygpath-tuple[path, ...]]": 0.0005775408799763886, - "tests/test_activate.py::test_native_path_to_unix[fallback-None]": 0.0005952329488759009, - "tests/test_activate.py::test_native_path_to_unix[fallback-empty string]": 0.000601275897852772, - "tests/test_activate.py::test_native_path_to_unix[fallback-empty tuple]": 0.0006076378335354339, - "tests/test_activate.py::test_native_path_to_unix[fallback-list[path]]": 0.0005447716274812254, - "tests/test_activate.py::test_native_path_to_unix[fallback-path;...]": 0.000588633554020886, - "tests/test_activate.py::test_native_path_to_unix[fallback-path]": 0.0005472101792504073, - "tests/test_activate.py::test_native_path_to_unix[fallback-tuple[path, ...]]": 0.000496560715790632, - "tests/test_activate.py::test_posix_basic": 0.0864148449095377, + "tests/test_activate.py::test_metavars_force_uppercase[False]": 0.04634188013020309, + "tests/test_activate.py::test_metavars_force_uppercase[True]": 0.04575857117104921, + "tests/test_activate.py::test_native_path_to_unix[cygpath-None]": 0.0007409472270235087, + "tests/test_activate.py::test_native_path_to_unix[cygpath-empty string]": 0.0010436866633879922, + "tests/test_activate.py::test_native_path_to_unix[cygpath-empty tuple]": 0.0007146539649458192, + "tests/test_activate.py::test_native_path_to_unix[cygpath-list[path]]": 0.0005648027425011439, + "tests/test_activate.py::test_native_path_to_unix[cygpath-path;...]": 0.0005570707217000732, + "tests/test_activate.py::test_native_path_to_unix[cygpath-path]": 0.0005272267208565758, + "tests/test_activate.py::test_native_path_to_unix[cygpath-tuple[path, ...]]": 0.0005808541810364692, + "tests/test_activate.py::test_native_path_to_unix[fallback-None]": 0.0005690580676861993, + "tests/test_activate.py::test_native_path_to_unix[fallback-empty string]": 0.000579216742655341, + "tests/test_activate.py::test_native_path_to_unix[fallback-empty tuple]": 0.0005932764055122397, + "tests/test_activate.py::test_native_path_to_unix[fallback-list[path]]": 0.0005462916002031211, + "tests/test_activate.py::test_native_path_to_unix[fallback-path;...]": 0.0005580910365057283, + "tests/test_activate.py::test_native_path_to_unix[fallback-path]": 0.0005488487851781703, + "tests/test_activate.py::test_native_path_to_unix[fallback-tuple[path, ...]]": 0.0005001308084445104, + "tests/test_activate.py::test_posix_basic": 0.08586413127711862, "tests/test_activate.py::test_powershell_PATH_management": 0.0003095498181403786, - "tests/test_activate.py::test_powershell_basic": 0.08781340576822849, + "tests/test_activate.py::test_powershell_basic": 0.08670511656532133, "tests/test_activate.py::test_powershell_basic_integration": 0.0005095226714489675, - "tests/test_activate.py::test_pre_post_command_invoked[activate]": 0.03273544747888356, - "tests/test_activate.py::test_pre_post_command_invoked[commands]": 0.07302383917368628, - "tests/test_activate.py::test_pre_post_command_invoked[deactivate]": 0.03667902504014407, - "tests/test_activate.py::test_pre_post_command_invoked[hook]": 0.027728207622152414, - "tests/test_activate.py::test_pre_post_command_invoked[reactivate]": 0.030117651737880374, - "tests/test_activate.py::test_pre_post_command_raises[activate]": 0.03761472741002734, - "tests/test_activate.py::test_pre_post_command_raises[commands]": 0.08641282752853627, - "tests/test_activate.py::test_pre_post_command_raises[deactivate]": 0.031017136529022434, - "tests/test_activate.py::test_pre_post_command_raises[hook]": 0.03372376010032529, - "tests/test_activate.py::test_pre_post_command_raises[reactivate]": 0.032400510172131886, - "tests/test_activate.py::test_remove_prefix_from_path_1": 0.021227175174955752, - "tests/test_activate.py::test_remove_prefix_from_path_2": 0.026720045710307515, - "tests/test_activate.py::test_replace_prefix_in_path_1": 0.027065599903099626, - "tests/test_activate.py::test_replace_prefix_in_path_2": 0.0006385733425882161, + "tests/test_activate.py::test_pre_post_command_invoked[activate]": 0.032525240099478596, + "tests/test_activate.py::test_pre_post_command_invoked[commands]": 0.07167258945315197, + "tests/test_activate.py::test_pre_post_command_invoked[deactivate]": 0.03498472277692817, + "tests/test_activate.py::test_pre_post_command_invoked[hook]": 0.02751011290086314, + "tests/test_activate.py::test_pre_post_command_invoked[reactivate]": 0.029854726591367644, + "tests/test_activate.py::test_pre_post_command_raises[activate]": 0.03674054377088981, + "tests/test_activate.py::test_pre_post_command_raises[commands]": 0.08288125152922757, + "tests/test_activate.py::test_pre_post_command_raises[deactivate]": 0.029472619839831054, + "tests/test_activate.py::test_pre_post_command_raises[hook]": 0.03235055579522322, + "tests/test_activate.py::test_pre_post_command_raises[reactivate]": 0.03478638734744589, + "tests/test_activate.py::test_remove_prefix_from_path_1": 0.021025083021817024, + "tests/test_activate.py::test_remove_prefix_from_path_2": 0.025084015686757728, + "tests/test_activate.py::test_replace_prefix_in_path_1": 0.024780915763462898, + "tests/test_activate.py::test_replace_prefix_in_path_2": 0.0006124856789495714, "tests/test_activate.py::test_stacking[0--base-base,sys]": 27.852464561827084, "tests/test_activate.py::test_stacking[0--has-has,sys]": 27.984646421743864, "tests/test_activate.py::test_stacking[0--not-sys]": 29.882425401658143, - "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-base-base,sys]": 27.37807664457368, + "tests/test_activate.py::test_stacking[0-base-has-has,sys]": 26.842047104424964, "tests/test_activate.py::test_stacking[0-base-not-sys]": 30.691493707564856, "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.115424656038428, "tests/test_activate.py::test_stacking[0-not-base-base,sys]": 27.335974809406448, "tests/test_activate.py::test_stacking[0-not-has-has,sys]": 27.370095656051998, "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.22966400128981, + "tests/test_activate.py::test_stacking[5-base,has-base-base,has,base,sys]": 27.229664001289805, "tests/test_activate.py::test_stacking[5-base,has-has-has,base,sys]": 26.3419129157482, - "tests/test_activate.py::test_stacking[5-base,has-not-has,base,sys]": 29.491390910207503, + "tests/test_activate.py::test_stacking[5-base,has-not-has,base,sys]": 29.4913909102075, "tests/test_activate.py::test_stacking[5-base,not-base-base,base,sys]": 26.897350337113156, "tests/test_activate.py::test_stacking[5-base,not-has-has,base,sys]": 27.14790799920022, - "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,not-not-base,sys]": 28.94299138666186, + "tests/test_activate.py::test_stacking[5-base-base-base,sys]": 26.641578378303123, "tests/test_activate.py::test_stacking[5-base-has-has,base,sys]": 26.10706086466916, "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.420725275928252, "tests/test_activate.py::test_stacking[5-has-has-has,sys]": 27.560912403335127, - "tests/test_activate.py::test_stacking[5-has-not-has,sys]": 28.88622716809361, + "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.884849722934742, "tests/test_activate.py::test_stacking[5-not-has-has,sys]": 25.87975923919038, - "tests/test_activate.py::test_stacking[5-not-not-sys]": 28.827166276967848, - "tests/test_activate.py::test_unicode": 0.05664729263599425, - "tests/test_activate.py::test_unix_path_to_native[cygpath-None]": 0.0005861698646103518, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount [trailing]]": 0.0005831616770592553, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount]": 0.0006096829258919963, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path [extra]]": 0.0004928532519155393, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path]": 0.0005667195945399079, + "tests/test_activate.py::test_stacking[5-not-not-sys]": 28.827166276967844, + "tests/test_activate.py::test_unicode": 0.056647292635994245, + "tests/test_activate.py::test_unix_path_to_native[cygpath-None]": 0.0005780370789660413, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount [trailing]]": 0.0005580474315470495, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount]": 0.0005796933996330979, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path [extra]]": 0.0005000007149375011, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path]": 0.00058722740176585, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-None]": 0.0005751549816150499, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC mount [trailing]]": 0.0006011455291850159, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC mount]": 0.0006574069619952391, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC mount]": 0.0006574069619952392, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC path [extra]]": 0.0006025260239759958, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC path]": 0.0006269275599017335, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-bare UNC mount]": 0.0005627917848755775, @@ -1650,7 +1650,7 @@ "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-relative]": 0.0005489770571413012, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root [leading, trailing]]": 0.0005584890273796966, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root [leading]]": 0.0005906828165138898, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [extra]]": 0.0005783490461300616, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [extra]]": 0.0005783490461300617, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [leading, trailing]]": 0.000551599547784868, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [leading]]": 0.0005670922419722687, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [trailing]]": 0.0006907292871607912, @@ -1664,17 +1664,17 @@ "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC path [extra]]": 0.0005810061163059706, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC path]": 0.0005084725479339012, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-bare UNC mount]": 0.0006209125410735672, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-drive [trailing]]": 0.0005674777752392666, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-drive [trailing]]": 0.0005674777752392667, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-drive]": 0.0006671370368215656, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-empty string]": 0.0005633514460504114, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-empty tuple]": 0.0005420039282049218, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-list[path]]": 0.0005527502464282055, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path [extra]]": 0.0006051684825666098, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path [trailing]]": 0.000532604763176936, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path]": 0.0005689365344761264, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-path;...]": 0.0004868970132345868, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path]": 0.0005689365344761263, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-path;...]": 0.00048689701323458684, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-relative [extra]]": 0.0006089630778800529, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-relative]": 0.0004626118080384636, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-relative]": 0.00046261180803846354, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root [leading, trailing]]": 0.0006565695765758765, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root [leading]]": 0.0005748639079270401, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [extra]]": 0.0005396760038648865, @@ -1685,33 +1685,33 @@ "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path1]": 0.0005361516259124811, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root]": 0.000651467868427282, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-tuple[path, ...]]": 0.0004930166975768051, - "tests/test_activate.py::test_unix_path_to_native[cygpath-bare UNC mount]": 0.0005342935516450394, - "tests/test_activate.py::test_unix_path_to_native[cygpath-drive [trailing]]": 0.0005745998455817065, - "tests/test_activate.py::test_unix_path_to_native[cygpath-drive]": 0.0005859856229282271, - "tests/test_activate.py::test_unix_path_to_native[cygpath-empty string]": 0.0005117674523292378, - "tests/test_activate.py::test_unix_path_to_native[cygpath-empty tuple]": 0.0007819704662119939, - "tests/test_activate.py::test_unix_path_to_native[cygpath-list[path]]": 0.0006499738546178387, - "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [extra]]": 0.0005572238405996695, - "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [trailing]]": 0.0005659096956754925, - "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path]": 0.0005414749652199069, - "tests/test_activate.py::test_unix_path_to_native[cygpath-path;...]": 0.0006362516101581121, - "tests/test_activate.py::test_unix_path_to_native[cygpath-relative [extra]]": 0.0006365301011180032, - "tests/test_activate.py::test_unix_path_to_native[cygpath-relative]": 0.000581129449365658, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading, trailing]]": 0.0004830780043153067, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading]]": 0.0005226209133041485, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [extra]]": 0.0005897753472551559, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading, trailing]]": 0.0005248594672041993, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading]]": 0.0005494834834555702, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [trailing]]": 0.0005209497329580878, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path0]": 0.0005327917693307498, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path1]": 0.0007915404795152489, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root]": 0.0005954336516142929, - "tests/test_activate.py::test_unix_path_to_native[cygpath-tuple[path, ...]]": 0.0005670603163303139, - "tests/test_activate.py::test_unix_path_to_native[fallback-None]": 0.0005236254294368848, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount [trailing]]": 0.0008056524146714145, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount]": 0.0005357948395443301, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path [extra]]": 0.0005574197819961281, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path]": 0.0004956639395911198, + "tests/test_activate.py::test_unix_path_to_native[cygpath-bare UNC mount]": 0.0005083092402587443, + "tests/test_activate.py::test_unix_path_to_native[cygpath-drive [trailing]]": 0.0005653818514714802, + "tests/test_activate.py::test_unix_path_to_native[cygpath-drive]": 0.0005831672611132766, + "tests/test_activate.py::test_unix_path_to_native[cygpath-empty string]": 0.0005048884326092652, + "tests/test_activate.py::test_unix_path_to_native[cygpath-empty tuple]": 0.0008197256425695984, + "tests/test_activate.py::test_unix_path_to_native[cygpath-list[path]]": 0.0006388338397532258, + "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [extra]]": 0.0005546882693488177, + "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [trailing]]": 0.0005537327411278641, + "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path]": 0.0005318634795204215, + "tests/test_activate.py::test_unix_path_to_native[cygpath-path;...]": 0.0006037841601004167, + "tests/test_activate.py::test_unix_path_to_native[cygpath-relative [extra]]": 0.0006191293879358412, + "tests/test_activate.py::test_unix_path_to_native[cygpath-relative]": 0.0005601522250828644, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading, trailing]]": 0.0004915271358916368, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading]]": 0.0005343065408436199, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [extra]]": 0.0005989065613016424, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading, trailing]]": 0.0005235159102719599, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading]]": 0.0005340054625125716, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [trailing]]": 0.0005284910868389586, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path0]": 0.0005214627073488053, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path1]": 0.0008168583809421038, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root]": 0.0006292666371383698, + "tests/test_activate.py::test_unix_path_to_native[cygpath-tuple[path, ...]]": 0.0005733564010225268, + "tests/test_activate.py::test_unix_path_to_native[fallback-None]": 0.000535998738102717, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount [trailing]]": 0.0007893092595291859, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount]": 0.0005457084641746991, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path [extra]]": 0.0005459074537388785, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path]": 0.0005038758550674035, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-None]": 0.0005552943733529378, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC mount [trailing]]": 0.0005825225304282906, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC mount]": 0.0005969566175392441, @@ -1719,12 +1719,12 @@ "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC path]": 0.0005935270655559781, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-bare UNC mount]": 0.0005658644595735784, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-drive [trailing]]": 0.0005894836841617073, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-drive]": 0.0006494916063886918, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-drive]": 0.0006494916063886917, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-empty string]": 0.0005824515783712863, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-empty tuple]": 0.0005727905784949803, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-list[path]]": 0.0006319065537130707, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path [extra]]": 0.0006641557407892232, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path [trailing]]": 0.000577569239593839, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path [trailing]]": 0.0005775692395938391, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path]": 0.0005663345757904838, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-path;...]": 0.0005896123429623927, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-relative [extra]]": 0.0005857295960290047, @@ -1732,13 +1732,13 @@ "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root [leading, trailing]]": 0.000522505324714492, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root [leading]]": 0.0006097017334187708, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [extra]]": 0.0005175153324345481, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [leading, trailing]]": 0.0006286014143959464, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [leading, trailing]]": 0.0006286014143959463, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [leading]]": 0.0005401285912318399, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path [trailing]]": 0.0006706180913080064, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path0]": 0.0005261658125944627, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path1]": 0.0005376678337625277, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root]": 0.0006130990473364259, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-tuple[path, ...]]": 0.0006598773247620977, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-tuple[path, ...]]": 0.0006598773247620975, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-None]": 0.0005411419704340127, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC mount [trailing]]": 0.0005879297285004178, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC mount]": 0.0006943810116696242, @@ -1748,14 +1748,14 @@ "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-drive [trailing]]": 0.0005356883973929458, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-drive]": 0.0007341689010755046, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-empty string]": 0.0005899014001305531, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-empty tuple]": 0.0006887800801115834, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-empty tuple]": 0.0006887800801115835, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-list[path]]": 0.0005672424532742503, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path [extra]]": 0.0006166056758494605, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path [trailing]]": 0.0006370813511575062, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-normal path]": 0.0006443541340506022, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-path;...]": 0.0005863181851603097, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-relative [extra]]": 0.0006165229761392303, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-relative]": 0.000561612074068399, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-relative]": 0.0005616120740683989, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root [leading, trailing]]": 0.0006743117472257739, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root [leading]]": 0.0005465153061392383, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [extra]]": 0.0005822246523355034, @@ -1763,366 +1763,366 @@ "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [leading]]": 0.0006132098460643086, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [trailing]]": 0.0005476690093713107, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path0]": 0.000543948070723438, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path1]": 0.0005828541540781352, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path1]": 0.0005828541540781351, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root]": 0.0005433535237452595, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-tuple[path, ...]]": 0.0005502384274267907, - "tests/test_activate.py::test_unix_path_to_native[fallback-bare UNC mount]": 0.0005719753974035612, - "tests/test_activate.py::test_unix_path_to_native[fallback-drive [trailing]]": 0.0005301012664884519, - "tests/test_activate.py::test_unix_path_to_native[fallback-drive]": 0.0005281891937257237, - "tests/test_activate.py::test_unix_path_to_native[fallback-empty string]": 0.0006034253050328164, - "tests/test_activate.py::test_unix_path_to_native[fallback-empty tuple]": 0.0005821378794665996, - "tests/test_activate.py::test_unix_path_to_native[fallback-list[path]]": 0.0005011757329204111, - "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [extra]]": 0.0005717777951149024, - "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [trailing]]": 0.0006143552135412217, - "tests/test_activate.py::test_unix_path_to_native[fallback-normal path]": 0.0005225055839010605, - "tests/test_activate.py::test_unix_path_to_native[fallback-path;...]": 0.0005187769985460655, - "tests/test_activate.py::test_unix_path_to_native[fallback-relative [extra]]": 0.0007218752478824968, - "tests/test_activate.py::test_unix_path_to_native[fallback-relative]": 0.0006297458147779114, - "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading, trailing]]": 0.0005645290558035876, - "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading]]": 0.0005235181319261196, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [extra]]": 0.0005756754069338298, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading, trailing]]": 0.0005161922507569373, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading]]": 0.0005232356156667636, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [trailing]]": 0.0005064792358532983, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path0]": 0.000587083920039573, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path1]": 0.0005013224475313247, - "tests/test_activate.py::test_unix_path_to_native[fallback-root]": 0.0005738869229559424, - "tests/test_activate.py::test_unix_path_to_native[fallback-tuple[path, ...]]": 0.0005558016346729062, - "tests/test_activate.py::test_xonsh_basic": 0.09190502038792452, - "tests/test_api.py::test_DepsModifier_contract": 0.0031715778828105075, - "tests/test_api.py::test_PackageCacheData_contract": 0.0045548289311237635, - "tests/test_api.py::test_PackageCacheData_return_value_contract": 0.0049914241210144965, - "tests/test_api.py::test_PrefixData_contract": 0.00341405571938885, - "tests/test_api.py::test_PrefixData_return_value_contract": 1.6464989872681797, - "tests/test_api.py::test_Solver_inputs_contract": 0.003771581982325156, - "tests/test_api.py::test_Solver_return_value_contract": 1.1083309160709989, - "tests/test_api.py::test_SubdirData_contract": 0.0033064920625231055, - "tests/test_api.py::test_SubdirData_return_value_contract": 6.888755297077978, - "tests/test_api.py::test_UpdateModifier_contract": 0.0026650412821038203, - "tests/test_auxlib.py::test_deepfreeze[42.0]": 0.003157566384760858, - "tests/test_auxlib.py::test_deepfreeze[42]": 0.0032120564929723665, - "tests/test_auxlib.py::test_deepfreeze[True]": 0.003000869230310648, - "tests/test_auxlib.py::test_deepfreeze[freeze_installed]": 0.003242548381215352, - "tests/test_auxlib.py::test_deepfreeze[text]": 0.0035962263901297736, - "tests/test_auxlib.py::test_deepfreeze[unfrozen10]": 0.0043532759108994195, - "tests/test_auxlib.py::test_deepfreeze[unfrozen11]": 0.0036753427604727038, - "tests/test_auxlib.py::test_deepfreeze[unfrozen12]": 0.0036577089786787634, - "tests/test_auxlib.py::test_deepfreeze[unfrozen13]": 0.003771592638376429, - "tests/test_auxlib.py::test_deepfreeze[unfrozen5]": 0.00575078804807893, - "tests/test_auxlib.py::test_deepfreeze[unfrozen6]": 0.0032468881302601797, - "tests/test_auxlib.py::test_deepfreeze[unfrozen7]": 0.004028823905298575, - "tests/test_auxlib.py::test_deepfreeze[unfrozen8]": 0.0038916157407949967, - "tests/test_auxlib.py::test_deepfreeze[unfrozen9]": 0.003444513150116653, - "tests/test_codesigned.py::test_stub_exe_signatures[cli-32.exe]": 0.000542126232915438, - "tests/test_codesigned.py::test_stub_exe_signatures[cli-64.exe]": 0.000869344909603111, - "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.01670981015784363, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.get_filename-conda.env.env.get_filename]": 0.005855305309992643, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.print_result-conda.env.env.print_result]": 0.00849136060316646, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.create_parser-None]": 0.006423543841815641, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.do_call-None]": 0.006530950856890568, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.main-None]": 0.004154751029169128, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.show_help_on_empty_command-None]": 0.008485664505596548, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_description-None]": 0.006319563689817003, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_example-None]": 0.004969841940186341, - "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.005213150184056682, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.execute-conda.cli.main_env_config.execute]": 0.00344071939111313, - "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.004029206175589934, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.description-None]": 0.0090281880910081, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.example-None]": 0.009197463921948769, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.execute-conda.cli.main_env_create.execute]": 0.0032868516430167955, - "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.008277895662092647, - "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.0038407801267142565, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.description-None]": 0.009021365390590091, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.example-None]": 0.00583920517233143, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_env_export.execute]": 0.004763010905636794, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_export.execute]": 0.0042116461315561725, - "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.004973061139477257, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.description-None]": 0.0062417461106841566, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.example-None]": 0.004487067857885255, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.execute-conda.cli.main_env_list.execute]": 0.0034132821619329737, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._description-None]": 0.005340442146179375, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._example-None]": 0.004991266924093283, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._help-None]": 0.007325493326289902, - "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.004072090268669601, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.execute-conda.cli.main_env_remove.execute]": 0.004642730168248571, - "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.005283780825771216, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.description-None]": 0.0056875032661212405, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.example-None]": 0.009974278033032287, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.execute-conda.cli.main_env_update.execute]": 0.0034283363267838735, - "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.002996620634102947, - "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.0033446854405304433, - "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.003554420673477252, - "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.00335811841635959, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_description-None]": 0.004343482769199185, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_example-None]": 0.003847872223389343, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_description-None]": 0.004641395418519091, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_example-None]": 0.0031691463360052938, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_description-None]": 0.0035475034409261108, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_example-None]": 0.002952621128219407, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_description-None]": 0.005951833999400104, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_example-None]": 0.004070496698539148, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Dependencies-conda.env.env.Dependencies]": 0.003364516705562369, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Environment-conda.env.env.Environment]": 0.0031871805818663827, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.VALID_KEYS-conda.env.env.VALID_KEYS]": 0.006983426447229447, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env._expand_channels-conda.env.env._expand_channels]": 0.0047040441486598, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_environment-conda.env.env.from_environment]": 0.0041832555227708955, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_file-conda.env.env.from_file]": 0.0034580968755243044, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_yaml-conda.env.env.from_yaml]": 0.0031901343105882668, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.validate_keys-conda.env.env.validate_keys]": 0.00754469351100441, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.ENTRY_POINT-None]": 0.011720049977375262, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.InvalidInstaller-conda.exceptions.InvalidInstaller]": 0.007475827163024281, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.get_installer-conda.env.installers.base.get_installer]": 0.004897525277679867, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda._solve-conda.env.installers.conda._solve]": 0.00919157619308549, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.dry_run-conda.env.installers.conda.dry_run]": 0.006982685808777614, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.install-conda.env.installers.conda.install]": 0.003583129062571331, - "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.0072904430095059635, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip.install-conda.env.installers.pip.install]": 0.00500871219313631, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util._canonicalize_regex-None]": 0.003489114290493047, - "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.004391229672666729, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.pip_subprocess-conda.env.pip_util.pip_subprocess]": 0.006519006626094214, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.FileSpecTypes-conda.env.specs.FileSpecTypes]": 0.0053802659882718025, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.SpecTypes-conda.env.specs.SpecTypes]": 0.0037190529356708724, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.BinstarSpec-conda.env.specs.binstar.BinstarSpec]": 0.005524353026925172, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.ENVIRONMENT_TYPE-conda.env.specs.binstar.ENVIRONMENT_TYPE]": 0.007118206670187003, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.detect-conda.env.specs.detect]": 0.00490005364821216, - "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.006964600473353803, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.requirements.RequirementsSpec-conda.env.specs.requirements.RequirementsSpec]": 0.008033451355886598, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.yaml_file.YamlFileSpec-conda.env.specs.yaml_file.YamlFileSpec]": 0.007322284773150982, - "tests/test_create.py::test_allow_softlinks[classic]": 0.7814311961109518, - "tests/test_create.py::test_allow_softlinks[libmamba]": 0.5840019377830326, - "tests/test_create.py::test_channel_usage_replacing_python[classic]": 62.08172474017418, - "tests/test_create.py::test_channel_usage_replacing_python[libmamba]": 52.84567122290742, - "tests/test_create.py::test_clone_offline_simple[classic]": 0.8742078848018595, - "tests/test_create.py::test_clone_offline_simple[libmamba]": 0.6461380953683734, - "tests/test_create.py::test_clone_offline_with_untracked[classic]": 0.7836466061358817, - "tests/test_create.py::test_clone_offline_with_untracked[libmamba]": 0.7442317454471755, - "tests/test_create.py::test_compile_pyc[classic-False]": 13.134605966628332, - "tests/test_create.py::test_compile_pyc[classic-True]": 1.2824656892035264, - "tests/test_create.py::test_compile_pyc[libmamba-False]": 11.944682394653313, - "tests/test_create.py::test_compile_pyc[libmamba-True]": 2.515600660903407, - "tests/test_create.py::test_conda_downgrade[classic]": 232.87383431396566, - "tests/test_create.py::test_conda_downgrade[libmamba]": 144.502353944956, - "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[classic]": 0.012953774126267966, - "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[libmamba]": 0.012681223225755992, - "tests/test_create.py::test_conda_pip_interop_conda_editable_package[classic]": 24.567002002667977, - "tests/test_create.py::test_conda_pip_interop_conda_editable_package[libmamba]": 33.849136796061465, - "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[classic]": 0.0004206680589797086, - "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[libmamba]": 0.00037809357706672896, - "tests/test_create.py::test_conda_update_package_not_installed[classic]": 0.4510558425899203, - "tests/test_create.py::test_conda_update_package_not_installed[libmamba]": 1.4048821147070067, - "tests/test_create.py::test_create_default_packages[classic]": 0.6275726391893864, - "tests/test_create.py::test_create_default_packages[libmamba]": 0.4315201214168263, - "tests/test_create.py::test_create_default_packages_no_default_packages[classic]": 0.7195585892630111, - "tests/test_create.py::test_create_default_packages_no_default_packages[libmamba]": 0.5842945358126006, - "tests/test_create.py::test_create_dry_run[classic]": 6.035023751207919, - "tests/test_create.py::test_create_dry_run[libmamba]": 2.590540299519496, - "tests/test_create.py::test_create_dry_run_json[classic]": 5.639294147914667, - "tests/test_create.py::test_create_dry_run_json[libmamba]": 1.590971069000472, - "tests/test_create.py::test_create_dry_run_without_prefix[classic]": 0.20462252686653834, - "tests/test_create.py::test_create_dry_run_without_prefix[libmamba]": 1.0379890931502802, - "tests/test_create.py::test_create_dry_run_yes_safety[classic]": 0.547354173356036, - "tests/test_create.py::test_create_dry_run_yes_safety[libmamba]": 1.3431625714607394, - "tests/test_create.py::test_create_empty_env[classic]": 0.336101204267932, - "tests/test_create.py::test_create_empty_env[libmamba]": 1.307889995387727, - "tests/test_create.py::test_create_env_different_platform[classic-cli]": 0.6237152082453424, - "tests/test_create.py::test_create_env_different_platform[classic-env]": 0.7654682710216026, - "tests/test_create.py::test_create_env_different_platform[libmamba-cli]": 0.7347699948799595, - "tests/test_create.py::test_create_env_different_platform[libmamba-env]": 0.5056811982642109, - "tests/test_create.py::test_create_install_update_remove_smoketest[classic]": 100.2358611688899, - "tests/test_create.py::test_create_install_update_remove_smoketest[libmamba]": 56.702766834922556, - "tests/test_create.py::test_create_no_deps_flag[classic]": 0.28297375340302, - "tests/test_create.py::test_create_no_deps_flag[libmamba]": 0.43825388261942705, - "tests/test_create.py::test_create_only_deps_flag[classic]": 1.734288563217041, - "tests/test_create.py::test_create_only_deps_flag[libmamba]": 1.2917718993606508, - "tests/test_create.py::test_create_override_channels_enabled[classic]": 1.015139610215522, - "tests/test_create.py::test_create_override_channels_enabled[libmamba]": 0.9201226131103207, - "tests/test_create.py::test_create_without_prefix_raises_argument_error[classic]": 0.05874686151266213, - "tests/test_create.py::test_create_without_prefix_raises_argument_error[libmamba]": 0.057760519741089665, - "tests/test_create.py::test_cross_channel_incompatibility[classic]": 10.816680428454804, - "tests/test_create.py::test_cross_channel_incompatibility[libmamba]": 1.7576354658494904, - "tests/test_create.py::test_directory_not_a_conda_environment[classic]": 0.06154171584954809, - "tests/test_create.py::test_directory_not_a_conda_environment[libmamba]": 0.06383839845509266, - "tests/test_create.py::test_disallowed_packages[classic]": 12.471080956103615, - "tests/test_create.py::test_disallowed_packages[libmamba]": 4.622593625595671, - "tests/test_create.py::test_dont_remove_conda_1[classic]": 182.6685458219968, - "tests/test_create.py::test_dont_remove_conda_1[libmamba]": 27.96095097069203, - "tests/test_create.py::test_dont_remove_conda_2[classic]": 139.76750498452319, - "tests/test_create.py::test_dont_remove_conda_2[libmamba]": 23.518912732816318, - "tests/test_create.py::test_download_only_flag[classic]": 8.103113933515413, - "tests/test_create.py::test_download_only_flag[libmamba]": 3.6819484663998563, - "tests/test_create.py::test_force_remove[classic]": 43.998020665887786, - "tests/test_create.py::test_force_remove[libmamba]": 4.847430893068787, - "tests/test_create.py::test_install_bound_virtual_package[classic]": 0.00029291684064370856, - "tests/test_create.py::test_install_bound_virtual_package[libmamba]": 0.0008836837094934156, - "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[classic]": 1.9598226662256724, - "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[libmamba]": 2.0361794171719763, - "tests/test_create.py::test_install_force_reinstall_flag[classic]": 0.703694736781806, - "tests/test_create.py::test_install_force_reinstall_flag[libmamba]": 0.49065889604701596, - "tests/test_create.py::test_install_only_deps_flag[classic]": 1.1277255368039096, - "tests/test_create.py::test_install_only_deps_flag[libmamba]": 0.9463686748714195, - "tests/test_create.py::test_install_prune_flag[classic]": 44.09615732215979, - "tests/test_create.py::test_install_prune_flag[libmamba]": 14.705850823907289, - "tests/test_create.py::test_install_python_and_search[classic]": 29.060719785356984, - "tests/test_create.py::test_install_python_and_search[libmamba]": 12.986222210521177, - "tests/test_create.py::test_install_tarball_from_file_based_channel[classic]": 1.8170879354059115, - "tests/test_create.py::test_install_tarball_from_file_based_channel[libmamba]": 2.3254085796385184, - "tests/test_create.py::test_install_update_deps_flag[classic]": 1.1565279255980359, - "tests/test_create.py::test_install_update_deps_flag[libmamba]": 0.7114884551467805, - "tests/test_create.py::test_install_update_deps_only_deps_flags[classic]": 1.195938777436449, - "tests/test_create.py::test_install_update_deps_only_deps_flags[libmamba]": 0.9409197003551721, - "tests/test_create.py::test_install_virtual_packages[classic-__glibc-False]": 0.8751981994878786, - "tests/test_create.py::test_install_virtual_packages[classic-__linux-False]": 0.8620386924105307, - "tests/test_create.py::test_install_virtual_packages[classic-__osx-True]": 0.5577101948568572, - "tests/test_create.py::test_install_virtual_packages[classic-__unix-True]": 0.5468005804239138, - "tests/test_create.py::test_install_virtual_packages[classic-__win-False]": 0.9302418936775135, - "tests/test_create.py::test_install_virtual_packages[libmamba-__glibc-False]": 0.9984741519772661, - "tests/test_create.py::test_install_virtual_packages[libmamba-__linux-False]": 0.8845994244550487, - "tests/test_create.py::test_install_virtual_packages[libmamba-__osx-True]": 0.8902662749403134, - "tests/test_create.py::test_install_virtual_packages[libmamba-__unix-True]": 0.9149212238902449, - "tests/test_create.py::test_install_virtual_packages[libmamba-__win-False]": 0.8934469332119039, - "tests/test_create.py::test_json_create_install_update_remove[classic]": 4.708111761178287, - "tests/test_create.py::test_json_create_install_update_remove[libmamba]": 12.771789887833778, - "tests/test_create.py::test_list_with_pip_no_binary[classic]": 16.839422288908473, - "tests/test_create.py::test_list_with_pip_no_binary[libmamba]": 14.467176890671116, - "tests/test_create.py::test_list_with_pip_wheel[classic]": 29.478695361029256, - "tests/test_create.py::test_list_with_pip_wheel[libmamba]": 23.630197872011532, - "tests/test_create.py::test_menuinst_v2[classic]": 1.96020060099794, - "tests/test_create.py::test_menuinst_v2[libmamba]": 2.4556109139798212, - "tests/test_create.py::test_neutering_of_historic_specs[classic]": 0.0005396851824364146, - "tests/test_create.py::test_neutering_of_historic_specs[libmamba]": 0.0003264665847022788, - "tests/test_create.py::test_noarch_generic_package[classic]": 0.4619989159463884, - "tests/test_create.py::test_noarch_generic_package[libmamba]": 0.3217260420566009, - "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[classic]": 22.407867653990255, - "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[libmamba]": 22.253315816629563, - "tests/test_create.py::test_noarch_python_package_with_entry_points[classic]": 27.750294444062085, - "tests/test_create.py::test_noarch_python_package_with_entry_points[libmamba]": 17.239566799142207, - "tests/test_create.py::test_noarch_python_package_without_entry_points[classic]": 25.959169896308133, - "tests/test_create.py::test_noarch_python_package_without_entry_points[libmamba]": 15.679361247921234, - "tests/test_create.py::test_nonadmin_file_untouched[classic]": 3.1127146099291587, - "tests/test_create.py::test_nonadmin_file_untouched[libmamba]": 3.5193570736093127, - "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[classic]": 1.0245565330203252, - "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[libmamba]": 2.730898626233594, - "tests/test_create.py::test_offline_with_empty_index_cache[classic]": 4.5335081358079075, - "tests/test_create.py::test_offline_with_empty_index_cache[libmamba]": 9.25871318181407, + "tests/test_activate.py::test_unix_path_to_native[fallback-bare UNC mount]": 0.0005642185275305675, + "tests/test_activate.py::test_unix_path_to_native[fallback-drive [trailing]]": 0.0005157963622220805, + "tests/test_activate.py::test_unix_path_to_native[fallback-drive]": 0.000584772276915488, + "tests/test_activate.py::test_unix_path_to_native[fallback-empty string]": 0.0006027567833311496, + "tests/test_activate.py::test_unix_path_to_native[fallback-empty tuple]": 0.0005707230162939694, + "tests/test_activate.py::test_unix_path_to_native[fallback-list[path]]": 0.0005001128693146259, + "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [extra]]": 0.000564715108331431, + "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [trailing]]": 0.000616798708975574, + "tests/test_activate.py::test_unix_path_to_native[fallback-normal path]": 0.0005232725044197787, + "tests/test_activate.py::test_unix_path_to_native[fallback-path;...]": 0.0005231921996739382, + "tests/test_activate.py::test_unix_path_to_native[fallback-relative [extra]]": 0.0006983768254616897, + "tests/test_activate.py::test_unix_path_to_native[fallback-relative]": 0.0006189277175643589, + "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading, trailing]]": 0.0005607110596575082, + "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading]]": 0.0005363771878756674, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [extra]]": 0.000561892101914337, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading, trailing]]": 0.0005100059160274697, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading]]": 0.0005237553669667368, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [trailing]]": 0.0005141054175717198, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path0]": 0.0005795388100361512, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path1]": 0.0005144737473118323, + "tests/test_activate.py::test_unix_path_to_native[fallback-root]": 0.0005978852078382031, + "tests/test_activate.py::test_unix_path_to_native[fallback-tuple[path, ...]]": 0.0005332767772589122, + "tests/test_activate.py::test_xonsh_basic": 0.09088683024467044, + "tests/test_api.py::test_DepsModifier_contract": 0.0030690132492533456, + "tests/test_api.py::test_PackageCacheData_contract": 0.004310107252793149, + "tests/test_api.py::test_PackageCacheData_return_value_contract": 0.004930514487601529, + "tests/test_api.py::test_PrefixData_contract": 0.0033527369505256194, + "tests/test_api.py::test_PrefixData_return_value_contract": 1.6169153451382827, + "tests/test_api.py::test_Solver_inputs_contract": 0.003817856212049852, + "tests/test_api.py::test_Solver_return_value_contract": 1.0908959008718504, + "tests/test_api.py::test_SubdirData_contract": 0.0033248485959280097, + "tests/test_api.py::test_SubdirData_return_value_contract": 6.575126550747703, + "tests/test_api.py::test_UpdateModifier_contract": 0.0026529439550036504, + "tests/test_auxlib.py::test_deepfreeze[42.0]": 0.003121108803553423, + "tests/test_auxlib.py::test_deepfreeze[42]": 0.003165470464270601, + "tests/test_auxlib.py::test_deepfreeze[True]": 0.002978740981376923, + "tests/test_auxlib.py::test_deepfreeze[freeze_installed]": 0.003228331859430445, + "tests/test_auxlib.py::test_deepfreeze[text]": 0.0035126144791523127, + "tests/test_auxlib.py::test_deepfreeze[unfrozen10]": 0.004296660107335529, + "tests/test_auxlib.py::test_deepfreeze[unfrozen11]": 0.003609400182730579, + "tests/test_auxlib.py::test_deepfreeze[unfrozen12]": 0.0035646336685771734, + "tests/test_auxlib.py::test_deepfreeze[unfrozen13]": 0.003739024809236463, + "tests/test_auxlib.py::test_deepfreeze[unfrozen5]": 0.005579835834123894, + "tests/test_auxlib.py::test_deepfreeze[unfrozen6]": 0.003269586666202315, + "tests/test_auxlib.py::test_deepfreeze[unfrozen7]": 0.004065555176483169, + "tests/test_auxlib.py::test_deepfreeze[unfrozen8]": 0.003935361508755205, + "tests/test_auxlib.py::test_deepfreeze[unfrozen9]": 0.0033827368334971982, + "tests/test_codesigned.py::test_stub_exe_signatures[cli-32.exe]": 0.0005341907600465581, + "tests/test_codesigned.py::test_stub_exe_signatures[cli-64.exe]": 0.0008476041118487768, + "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.016723256562295202, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.get_filename-conda.env.env.get_filename]": 0.005576639110356663, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.print_result-conda.env.env.print_result]": 0.008690657581100804, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.create_parser-None]": 0.006419402966741311, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.do_call-None]": 0.006191595665482038, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.main-None]": 0.004131007981349157, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.show_help_on_empty_command-None]": 0.008476612808971901, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_description-None]": 0.006212735524782197, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_example-None]": 0.004758349683323408, + "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.005377827789670681, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.execute-conda.cli.main_env_config.execute]": 0.0034344417723064713, + "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.004087080678604922, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.description-None]": 0.008829985670356841, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.example-None]": 0.009759175813841118, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.execute-conda.cli.main_env_create.execute]": 0.003251825760881538, + "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.008470295890300532, + "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.0036384067205762916, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.description-None]": 0.009415730005192104, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.example-None]": 0.005767356479826939, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_env_export.execute]": 0.004757194272207949, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_export.execute]": 0.004385392619043312, + "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.004709608297989713, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.description-None]": 0.006281148081419912, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.example-None]": 0.004527828902726285, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.execute-conda.cli.main_env_list.execute]": 0.0033094651179321638, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._description-None]": 0.005075535163708526, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._example-None]": 0.004665965163787746, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._help-None]": 0.007391432673542376, + "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.004090543203853115, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.execute-conda.cli.main_env_remove.execute]": 0.004780835389928394, + "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.005079568059095064, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.description-None]": 0.005691611903542667, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.example-None]": 0.010633392891020168, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.execute-conda.cli.main_env_update.execute]": 0.0032581252582945513, + "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.0029312346889215158, + "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.003205980848164292, + "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.0036189996443605306, + "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.003412501977835644, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_description-None]": 0.00399765773459406, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_example-None]": 0.0037393820009616763, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_description-None]": 0.004632419397461436, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_example-None]": 0.0031476150896898366, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_description-None]": 0.0036037369255389304, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_example-None]": 0.002897274688247647, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_description-None]": 0.0059188826798691856, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_example-None]": 0.003999005680377503, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Dependencies-conda.env.env.Dependencies]": 0.0031924544907759814, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Environment-conda.env.env.Environment]": 0.0030670616962041246, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.VALID_KEYS-conda.env.env.VALID_KEYS]": 0.00671668622950577, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env._expand_channels-conda.env.env._expand_channels]": 0.004593666033333181, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_environment-conda.env.env.from_environment]": 0.0038542702302850344, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_file-conda.env.env.from_file]": 0.003245323668961945, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_yaml-conda.env.env.from_yaml]": 0.0031113159551694708, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.validate_keys-conda.env.env.validate_keys]": 0.008134948363116765, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.ENTRY_POINT-None]": 0.011616894089321596, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.InvalidInstaller-conda.exceptions.InvalidInstaller]": 0.007362530589035554, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.get_installer-conda.env.installers.base.get_installer]": 0.004739856157586121, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda._solve-conda.env.installers.conda._solve]": 0.008848096121944546, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.dry_run-conda.env.installers.conda.dry_run]": 0.0065632699883481265, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.install-conda.env.installers.conda.install]": 0.0036067398887711455, + "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.007161144125687854, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip.install-conda.env.installers.pip.install]": 0.004915573467490915, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util._canonicalize_regex-None]": 0.003329037933004947, + "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.004242816475448687, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.pip_subprocess-conda.env.pip_util.pip_subprocess]": 0.0063286262383691234, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.FileSpecTypes-conda.env.specs.FileSpecTypes]": 0.005380265988271803, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.SpecTypes-conda.env.specs.SpecTypes]": 0.003719052935670873, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.BinstarSpec-conda.env.specs.binstar.BinstarSpec]": 0.005197112182654154, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.ENVIRONMENT_TYPE-conda.env.specs.binstar.ENVIRONMENT_TYPE]": 0.006957968926478603, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.detect-conda.env.specs.detect]": 0.004743887226076184, + "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.006659173628815496, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.requirements.RequirementsSpec-conda.env.specs.requirements.RequirementsSpec]": 0.007711930164758559, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.yaml_file.YamlFileSpec-conda.env.specs.yaml_file.YamlFileSpec]": 0.0071181232432423434, + "tests/test_create.py::test_allow_softlinks[classic]": 0.8028298326286744, + "tests/test_create.py::test_allow_softlinks[libmamba]": 0.5836448666439101, + "tests/test_create.py::test_channel_usage_replacing_python[classic]": 61.68609952336015, + "tests/test_create.py::test_channel_usage_replacing_python[libmamba]": 52.503298387077535, + "tests/test_create.py::test_clone_offline_simple[classic]": 0.9015715298794101, + "tests/test_create.py::test_clone_offline_simple[libmamba]": 0.6525057632979347, + "tests/test_create.py::test_clone_offline_with_untracked[classic]": 0.796842154366456, + "tests/test_create.py::test_clone_offline_with_untracked[libmamba]": 0.7817921398993145, + "tests/test_create.py::test_compile_pyc[classic-False]": 13.135690810969132, + "tests/test_create.py::test_compile_pyc[classic-True]": 1.3122802650364762, + "tests/test_create.py::test_compile_pyc[libmamba-False]": 12.106994911580427, + "tests/test_create.py::test_compile_pyc[libmamba-True]": 2.5526547638536816, + "tests/test_create.py::test_conda_downgrade[classic]": 233.5304090477211, + "tests/test_create.py::test_conda_downgrade[libmamba]": 146.54152961308657, + "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[classic]": 0.012960706594858361, + "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[libmamba]": 0.012707240841555842, + "tests/test_create.py::test_conda_pip_interop_conda_editable_package[classic]": 24.600924574264038, + "tests/test_create.py::test_conda_pip_interop_conda_editable_package[libmamba]": 34.395103708291614, + "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[classic]": 0.00043058281655475745, + "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[libmamba]": 0.0003835462127218175, + "tests/test_create.py::test_conda_update_package_not_installed[classic]": 0.4438552436676894, + "tests/test_create.py::test_conda_update_package_not_installed[libmamba]": 1.401269209589704, + "tests/test_create.py::test_create_default_packages[classic]": 0.6420907668744544, + "tests/test_create.py::test_create_default_packages[libmamba]": 0.4233889199636745, + "tests/test_create.py::test_create_default_packages_no_default_packages[classic]": 0.7481730559925588, + "tests/test_create.py::test_create_default_packages_no_default_packages[libmamba]": 0.5926928895408138, + "tests/test_create.py::test_create_dry_run[classic]": 6.072057230846866, + "tests/test_create.py::test_create_dry_run[libmamba]": 2.565109071426299, + "tests/test_create.py::test_create_dry_run_json[classic]": 5.638002432267381, + "tests/test_create.py::test_create_dry_run_json[libmamba]": 1.6249099062728556, + "tests/test_create.py::test_create_dry_run_without_prefix[classic]": 0.20401519271458476, + "tests/test_create.py::test_create_dry_run_without_prefix[libmamba]": 1.0422589095789585, + "tests/test_create.py::test_create_dry_run_yes_safety[classic]": 0.5610784842916089, + "tests/test_create.py::test_create_dry_run_yes_safety[libmamba]": 1.3579635468543272, + "tests/test_create.py::test_create_empty_env[classic]": 0.3349343339814438, + "tests/test_create.py::test_create_empty_env[libmamba]": 1.277474782755336, + "tests/test_create.py::test_create_env_different_platform[classic-cli]": 0.6379044656365032, + "tests/test_create.py::test_create_env_different_platform[classic-env]": 0.804165307030225, + "tests/test_create.py::test_create_env_different_platform[libmamba-cli]": 0.75972190635138, + "tests/test_create.py::test_create_env_different_platform[libmamba-env]": 0.5192447702562318, + "tests/test_create.py::test_create_install_update_remove_smoketest[classic]": 100.96307843767373, + "tests/test_create.py::test_create_install_update_remove_smoketest[libmamba]": 56.83705333755104, + "tests/test_create.py::test_create_no_deps_flag[classic]": 0.28305006542976363, + "tests/test_create.py::test_create_no_deps_flag[libmamba]": 0.44375107458921514, + "tests/test_create.py::test_create_only_deps_flag[classic]": 1.801534168343657, + "tests/test_create.py::test_create_only_deps_flag[libmamba]": 1.3044966497975006, + "tests/test_create.py::test_create_override_channels_enabled[classic]": 1.0336238904495452, + "tests/test_create.py::test_create_override_channels_enabled[libmamba]": 0.9272229071607264, + "tests/test_create.py::test_create_without_prefix_raises_argument_error[classic]": 0.05931401344955194, + "tests/test_create.py::test_create_without_prefix_raises_argument_error[libmamba]": 0.05722166361699965, + "tests/test_create.py::test_cross_channel_incompatibility[classic]": 10.868747238084127, + "tests/test_create.py::test_cross_channel_incompatibility[libmamba]": 1.741473120966091, + "tests/test_create.py::test_directory_not_a_conda_environment[classic]": 0.06175928810333039, + "tests/test_create.py::test_directory_not_a_conda_environment[libmamba]": 0.06419134856297212, + "tests/test_create.py::test_disallowed_packages[classic]": 12.433386940635156, + "tests/test_create.py::test_disallowed_packages[libmamba]": 4.873119624467423, + "tests/test_create.py::test_dont_remove_conda_1[classic]": 183.46159659306653, + "tests/test_create.py::test_dont_remove_conda_1[libmamba]": 27.858399094693706, + "tests/test_create.py::test_dont_remove_conda_2[classic]": 138.60314500025126, + "tests/test_create.py::test_dont_remove_conda_2[libmamba]": 23.25016802102931, + "tests/test_create.py::test_download_only_flag[classic]": 8.04498296451498, + "tests/test_create.py::test_download_only_flag[libmamba]": 3.7007948148668928, + "tests/test_create.py::test_force_remove[classic]": 42.60325515127378, + "tests/test_create.py::test_force_remove[libmamba]": 4.650809324723578, + "tests/test_create.py::test_install_bound_virtual_package[classic]": 0.0002896613513816869, + "tests/test_create.py::test_install_bound_virtual_package[libmamba]": 0.0009875214483349001, + "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[classic]": 1.9683304883226103, + "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[libmamba]": 2.0427145869398533, + "tests/test_create.py::test_install_force_reinstall_flag[classic]": 0.711421716833301, + "tests/test_create.py::test_install_force_reinstall_flag[libmamba]": 0.4984778683243067, + "tests/test_create.py::test_install_only_deps_flag[classic]": 1.1778811691331124, + "tests/test_create.py::test_install_only_deps_flag[libmamba]": 0.956776711413498, + "tests/test_create.py::test_install_prune_flag[classic]": 44.33865842265136, + "tests/test_create.py::test_install_prune_flag[libmamba]": 14.697426423065581, + "tests/test_create.py::test_install_python_and_search[classic]": 29.122645421317493, + "tests/test_create.py::test_install_python_and_search[libmamba]": 12.810593071748771, + "tests/test_create.py::test_install_tarball_from_file_based_channel[classic]": 1.9063067322120797, + "tests/test_create.py::test_install_tarball_from_file_based_channel[libmamba]": 2.3115866433334054, + "tests/test_create.py::test_install_update_deps_flag[classic]": 1.22937534999078, + "tests/test_create.py::test_install_update_deps_flag[libmamba]": 0.7220875121746622, + "tests/test_create.py::test_install_update_deps_only_deps_flags[classic]": 1.2362608448157777, + "tests/test_create.py::test_install_update_deps_only_deps_flags[libmamba]": 0.9566463310724439, + "tests/test_create.py::test_install_virtual_packages[classic-__glibc-False]": 0.8959356785544258, + "tests/test_create.py::test_install_virtual_packages[classic-__linux-False]": 0.8848878968065892, + "tests/test_create.py::test_install_virtual_packages[classic-__osx-True]": 0.5682737806274999, + "tests/test_create.py::test_install_virtual_packages[classic-__unix-True]": 0.5613154691618452, + "tests/test_create.py::test_install_virtual_packages[classic-__win-False]": 0.9607649586285784, + "tests/test_create.py::test_install_virtual_packages[libmamba-__glibc-False]": 1.0211879931475485, + "tests/test_create.py::test_install_virtual_packages[libmamba-__linux-False]": 0.8889552027783709, + "tests/test_create.py::test_install_virtual_packages[libmamba-__osx-True]": 0.8925636716967816, + "tests/test_create.py::test_install_virtual_packages[libmamba-__unix-True]": 0.9364169497740055, + "tests/test_create.py::test_install_virtual_packages[libmamba-__win-False]": 0.8983316649749734, + "tests/test_create.py::test_json_create_install_update_remove[classic]": 4.658084627527962, + "tests/test_create.py::test_json_create_install_update_remove[libmamba]": 12.566042218079996, + "tests/test_create.py::test_list_with_pip_no_binary[classic]": 16.768321245494413, + "tests/test_create.py::test_list_with_pip_no_binary[libmamba]": 14.391070721622166, + "tests/test_create.py::test_list_with_pip_wheel[classic]": 29.427287296702726, + "tests/test_create.py::test_list_with_pip_wheel[libmamba]": 23.437133996037854, + "tests/test_create.py::test_menuinst_v2[classic]": 1.9976900928137487, + "tests/test_create.py::test_menuinst_v2[libmamba]": 2.430548312277007, + "tests/test_create.py::test_neutering_of_historic_specs[classic]": 0.000567734130748523, + "tests/test_create.py::test_neutering_of_historic_specs[libmamba]": 0.00034612151706012195, + "tests/test_create.py::test_noarch_generic_package[classic]": 0.47604860634970836, + "tests/test_create.py::test_noarch_generic_package[libmamba]": 0.33622863919006635, + "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[classic]": 22.46988942333381, + "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[libmamba]": 21.97247619820534, + "tests/test_create.py::test_noarch_python_package_with_entry_points[classic]": 27.75550417480474, + "tests/test_create.py::test_noarch_python_package_with_entry_points[libmamba]": 17.071430038533176, + "tests/test_create.py::test_noarch_python_package_without_entry_points[classic]": 26.006988283259627, + "tests/test_create.py::test_noarch_python_package_without_entry_points[libmamba]": 15.543952464959675, + "tests/test_create.py::test_nonadmin_file_untouched[classic]": 3.3760062229219505, + "tests/test_create.py::test_nonadmin_file_untouched[libmamba]": 3.663874333170686, + "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[classic]": 1.066814788621314, + "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[libmamba]": 2.800326350125997, + "tests/test_create.py::test_offline_with_empty_index_cache[classic]": 4.589749420051088, + "tests/test_create.py::test_offline_with_empty_index_cache[libmamba]": 9.147321335272734, "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.12664796318233898, - "tests/test_create.py::test_override_channels_disabled[libmamba]": 0.12753718982465992, - "tests/test_create.py::test_package_cache_regression[classic]": 0.9185397971475492, - "tests/test_create.py::test_package_cache_regression[libmamba]": 0.7444987273515247, - "tests/test_create.py::test_package_optional_pinning[classic]": 1.7179914488896197, - "tests/test_create.py::test_package_optional_pinning[libmamba]": 1.3690423020226539, - "tests/test_create.py::test_package_pinning[classic]": 1.8681588601939683, - "tests/test_create.py::test_package_pinning[libmamba]": 1.472458896778779, - "tests/test_create.py::test_packages_not_found[classic]": 0.9548632504634094, - "tests/test_create.py::test_packages_not_found[libmamba]": 2.2497175593371646, - "tests/test_create.py::test_pinned_override_with_explicit_spec[classic]": 1.3577634342686642, - "tests/test_create.py::test_pinned_override_with_explicit_spec[libmamba]": 0.7866039497462042, - "tests/test_create.py::test_post_link_run_in_env[classic]": 1.1116711440150175, - "tests/test_create.py::test_post_link_run_in_env[libmamba]": 1.28051965745054, - "tests/test_create.py::test_python_site_packages_path[classic]": 1.2484570045209955, - "tests/test_create.py::test_python_site_packages_path[libmamba]": 1.0631980418916718, - "tests/test_create.py::test_remove_empty_env[classic]": 0.7008959487479363, - "tests/test_create.py::test_remove_empty_env[libmamba]": 1.4138613256850234, - "tests/test_create.py::test_remove_force_remove_flag[classic]": 11.994728763493859, - "tests/test_create.py::test_remove_force_remove_flag[libmamba]": 11.383271014322066, - "tests/test_create.py::test_remove_ignore_nonenv[classic]": 0.049203441570690835, - "tests/test_create.py::test_remove_ignore_nonenv[libmamba]": 0.05933937576453706, - "tests/test_create.py::test_remove_spellcheck[classic]": 1.0213803480258625, - "tests/test_create.py::test_remove_spellcheck[libmamba]": 0.6027856762627942, - "tests/test_create.py::test_repodata_v2_base_url[classic]": 0.8212548334736572, - "tests/test_create.py::test_repodata_v2_base_url[libmamba]": 0.3981284890765925, - "tests/test_create.py::test_rm_rf[classic]": 13.300460437474237, - "tests/test_create.py::test_rm_rf[libmamba]": 13.057556159805527, - "tests/test_create.py::test_run_preserves_arguments[classic]": 19.985577769686586, - "tests/test_create.py::test_run_preserves_arguments[libmamba]": 11.654988073689749, - "tests/test_create.py::test_run_script_called[classic]": 0.0003517863027533861, - "tests/test_create.py::test_run_script_called[libmamba]": 0.00046280231500148204, - "tests/test_create.py::test_safety_checks_disabled[classic]": 11.68738485588048, - "tests/test_create.py::test_safety_checks_disabled[libmamba]": 10.048716690159637, - "tests/test_create.py::test_safety_checks_enabled[classic]": 9.310222343936077, - "tests/test_create.py::test_safety_checks_enabled[libmamba]": 9.121242540079146, - "tests/test_create.py::test_safety_checks_warn[classic]": 14.127599130706171, - "tests/test_create.py::test_safety_checks_warn[libmamba]": 13.45711400294791, - "tests/test_create.py::test_search_override_channels_enabled[classic]": 0.18019412154875902, - "tests/test_create.py::test_search_override_channels_enabled[libmamba]": 0.20078648073466202, - "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[classic]": 4.014270044576195, - "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[libmamba]": 7.148389736386497, - "tests/test_create.py::test_shortcut_absent_when_condarc_set[classic]": 4.0535307682512824, - "tests/test_create.py::test_shortcut_absent_when_condarc_set[libmamba]": 7.0292875358879865, - "tests/test_create.py::test_shortcut_creation_installs_shortcut[classic]": 4.030726145429198, - "tests/test_create.py::test_shortcut_creation_installs_shortcut[libmamba]": 7.222841043833748, - "tests/test_create.py::test_strict_channel_priority[classic]": 0.0005286766625197412, - "tests/test_create.py::test_strict_channel_priority[libmamba]": 0.0004926999989109218, - "tests/test_create.py::test_strict_resolve_get_reduced_index[classic]": 23.8108326627254, - "tests/test_create.py::test_strict_resolve_get_reduced_index[libmamba]": 23.61395837680937, - "tests/test_create.py::test_tarball_install[classic]": 1.0026565691425886, - "tests/test_create.py::test_tarball_install[libmamba]": 0.8852774068081132, - "tests/test_create.py::test_tarball_install_and_bad_metadata[classic]": 2.002104589540315, - "tests/test_create.py::test_tarball_install_and_bad_metadata[libmamba]": 1.4005900308502588, - "tests/test_create.py::test_transactional_rollback_simple[classic]": 0.8160547762294809, - "tests/test_create.py::test_transactional_rollback_simple[libmamba]": 0.8772471410025473, - "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[classic]": 1.4323266979125242, - "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[libmamba]": 1.0634832231408387, - "tests/test_create.py::test_update_all_updates_pip_pkg[classic]": 19.7898866279727, - "tests/test_create.py::test_update_all_updates_pip_pkg[libmamba]": 19.305919795283845, - "tests/test_create.py::test_update_deps_flag_absent[classic]": 1.0252704701897841, - "tests/test_create.py::test_update_deps_flag_absent[libmamba]": 0.9005165162074421, - "tests/test_create.py::test_update_deps_flag_present[classic]": 1.3004096244215952, - "tests/test_create.py::test_update_deps_flag_present[libmamba]": 1.192597417648875, - "tests/test_create.py::test_update_with_pinned_packages[classic]": 1.3074806458794037, - "tests/test_create.py::test_update_with_pinned_packages[libmamba]": 0.9001148779158907, - "tests/test_create.py::test_use_index_cache[classic]": 13.080768035250971, - "tests/test_create.py::test_use_index_cache[libmamba]": 15.036237093202601, - "tests/test_deprecations.py::test_action[future]": 0.0041646915218778915, - "tests/test_deprecations.py::test_action[pending]": 0.0041471645520519095, - "tests/test_deprecations.py::test_action[remove]": 0.003627654678773467, - "tests/test_deprecations.py::test_arguments[deprecated]": 0.0034231687134860826, - "tests/test_deprecations.py::test_arguments[pending]": 0.003982863311022236, - "tests/test_deprecations.py::test_arguments[remove]": 0.004053557504808052, - "tests/test_deprecations.py::test_class[deprecated]": 0.003807083098411635, - "tests/test_deprecations.py::test_class[pending]": 0.0033726216708058992, - "tests/test_deprecations.py::test_class[remove]": 0.003865107477321084, - "tests/test_deprecations.py::test_constant[deprecated]": 0.004619857576434391, - "tests/test_deprecations.py::test_constant[pending]": 0.006307889435842941, - "tests/test_deprecations.py::test_constant[remove]": 0.005353025451187553, - "tests/test_deprecations.py::test_function[deprecated]": 0.004003633550062729, - "tests/test_deprecations.py::test_function[pending]": 0.003621016196261034, - "tests/test_deprecations.py::test_function[remove]": 0.0032017551797011356, - "tests/test_deprecations.py::test_method[deprecated]": 0.0035811886657224263, - "tests/test_deprecations.py::test_method[pending]": 0.0034983081560895006, - "tests/test_deprecations.py::test_method[remove]": 0.0032129726682517128, - "tests/test_deprecations.py::test_module[deprecated]": 0.005204240432434472, - "tests/test_deprecations.py::test_module[pending]": 0.005482501582130804, - "tests/test_deprecations.py::test_module[remove]": 0.005319239189327417, - "tests/test_deprecations.py::test_topic[deprecated]": 0.0030243958215453565, - "tests/test_deprecations.py::test_topic[pending]": 0.0035681752847759067, - "tests/test_deprecations.py::test_topic[remove]": 0.003354836543077767, - "tests/test_deprecations.py::test_version_fallback": 0.0029993451600122236, - "tests/test_exceptions.py::test_BasicClobberError": 0.024950315929750413, - "tests/test_exceptions.py::test_BinaryPrefixReplacementError": 0.046809546651199754, - "tests/test_exceptions.py::test_CommandNotFoundError_conda_build": 0.044210073796952375, - "tests/test_exceptions.py::test_CommandNotFoundError_simple": 0.04630213704899293, - "tests/test_exceptions.py::test_CondaFileNotFoundError": 0.044937700233610135, - "tests/test_exceptions.py::test_CondaHTTPError": 0.045281714089687605, - "tests/test_exceptions.py::test_CondaKeyError": 0.04081290377566867, - "tests/test_exceptions.py::test_DirectoryNotFoundError": 0.04483267885734588, - "tests/test_exceptions.py::test_KnownPackageClobberError": 0.023701548644241337, - "tests/test_exceptions.py::test_MD5MismatchError": 0.04574490378473152, - "tests/test_exceptions.py::test_PackageNotFoundError": 0.0528020293142735, + "tests/test_create.py::test_override_channels_disabled[classic]": 0.1265856192320144, + "tests/test_create.py::test_override_channels_disabled[libmamba]": 0.12845162443354183, + "tests/test_create.py::test_package_cache_regression[classic]": 0.9522447032031233, + "tests/test_create.py::test_package_cache_regression[libmamba]": 0.7506354100254946, + "tests/test_create.py::test_package_optional_pinning[classic]": 1.773807989246389, + "tests/test_create.py::test_package_optional_pinning[libmamba]": 1.3267909650060266, + "tests/test_create.py::test_package_pinning[classic]": 1.9615891201992024, + "tests/test_create.py::test_package_pinning[libmamba]": 1.5208212949894482, + "tests/test_create.py::test_packages_not_found[classic]": 0.9795543010052229, + "tests/test_create.py::test_packages_not_found[libmamba]": 2.2572453825070076, + "tests/test_create.py::test_pinned_override_with_explicit_spec[classic]": 1.3904975395378583, + "tests/test_create.py::test_pinned_override_with_explicit_spec[libmamba]": 0.7953699076427141, + "tests/test_create.py::test_post_link_run_in_env[classic]": 1.0890239367587602, + "tests/test_create.py::test_post_link_run_in_env[libmamba]": 1.2588001280052679, + "tests/test_create.py::test_python_site_packages_path[classic]": 1.2296716062877335, + "tests/test_create.py::test_python_site_packages_path[libmamba]": 1.0782147126817239, + "tests/test_create.py::test_remove_empty_env[classic]": 0.735374407158987, + "tests/test_create.py::test_remove_empty_env[libmamba]": 1.4529305819109584, + "tests/test_create.py::test_remove_force_remove_flag[classic]": 12.00602897126317, + "tests/test_create.py::test_remove_force_remove_flag[libmamba]": 11.33775770611307, + "tests/test_create.py::test_remove_ignore_nonenv[classic]": 0.04905990007021394, + "tests/test_create.py::test_remove_ignore_nonenv[libmamba]": 0.053253591230335386, + "tests/test_create.py::test_remove_spellcheck[classic]": 1.0566622863468929, + "tests/test_create.py::test_remove_spellcheck[libmamba]": 0.61560771261803, + "tests/test_create.py::test_repodata_v2_base_url[classic]": 0.8522974756956572, + "tests/test_create.py::test_repodata_v2_base_url[libmamba]": 0.41871762748899294, + "tests/test_create.py::test_rm_rf[classic]": 13.314617685443759, + "tests/test_create.py::test_rm_rf[libmamba]": 13.018030564286834, + "tests/test_create.py::test_run_preserves_arguments[classic]": 19.832953743621392, + "tests/test_create.py::test_run_preserves_arguments[libmamba]": 11.49663638547827, + "tests/test_create.py::test_run_script_called[classic]": 0.00034603832427302847, + "tests/test_create.py::test_run_script_called[libmamba]": 0.0004704891705761975, + "tests/test_create.py::test_safety_checks_disabled[classic]": 11.667097584284777, + "tests/test_create.py::test_safety_checks_disabled[libmamba]": 10.03917407467969, + "tests/test_create.py::test_safety_checks_enabled[classic]": 9.342651724874294, + "tests/test_create.py::test_safety_checks_enabled[libmamba]": 9.059537432306168, + "tests/test_create.py::test_safety_checks_warn[classic]": 14.200608003476086, + "tests/test_create.py::test_safety_checks_warn[libmamba]": 13.093522183156447, + "tests/test_create.py::test_search_override_channels_enabled[classic]": 0.17900581049054115, + "tests/test_create.py::test_search_override_channels_enabled[libmamba]": 0.19959842241025122, + "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[classic]": 4.056063189270091, + "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[libmamba]": 7.156439817744068, + "tests/test_create.py::test_shortcut_absent_when_condarc_set[classic]": 4.067254396477605, + "tests/test_create.py::test_shortcut_absent_when_condarc_set[libmamba]": 7.033147919661399, + "tests/test_create.py::test_shortcut_creation_installs_shortcut[classic]": 4.02061776329551, + "tests/test_create.py::test_shortcut_creation_installs_shortcut[libmamba]": 7.176187592189235, + "tests/test_create.py::test_strict_channel_priority[classic]": 0.000527596060588262, + "tests/test_create.py::test_strict_channel_priority[libmamba]": 0.0004776209705542709, + "tests/test_create.py::test_strict_resolve_get_reduced_index[classic]": 23.72886287962212, + "tests/test_create.py::test_strict_resolve_get_reduced_index[libmamba]": 23.44692371627513, + "tests/test_create.py::test_tarball_install[classic]": 1.0584324069575117, + "tests/test_create.py::test_tarball_install[libmamba]": 0.9273924123778342, + "tests/test_create.py::test_tarball_install_and_bad_metadata[classic]": 2.075991438255719, + "tests/test_create.py::test_tarball_install_and_bad_metadata[libmamba]": 1.4245064667105491, + "tests/test_create.py::test_transactional_rollback_simple[classic]": 0.8546024965291579, + "tests/test_create.py::test_transactional_rollback_simple[libmamba]": 0.8619506174871596, + "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[classic]": 1.501941622495497, + "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[libmamba]": 1.09086130703871, + "tests/test_create.py::test_update_all_updates_pip_pkg[classic]": 19.845399312128055, + "tests/test_create.py::test_update_all_updates_pip_pkg[libmamba]": 19.31654775509203, + "tests/test_create.py::test_update_deps_flag_absent[classic]": 1.0487686808202163, + "tests/test_create.py::test_update_deps_flag_absent[libmamba]": 0.9248278243073205, + "tests/test_create.py::test_update_deps_flag_present[classic]": 1.3563451470616021, + "tests/test_create.py::test_update_deps_flag_present[libmamba]": 1.2357622630544398, + "tests/test_create.py::test_update_with_pinned_packages[classic]": 1.364969884453014, + "tests/test_create.py::test_update_with_pinned_packages[libmamba]": 0.9162193236367705, + "tests/test_create.py::test_use_index_cache[classic]": 13.16215292218384, + "tests/test_create.py::test_use_index_cache[libmamba]": 15.274039514177721, + "tests/test_deprecations.py::test_action[future]": 0.004143456232192481, + "tests/test_deprecations.py::test_action[pending]": 0.0041025566669750145, + "tests/test_deprecations.py::test_action[remove]": 0.0036082577580183847, + "tests/test_deprecations.py::test_arguments[deprecated]": 0.0033334066645303393, + "tests/test_deprecations.py::test_arguments[pending]": 0.0037631978469282405, + "tests/test_deprecations.py::test_arguments[remove]": 0.003748162511465783, + "tests/test_deprecations.py::test_class[deprecated]": 0.003712045209640764, + "tests/test_deprecations.py::test_class[pending]": 0.0033305531964530916, + "tests/test_deprecations.py::test_class[remove]": 0.003581983147069715, + "tests/test_deprecations.py::test_constant[deprecated]": 0.004591735583197007, + "tests/test_deprecations.py::test_constant[pending]": 0.005734146674932341, + "tests/test_deprecations.py::test_constant[remove]": 0.00499527901412187, + "tests/test_deprecations.py::test_function[deprecated]": 0.003753922119319524, + "tests/test_deprecations.py::test_function[pending]": 0.003553288351678532, + "tests/test_deprecations.py::test_function[remove]": 0.003205983536503132, + "tests/test_deprecations.py::test_method[deprecated]": 0.0034572314745354637, + "tests/test_deprecations.py::test_method[pending]": 0.003401667482634818, + "tests/test_deprecations.py::test_method[remove]": 0.0031924332685902505, + "tests/test_deprecations.py::test_module[deprecated]": 0.00487192990591025, + "tests/test_deprecations.py::test_module[pending]": 0.00509540943278744, + "tests/test_deprecations.py::test_module[remove]": 0.004939059767069016, + "tests/test_deprecations.py::test_topic[deprecated]": 0.0030011477564643864, + "tests/test_deprecations.py::test_topic[pending]": 0.0034091291202046074, + "tests/test_deprecations.py::test_topic[remove]": 0.0032760921203653726, + "tests/test_deprecations.py::test_version_fallback": 0.002937205226526857, + "tests/test_exceptions.py::test_BasicClobberError": 0.024408151545816034, + "tests/test_exceptions.py::test_BinaryPrefixReplacementError": 0.04538869519062715, + "tests/test_exceptions.py::test_CommandNotFoundError_conda_build": 0.044091310476005355, + "tests/test_exceptions.py::test_CommandNotFoundError_simple": 0.046720504395628984, + "tests/test_exceptions.py::test_CondaFileNotFoundError": 0.044415433139970685, + "tests/test_exceptions.py::test_CondaHTTPError": 0.044990044087460775, + "tests/test_exceptions.py::test_CondaKeyError": 0.04090879487660069, + "tests/test_exceptions.py::test_DirectoryNotFoundError": 0.042977635612202664, + "tests/test_exceptions.py::test_KnownPackageClobberError": 0.023723602035581905, + "tests/test_exceptions.py::test_MD5MismatchError": 0.044981765610059905, + "tests/test_exceptions.py::test_PackageNotFoundError": 0.050854525789280305, "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2": 0.006789168157878298, - "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[False]": 0.020961637054981056, - "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[True]": 0.021654586815825456, - "tests/test_exceptions.py::test_SharedLinkPathClobberError": 0.022387645928404264, - "tests/test_exceptions.py::test_TooManyArgumentsError": 0.03932707419392055, - "tests/test_exceptions.py::test_UnknownPackageClobberError": 0.024772109604886104, - "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_1": 0.11070955918445434, - "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_2": 0.08286070729399989, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_1": 0.11758933698546993, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_2": 0.10910613483725375, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_3": 0.10791502239365855, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_spaces": 0.11738539847293147, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_unicode": 0.10450051524357454, + "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[False]": 0.021024978050596627, + "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[True]": 0.021593747372061097, + "tests/test_exceptions.py::test_SharedLinkPathClobberError": 0.022555047645616777, + "tests/test_exceptions.py::test_TooManyArgumentsError": 0.03852540697453047, + "tests/test_exceptions.py::test_UnknownPackageClobberError": 0.024974531691588864, + "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_1": 0.10999571103201686, + "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_2": 0.08146523410381232, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_1": 0.11451928509415445, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_2": 0.10926556507128295, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_3": 0.10864150167878954, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_spaces": 0.11373258422506792, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_unicode": 0.10534197861936187, "tests/test_export.py::test_explicit[classic---md5]": 0.807365457999822, "tests/test_export.py::test_explicit[classic---quiet]": 0.6816730840000673, "tests/test_export.py::test_explicit[classic---sha256]": 0.46351029099992047, @@ -2147,382 +2147,382 @@ "tests/test_export.py::test_explicit_parser[libmamba-https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-sha123:2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-ParseError]": 0.019033663999998396, "tests/test_export.py::test_explicit_parser[libmamba-https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-sha256:2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-None]": 0.02129233500000538, "tests/test_export.py::test_explicit_parser[libmamba-https://conda.anaconda.org/conda-forge/noarch/doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.021828819000003108, - "tests/test_export.py::test_export[classic]": 0.9405531631369376, - "tests/test_export.py::test_export[libmamba]": 5.903752618311411, - "tests/test_exports.py::test_deprecations[Completer-None]": 0.0032320539965085284, + "tests/test_export.py::test_export[classic]": 0.9405531631369377, + "tests/test_export.py::test_export[libmamba]": 5.903752618311412, + "tests/test_exports.py::test_deprecations[Completer-None]": 0.003282552774671395, "tests/test_exports.py::test_deprecations[IndexRecord-TypeError]": 0.003997780175000075, - "tests/test_exports.py::test_deprecations[InstalledPackages-None]": 0.003477525100177254, - "tests/test_exports.py::test_deprecations[KEYS-TypeError]": 0.003246876589211713, - "tests/test_exports.py::test_deprecations[KEYS_DIR-TypeError]": 0.0037870465408873363, - "tests/test_exports.py::test_deprecations[_symlink_conda_hlp-TypeError]": 0.003199442767491951, - "tests/test_exports.py::test_deprecations[fetch_index-TypeError]": 0.0035132614200033946, - "tests/test_exports.py::test_deprecations[hash_file-TypeError]": 0.00346118535101525, - "tests/test_exports.py::test_deprecations[iteritems-TypeError]": 0.003582355752398795, - "tests/test_exports.py::test_deprecations[move_to_trash-TypeError]": 0.0038022872115298307, - "tests/test_exports.py::test_deprecations[symlink_conda-TypeError]": 0.005347042813779958, - "tests/test_exports.py::test_deprecations[verify-TypeError]": 0.0035578009589408675, - "tests/test_exports.py::test_deprecations[win_conda_bat_redirect-TypeError]": 0.0007455932883807422, - "tests/test_features.py::test_install_track_features_downgrade": 2.519386466992023, - "tests/test_features.py::test_install_track_features_upgrade": 2.882501420178754, - "tests/test_features.py::test_remove_features_downgrade": 0.7535456734179063, - "tests/test_features.py::test_remove_features_upgrade": 1.1272334183203452, - "tests/test_fetch.py::test_checksum_checks_bytes[bad-type]": 0.01410918593651515, - "tests/test_fetch.py::test_checksum_checks_bytes[gibberish]": 0.1639455356457808, - "tests/test_fetch.py::test_checksum_checks_bytes[original]": 0.6813079292517852, - "tests/test_fetch.py::test_checksum_checks_bytes[upper]": 0.5530543641557679, - "tests/test_fetch.py::test_download_connectionerror": 9.09281299527117, - "tests/test_fetch.py::test_download_http_errors": 0.003755967846383187, - "tests/test_fetch.py::test_download_httperror": 0.009414512198075613, - "tests/test_fetch.py::test_download_when_ranges_not_supported": 0.01697975529391067, - "tests/test_fetch.py::test_fetchrepodate_connectionerror": 10.238134983004262, - "tests/test_fetch.py::test_resume_download": 0.03362598806130721, - "tests/test_fetch.py::test_resume_partial": 1.4108943504573188, - "tests/test_fetch.py::test_tmpDownload": 0.12691777735488996, - "tests/test_history.py::test_calls_update_on_exit": 0.007499313645738381, - "tests/test_history.py::test_comment_parsing[conda 4.5.1]": 0.003681487342145656, - "tests/test_history.py::test_comment_parsing[conda 4.5.1dev0]": 0.003023898951461681, - "tests/test_history.py::test_comment_parsing[conda 4.5.1rc1]": 0.0029031611069855676, - "tests/test_history.py::test_comment_parsing[post 4.4, install spec]": 0.003949809323359325, - "tests/test_history.py::test_comment_parsing[post 4.4, update spec]": 0.003515944462704046, - "tests/test_history.py::test_comment_parsing[pre 4.4, install many specs]": 0.0032665960326256037, - "tests/test_history.py::test_comment_parsing[pre 4.4, install one spec]": 0.0038067033239025357, - "tests/test_history.py::test_comment_parsing[pre 4.4, install two specs]": 0.0033645956560206377, - "tests/test_history.py::test_comment_parsing[pre 4.4, update one spec]": 0.002929980331007848, - "tests/test_history.py::test_comment_parsing[pre 4.4, update two specs]": 0.003376864004350793, - "tests/test_history.py::test_empty_history_check_on_empty_env": 0.009359889642211879, - "tests/test_history.py::test_history_malformed": 0.006442702575159709, - "tests/test_history.py::test_parse_on_empty_env": 0.00993830349195456, - "tests/test_history.py::test_returns_history_object_as_context_object": 0.0051398152825874255, - "tests/test_history.py::test_user_requests[0]": 0.004271676483349221, - "tests/test_history.py::test_user_requests[1]": 0.004424847418494762, - "tests/test_history.py::test_user_requests[2]": 0.0036852869412059047, - "tests/test_history.py::test_user_requests[3]": 0.0034615278295576546, - "tests/test_history.py::test_user_requests[4]": 0.004005831208262192, - "tests/test_history.py::test_user_requests[5]": 0.004749574743977982, - "tests/test_history.py::test_works_as_context_manager": 0.004226983963218955, - "tests/test_install.py::test_binary[linux-64]": 0.00820071333583153, - "tests/test_install.py::test_binary[noarch]": 0.007130556460399814, - "tests/test_install.py::test_binary[win-64]": 0.0070210957260579505, + "tests/test_exports.py::test_deprecations[InstalledPackages-None]": 0.003371183622508624, + "tests/test_exports.py::test_deprecations[KEYS-TypeError]": 0.0032898931824977867, + "tests/test_exports.py::test_deprecations[KEYS_DIR-TypeError]": 0.003629239890033076, + "tests/test_exports.py::test_deprecations[_symlink_conda_hlp-TypeError]": 0.003240417867177471, + "tests/test_exports.py::test_deprecations[fetch_index-TypeError]": 0.003513261420003395, + "tests/test_exports.py::test_deprecations[hash_file-TypeError]": 0.003379958716568857, + "tests/test_exports.py::test_deprecations[iteritems-TypeError]": 0.0034943751097905565, + "tests/test_exports.py::test_deprecations[move_to_trash-TypeError]": 0.0037791414958981435, + "tests/test_exports.py::test_deprecations[symlink_conda-TypeError]": 0.004585529141719327, + "tests/test_exports.py::test_deprecations[verify-TypeError]": 0.0034529204649313625, + "tests/test_exports.py::test_deprecations[win_conda_bat_redirect-TypeError]": 0.0007345444248335264, + "tests/test_features.py::test_install_track_features_downgrade": 2.6117909466650926, + "tests/test_features.py::test_install_track_features_upgrade": 2.8334767050085086, + "tests/test_features.py::test_remove_features_downgrade": 0.7551142478327014, + "tests/test_features.py::test_remove_features_upgrade": 1.146886223223077, + "tests/test_fetch.py::test_checksum_checks_bytes[bad-type]": 0.013824024028383015, + "tests/test_fetch.py::test_checksum_checks_bytes[gibberish]": 0.15389443574642164, + "tests/test_fetch.py::test_checksum_checks_bytes[original]": 0.6970882096232754, + "tests/test_fetch.py::test_checksum_checks_bytes[upper]": 0.5404880122176137, + "tests/test_fetch.py::test_download_connectionerror": 8.917394633159157, + "tests/test_fetch.py::test_download_http_errors": 0.0037282257950286258, + "tests/test_fetch.py::test_download_httperror": 0.009351334100489416, + "tests/test_fetch.py::test_download_when_ranges_not_supported": 0.01674433870980451, + "tests/test_fetch.py::test_fetchrepodate_connectionerror": 10.255088280066794, + "tests/test_fetch.py::test_resume_download": 0.03290896067881927, + "tests/test_fetch.py::test_resume_partial": 1.3736659748816928, + "tests/test_fetch.py::test_tmpDownload": 0.12336412378610438, + "tests/test_history.py::test_calls_update_on_exit": 0.0074019005289031005, + "tests/test_history.py::test_comment_parsing[conda 4.5.1]": 0.003421559331492983, + "tests/test_history.py::test_comment_parsing[conda 4.5.1dev0]": 0.0029624754833110353, + "tests/test_history.py::test_comment_parsing[conda 4.5.1rc1]": 0.0028720039683878744, + "tests/test_history.py::test_comment_parsing[post 4.4, install spec]": 0.0036997441832536224, + "tests/test_history.py::test_comment_parsing[post 4.4, update spec]": 0.003311665239069307, + "tests/test_history.py::test_comment_parsing[pre 4.4, install many specs]": 0.0031377570752904008, + "tests/test_history.py::test_comment_parsing[pre 4.4, install one spec]": 0.0035742179176595588, + "tests/test_history.py::test_comment_parsing[pre 4.4, install two specs]": 0.0031403612011449405, + "tests/test_history.py::test_comment_parsing[pre 4.4, update one spec]": 0.0028689238251810656, + "tests/test_history.py::test_comment_parsing[pre 4.4, update two specs]": 0.0032205295074086127, + "tests/test_history.py::test_empty_history_check_on_empty_env": 0.00911208721847985, + "tests/test_history.py::test_history_malformed": 0.0060665651407851, + "tests/test_history.py::test_parse_on_empty_env": 0.00962558386817334, + "tests/test_history.py::test_returns_history_object_as_context_object": 0.005147896225729498, + "tests/test_history.py::test_user_requests[0]": 0.0041843990396270075, + "tests/test_history.py::test_user_requests[1]": 0.004136207454041008, + "tests/test_history.py::test_user_requests[2]": 0.003626995732245561, + "tests/test_history.py::test_user_requests[3]": 0.0034188413787145117, + "tests/test_history.py::test_user_requests[4]": 0.003878601119565154, + "tests/test_history.py::test_user_requests[5]": 0.004344265547316946, + "tests/test_history.py::test_works_as_context_manager": 0.004114092614779767, + "tests/test_install.py::test_binary[linux-64]": 0.008168081092164952, + "tests/test_install.py::test_binary[noarch]": 0.00676947022268025, + "tests/test_install.py::test_binary[win-64]": 0.0064661406188249925, "tests/test_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 36.597532868990704, - "tests/test_install.py::test_default_text": 0.007815223776044773, - "tests/test_install.py::test_ends_with_newl[linux-64]": 0.0035357380757224843, - "tests/test_install.py::test_ends_with_newl[noarch]": 0.003032760931839694, - "tests/test_install.py::test_ends_with_newl[win-64]": 0.003449353611977853, + "tests/test_install.py::test_default_text": 0.007070595540424792, + "tests/test_install.py::test_ends_with_newl[linux-64]": 0.0034397902170096094, + "tests/test_install.py::test_ends_with_newl[noarch]": 0.0029865694034134824, + "tests/test_install.py::test_ends_with_newl[win-64]": 0.0034228031755744997, "tests/test_install.py::test_install_freezes_env_by_default": 0.9313993861775199, - "tests/test_install.py::test_install_from_extracted_package": 15.232263997470008, - "tests/test_install.py::test_install_mkdir": 29.177026966604576, - "tests/test_install.py::test_long_default_text": 0.00584348862711607, - "tests/test_install.py::test_multiple[linux-64]": 0.0029809839208387993, - "tests/test_install.py::test_multiple[noarch]": 0.002964465445212609, - "tests/test_install.py::test_multiple[win-64]": 0.0031673851128998826, - "tests/test_install.py::test_no_extra[linux-64]": 0.003209407450593229, - "tests/test_install.py::test_no_extra[noarch]": 0.0028717030644099294, - "tests/test_install.py::test_no_extra[win-64]": 0.0033588597119305025, - "tests/test_install.py::test_read_no_link": 0.007231560760427071, - "tests/test_install.py::test_shorter[linux-64]": 0.003278700372682016, - "tests/test_install.py::test_shorter[noarch]": 0.0034567124060243737, - "tests/test_install.py::test_shorter[win-64]": 0.0038080727693084785, - "tests/test_install.py::test_simple[linux-64]": 0.008879078591203743, - "tests/test_install.py::test_simple[noarch]": 0.005384288955561277, - "tests/test_install.py::test_simple[win-64]": 0.004896191310505569, - "tests/test_install.py::test_spaces[linux-64]": 0.0033244305296137202, - "tests/test_install.py::test_spaces[noarch]": 0.002909327156526877, - "tests/test_install.py::test_spaces[win-64]": 0.0034311738320244255, - "tests/test_install.py::test_too_long[linux-64]": 0.0028450009363122806, - "tests/test_install.py::test_too_long[noarch]": 0.002931027826881952, - "tests/test_install.py::test_too_long[win-64]": 0.0030267361260037915, - "tests/test_install.py::test_trash_outside_prefix": 0.03550735632507711, - "tests/test_install.py::test_two[linux-64]": 0.00276253676817632, - "tests/test_install.py::test_two[noarch]": 0.003336397994618234, - "tests/test_install.py::test_two[win-64]": 0.004117002982863965, - "tests/test_install.py::test_windows_entry_point": 0.0007744928386924447, - "tests/test_install.py::test_yield_lines": 0.0056481228247811195, - "tests/test_instructions.py::test_check_files_in_tarball_files_exist": 0.002887716205674062, - "tests/test_instructions.py::test_check_files_in_tarball_files_not_exist": 0.0027644239720949655, - "tests/test_instructions.py::test_expected_operation_order": 0.0032402829026881345, - "tests/test_instructions.py::test_simple_instruction": 0.003098833865899661, - "tests/test_instructions.py::test_state": 0.0031118569718170987, - "tests/test_link_order.py::test_link_order_post_link_actions": 1.1771077078314427, - "tests/test_link_order.py::test_link_order_post_link_depend": 1.0711406907652063, - "tests/test_logic.py::test_ALL": 11.19248274514656, - "tests/test_logic.py::test_AMONE": 4.572224364198285, - "tests/test_logic.py::test_AND": 0.027449196644025564, - "tests/test_logic.py::test_ANY": 10.608011470099294, - "tests/test_logic.py::test_ITE": 1.2386733118566244, - "tests/test_logic.py::test_LinearBound": 4.9163706032417185, - "tests/test_logic.py::test_NOT": 0.004683025565970256, - "tests/test_logic.py::test_OR": 0.027750530064461685, - "tests/test_logic.py::test_XONE": 1.5839161718977228, - "tests/test_logic.py::test_XOR": 0.035256636283181673, - "tests/test_logic.py::test_minimal_unsatisfiable_subset": 0.003688469296328445, - "tests/test_logic.py::test_minimize": 0.008149192763641478, - "tests/test_logic.py::test_sat": 0.003548565190287597, - "tests/test_misc.py::test_Utf8NamedTemporaryFile": 0.00404237212586315, - "tests/test_misc.py::test_cache_fn_url": 0.003389403298877662, - "tests/test_misc.py::test_explicit_missing_cache_entries": 5.391651404787401, - "tests/test_misc.py::test_explicit_no_cache": 0.010544054443952329, - "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03-ParseError]": 0.003725443041003893, - "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.005585044896850312, - "tests/test_misc.py::test_explicit_parser[doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.00604852898086683, - "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-None]": 0.005661860000279983, - "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.003628985946590813, - "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.0031174785930854518, - "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.007817295746050338, - "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.005779200738176953, - "tests/test_misc.py::test_url_pat_1": 0.004159458348865954, - "tests/test_misc.py::test_url_pat_2": 0.002998098684641267, - "tests/test_misc.py::test_url_pat_3": 0.0030852252358666227, - "tests/test_misc.py::test_walk_prefix": 0.01000981727534507, - "tests/test_plan.py::test_adds_to_existing_actions": 0.003313665922085492, - "tests/test_plan.py::test_deprecations[_get_best_prec_match]": 0.003936967724992463, - "tests/test_plan.py::test_deprecations[_handle_menuinst]": 0.002873739604161414, - "tests/test_plan.py::test_deprecations[_inject_UNLINKLINKTRANSACTION]": 0.003132910058229187, - "tests/test_plan.py::test_deprecations[_plan_from_actions]": 0.003153616660253191, - "tests/test_plan.py::test_deprecations[_update_old_plan]": 0.0032337225613575343, - "tests/test_plan.py::test_deprecations[add_defaults_to_specs]": 0.003683609573746189, - "tests/test_plan.py::test_deprecations[add_unlink]": 0.0033424914458820604, - "tests/test_plan.py::test_deprecations[display_actions]": 0.003400612759706692, - "tests/test_plan.py::test_deprecations[execute_actions]": 0.00394839510897327, - "tests/test_plan.py::test_deprecations[execute_instructions]": 0.0027118446825495955, - "tests/test_plan.py::test_deprecations[execute_plan]": 0.0030880459229228755, - "tests/test_plan.py::test_deprecations[get_blank_actions]": 0.002922493821657612, - "tests/test_plan.py::test_deprecations[install_actions]": 0.003092222420798594, - "tests/test_plan.py::test_deprecations[print_dists]": 0.0030443704976735922, - "tests/test_plan.py::test_deprecations[revert_actions]": 0.003550368761520517, - "tests/test_plan.py::test_display_actions_0": 0.18110135414957126, - "tests/test_plan.py::test_display_actions_features": 0.2538545583406015, - "tests/test_plan.py::test_display_actions_link_type": 0.023563277282190175, - "tests/test_plan.py::test_display_actions_show_channel_urls": 0.2396232954281297, - "tests/test_plan.py::test_execute_plan": 0.0032205142956938907, - "tests/test_plan.py::test_pinned_specs_CONDA_PINNED_PACKAGES": 0.02303463044867467, - "tests/test_plan.py::test_pinned_specs_all": 0.7118531882169233, - "tests/test_plan.py::test_pinned_specs_conda_meta_pinned": 0.6343012002321017, - "tests/test_plan.py::test_pinned_specs_condarc": 0.7402638908556943, - "tests/test_plan.py::test_simply_adds_unlink_on_non_windows": 0.003946668335337284, - "tests/test_plan.py::test_update_old_plan": 0.0029544760121260638, - "tests/test_priority.py::test_reorder_channel_priority[classic-with pinned_package]": 2.7255170035612304, - "tests/test_priority.py::test_reorder_channel_priority[classic-without pinned_package]": 2.460943428869366, - "tests/test_priority.py::test_reorder_channel_priority[libmamba-with pinned_package]": 1.644510962834296, - "tests/test_priority.py::test_reorder_channel_priority[libmamba-without pinned_package]": 3.306993690374877, - "tests/test_reporters.py::test_confirm_yn_always_yes": 0.004969840956469304, - "tests/test_reporters.py::test_confirm_yn_dry_run_exit": 0.00402888351795843, - "tests/test_reporters.py::test_confirm_yn_no": 0.005587752536426606, - "tests/test_reporters.py::test_confirm_yn_yes": 0.004789354899150432, - "tests/test_reporters.py::test_get_progress_bar": 0.004661478849901794, - "tests/test_reporters.py::test_get_progress_bar_context_managers": 0.002774495853398587, - "tests/test_reporters.py::test_render": 0.004791603315667514, - "tests/test_shell.py::test_activate_deactivate_modify_path[bash]": 6.452017998660819, - "tests/test_shell.py::test_activate_deactivate_modify_path[cmd.exe]": 0.0003715975493766909, - "tests/test_shell.py::test_bash_activate_error": 7.0853446623969765, - "tests/test_shell.py::test_basic_integration[bash-basic_posix]": 38.334746000434286, - "tests/test_shell.py::test_basic_integration[csh-basic_csh]": 26.789121593776176, - "tests/test_shell.py::test_basic_integration[dash-basic_posix]": 36.86449416729187, - "tests/test_shell.py::test_basic_integration[tcsh-basic_csh]": 26.820585547740716, - "tests/test_shell.py::test_basic_integration[zsh-basic_posix]": 36.205144404867816, - "tests/test_shell.py::test_cmd_exe_activate_error": 0.0004447766405267342, - "tests/test_shell.py::test_cmd_exe_basic_integration": 0.0006170117505795951, - "tests/test_shell.py::test_fish_basic_integration": 0.0006801109720046795, - "tests/test_shell.py::test_legacy_activate_deactivate_bash": 9.075786075388631, - "tests/test_shell.py::test_legacy_activate_deactivate_cmd_exe": 0.0003584235219049862, - "tests/test_shell.py::test_powershell_PATH_management": 0.00047005851490781813, - "tests/test_shell.py::test_powershell_basic_integration": 0.0004909015801910696, - "tests/test_shell.py::test_stacking[0--base-base,sys]": 26.723677816700977, - "tests/test_shell.py::test_stacking[0--has-has,sys]": 25.083808082165536, - "tests/test_shell.py::test_stacking[0--not-sys]": 24.79859855688244, - "tests/test_shell.py::test_stacking[0-base-base-base,sys]": 25.78947550478149, - "tests/test_shell.py::test_stacking[0-base-has-has,sys]": 24.66636505498722, - "tests/test_shell.py::test_stacking[0-base-not-sys]": 25.469677433447696, - "tests/test_shell.py::test_stacking[0-has-base-base,sys]": 25.113643110752868, - "tests/test_shell.py::test_stacking[0-has-has-has,sys]": 25.127128335919178, - "tests/test_shell.py::test_stacking[0-has-not-sys]": 24.116034778072553, - "tests/test_shell.py::test_stacking[0-not-base-base,sys]": 25.34898091575311, - "tests/test_shell.py::test_stacking[0-not-has-has,sys]": 25.242484621667614, - "tests/test_shell.py::test_stacking[0-not-not-sys]": 23.45060799469764, - "tests/test_shell.py::test_stacking[5-base,has-base-base,has,base,sys]": 25.24317547867806, - "tests/test_shell.py::test_stacking[5-base,has-has-has,base,sys]": 26.1856156619727, - "tests/test_shell.py::test_stacking[5-base,has-not-has,base,sys]": 24.247500893813903, - "tests/test_shell.py::test_stacking[5-base,not-base-base,base,sys]": 25.409649275470635, - "tests/test_shell.py::test_stacking[5-base,not-has-has,base,sys]": 25.306143919607944, - "tests/test_shell.py::test_stacking[5-base,not-not-base,sys]": 24.820728662269605, - "tests/test_shell.py::test_stacking[5-base-base-base,sys]": 28.213086590886302, - "tests/test_shell.py::test_stacking[5-base-has-has,base,sys]": 23.938287761605753, - "tests/test_shell.py::test_stacking[5-base-not-base,sys]": 24.07613160643229, - "tests/test_shell.py::test_stacking[5-has-base-base,has,sys]": 24.61765205619763, - "tests/test_shell.py::test_stacking[5-has-has-has,sys]": 24.98271320898855, - "tests/test_shell.py::test_stacking[5-has-not-has,sys]": 26.505893859317162, - "tests/test_shell.py::test_stacking[5-not-base-base,sys]": 25.52292838250371, - "tests/test_shell.py::test_stacking[5-not-has-has,sys]": 23.45848461574638, - "tests/test_shell.py::test_stacking[5-not-not-sys]": 24.91729207676596, - "tests/test_solvers.py::TestClassicSolver::test_accelerate": 5.715214024597336, - "tests/test_solvers.py::TestClassicSolver::test_anaconda_nomkl": 3.5790355740943816, - "tests/test_solvers.py::TestClassicSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.2719547572741487, - "tests/test_solvers.py::TestClassicSolver::test_channel_priority_1": 1.9689368125861197, - "tests/test_solvers.py::TestClassicSolver::test_circular_dependencies": 1.1036536364853071, - "tests/test_solvers.py::TestClassicSolver::test_empty": 1.8202019581344788, - "tests/test_solvers.py::TestClassicSolver::test_get_dists": 3.7862288034237435, - "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_preferred_solution": 0.30451965623562627, - "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.28662519291525246, - "tests/test_solvers.py::TestClassicSolver::test_install_package_with_feature": 0.9694067676622061, - "tests/test_solvers.py::TestClassicSolver::test_iopro_mkl": 2.4419481050853937, - "tests/test_solvers.py::TestClassicSolver::test_iopro_nomkl": 1.9564305691625583, - "tests/test_solvers.py::TestClassicSolver::test_irrational_version": 0.5484257616514241, - "tests/test_solvers.py::TestClassicSolver::test_mkl": 3.9498902548712467, - "tests/test_solvers.py::TestClassicSolver::test_no_features": 5.818158179487333, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater": 0.31242626553196845, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.2877314900656766, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater": 0.2893115270160967, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.3021905634801048, - "tests/test_solvers.py::TestClassicSolver::test_nonexistent": 0.554543305189609, - "tests/test_solvers.py::TestClassicSolver::test_nonexistent_deps": 4.842316109585367, - "tests/test_solvers.py::TestClassicSolver::test_pseudo_boolean": 3.2560282559325167, - "tests/test_solvers.py::TestClassicSolver::test_remove": 3.681563786725321, - "tests/test_solvers.py::TestClassicSolver::test_scipy_mkl": 1.7024154023644127, - "tests/test_solvers.py::TestClassicSolver::test_surplus_features_1": 0.3141405056648364, - "tests/test_solvers.py::TestClassicSolver::test_surplus_features_2": 0.2716646393581027, - "tests/test_solvers.py::TestClassicSolver::test_timestamps_and_deps": 2.5534228203556206, - "tests/test_solvers.py::TestClassicSolver::test_unintentional_feature_downgrade": 2.4543708802748982, - "tests/test_solvers.py::TestClassicSolver::test_unsat_any_two_not_three": 1.2264525353841655, - "tests/test_solvers.py::TestClassicSolver::test_unsat_chain": 0.30353666408282026, - "tests/test_solvers.py::TestClassicSolver::test_unsat_channel_priority": 0.6732815270028819, - "tests/test_solvers.py::TestClassicSolver::test_unsat_expand_single": 0.3048240365505218, - "tests/test_solvers.py::TestClassicSolver::test_unsat_from_r1": 5.6496053727313225, - "tests/test_solvers.py::TestClassicSolver::test_unsat_missing_dep": 0.3198395489477948, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_1": 0.2851277708831307, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_2": 0.34736180633272384, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_3": 0.3635559649961948, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_4": 0.2942031664068975, - "tests/test_solvers.py::TestClassicSolver::test_unsat_simple": 0.2961658329456433, - "tests/test_solvers.py::TestLibMambaSolver::test_accelerate": 0.002899038632001156, - "tests/test_solvers.py::TestLibMambaSolver::test_anaconda_nomkl": 0.6469806775835707, - "tests/test_solvers.py::TestLibMambaSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.1342673418376222, - "tests/test_solvers.py::TestLibMambaSolver::test_channel_priority_1": 0.2746255715608782, - "tests/test_solvers.py::TestLibMambaSolver::test_circular_dependencies": 0.5691611393002661, - "tests/test_solvers.py::TestLibMambaSolver::test_empty": 0.20040431931014147, - "tests/test_solvers.py::TestLibMambaSolver::test_get_dists": 0.30291022866108225, - "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_preferred_solution": 0.12566304998155078, - "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.132807098431531, - "tests/test_solvers.py::TestLibMambaSolver::test_install_package_with_feature": 0.22987739383836156, - "tests/test_solvers.py::TestLibMambaSolver::test_iopro_mkl": 0.0030406826300470213, - "tests/test_solvers.py::TestLibMambaSolver::test_iopro_nomkl": 0.003021352240543243, - "tests/test_solvers.py::TestLibMambaSolver::test_irrational_version": 0.21613599495674776, - "tests/test_solvers.py::TestLibMambaSolver::test_mkl": 0.002900207546500526, - "tests/test_solvers.py::TestLibMambaSolver::test_no_features": 0.003223840848417999, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater": 0.1379443413000138, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.1541133330015485, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater": 0.13832594628711758, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.14140846089919618, - "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent": 0.18769120010075377, - "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent_deps": 2.099483267265394, - "tests/test_solvers.py::TestLibMambaSolver::test_pseudo_boolean": 0.003092667285937937, - "tests/test_solvers.py::TestLibMambaSolver::test_remove": 0.0031959630716595043, - "tests/test_solvers.py::TestLibMambaSolver::test_scipy_mkl": 0.0028330661056187234, - "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_1": 0.0035099283285116223, - "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_2": 0.002765218305591833, - "tests/test_solvers.py::TestLibMambaSolver::test_timestamps_and_deps": 1.461515044035055, - "tests/test_solvers.py::TestLibMambaSolver::test_unintentional_feature_downgrade": 0.0030386036662858745, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_any_two_not_three": 0.46188850802393144, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_chain": 0.1178365080191162, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_channel_priority": 0.3245193621169872, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_expand_single": 0.10670727652062084, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_from_r1": 0.5116880168201592, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_missing_dep": 0.10945094158779438, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_1": 0.11328592204714687, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_2": 0.10508462124186443, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_3": 0.10262248038103061, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_4": 0.11092778425284695, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_simple": 0.11163848153722529, + "tests/test_install.py::test_install_from_extracted_package": 15.232263997470007, + "tests/test_install.py::test_install_mkdir": 29.177026966604572, + "tests/test_install.py::test_long_default_text": 0.005786299132180205, + "tests/test_install.py::test_multiple[linux-64]": 0.0029475719531746186, + "tests/test_install.py::test_multiple[noarch]": 0.00295179684668937, + "tests/test_install.py::test_multiple[win-64]": 0.0031319529318697813, + "tests/test_install.py::test_no_extra[linux-64]": 0.0030906330100336247, + "tests/test_install.py::test_no_extra[noarch]": 0.0028460168618835435, + "tests/test_install.py::test_no_extra[win-64]": 0.003249074954765297, + "tests/test_install.py::test_read_no_link": 0.006792718105412553, + "tests/test_install.py::test_shorter[linux-64]": 0.0030567655107475744, + "tests/test_install.py::test_shorter[noarch]": 0.003234516651597722, + "tests/test_install.py::test_shorter[win-64]": 0.003813349550865145, + "tests/test_install.py::test_simple[linux-64]": 0.008397499117194727, + "tests/test_install.py::test_simple[noarch]": 0.005206587309077069, + "tests/test_install.py::test_simple[win-64]": 0.004780704530777973, + "tests/test_install.py::test_spaces[linux-64]": 0.003193728854662996, + "tests/test_install.py::test_spaces[noarch]": 0.0028318142144120382, + "tests/test_install.py::test_spaces[win-64]": 0.00327879469630108, + "tests/test_install.py::test_too_long[linux-64]": 0.002806898019703084, + "tests/test_install.py::test_too_long[noarch]": 0.002837097705799422, + "tests/test_install.py::test_too_long[win-64]": 0.002989175959823775, + "tests/test_install.py::test_trash_outside_prefix": 0.03600054132079615, + "tests/test_install.py::test_two[linux-64]": 0.0027395941764562365, + "tests/test_install.py::test_two[noarch]": 0.003198723855985908, + "tests/test_install.py::test_two[win-64]": 0.004009400757020217, + "tests/test_install.py::test_windows_entry_point": 0.0008313673748268323, + "tests/test_install.py::test_yield_lines": 0.014267516463090137, + "tests/test_instructions.py::test_check_files_in_tarball_files_exist": 0.0027002749539178253, + "tests/test_instructions.py::test_check_files_in_tarball_files_not_exist": 0.0027833776594431373, + "tests/test_instructions.py::test_expected_operation_order": 0.003027714829721027, + "tests/test_instructions.py::test_simple_instruction": 0.0031055144330427837, + "tests/test_instructions.py::test_state": 0.0030060617919818724, + "tests/test_link_order.py::test_link_order_post_link_actions": 1.2078542532951078, + "tests/test_link_order.py::test_link_order_post_link_depend": 1.1500696088855984, + "tests/test_logic.py::test_ALL": 11.172133812987445, + "tests/test_logic.py::test_AMONE": 4.675677764471831, + "tests/test_logic.py::test_AND": 0.02701169602332892, + "tests/test_logic.py::test_ANY": 10.982724643495391, + "tests/test_logic.py::test_ITE": 1.1969182734946666, + "tests/test_logic.py::test_LinearBound": 4.949268513348889, + "tests/test_logic.py::test_NOT": 0.004488386616841452, + "tests/test_logic.py::test_OR": 0.02679338339340418, + "tests/test_logic.py::test_XONE": 1.5935516552942262, + "tests/test_logic.py::test_XOR": 0.034631848223791784, + "tests/test_logic.py::test_minimal_unsatisfiable_subset": 0.003703515356642102, + "tests/test_logic.py::test_minimize": 0.008294988410586164, + "tests/test_logic.py::test_sat": 0.0035212202142668, + "tests/test_misc.py::test_Utf8NamedTemporaryFile": 0.004211773697725663, + "tests/test_misc.py::test_cache_fn_url": 0.0033599137600265347, + "tests/test_misc.py::test_explicit_missing_cache_entries": 5.446680277230862, + "tests/test_misc.py::test_explicit_no_cache": 0.02513301845422364, + "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03-ParseError]": 0.0036698970310145734, + "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.0055349693184181354, + "tests/test_misc.py::test_explicit_parser[doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.007679014765590331, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-None]": 0.012671077130031662, + "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.0046805201465386645, + "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.0031058810627190977, + "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.00772446193810457, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.014339307879362013, + "tests/test_misc.py::test_url_pat_1": 0.004055646190476544, + "tests/test_misc.py::test_url_pat_2": 0.003094161629293642, + "tests/test_misc.py::test_url_pat_3": 0.002997462263194985, + "tests/test_misc.py::test_walk_prefix": 0.009833184533375717, + "tests/test_plan.py::test_adds_to_existing_actions": 0.0033350283623280784, + "tests/test_plan.py::test_deprecations[_get_best_prec_match]": 0.0038062545389962186, + "tests/test_plan.py::test_deprecations[_handle_menuinst]": 0.002887417771161068, + "tests/test_plan.py::test_deprecations[_inject_UNLINKLINKTRANSACTION]": 0.003122502529402458, + "tests/test_plan.py::test_deprecations[_plan_from_actions]": 0.003148710799093195, + "tests/test_plan.py::test_deprecations[_update_old_plan]": 0.0031500093801324187, + "tests/test_plan.py::test_deprecations[add_defaults_to_specs]": 0.0035097819831993535, + "tests/test_plan.py::test_deprecations[add_unlink]": 0.0031381480747567267, + "tests/test_plan.py::test_deprecations[display_actions]": 0.0032093675126784946, + "tests/test_plan.py::test_deprecations[execute_actions]": 0.003874367749244587, + "tests/test_plan.py::test_deprecations[execute_instructions]": 0.002723564268469796, + "tests/test_plan.py::test_deprecations[execute_plan]": 0.0030569194930585852, + "tests/test_plan.py::test_deprecations[get_blank_actions]": 0.002895785595800589, + "tests/test_plan.py::test_deprecations[install_actions]": 0.0030804989446963837, + "tests/test_plan.py::test_deprecations[print_dists]": 0.003047318894221477, + "tests/test_plan.py::test_deprecations[revert_actions]": 0.0034277075924262473, + "tests/test_plan.py::test_display_actions_0": 0.20322909740293607, + "tests/test_plan.py::test_display_actions_features": 0.25691476868173996, + "tests/test_plan.py::test_display_actions_link_type": 0.023246016119889863, + "tests/test_plan.py::test_display_actions_show_channel_urls": 0.24532613360210712, + "tests/test_plan.py::test_execute_plan": 0.003142257756525232, + "tests/test_plan.py::test_pinned_specs_CONDA_PINNED_PACKAGES": 0.022364115451495074, + "tests/test_plan.py::test_pinned_specs_all": 0.7040810654178732, + "tests/test_plan.py::test_pinned_specs_conda_meta_pinned": 0.6170935295468768, + "tests/test_plan.py::test_pinned_specs_condarc": 0.7209081779941463, + "tests/test_plan.py::test_simply_adds_unlink_on_non_windows": 0.003954495630179479, + "tests/test_plan.py::test_update_old_plan": 0.002929266089574989, + "tests/test_priority.py::test_reorder_channel_priority[classic-with pinned_package]": 2.735042223462535, + "tests/test_priority.py::test_reorder_channel_priority[classic-without pinned_package]": 2.488360921949611, + "tests/test_priority.py::test_reorder_channel_priority[libmamba-with pinned_package]": 1.7645544447193433, + "tests/test_priority.py::test_reorder_channel_priority[libmamba-without pinned_package]": 3.44103349497199, + "tests/test_reporters.py::test_confirm_yn_always_yes": 0.004853678181836809, + "tests/test_reporters.py::test_confirm_yn_dry_run_exit": 0.004037404246470155, + "tests/test_reporters.py::test_confirm_yn_no": 0.005354122746807555, + "tests/test_reporters.py::test_confirm_yn_yes": 0.004780658797076253, + "tests/test_reporters.py::test_get_progress_bar": 0.004435564555716679, + "tests/test_reporters.py::test_get_progress_bar_context_managers": 0.0027725042211274825, + "tests/test_reporters.py::test_render": 0.004796781914596141, + "tests/test_shell.py::test_activate_deactivate_modify_path[bash]": 6.390089917113196, + "tests/test_shell.py::test_activate_deactivate_modify_path[cmd.exe]": 0.000373113208705159, + "tests/test_shell.py::test_bash_activate_error": 7.080353505318017, + "tests/test_shell.py::test_basic_integration[bash-basic_posix]": 40.27594643606092, + "tests/test_shell.py::test_basic_integration[csh-basic_csh]": 27.0335231848255, + "tests/test_shell.py::test_basic_integration[dash-basic_posix]": 37.017182289703754, + "tests/test_shell.py::test_basic_integration[tcsh-basic_csh]": 27.05592567646028, + "tests/test_shell.py::test_basic_integration[zsh-basic_posix]": 35.805400408497, + "tests/test_shell.py::test_cmd_exe_activate_error": 0.0004642652788913969, + "tests/test_shell.py::test_cmd_exe_basic_integration": 0.0006053938284872184, + "tests/test_shell.py::test_fish_basic_integration": 0.0006808697034915008, + "tests/test_shell.py::test_legacy_activate_deactivate_bash": 9.136222918608771, + "tests/test_shell.py::test_legacy_activate_deactivate_cmd_exe": 0.0003528065048949955, + "tests/test_shell.py::test_powershell_PATH_management": 0.0004661432035796967, + "tests/test_shell.py::test_powershell_basic_integration": 0.0005128677834931618, + "tests/test_shell.py::test_stacking[0--base-base,sys]": 26.026217330226448, + "tests/test_shell.py::test_stacking[0--has-has,sys]": 24.602385660921875, + "tests/test_shell.py::test_stacking[0--not-sys]": 24.391304345118954, + "tests/test_shell.py::test_stacking[0-base-base-base,sys]": 26.216716359075388, + "tests/test_shell.py::test_stacking[0-base-has-has,sys]": 24.822452813130084, + "tests/test_shell.py::test_stacking[0-base-not-sys]": 24.881189782919094, + "tests/test_shell.py::test_stacking[0-has-base-base,sys]": 24.642537460010285, + "tests/test_shell.py::test_stacking[0-has-has-has,sys]": 24.530127615715642, + "tests/test_shell.py::test_stacking[0-has-not-sys]": 24.135781340424703, + "tests/test_shell.py::test_stacking[0-not-base-base,sys]": 25.39233248235843, + "tests/test_shell.py::test_stacking[0-not-has-has,sys]": 24.465147980138777, + "tests/test_shell.py::test_stacking[0-not-not-sys]": 23.52185650855222, + "tests/test_shell.py::test_stacking[5-base,has-base-base,has,base,sys]": 25.252328102113875, + "tests/test_shell.py::test_stacking[5-base,has-has-has,base,sys]": 25.59954664437343, + "tests/test_shell.py::test_stacking[5-base,has-not-has,base,sys]": 24.28362858256102, + "tests/test_shell.py::test_stacking[5-base,not-base-base,base,sys]": 25.4303955678407, + "tests/test_shell.py::test_stacking[5-base,not-has-has,base,sys]": 25.152586198937623, + "tests/test_shell.py::test_stacking[5-base,not-not-base,sys]": 24.56886782670138, + "tests/test_shell.py::test_stacking[5-base-base-base,sys]": 26.90613549533163, + "tests/test_shell.py::test_stacking[5-base-has-has,base,sys]": 24.151690895199838, + "tests/test_shell.py::test_stacking[5-base-not-base,sys]": 24.046111893021205, + "tests/test_shell.py::test_stacking[5-has-base-base,has,sys]": 24.72659852653422, + "tests/test_shell.py::test_stacking[5-has-has-has,sys]": 24.92269732572278, + "tests/test_shell.py::test_stacking[5-has-not-has,sys]": 26.05203269089902, + "tests/test_shell.py::test_stacking[5-not-base-base,sys]": 25.53471505755363, + "tests/test_shell.py::test_stacking[5-not-has-has,sys]": 23.342792553053297, + "tests/test_shell.py::test_stacking[5-not-not-sys]": 24.947893003740695, + "tests/test_solvers.py::TestClassicSolver::test_accelerate": 5.662394697637244, + "tests/test_solvers.py::TestClassicSolver::test_anaconda_nomkl": 3.520430771375899, + "tests/test_solvers.py::TestClassicSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.2747603305117058, + "tests/test_solvers.py::TestClassicSolver::test_channel_priority_1": 1.9066802125632252, + "tests/test_solvers.py::TestClassicSolver::test_circular_dependencies": 1.0995592022552885, + "tests/test_solvers.py::TestClassicSolver::test_empty": 1.7931323648836281, + "tests/test_solvers.py::TestClassicSolver::test_get_dists": 3.7896311451415903, + "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_preferred_solution": 0.3119079728653051, + "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.29057960303407704, + "tests/test_solvers.py::TestClassicSolver::test_install_package_with_feature": 0.9418392025940713, + "tests/test_solvers.py::TestClassicSolver::test_iopro_mkl": 2.3937169725725065, + "tests/test_solvers.py::TestClassicSolver::test_iopro_nomkl": 1.964031646345848, + "tests/test_solvers.py::TestClassicSolver::test_irrational_version": 0.5580110205550494, + "tests/test_solvers.py::TestClassicSolver::test_mkl": 4.022197960878312, + "tests/test_solvers.py::TestClassicSolver::test_no_features": 5.736949099065806, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater": 0.3261914046847961, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.29352539627545676, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater": 0.292974533623119, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.3160357458327975, + "tests/test_solvers.py::TestClassicSolver::test_nonexistent": 0.5675282935194133, + "tests/test_solvers.py::TestClassicSolver::test_nonexistent_deps": 4.957885813513752, + "tests/test_solvers.py::TestClassicSolver::test_pseudo_boolean": 3.234417086133605, + "tests/test_solvers.py::TestClassicSolver::test_remove": 3.6716723977229466, + "tests/test_solvers.py::TestClassicSolver::test_scipy_mkl": 1.6688462858275095, + "tests/test_solvers.py::TestClassicSolver::test_surplus_features_1": 0.3133860884147414, + "tests/test_solvers.py::TestClassicSolver::test_surplus_features_2": 0.2790800218738131, + "tests/test_solvers.py::TestClassicSolver::test_timestamps_and_deps": 2.5321720907885963, + "tests/test_solvers.py::TestClassicSolver::test_unintentional_feature_downgrade": 2.451059274674707, + "tests/test_solvers.py::TestClassicSolver::test_unsat_any_two_not_three": 1.2634907874387624, + "tests/test_solvers.py::TestClassicSolver::test_unsat_chain": 0.30328701089768373, + "tests/test_solvers.py::TestClassicSolver::test_unsat_channel_priority": 0.6998612367671171, + "tests/test_solvers.py::TestClassicSolver::test_unsat_expand_single": 0.3148652389632142, + "tests/test_solvers.py::TestClassicSolver::test_unsat_from_r1": 5.696237524095465, + "tests/test_solvers.py::TestClassicSolver::test_unsat_missing_dep": 0.3341389850961058, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_1": 0.2996823040962355, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_2": 0.3472903671850792, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_3": 0.3610809836812899, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_4": 0.30667165336169133, + "tests/test_solvers.py::TestClassicSolver::test_unsat_simple": 0.30926243063612213, + "tests/test_solvers.py::TestLibMambaSolver::test_accelerate": 0.0028257303416246724, + "tests/test_solvers.py::TestLibMambaSolver::test_anaconda_nomkl": 0.6431063898573096, + "tests/test_solvers.py::TestLibMambaSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.1273636786193961, + "tests/test_solvers.py::TestLibMambaSolver::test_channel_priority_1": 0.26962167598405123, + "tests/test_solvers.py::TestLibMambaSolver::test_circular_dependencies": 0.5523192458048651, + "tests/test_solvers.py::TestLibMambaSolver::test_empty": 0.20042949219567377, + "tests/test_solvers.py::TestLibMambaSolver::test_get_dists": 0.3017768879369042, + "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_preferred_solution": 0.12330990849799457, + "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.13333586374119527, + "tests/test_solvers.py::TestLibMambaSolver::test_install_package_with_feature": 0.2265512702435682, + "tests/test_solvers.py::TestLibMambaSolver::test_iopro_mkl": 0.003001970659930576, + "tests/test_solvers.py::TestLibMambaSolver::test_iopro_nomkl": 0.002942512327014914, + "tests/test_solvers.py::TestLibMambaSolver::test_irrational_version": 0.2068762022811352, + "tests/test_solvers.py::TestLibMambaSolver::test_mkl": 0.002772508420778136, + "tests/test_solvers.py::TestLibMambaSolver::test_no_features": 0.0030670754733105546, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater": 0.13338147045573365, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.1466485325040558, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater": 0.13343319021971203, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.13633318520608323, + "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent": 0.18965425506236622, + "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent_deps": 2.1022238265260347, + "tests/test_solvers.py::TestLibMambaSolver::test_pseudo_boolean": 0.0030347930312977856, + "tests/test_solvers.py::TestLibMambaSolver::test_remove": 0.0031255402025833446, + "tests/test_solvers.py::TestLibMambaSolver::test_scipy_mkl": 0.0027639700583872, + "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_1": 0.0033503241879421935, + "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_2": 0.0026880507027605962, + "tests/test_solvers.py::TestLibMambaSolver::test_timestamps_and_deps": 1.4176094994921404, + "tests/test_solvers.py::TestLibMambaSolver::test_unintentional_feature_downgrade": 0.002981102108807996, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_any_two_not_three": 0.4497535982388236, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_chain": 0.11632660155891662, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_channel_priority": 0.3098380739786569, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_expand_single": 0.10397653711673681, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_from_r1": 0.5052538046835244, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_missing_dep": 0.10619180624912959, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_1": 0.10952084065422399, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_2": 0.10386499766059254, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_3": 0.10690930341743186, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_4": 0.10858639425072883, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_simple": 0.10801411616710992, "tests/test_toposort.py::test_cycle": 0.003098603361819608, - "tests/test_toposort.py::test_cycle_best_effort": 0.0030808140858838173, + "tests/test_toposort.py::test_cycle_best_effort": 0.003080814085883817, "tests/test_toposort.py::test_degenerate": 0.0026876891056805065, "tests/test_toposort.py::test_pop_key": 0.002909947022693309, "tests/test_toposort.py::test_python_is_prioritized": 0.0029204907866926737, "tests/test_toposort.py::test_simple": 0.0028547485526582285, - "tests/test_utils.py::test_deprecations[cygwin_path_to_win-TypeError]": 0.003427570054669997, - "tests/test_utils.py::test_deprecations[msys2_shell_base-TypeError]": 0.005231011083694097, - "tests/test_utils.py::test_deprecations[path_identity-TypeError]": 0.004298724197885433, - "tests/test_utils.py::test_deprecations[shells-TypeError]": 0.0038903688271365302, - "tests/test_utils.py::test_deprecations[translate_stream-TypeError]": 0.004625869340883986, - "tests/test_utils.py::test_deprecations[unix_shell_base-TypeError]": 0.00529220492768988, - "tests/test_utils.py::test_deprecations[win_path_to_cygwin-TypeError]": 0.004948361760420355, - "tests/test_utils.py::test_ensure_dir": 0.005365220822752683, - "tests/test_utils.py::test_ensure_dir_errors": 0.012115927188319204, - "tests/test_utils.py::test_path_translations": 0.0327725221487963, - "tests/test_utils.py::test_quote_for_shell[!-'!']": 0.0037936312565001002, - "tests/test_utils.py::test_quote_for_shell[\"-'\"']": 0.004627750787391291, - "tests/test_utils.py::test_quote_for_shell[#-'#']": 0.0037448661474203484, - "tests/test_utils.py::test_quote_for_shell[$-'$']": 0.003624263451028796, - "tests/test_utils.py::test_quote_for_shell[%-%]": 0.0033011862013068356, - "tests/test_utils.py::test_quote_for_shell[&-'&']": 0.0033400215099174705, - "tests/test_utils.py::test_quote_for_shell['-''\"'\"'']": 0.003598856787029778, - "tests/test_utils.py::test_quote_for_shell[(-'(']": 0.003642279505187508, - "tests/test_utils.py::test_quote_for_shell[)-')']": 0.003438580789692425, - "tests/test_utils.py::test_quote_for_shell[*-'*']": 0.0033092802170138534, - "tests/test_utils.py::test_quote_for_shell[+-+]": 0.004013770913386848, - "tests/test_utils.py::test_quote_for_shell[,-,]": 0.003638315301933746, - "tests/test_utils.py::test_quote_for_shell[---]": 0.0032049824001264848, - "tests/test_utils.py::test_quote_for_shell[.-.]": 0.003455420836216566, - "tests/test_utils.py::test_quote_for_shell[/-/]": 0.0034671986536561794, - "tests/test_utils.py::test_quote_for_shell[1>/dev/null-'1>/dev/null']": 0.0032031339300952664, - "tests/test_utils.py::test_quote_for_shell[1>NUL-'1>NUL']": 0.003294802837820464, - "tests/test_utils.py::test_quote_for_shell[2>&1-'2>&1']": 0.0035606151156277062, - "tests/test_utils.py::test_quote_for_shell[2>/dev/null-'2>/dev/null']": 0.0035014284928282955, - "tests/test_utils.py::test_quote_for_shell[2>NUL-'2>NUL']": 0.0031002928789985165, - "tests/test_utils.py::test_quote_for_shell[:-:]": 0.0035458184542351565, - "tests/test_utils.py::test_quote_for_shell[;-';']": 0.0037930412011707585, - "tests/test_utils.py::test_quote_for_shell[<-'<']": 0.0032052830399204855, - "tests/test_utils.py::test_quote_for_shell[=-=]": 0.0035820332485237863, - "tests/test_utils.py::test_quote_for_shell[>-'>']": 0.003447136955215406, - "tests/test_utils.py::test_quote_for_shell[>/dev/null-'>/dev/null']": 0.0031672238250911515, - "tests/test_utils.py::test_quote_for_shell[>NUL-'>NUL']": 0.003561607613588472, - "tests/test_utils.py::test_quote_for_shell[?-'?']": 0.0036863580492451807, - "tests/test_utils.py::test_quote_for_shell[@-@]": 0.003625751277609645, - "tests/test_utils.py::test_quote_for_shell[C:\\\\temp\\\\some ^%file^% > nul-\"C:\\\\temp\\\\some ^%%file^%% > nul\"]": 0.0007674170218541769, - "tests/test_utils.py::test_quote_for_shell[None-'']": 0.0031912006478684797, - "tests/test_utils.py::test_quote_for_shell[[-'[']": 0.003455369029094347, - "tests/test_utils.py::test_quote_for_shell[\\\\-'\\\\']": 0.0038463041691317286, - "tests/test_utils.py::test_quote_for_shell[]-']']": 0.0036263223138639786, - "tests/test_utils.py::test_quote_for_shell[^-'^']": 0.003427254866363518, - "tests/test_utils.py::test_quote_for_shell[arg1 and 2-'arg1 and 2']": 0.0031709550202383943, - "tests/test_utils.py::test_quote_for_shell[arg1-arg1]": 0.003618905580239734, - "tests/test_utils.py::test_quote_for_shell[arg1\\nand\\n2-'arg1\\nand\\n2']": 0.003311243212939019, - "tests/test_utils.py::test_quote_for_shell[malicious argument\\\\\"&whoami-\"malicious argument\\\\\"\"&whoami\"]": 0.0006539699715898183, - "tests/test_utils.py::test_quote_for_shell[numpy<1.22-'numpy<1.22']": 0.0033817247444956375, - "tests/test_utils.py::test_quote_for_shell[numpy>=1.0-'numpy>=1.0']": 0.003828655025323321, - "tests/test_utils.py::test_quote_for_shell[one|two-'one|two']": 0.0034128407108197857, - "tests/test_utils.py::test_quote_for_shell[{-'{']": 0.004499359889930011, - "tests/test_utils.py::test_quote_for_shell[|-'|']": 0.005546682068226358, - "tests/test_utils.py::test_quote_for_shell[}-'}']": 0.0033619793040910164, - "tests/test_utils.py::test_quote_for_shell[~-'~']": 0.005308033492178408, - "tests/test_utils.py::test_text_translations": 0.014294799638625526, - "tests/testing/test_fixtures.py::test_conda_cli": 0.2688295969112953, - "tests/testing/test_fixtures.py::test_env": 24.61752769928944, - "tests/testing/test_fixtures.py::test_monkeypatch": 0.02158473482476999, - "tests/testing/test_fixtures.py::test_path_factory": 0.0068758968930904526, - "tests/testing/test_fixtures.py::test_session_capsys": 0.0038037335310128766, - "tests/testing/test_fixtures.py::test_session_conda_cli": 0.3075516644285698, - "tests/testing/test_fixtures.py::test_session_tmp_env": 3.5276528371683966, - "tests/testing/test_fixtures.py::test_tmp_channel": 2.5204820908639403, - "tests/testing/test_fixtures.py::test_tmp_env": 2.5191668930145474, - "tests/testing/test_fixtures.py::test_tmp_envs_dir": 0.00963331177777638, - "tests/testing/test_fixtures.py::test_tmp_pkgs_dir": 0.010371371384853287, - "tests/testing/test_testing.py::test_deprecations[CondaCLIFixture-TypeError]": 0.004816854395529102, - "tests/testing/test_testing.py::test_deprecations[PathFactoryFixture-TypeError]": 0.0032398585986642167, - "tests/testing/test_testing.py::test_deprecations[TmpChannelFixture-TypeError]": 0.003064002798337225, - "tests/testing/test_testing.py::test_deprecations[TmpEnvFixture-TypeError]": 0.003013512023175734, - "tests/trust/test_signature_verification.py::test_2nd_root_metadata_from_web": 0.028351315788884297, - "tests/trust/test_signature_verification.py::test_3rd_root_metadata_from_web": 0.03675998619702403, - "tests/trust/test_signature_verification.py::test_invalid_2nd_metadata_on_disk_no_new_metadata_on_web": 0.01567316997274617, - "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.conda-None]": 2.3999188607095703, - "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.tar.bz2-False]": 2.3917145710153003, - "tests/trust/test_signature_verification.py::test_signature_verification[first.tar.bz2-True]": 2.4031734355856957, - "tests/trust/test_signature_verification.py::test_signature_verification[second.conda-True]": 2.3884704529344183, - "tests/trust/test_signature_verification.py::test_signature_verification[third.conda-True]": 2.3848953355471267, - "tests/trust/test_signature_verification.py::test_signature_verification_not_enabled": 0.045579129132188596, - "tests/trust/test_signature_verification.py::test_single_invalid_signature_3rd_root_metadata_from_web": 0.026580639056457172, - "tests/trust/test_signature_verification.py::test_trusted_root_2nd_metadata_on_disk_no_new_metadata_on_web": 0.0142153746093113, - "tests/trust/test_signature_verification.py::test_trusted_root_invalid_key_mgr_online_valid_on_disk": 0.011913789666172594, - "tests/trust/test_signature_verification.py::test_trusted_root_new_key_mgr_online": 0.014665884655530995, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_is_on_disk": 0.012403063682406883, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_not_on_disk": 0.011979458151604274, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_metadata": 0.012907240820253766 + "tests/test_utils.py::test_deprecations[cygwin_path_to_win-TypeError]": 0.0032789908444793075, + "tests/test_utils.py::test_deprecations[msys2_shell_base-TypeError]": 0.00526767009498679, + "tests/test_utils.py::test_deprecations[path_identity-TypeError]": 0.004337009882126693, + "tests/test_utils.py::test_deprecations[shells-TypeError]": 0.003662486004928673, + "tests/test_utils.py::test_deprecations[translate_stream-TypeError]": 0.0046703711284696095, + "tests/test_utils.py::test_deprecations[unix_shell_base-TypeError]": 0.005235227958097079, + "tests/test_utils.py::test_deprecations[win_path_to_cygwin-TypeError]": 0.005106781196503058, + "tests/test_utils.py::test_ensure_dir": 0.0051729075337078375, + "tests/test_utils.py::test_ensure_dir_errors": 0.011072260972705845, + "tests/test_utils.py::test_path_translations": 0.030871374461543442, + "tests/test_utils.py::test_quote_for_shell[!-'!']": 0.0037364129276069693, + "tests/test_utils.py::test_quote_for_shell[\"-'\"']": 0.004650160799484878, + "tests/test_utils.py::test_quote_for_shell[#-'#']": 0.0036356641151431834, + "tests/test_utils.py::test_quote_for_shell[$-'$']": 0.003450954824266459, + "tests/test_utils.py::test_quote_for_shell[%-%]": 0.0032673827841406826, + "tests/test_utils.py::test_quote_for_shell[&-'&']": 0.003214555530217287, + "tests/test_utils.py::test_quote_for_shell['-''\"'\"'']": 0.0033594505109109424, + "tests/test_utils.py::test_quote_for_shell[(-'(']": 0.0033561858930829364, + "tests/test_utils.py::test_quote_for_shell[)-')']": 0.0032987189269136196, + "tests/test_utils.py::test_quote_for_shell[*-'*']": 0.003243609925232901, + "tests/test_utils.py::test_quote_for_shell[+-+]": 0.003822713713333271, + "tests/test_utils.py::test_quote_for_shell[,-,]": 0.0034961270874962246, + "tests/test_utils.py::test_quote_for_shell[---]": 0.003095907716234167, + "tests/test_utils.py::test_quote_for_shell[.-.]": 0.003396653274417402, + "tests/test_utils.py::test_quote_for_shell[/-/]": 0.0032208654624549062, + "tests/test_utils.py::test_quote_for_shell[1>/dev/null-'1>/dev/null']": 0.0031539258188916976, + "tests/test_utils.py::test_quote_for_shell[1>NUL-'1>NUL']": 0.00318051081453025, + "tests/test_utils.py::test_quote_for_shell[2>&1-'2>&1']": 0.0033387210229352655, + "tests/test_utils.py::test_quote_for_shell[2>/dev/null-'2>/dev/null']": 0.0033045213068144254, + "tests/test_utils.py::test_quote_for_shell[2>NUL-'2>NUL']": 0.0029109486503803577, + "tests/test_utils.py::test_quote_for_shell[:-:]": 0.0033848750367039453, + "tests/test_utils.py::test_quote_for_shell[;-';']": 0.003538838158874538, + "tests/test_utils.py::test_quote_for_shell[<-'<']": 0.0030389650502436905, + "tests/test_utils.py::test_quote_for_shell[=-=]": 0.003241930067281234, + "tests/test_utils.py::test_quote_for_shell[>-'>']": 0.003303363074436172, + "tests/test_utils.py::test_quote_for_shell[>/dev/null-'>/dev/null']": 0.003035015362043465, + "tests/test_utils.py::test_quote_for_shell[>NUL-'>NUL']": 0.003294637827375759, + "tests/test_utils.py::test_quote_for_shell[?-'?']": 0.003539606673509797, + "tests/test_utils.py::test_quote_for_shell[@-@]": 0.003483015376713593, + "tests/test_utils.py::test_quote_for_shell[C:\\\\temp\\\\some ^%file^% > nul-\"C:\\\\temp\\\\some ^%%file^%% > nul\"]": 0.0007326668075322462, + "tests/test_utils.py::test_quote_for_shell[None-'']": 0.003075293333697042, + "tests/test_utils.py::test_quote_for_shell[[-'[']": 0.0033679799769001507, + "tests/test_utils.py::test_quote_for_shell[\\\\-'\\\\']": 0.0035846618237045914, + "tests/test_utils.py::test_quote_for_shell[]-']']": 0.003536924993508583, + "tests/test_utils.py::test_quote_for_shell[^-'^']": 0.003311963478186635, + "tests/test_utils.py::test_quote_for_shell[arg1 and 2-'arg1 and 2']": 0.0030163248355566355, + "tests/test_utils.py::test_quote_for_shell[arg1-arg1]": 0.003396990135304899, + "tests/test_utils.py::test_quote_for_shell[arg1\\nand\\n2-'arg1\\nand\\n2']": 0.003198730524867007, + "tests/test_utils.py::test_quote_for_shell[malicious argument\\\\\"&whoami-\"malicious argument\\\\\"\"&whoami\"]": 0.0006287015913716049, + "tests/test_utils.py::test_quote_for_shell[numpy<1.22-'numpy<1.22']": 0.0031991138214632767, + "tests/test_utils.py::test_quote_for_shell[numpy>=1.0-'numpy>=1.0']": 0.0036368305067357195, + "tests/test_utils.py::test_quote_for_shell[one|two-'one|two']": 0.0032767081496178846, + "tests/test_utils.py::test_quote_for_shell[{-'{']": 0.004526284069958756, + "tests/test_utils.py::test_quote_for_shell[|-'|']": 0.005617488388647765, + "tests/test_utils.py::test_quote_for_shell[}-'}']": 0.0032052320444202593, + "tests/test_utils.py::test_quote_for_shell[~-'~']": 0.005577033568985946, + "tests/test_utils.py::test_text_translations": 0.013904700141656935, + "tests/testing/test_fixtures.py::test_conda_cli": 0.25867563603772603, + "tests/testing/test_fixtures.py::test_env": 23.98438320189998, + "tests/testing/test_fixtures.py::test_monkeypatch": 0.021632596706501053, + "tests/testing/test_fixtures.py::test_path_factory": 0.006931944047434888, + "tests/testing/test_fixtures.py::test_session_capsys": 0.0038734130272316254, + "tests/testing/test_fixtures.py::test_session_conda_cli": 0.30598393563470155, + "tests/testing/test_fixtures.py::test_session_tmp_env": 3.501865187415071, + "tests/testing/test_fixtures.py::test_tmp_channel": 2.5390338671128565, + "tests/testing/test_fixtures.py::test_tmp_env": 2.517772161518443, + "tests/testing/test_fixtures.py::test_tmp_envs_dir": 0.009391209234556679, + "tests/testing/test_fixtures.py::test_tmp_pkgs_dir": 0.010388332759067559, + "tests/testing/test_testing.py::test_deprecations[CondaCLIFixture-TypeError]": 0.0050406229550502835, + "tests/testing/test_testing.py::test_deprecations[PathFactoryFixture-TypeError]": 0.0031828450085570684, + "tests/testing/test_testing.py::test_deprecations[TmpChannelFixture-TypeError]": 0.0030756423501619797, + "tests/testing/test_testing.py::test_deprecations[TmpEnvFixture-TypeError]": 0.0030028673365372627, + "tests/trust/test_signature_verification.py::test_2nd_root_metadata_from_web": 0.027914990400859437, + "tests/trust/test_signature_verification.py::test_3rd_root_metadata_from_web": 0.03681589206957513, + "tests/trust/test_signature_verification.py::test_invalid_2nd_metadata_on_disk_no_new_metadata_on_web": 0.01575189362268861, + "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.conda-None]": 2.2290557583647392, + "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.tar.bz2-False]": 2.219672765514564, + "tests/trust/test_signature_verification.py::test_signature_verification[first.tar.bz2-True]": 2.233621997172944, + "tests/trust/test_signature_verification.py::test_signature_verification[second.conda-True]": 2.2241213970787217, + "tests/trust/test_signature_verification.py::test_signature_verification[third.conda-True]": 2.2183236298029345, + "tests/trust/test_signature_verification.py::test_signature_verification_not_enabled": 0.0453949364372374, + "tests/trust/test_signature_verification.py::test_single_invalid_signature_3rd_root_metadata_from_web": 0.026261908240743783, + "tests/trust/test_signature_verification.py::test_trusted_root_2nd_metadata_on_disk_no_new_metadata_on_web": 0.014697816170912092, + "tests/trust/test_signature_verification.py::test_trusted_root_invalid_key_mgr_online_valid_on_disk": 0.011523432015082352, + "tests/trust/test_signature_verification.py::test_trusted_root_new_key_mgr_online": 0.014511771311872194, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_is_on_disk": 0.01210074373041654, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_not_on_disk": 0.011942532598352444, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_metadata": 0.012437520357115985 }