From e94d3cf1ffed1c86f00be88801dd0b8e69ba341f Mon Sep 17 00:00:00 2001 From: Conda Bot <18747875+conda-bot@users.noreply.github.com> Date: Sun, 22 Dec 2024 02:53:45 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20updated=20file(s)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RELEASE.md | 55 +- durations/Linux.json | 4763 ++++++++++++++++++++-------------------- durations/Windows.json | 4595 +++++++++++++++++++------------------- durations/macOS.json | 4681 +++++++++++++++++++-------------------- 4 files changed, 7086 insertions(+), 7008 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 41e51697..43010120 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.[$patch_number]`, 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.M`, 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 `YY.M.x` (make sure to put the `.x` at the end!). In the case of patch/hotfix releases, however, do NOT cut a new release branch; instead, use the previously-cut release branch with the appropriate `YY.M.x` version numbers. +> 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. 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 YY.M.x` release. +Placeholder for `conda-libmamba-solver ` release. | Pilot | | |---|---| @@ -46,8 +46,8 @@ Placeholder for `conda-libmamba-solver YY.M.x` release.

The week before release week

-- [ ] Create release branch (named `YY.M.x`) -- [ ] Ensure release candidates are being successfully built (see `conda-canary/label/rc-conda-libmamba-solver-YY.M.x`) +- [ ] Create release branch (named ``) +- [ ] Ensure release candidates are being successfully built (see `conda-canary/label/rc-conda-libmamba-solver-`) - [ ] [Complete outstanding PRs][milestone] - [ ] Test release candidates @@ -59,8 +59,8 @@ Placeholder for `conda-libmamba-solver YY.M.x` release. - [ ] Create release PR (see [release process][process]) - [ ] [Publish release][releases] -- [ ] Merge `YY.M.x` back into `main` -- [ ] Activate the `YY.M.x` branch on [ReadTheDocs][ReadTheDocs] +- [ ] Merge `` back into `main` +- [ ] Activate the `` 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_number]

+

Patch YY.M

- [ ] - [ ] Create release PR (see [release process][process]) - [ ] [Publish release][releases] -- [ ] Merge `YY.M.x` back into `main` +- [ ] Merge `` 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] @@ -106,6 +106,9 @@ If a patch release is necessary, reopen the original release issue and append th > [!NOTE] > The [epic template][epic template] is perfect for this; remember to remove the **`epic`** label. +> [!NOTE] +> A patch release is like a regular, i.e., follow the same steps in the process as you would for a regular release. Most patches are authored by existing contributors (most likely maintainers themselves) so running `rever ` may succeed on the first pass. + ## 2. Alert various parties of the upcoming release. (do this ~1 week prior to release) Let various interested parties know about the upcoming release; at minimum, conda-forge maintainers should be informed. For major features, a blog post describing the new features should be prepared and posted once the release is completed (see the announcements section of the release issue). @@ -114,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 `https://anaconda.org/conda-canary/conda/files?channel=rc-conda-libmamba-solver-YY.M.x` 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. > [!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. @@ -147,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 YY.M.x + (rever) $ git checkout ``` 2. Create a versioned branch, this is where rever will make its changes: ```bash - (rever) $ git checkout -b changelog-YY.M.[$patch_number] + (rever) $ git checkout -b changelog-YY.M ``` 2. Run `rever --activities authors `: @@ -181,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.[$patch_number] + (rever) $ rever --activities authors --force YY.M # changes were made to .authors.yml as per the prior bullet (rever) $ git diff --name-only HEAD HEAD~1 @@ -250,7 +253,7 @@ Currently, there are only 2 activities we use rever for, (1) aggregating the aut > * Add `win-arm64` as a known platform (subdir). (#11778) > ``` - - You can utilize [GitHub's compare view][compare] to review what changes are to be included in this release. Make sure you compare the current release branch against the previous one (e.g., `24.5.x` would be compared against `24.3.x`) + - You can utilize [GitHub's compare view][compare] to review what changes are to be included in this release. Make sure you compare the current release branch against the previous one - Add a new news snippet for any PRs of importance that are missing. @@ -310,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.[$patch_number] - + 5e95169d0df4bcdc2da9a6ba4a2561d90e49f75d Update CHANGELOG for YY.M.[$patch_number] + + a5c0db938893d2c12cab12a1f7eb3e646ed80373 Update authorship for YY.M + + 5e95169d0df4bcdc2da9a6ba4a2561d90e49f75d Update CHANGELOG for YY.M ``` 7. Since rever does not include stats on first-time contributors, we will need to add this manually. @@ -332,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.[$patch_number] - + 5e95169d0df4bcdc2da9a6ba4a2561d90e49f75d Update CHANGELOG for YY.M.[$patch_number] + + a5c0db938893d2c12cab12a1f7eb3e646ed80373 Update authorship for YY.M + + 5e95169d0df4bcdc2da9a6ba4a2561d90e49f75d Update CHANGELOG for YY.M + 93fdf029fd4cf235872c12cab12a1f7e8f95a755 Add first-time contributions ``` 8. Push this versioned branch. ```bash - (rever) $ git push -u upstream changelog-YY.M.[$patch_number] + (rever) $ git push -u upstream changelog-YY.M ``` -9. Open the Release PR targing the `YY.M.x` branch. +9. Open the Release PR targeting the `` branch.
GitHub PR Template @@ -367,8 +370,8 @@ Currently, there are only 2 activities we use rever for, (1) aggregating the aut | Field | Value | |---|---| - | Choose a tag | `YY.M.[$patch_number]` | - | Target | `YY.M.x` | + | Choose a tag | `YY.M` | + | Target | `` | | Body | copy/paste blurb from `CHANGELOG.md` |
@@ -389,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 `YY.M.x` branch and click the "New pull request" button. +2. Find the applicable `` branch and click the "New pull request" button. -3. "Base" should point to `main` while "Compare" should point to `YY.M.x`. +3. "Base" should point to `main` while "Compare" should point to ``. 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 `YY.M.x` 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 `` and `main` branches. 5. Review and merge the pull request the same as any code change pull request. @@ -405,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.[$patch_number]`. +## 9. Open PRs to bump [Anaconda Recipes][Anaconda Recipes] and [conda-forge][conda-forge] feedstocks to use `YY.M`. > [!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 232d1e9d..60f62d19 100644 --- a/durations/Linux.json +++ b/durations/Linux.json @@ -1,2110 +1,2135 @@ { - "tests/base/test_constants.py::test_ChannelPriority": 0.002202181704385768, - "tests/base/test_constants.py::test_null_is_falsey": 0.002085184792424708, - "tests/base/test_context.py::test_aggressive_update_packages": 0.013983937745426606, - "tests/base/test_context.py::test_channel_alias_validation[bad_value-channel_alias value 'bad_value' must have scheme/protocol.]": 0.0017884041806747399, - "tests/base/test_context.py::test_channel_alias_validation[https://example.com/-True]": 0.001803574593768858, - "tests/base/test_context.py::test_channel_priority": 0.02389625924851252, - "tests/base/test_context.py::test_channel_settings": 0.02425636687649265, - "tests/base/test_context.py::test_channels_defaults": 0.0249873980275877, - "tests/base/test_context.py::test_channels_defaults_condarc": 0.025927220925273286, - "tests/base/test_context.py::test_channels_empty": 0.0245854393274362, - "tests/base/test_context.py::test_client_ssl_cert": 0.040322018557397796, - "tests/base/test_context.py::test_clobber_enum": 0.025347182912199034, - "tests/base/test_context.py::test_clobber_enum[clobber]": 0.011790562248836825, - "tests/base/test_context.py::test_clobber_enum[prevent]": 0.011794125950425454, - "tests/base/test_context.py::test_clobber_enum[warn]": 0.011849665608461277, - "tests/base/test_context.py::test_conda_bld_path": 0.020054511019443676, - "tests/base/test_context.py::test_conda_build_root_dir": 0.02399404292932233, - "tests/base/test_context.py::test_conda_envs_path": 0.04473819811142224, - "tests/base/test_context.py::test_context_parameter_map": 0.024085614712806902, - "tests/base/test_context.py::test_context_parameters_have_descriptions": 0.046330206773700304, - "tests/base/test_context.py::test_custom_multichannels": 0.02554400387544975, - "tests/base/test_context.py::test_default_python_validation[-True]": 0.0017540946513674392, - "tests/base/test_context.py::test_default_python_validation[3.12-True]": 0.001770557026821929, - "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.0017676374689069019, - "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.0017649949374259704, - "tests/base/test_context.py::test_default_target_is_root_prefix": 0.024008816358641917, - "tests/base/test_context.py::test_expandvars": 0.06242674367821893, - "tests/base/test_context.py::test_get_plugin_config_data_env_var_source": 0.0016380216326690052, - "tests/base/test_context.py::test_get_plugin_config_data_file_source": 0.004268448814769524, - "tests/base/test_context.py::test_get_plugin_config_data_skip_bad_values": 0.0016566939348055436, - "tests/base/test_context.py::test_local_build_root_custom_rc": 0.04339631807951201, - "tests/base/test_context.py::test_local_build_root_default_rc": 0.011915867238945665, - "tests/base/test_context.py::test_migrated_custom_channels": 0.027104147564842394, - "tests/base/test_context.py::test_old_channel_alias": 0.02749681992656764, - "tests/base/test_context.py::test_proxy_servers": 0.02438886981948005, - "tests/base/test_context.py::test_reporters_default_value": 0.0019277535984630451, - "tests/base/test_context.py::test_reporters_from_config_file": 0.024916411166907907, - "tests/base/test_context.py::test_reporters_json_is_true": 0.035109671792019355, - "tests/base/test_context.py::test_reporters_quiet_is_true": 0.03509045344392505, - "tests/base/test_context.py::test_restore_free_channel": 0.015289845882357914, - "tests/base/test_context.py::test_signing_metadata_url_base": 0.034773192629686256, - "tests/base/test_context.py::test_signing_metadata_url_base_empty_default_channels": 0.03513504416446748, + "tests/base/test_constants.py::test_ChannelPriority": 0.002349414460195853, + "tests/base/test_constants.py::test_null_is_falsey": 0.0021110884160991886, + "tests/base/test_context.py::test_aggressive_update_packages": 0.013544062936544926, + "tests/base/test_context.py::test_channel_alias_validation[bad_value-channel_alias value 'bad_value' must have scheme/protocol.]": 0.0017897338503673633, + "tests/base/test_context.py::test_channel_alias_validation[https://example.com/-True]": 0.0018175716529551015, + "tests/base/test_context.py::test_channel_priority": 0.02365267315267277, + "tests/base/test_context.py::test_channel_settings": 0.023954803156085065, + "tests/base/test_context.py::test_channels_defaults": 0.024987398027587697, + "tests/base/test_context.py::test_channels_defaults_condarc": 0.02550829295555732, + "tests/base/test_context.py::test_channels_empty": 0.02443375147724215, + "tests/base/test_context.py::test_check_allowlist": 0.014618783064722932, + "tests/base/test_context.py::test_check_allowlist_and_denylist": 0.020752291600382822, + "tests/base/test_context.py::test_check_denylist": 0.014267993635322343, + "tests/base/test_context.py::test_client_ssl_cert": 0.03997351937608821, + "tests/base/test_context.py::test_clobber_enum": 0.025347182912199038, + "tests/base/test_context.py::test_clobber_enum[clobber]": 0.011870940524797454, + "tests/base/test_context.py::test_clobber_enum[prevent]": 0.0118553806568926, + "tests/base/test_context.py::test_clobber_enum[warn]": 0.011909242806238354, + "tests/base/test_context.py::test_conda_bld_path": 0.01793494170782911, + "tests/base/test_context.py::test_conda_build_root_dir": 0.023744033761755257, + "tests/base/test_context.py::test_conda_envs_path": 0.044482025311802065, + "tests/base/test_context.py::test_context_parameter_map": 0.023739866309074546, + "tests/base/test_context.py::test_context_parameters_have_descriptions": 0.04578829833336541, + "tests/base/test_context.py::test_custom_multichannels": 0.025145649224036972, + "tests/base/test_context.py::test_default_python_validation[-True]": 0.0017646803432214374, + "tests/base/test_context.py::test_default_python_validation[3.12-True]": 0.0017915617178634658, + "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.0017877875322988024, + "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.0017665494462600663, + "tests/base/test_context.py::test_default_target_is_root_prefix": 0.023776329834103674, + "tests/base/test_context.py::test_expandvars": 0.06258230763932968, + "tests/base/test_context.py::test_get_plugin_config_data_env_var_source": 0.0016475206350157745, + "tests/base/test_context.py::test_get_plugin_config_data_file_source": 0.004144382496796206, + "tests/base/test_context.py::test_get_plugin_config_data_skip_bad_values": 0.0016688515079463673, + "tests/base/test_context.py::test_local_build_root_custom_rc": 0.04389182354235128, + "tests/base/test_context.py::test_local_build_root_default_rc": 0.01197855390029213, + "tests/base/test_context.py::test_migrated_custom_channels": 0.026810706077430663, + "tests/base/test_context.py::test_old_channel_alias": 0.027376930967884166, + "tests/base/test_context.py::test_proxy_servers": 0.023946152701747273, + "tests/base/test_context.py::test_reporters_default_value": 0.0019277530655913235, + "tests/base/test_context.py::test_reporters_from_config_file": 0.0249164105421154, + "tests/base/test_context.py::test_reporters_json_is_true": 0.035109664548264675, + "tests/base/test_context.py::test_reporters_quiet_is_true": 0.035090446203897514, + "tests/base/test_context.py::test_restore_free_channel": 0.014844313668097176, + "tests/base/test_context.py::test_signing_metadata_url_base": 0.034489892659975936, + "tests/base/test_context.py::test_signing_metadata_url_base_empty_default_channels": 0.03505781138457645, "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.02725761111039561, - "tests/base/test_context.py::test_specify_channels_cli_not_adding_defaults_no_condarc": 0.025761557018730424, - "tests/base/test_context.py::test_specify_different_channels_cli_condarc": 0.02707570228938099, - "tests/base/test_context.py::test_specify_same_channels_cli_as_in_condarc": 0.02700373564194062, - "tests/base/test_context.py::test_subdirs": 0.01107369578227882, - "tests/base/test_context.py::test_target_prefix": 0.049382779561995285, - "tests/base/test_context.py::test_threads": 0.05039688944370918, - "tests/base/test_context.py::test_validate_prefix_name[base-False-mock_return_values2-expected2]": 0.003018350025513047, - "tests/base/test_context.py::test_validate_prefix_name[env-name-False-mock_return_values0-expected0]": 0.0035961501027412957, - "tests/base/test_context.py::test_validate_prefix_name[not/allow#characters:in-path-False-mock_return_values1-expected1]": 0.0032778352357162774, - "tests/cli/test_cli_install.py::test_emscripten_forge[classic]": 5.914347087221633, - "tests/cli/test_cli_install.py::test_emscripten_forge[libmamba]": 7.516645831864261, - "tests/cli/test_cli_install.py::test_find_conflicts_called_once[classic]": 30.83042508551999, - "tests/cli/test_cli_install.py::test_find_conflicts_called_once[libmamba]": 0.0160366855935602, - "tests/cli/test_cli_install.py::test_pre_link_message[classic]": 0.7098029365344226, - "tests/cli/test_cli_install.py::test_pre_link_message[libmamba]": 0.7551595541038534, - "tests/cli/test_common.py::test_check_non_admin_enabled_false": 0.003417988860499398, - "tests/cli/test_common.py::test_check_non_admin_enabled_true": 0.003096261720168509, - "tests/cli/test_common.py::test_confirm_dry_run_exit": 0.0028340751105717385, - "tests/cli/test_common.py::test_confirm_yn_always_yes": 0.0028811479526698893, - "tests/cli/test_common.py::test_confirm_yn_dry_run_exit": 0.002865490796832544, - "tests/cli/test_common.py::test_confirm_yn_no": 0.003098698822564722, - "tests/cli/test_common.py::test_confirm_yn_yes": 0.003109697518350013, - "tests/cli/test_common.py::test_is_active_prefix[-False]": 0.0020657918444143115, - "tests/cli/test_common.py::test_is_active_prefix[active_prefix-True]": 0.0019779158480244053, - "tests/cli/test_common.py::test_print_envs_list": 0.010780009984014568, - "tests/cli/test_common.py::test_print_envs_list_output_false": 0.009711592794343277, - "tests/cli/test_compare.py::test_compare_fail": 0.3387155001109152, - "tests/cli/test_compare.py::test_compare_success": 0.5289464184500072, - "tests/cli/test_conda_argparse.py::test_cli_args_as_strings": 0.06935238436601812, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ArgumentParser-isclass]": 0.0019352801390166538, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.BUILTIN_COMMANDS-]": 0.0019498085468800813, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ExtendConstAction-isclass]": 0.001959055320418691, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.NullCountAction-isclass]": 0.001930912678830436, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_output_and_prompt_options-isfunction]": 0.0020956452374378187, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_channels-isfunction]": 0.0020451029816537284, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_create_install_update-isfunction]": 0.0020391374791772997, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_default_packages-isfunction]": 0.001997453523398727, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_help-isfunction]": 0.0019753892750327432, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_json-isfunction]": 0.0019712286886245517, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_known-isfunction]": 0.001953366348350164, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_networking-isfunction]": 0.0019588163591479782, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_package_install_options-isfunction]": 0.0019499919602327432, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prefix-isfunction]": 0.001955949775838629, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prune-isfunction]": 0.001950850722872628, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_pscheck-isfunction]": 0.001950568630715629, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_show_channel_urls-isfunction]": 0.0019483068575023104, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver-isfunction]": 0.0019530765812849446, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver_mode-isfunction]": 0.0019490853315689337, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_update_modifiers-isfunction]": 0.0019380938107736358, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_verbose-isfunction]": 0.0019475996953729154, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_clean-isfunction]": 0.0019519090026049307, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_compare-isfunction]": 0.001939935092034732, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_config-isfunction]": 0.0019406784171111721, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_create-isfunction]": 0.001947327255921994, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_info-isfunction]": 0.0019522879311346603, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_init-isfunction]": 0.002002977275118399, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_install-isfunction]": 0.0019429548613914165, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_list-isfunction]": 0.0019404585054122012, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_notices-isfunction]": 0.0019506515246107525, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_package-isfunction]": 0.0019415667044619701, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_plugins-isfunction]": 0.0019391442164348566, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_remove-isfunction]": 0.0019276328037389134, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_rename-isfunction]": 0.0019333470895606737, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_run-isfunction]": 0.0019352164565578714, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_search-isfunction]": 0.0019377735471802933, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_update-isfunction]": 0.0019372018931607454, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.do_call-isfunction]": 0.001936031713883621, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_sys_rc_path-]": 0.001931092400527928, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_user_rc_path-]": 0.0019386782646190807, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.find_builtin_commands-isfunction]": 0.0019514049517780426, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_parser-isfunction]": 0.0019355304185064124, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_pre_parser-isfunction]": 0.001933595792446475, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.sys_rc_path-]": 0.0020350647830950836, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.user_rc_path-]": 0.0019398311489991428, - "tests/cli/test_conda_argparse.py::test_list_through_python_api": 1.9956454731768636, - "tests/cli/test_conda_argparse.py::test_parser_basics": 0.02632000270543289, - "tests/cli/test_config.py::test_add_invalid_key": 0.06701444270713004, - "tests/cli/test_config.py::test_add_key": 0.07828519315963896, - "tests/cli/test_config.py::test_channels_add_duplicate": 0.07351600678215016, - "tests/cli/test_config.py::test_channels_add_empty": 0.07300323625178104, - "tests/cli/test_config.py::test_channels_add_empty_with_defaults": 0.07163056195444961, - "tests/cli/test_config.py::test_channels_append": 0.07872385528603479, - "tests/cli/test_config.py::test_channels_append_duplicate": 0.07892517123548652, - "tests/cli/test_config.py::test_channels_prepend": 0.07684528195305661, - "tests/cli/test_config.py::test_channels_prepend_duplicate": 0.07951437031311041, - "tests/cli/test_config.py::test_channels_remove": 0.07777652479635164, - "tests/cli/test_config.py::test_channels_remove_duplicate": 0.1396870703628483, - "tests/cli/test_config.py::test_conda_config_describe": 4.196808449906982, - "tests/cli/test_config.py::test_conda_config_validate": 1.822626092338213, - "tests/cli/test_config.py::test_conda_config_validate_sslverify_truststore": 1.8684396665034553, - "tests/cli/test_config.py::test_create_condarc_on_set": 0.07248164299911286, - "tests/cli/test_config.py::test_custom_multichannels_add": 0.07384910138616943, - "tests/cli/test_config.py::test_custom_multichannels_add_duplicate": 0.07522505444323743, - "tests/cli/test_config.py::test_custom_multichannels_append": 0.07293291194486946, - "tests/cli/test_config.py::test_custom_multichannels_append_duplicate": 0.07614090010271933, - "tests/cli/test_config.py::test_custom_multichannels_prepend": 0.07359591202061891, - "tests/cli/test_config.py::test_custom_multichannels_prepend_duplicate": 0.0799223382035479, - "tests/cli/test_config.py::test_get_all": 0.0859418208356504, - "tests/cli/test_config.py::test_get_all_inc_maps": 0.09135779984677962, - "tests/cli/test_config.py::test_get_boolean_value": 0.0847254070410028, - "tests/cli/test_config.py::test_get_channels_list": 0.08395814315688832, - "tests/cli/test_config.py::test_get_invalid_key": 0.10904192714262563, - "tests/cli/test_config.py::test_get_map_full": 0.08248730638999693, - "tests/cli/test_config.py::test_get_map_subkey[conda_build.cache_dir-/tmp/conda-bld]": 0.08567004155390093, - "tests/cli/test_config.py::test_get_map_subkey[proxy_servers.http-1.2.3.4:5678]": 0.08383084183372307, - "tests/cli/test_config.py::test_get_multiple_keys": 0.08666262573157302, - "tests/cli/test_config.py::test_get_multiple_keys_incl_map_full": 0.08809766231675, - "tests/cli/test_config.py::test_get_multiple_keys_incl_map_subkey": 0.08660192254827402, - "tests/cli/test_config.py::test_get_string_value": 0.08411715840161667, - "tests/cli/test_config.py::test_get_unconfigured_key": 0.08228561669040915, - "tests/cli/test_config.py::test_invalid_yaml": 0.06129635584648681, - "tests/cli/test_config.py::test_remove_key": 0.07740247625652767, - "tests/cli/test_config.py::test_remove_key_duplicate": 0.1408401909348699, - "tests/cli/test_config.py::test_remove_unconfigured_key": 0.06786709718943383, - "tests/cli/test_config.py::test_set_and_get_bool": 0.14758309142623038, - "tests/cli/test_config.py::test_set_check_types[always_yes-false-False]": 0.07217778654161086, - "tests/cli/test_config.py::test_set_check_types[always_yes-no-False]": 0.07564101718402322, - "tests/cli/test_config.py::test_set_check_types[always_yes-true-True]": 0.07266204400483064, - "tests/cli/test_config.py::test_set_check_types[always_yes-yes-True]": 0.07442050491207204, - "tests/cli/test_config.py::test_set_check_types[channel_alias-https://repo.example.com-https://repo.example.com]": 0.07275604563242412, - "tests/cli/test_config.py::test_set_check_types[proxy_servers.http-1.2.3.4:5678-py_value5]": 0.07312313065788179, - "tests/cli/test_config.py::test_set_invalid_key": 0.06757841417815054, - "tests/cli/test_config.py::test_set_key": 0.07756364556535213, - "tests/cli/test_config.py::test_set_map_key[conda_build.cache_dir-/tmp/conda-bld-/var/tmp/build]": 0.07913414030279212, - "tests/cli/test_config.py::test_set_map_key[conda_build.error_overlinking-true-false]": 0.00040056827580643104, - "tests/cli/test_config.py::test_set_map_key[proxy_servers.http-1.2.3.4:5678-4.3.2.1:9876]": 0.07677178560735344, - "tests/cli/test_config.py::test_set_rc_without_user_rc": 0.06941669616714766, - "tests/cli/test_config.py::test_set_unconfigured_key": 0.07751555571222808, - "tests/cli/test_config.py::test_show_sorts_keys": 0.1182681828739473, - "tests/cli/test_config.py::test_ssl_verify_default": 0.003980101969577341, - "tests/cli/test_config.py::test_ssl_verify_set_bool": 0.0737827860094644, - "tests/cli/test_config.py::test_ssl_verify_set_filename": 0.07237861285353449, - "tests/cli/test_env.py::test_conda_env_create_empty_file[classic]": 0.06888280859553374, - "tests/cli/test_env.py::test_conda_env_create_empty_file[libmamba]": 0.06693556772495292, - "tests/cli/test_env.py::test_conda_env_create_http[classic]": 214.13234060110096, - "tests/cli/test_env.py::test_conda_env_create_http[libmamba]": 8.206463582347725, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file[classic]": 0.06692556628660505, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file[libmamba]": 0.07114260561664035, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[classic]": 0.0725087944727038, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[libmamba]": 0.0726288671825085, - "tests/cli/test_env.py::test_conda_env_create_no_file[classic]": 0.06764400459836391, - "tests/cli/test_env.py::test_conda_env_create_no_file[libmamba]": 0.07485397593743273, - "tests/cli/test_env.py::test_create_dry_run_json[classic]": 1.048986632631607, - "tests/cli/test_env.py::test_create_dry_run_json[libmamba]": 1.1297027027714568, - "tests/cli/test_env.py::test_create_dry_run_yaml[classic]": 1.488796017045675, - "tests/cli/test_env.py::test_create_dry_run_yaml[libmamba]": 1.128439153691941, - "tests/cli/test_env.py::test_create_unsolvable_env[classic]": 1.847442283218892, - "tests/cli/test_env.py::test_create_unsolvable_env[libmamba]": 1.194565561175887, - "tests/cli/test_env.py::test_create_valid_env[classic]": 3.129593341673793, - "tests/cli/test_env.py::test_create_valid_env[libmamba]": 2.1850591644226403, - "tests/cli/test_env.py::test_create_valid_env_json_output[classic]": 0.4884288850437183, - "tests/cli/test_env.py::test_create_valid_env_json_output[libmamba]": 0.6649042078309033, - "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[classic]": 66.60623927674091, - "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[libmamba]": 7.779088819947177, - "tests/cli/test_env.py::test_create_valid_env_with_variables[classic]": 1.0699547768596092, - "tests/cli/test_env.py::test_create_valid_env_with_variables[libmamba]": 1.2528431644589615, + "tests/base/test_context.py::test_specify_channels_cli_condarc": 0.026994191990185712, + "tests/base/test_context.py::test_specify_channels_cli_not_adding_defaults_no_condarc": 0.025515976622406608, + "tests/base/test_context.py::test_specify_different_channels_cli_condarc": 0.026883067695620315, + "tests/base/test_context.py::test_specify_same_channels_cli_as_in_condarc": 0.026781477933397087, + "tests/base/test_context.py::test_subdirs": 0.011430210889216573, + "tests/base/test_context.py::test_target_prefix": 0.04827035414209961, + "tests/base/test_context.py::test_threads": 0.051549037419451216, + "tests/base/test_context.py::test_validate_prefix_name[base-False-mock_return_values2-expected2]": 0.003105288158545155, + "tests/base/test_context.py::test_validate_prefix_name[env-name-False-mock_return_values0-expected0]": 0.003540730942596478, + "tests/base/test_context.py::test_validate_prefix_name[not/allow#characters:in-path-False-mock_return_values1-expected1]": 0.0032578015137492236, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command0]": 0.20940559926035215, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command1]": 0.20719859990273895, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command2]": 0.057504748752061095, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command3]": 0.07225250025877088, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command4]": 0.17259977044335517, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command0]": 0.22131820207421252, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command1]": 0.23197566033575248, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command2]": 0.058038996763963756, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command3]": 0.07431127685984305, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command4]": 0.15687002966786304, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command0]": 0.20803175060226117, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command1]": 0.20857363124123363, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command2]": 0.0556668740113595, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command3]": 0.08097313738170292, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command4]": 0.15853928350205768, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command0]": 0.20915703344404854, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command1]": 0.21293418951482357, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command2]": 0.05869003868940137, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command3]": 0.07611525603547266, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command4]": 0.17320075320644635, + "tests/cli/test_cli_install.py::test_emscripten_forge[classic]": 5.790585181530766, + "tests/cli/test_cli_install.py::test_emscripten_forge[libmamba]": 7.412014645845635, + "tests/cli/test_cli_install.py::test_find_conflicts_called_once[classic]": 32.72280689938493, + "tests/cli/test_cli_install.py::test_find_conflicts_called_once[libmamba]": 0.016054873973495816, + "tests/cli/test_cli_install.py::test_pre_link_message[classic]": 0.9289802728319897, + "tests/cli/test_cli_install.py::test_pre_link_message[libmamba]": 0.8982665802013156, + "tests/cli/test_common.py::test_check_non_admin_enabled_false": 0.0033490090101446993, + "tests/cli/test_common.py::test_check_non_admin_enabled_true": 0.0030257642244090597, + "tests/cli/test_common.py::test_confirm_dry_run_exit": 0.002834074990254654, + "tests/cli/test_common.py::test_confirm_yn_always_yes": 0.0028811479495645235, + "tests/cli/test_common.py::test_confirm_yn_dry_run_exit": 0.002865490435401082, + "tests/cli/test_common.py::test_confirm_yn_no": 0.003098697855692372, + "tests/cli/test_common.py::test_confirm_yn_yes": 0.0031096943015203604, + "tests/cli/test_common.py::test_is_active_prefix[-False]": 0.0020917655037122306, + "tests/cli/test_common.py::test_is_active_prefix[active_prefix-True]": 0.002023621152144668, + "tests/cli/test_common.py::test_print_envs_list": 0.009167841113883538, + "tests/cli/test_common.py::test_print_envs_list_output_false": 0.0071522745058749, + "tests/cli/test_compare.py::test_compare_fail": 0.4031458285816384, + "tests/cli/test_compare.py::test_compare_success": 0.5270321280832252, + "tests/cli/test_conda_argparse.py::test_cli_args_as_strings": 0.07160040769910571, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ArgumentParser-isclass]": 0.001971005050584781, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.BUILTIN_COMMANDS-]": 0.0019652552192542055, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ExtendConstAction-isclass]": 0.0019767752982782754, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.NullCountAction-isclass]": 0.0019529548378615514, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_output_and_prompt_options-isfunction]": 0.002118059220093743, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_channels-isfunction]": 0.0020800822580245453, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_create_install_update-isfunction]": 0.0020474582514549543, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_default_packages-isfunction]": 0.002032939689346003, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_help-isfunction]": 0.002001842817861659, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_json-isfunction]": 0.001987911385757095, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_known-isfunction]": 0.0019915539047378646, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_networking-isfunction]": 0.0019816285982059085, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_package_install_options-isfunction]": 0.001975279550309239, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prefix-isfunction]": 0.0019770952767401997, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prune-isfunction]": 0.001982466144430282, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_pscheck-isfunction]": 0.0019704793823585856, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_show_channel_urls-isfunction]": 0.001981565011304766, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver-isfunction]": 0.001981332349503346, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver_mode-isfunction]": 0.0019681568608855, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_update_modifiers-isfunction]": 0.0019794192015288553, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_verbose-isfunction]": 0.0019869363336520317, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_clean-isfunction]": 0.0019680575971196762, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_compare-isfunction]": 0.001964236663662603, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_config-isfunction]": 0.0019730286839685267, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_create-isfunction]": 0.0019671774615084, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_info-isfunction]": 0.0019708280209238217, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_init-isfunction]": 0.0020038660949065483, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_install-isfunction]": 0.0019696529551394473, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_list-isfunction]": 0.0019571222114604866, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_notices-isfunction]": 0.0019621711497028833, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_package-isfunction]": 0.001962009432374555, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_plugins-isfunction]": 0.001969637146858125, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_remove-isfunction]": 0.001955329133033116, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_rename-isfunction]": 0.0019589444372649484, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_run-isfunction]": 0.001963108968568073, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_search-isfunction]": 0.0019681802062829347, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_update-isfunction]": 0.001977185270674975, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.do_call-isfunction]": 0.001967703637757414, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_sys_rc_path-]": 0.0019602562478550707, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_user_rc_path-]": 0.0019656596754344634, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.find_builtin_commands-isfunction]": 0.0019671550558263335, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_parser-isfunction]": 0.0019566715506629207, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_pre_parser-isfunction]": 0.001953561143252355, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.sys_rc_path-]": 0.0020251352002264426, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.user_rc_path-]": 0.001964589151125667, + "tests/cli/test_conda_argparse.py::test_list_through_python_api": 1.9803761549471395, + "tests/cli/test_conda_argparse.py::test_parser_basics": 0.025226789075088026, + "tests/cli/test_conda_argparse.py::test_sorted_commands_in_error": 0.0037850451362952202, + "tests/cli/test_config.py::test_add_invalid_key": 0.06898008119073526, + "tests/cli/test_config.py::test_add_key": 0.08095367144630655, + "tests/cli/test_config.py::test_channels_add_duplicate": 0.07402446291542035, + "tests/cli/test_config.py::test_channels_add_empty": 0.07351833228853523, + "tests/cli/test_config.py::test_channels_add_empty_with_defaults": 0.07341764837038182, + "tests/cli/test_config.py::test_channels_append": 0.07836173915222344, + "tests/cli/test_config.py::test_channels_append_duplicate": 0.07865469949257846, + "tests/cli/test_config.py::test_channels_prepend": 0.07785789772692335, + "tests/cli/test_config.py::test_channels_prepend_duplicate": 0.08134797282240809, + "tests/cli/test_config.py::test_channels_remove": 0.07802578449855505, + "tests/cli/test_config.py::test_channels_remove_duplicate": 0.14057829360626595, + "tests/cli/test_config.py::test_conda_config_describe": 4.273946898636212, + "tests/cli/test_config.py::test_conda_config_validate": 1.8283316624197292, + "tests/cli/test_config.py::test_conda_config_validate_sslverify_truststore": 1.9735911107596813, + "tests/cli/test_config.py::test_create_condarc_on_set": 0.07339335894815933, + "tests/cli/test_config.py::test_custom_multichannels_add": 0.07613438046645296, + "tests/cli/test_config.py::test_custom_multichannels_add_duplicate": 0.07548339777686203, + "tests/cli/test_config.py::test_custom_multichannels_append": 0.07510995723271159, + "tests/cli/test_config.py::test_custom_multichannels_append_duplicate": 0.07542259412256078, + "tests/cli/test_config.py::test_custom_multichannels_prepend": 0.07471400047495066, + "tests/cli/test_config.py::test_custom_multichannels_prepend_duplicate": 0.07593407631857284, + "tests/cli/test_config.py::test_get_all": 0.0863562376815897, + "tests/cli/test_config.py::test_get_all_inc_maps": 0.091960036136093, + "tests/cli/test_config.py::test_get_boolean_value": 0.08282841574818871, + "tests/cli/test_config.py::test_get_channels_list": 0.08364950631543847, + "tests/cli/test_config.py::test_get_invalid_key": 0.09661986222435233, + "tests/cli/test_config.py::test_get_map_full": 0.08636404186156361, + "tests/cli/test_config.py::test_get_map_subkey[conda_build.cache_dir-/tmp/conda-bld]": 0.08498114743860478, + "tests/cli/test_config.py::test_get_map_subkey[proxy_servers.http-1.2.3.4:5678]": 0.0836883518512665, + "tests/cli/test_config.py::test_get_multiple_keys": 0.08536755595784415, + "tests/cli/test_config.py::test_get_multiple_keys_incl_map_full": 0.0894133369728255, + "tests/cli/test_config.py::test_get_multiple_keys_incl_map_subkey": 0.08724682688874405, + "tests/cli/test_config.py::test_get_string_value": 0.08366685883949773, + "tests/cli/test_config.py::test_get_unconfigured_key": 0.08500842372727688, + "tests/cli/test_config.py::test_invalid_yaml": 0.06117775811746162, + "tests/cli/test_config.py::test_remove_key": 0.07831880199558341, + "tests/cli/test_config.py::test_remove_key_duplicate": 0.14327433208993984, + "tests/cli/test_config.py::test_remove_unconfigured_key": 0.06777244899699461, + "tests/cli/test_config.py::test_set_and_get_bool": 0.14913525082980306, + "tests/cli/test_config.py::test_set_check_types[always_yes-false-False]": 0.07264403620778066, + "tests/cli/test_config.py::test_set_check_types[always_yes-no-False]": 0.07471295303908865, + "tests/cli/test_config.py::test_set_check_types[always_yes-true-True]": 0.07433746396245254, + "tests/cli/test_config.py::test_set_check_types[always_yes-yes-True]": 0.07411075278754509, + "tests/cli/test_config.py::test_set_check_types[channel_alias-https://repo.example.com-https://repo.example.com]": 0.0719299297855126, + "tests/cli/test_config.py::test_set_check_types[proxy_servers.http-1.2.3.4:5678-py_value5]": 0.07307036461314328, + "tests/cli/test_config.py::test_set_invalid_key": 0.06732155895861022, + "tests/cli/test_config.py::test_set_key": 0.08070365336169515, + "tests/cli/test_config.py::test_set_map_key[conda_build.cache_dir-/tmp/conda-bld-/var/tmp/build]": 0.08203325237864185, + "tests/cli/test_config.py::test_set_map_key[conda_build.error_overlinking-true-false]": 0.0004026195395947833, + "tests/cli/test_config.py::test_set_map_key[proxy_servers.http-1.2.3.4:5678-4.3.2.1:9876]": 0.07787705233906671, + "tests/cli/test_config.py::test_set_rc_without_user_rc": 0.06975701768870705, + "tests/cli/test_config.py::test_set_unconfigured_key": 0.07790616352962701, + "tests/cli/test_config.py::test_show_sorts_keys": 0.11802355667739796, + "tests/cli/test_config.py::test_ssl_verify_default": 0.004022909263647548, + "tests/cli/test_config.py::test_ssl_verify_set_bool": 0.07623998306954312, + "tests/cli/test_config.py::test_ssl_verify_set_filename": 0.07387493509103715, + "tests/cli/test_env.py::test_conda_env_create_empty_file[classic]": 0.06782880127957225, + "tests/cli/test_env.py::test_conda_env_create_empty_file[libmamba]": 0.0672457531556801, + "tests/cli/test_env.py::test_conda_env_create_http[classic]": 219.62750000598393, + "tests/cli/test_env.py::test_conda_env_create_http[libmamba]": 8.667548506821777, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file[classic]": 0.06995092459898741, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file[libmamba]": 0.06933161407255764, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[classic]": 0.07095629878979562, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[libmamba]": 0.07303735676346769, + "tests/cli/test_env.py::test_conda_env_create_no_file[classic]": 0.06933192405380846, + "tests/cli/test_env.py::test_conda_env_create_no_file[libmamba]": 0.0738704817860699, + "tests/cli/test_env.py::test_create_dry_run_json[classic]": 1.1798201617671793, + "tests/cli/test_env.py::test_create_dry_run_json[libmamba]": 0.9186824498435585, + "tests/cli/test_env.py::test_create_dry_run_yaml[classic]": 1.0507735229751403, + "tests/cli/test_env.py::test_create_dry_run_yaml[libmamba]": 1.1360027900656322, + "tests/cli/test_env.py::test_create_unsolvable_env[classic]": 2.0965804645670088, + "tests/cli/test_env.py::test_create_unsolvable_env[libmamba]": 1.2522358850915938, + "tests/cli/test_env.py::test_create_valid_env[classic]": 3.191397231829654, + "tests/cli/test_env.py::test_create_valid_env[libmamba]": 2.230300755010575, + "tests/cli/test_env.py::test_create_valid_env_json_output[classic]": 0.4328427020398247, + "tests/cli/test_env.py::test_create_valid_env_json_output[libmamba]": 0.6164295720613451, + "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[classic]": 67.85516680768191, + "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[libmamba]": 7.746312551535387, + "tests/cli/test_env.py::test_create_valid_env_with_variables[classic]": 0.9722210635943382, + "tests/cli/test_env.py::test_create_valid_env_with_variables[libmamba]": 1.3424365561770724, "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.12690702006577154, - "tests/cli/test_env.py::test_deprecated_binstar[libmamba]": 0.12079368246854943, - "tests/cli/test_env.py::test_env_export[classic]": 42.220613752249996, - "tests/cli/test_env.py::test_env_export[libmamba]": 2.1577414691781307, - "tests/cli/test_env.py::test_env_export_json[classic]": 6.013563402210993, - "tests/cli/test_env.py::test_env_export_json[libmamba]": 0.8523921644351706, - "tests/cli/test_env.py::test_env_export_with_variables[classic]": 39.62178046428892, - "tests/cli/test_env.py::test_env_export_with_variables[libmamba]": 1.980893734025708, - "tests/cli/test_env.py::test_export_multi_channel[classic]": 54.76877515077425, - "tests/cli/test_env.py::test_export_multi_channel[libmamba]": 17.36968811333292, - "tests/cli/test_env.py::test_invalid_extensions[classic]": 0.06610467563329335, - "tests/cli/test_env.py::test_invalid_extensions[libmamba]": 0.06666998660451955, - "tests/cli/test_env.py::test_list[classic]": 1.9348236126491347, - "tests/cli/test_env.py::test_list[libmamba]": 2.145957142198738, - "tests/cli/test_env.py::test_name[classic]": 0.7282005508759622, - "tests/cli/test_env.py::test_name[libmamba]": 1.4348856421931397, - "tests/cli/test_env.py::test_name_override[classic]": 0.39678927902924405, - "tests/cli/test_env.py::test_name_override[libmamba]": 0.7446134535300089, - "tests/cli/test_env.py::test_non_existent_file[classic]": 0.07139897798167572, - "tests/cli/test_env.py::test_non_existent_file[libmamba]": 0.06829115229609485, - "tests/cli/test_env.py::test_pip_error_is_propagated[classic]": 50.23845738503334, - "tests/cli/test_env.py::test_pip_error_is_propagated[libmamba]": 7.081963674709336, - "tests/cli/test_env.py::test_remove_dry_run[classic]": 0.3612867307163801, - "tests/cli/test_env.py::test_remove_dry_run[libmamba]": 1.0324196771085268, - "tests/cli/test_env.py::test_set_unset_env_vars[classic]": 0.5705822286461241, - "tests/cli/test_env.py::test_set_unset_env_vars[libmamba]": 1.0858720519331597, - "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[classic]": 0.07331332916202976, - "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[libmamba]": 0.06968585032754614, - "tests/cli/test_env.py::test_update[classic]": 73.69753697277008, - "tests/cli/test_env.py::test_update[libmamba]": 1.7748907700950785, - "tests/cli/test_env.py::test_update_env_json_output[classic]": 58.42032900257095, - "tests/cli/test_env.py::test_update_env_json_output[libmamba]": 1.5088808267918972, - "tests/cli/test_env.py::test_update_env_no_action_json_output[classic]": 97.9659921924046, - "tests/cli/test_env.py::test_update_env_no_action_json_output[libmamba]": 9.86610017411452, - "tests/cli/test_env.py::test_update_env_only_pip_json_output[classic]": 93.79545603154679, - "tests/cli/test_env.py::test_update_env_only_pip_json_output[libmamba]": 10.191049270590206, - "tests/cli/test_find_commands.py::test_find_commands": 0.010255429313596225, - "tests/cli/test_find_commands.py::test_find_executable": 0.004272162651102545, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--debug]": 0.044498081929717416, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--json]": 0.04435545385594523, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--trace]": 0.04914779162070947, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[-v]": 0.04653245688449364, - "tests/cli/test_main.py::test_main": 0.04917385718323153, - "tests/cli/test_main_clean.py::test_clean_all[False]": 0.5288615463841122, - "tests/cli/test_main_clean.py::test_clean_all[True]": 0.5246695478884524, - "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[False]": 0.3908365598175134, - "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[True]": 0.2722836769984334, - "tests/cli/test_main_clean.py::test_clean_and_packages": 0.3845614517219236, - "tests/cli/test_main_clean.py::test_clean_force_pkgs_dirs": 0.2520533599472255, - "tests/cli/test_main_clean.py::test_clean_index_cache": 0.24172960352340464, - "tests/cli/test_main_clean.py::test_clean_logfiles": 0.18368587266183228, - "tests/cli/test_main_clean.py::test_clean_tarballs": 0.18417967577292407, - "tests/cli/test_main_clean.py::test_clean_tempfiles": 0.18685932278748263, - "tests/cli/test_main_clean.py::test_get_size": 0.0026780694705353476, - "tests/cli/test_main_clean.py::test_get_size_None": 0.0019437802724300182, - "tests/cli/test_main_clean.py::test_get_size_list": 0.0018876731429311787, - "tests/cli/test_main_commands.py::test_commands": 0.07238235376234066, - "tests/cli/test_main_compare.py::test_compare": 0.05757834497505882, - "tests/cli/test_main_config.py::test_config_get_key": 0.012955308360952435, - "tests/cli/test_main_config.py::test_config_get_missing[get]": 0.0832200248772461, - "tests/cli/test_main_config.py::test_config_get_missing[key]": 0.08204034915219924, - "tests/cli/test_main_config.py::test_config_get_missing[unknown]": 0.08078681804559039, - "tests/cli/test_main_config.py::test_config_get_system[get]": 0.07954333659587268, - "tests/cli/test_main_config.py::test_config_get_system[key]": 0.08198867689032881, - "tests/cli/test_main_config.py::test_config_get_system[unknown]": 0.08149140163074318, - "tests/cli/test_main_config.py::test_config_get_user[get]": 0.08571253777797123, - "tests/cli/test_main_config.py::test_config_get_user[key]": 0.08258576239688158, - "tests/cli/test_main_config.py::test_config_get_user[unknown]": 0.08258291243487878, - "tests/cli/test_main_config.py::test_config_read_rc": 0.0036357696775630617, - "tests/cli/test_main_config.py::test_config_remove_item": 0.0052567515123262895, - "tests/cli/test_main_config.py::test_config_remove_key": 0.002665601865107734, - "tests/cli/test_main_config.py::test_config_set_key": 0.004194181312631649, - "tests/cli/test_main_config.py::test_config_set_keys": 0.00733863743013152, - "tests/cli/test_main_config.py::test_config_show_sources_json": 0.07087621691492205, - "tests/cli/test_main_config.py::test_config_write_rc": 0.003333476414844693, - "tests/cli/test_main_export.py::test_execute_export_no_file_specified": 0.07501734145730636, - "tests/cli/test_main_export.py::test_export": 0.06964950650321704, - "tests/cli/test_main_export.py::test_export_add_channels": 0.07337280074037245, - "tests/cli/test_main_export.py::test_export_override_channels": 0.08128553529053299, - "tests/cli/test_main_export.py::test_export_with_json": 0.0806309092716848, - "tests/cli/test_main_export.py::test_export_yaml_file_extension": 0.05981348185511532, - "tests/cli/test_main_info.py::test_info": 0.29018418190428974, + "tests/cli/test_env.py::test_deprecated_binstar[classic]": 0.12449301544090946, + "tests/cli/test_env.py::test_deprecated_binstar[libmamba]": 0.14194048861097977, + "tests/cli/test_env.py::test_env_export[classic]": 41.993097502153766, + "tests/cli/test_env.py::test_env_export[libmamba]": 2.4008832711183272, + "tests/cli/test_env.py::test_env_export_json[classic]": 6.525411882505007, + "tests/cli/test_env.py::test_env_export_json[libmamba]": 0.8881331985067029, + "tests/cli/test_env.py::test_env_export_with_variables[classic]": 39.034192136269716, + "tests/cli/test_env.py::test_env_export_with_variables[libmamba]": 2.167036996792611, + "tests/cli/test_env.py::test_export_multi_channel[classic]": 56.78326987805534, + "tests/cli/test_env.py::test_export_multi_channel[libmamba]": 17.573959156822678, + "tests/cli/test_env.py::test_invalid_extensions[classic]": 0.06631699615836066, + "tests/cli/test_env.py::test_invalid_extensions[libmamba]": 0.06802921658378883, + "tests/cli/test_env.py::test_list[classic]": 1.960606901870028, + "tests/cli/test_env.py::test_list[libmamba]": 2.5862837587320873, + "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.5939892237142236, + "tests/cli/test_env.py::test_name_override[libmamba]": 0.8456149131275325, + "tests/cli/test_env.py::test_non_existent_file[classic]": 0.06929731646182279, + "tests/cli/test_env.py::test_non_existent_file[libmamba]": 0.06778102869768168, + "tests/cli/test_env.py::test_pip_error_is_propagated[classic]": 49.62257253887571, + "tests/cli/test_env.py::test_pip_error_is_propagated[libmamba]": 7.009431221030396, + "tests/cli/test_env.py::test_remove_dry_run[classic]": 0.4689639217404947, + "tests/cli/test_env.py::test_remove_dry_run[libmamba]": 1.2804778803927426, + "tests/cli/test_env.py::test_set_unset_env_vars[classic]": 0.6690117721137081, + "tests/cli/test_env.py::test_set_unset_env_vars[libmamba]": 1.3026497681570148, + "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[classic]": 0.07083105152829407, + "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[libmamba]": 0.06877016610223027, + "tests/cli/test_env.py::test_update[classic]": 67.02991848920722, + "tests/cli/test_env.py::test_update[libmamba]": 1.8190339700364744, + "tests/cli/test_env.py::test_update_env_json_output[classic]": 57.61079621211633, + "tests/cli/test_env.py::test_update_env_json_output[libmamba]": 1.3768622439152032, + "tests/cli/test_env.py::test_update_env_no_action_json_output[classic]": 94.33950869469167, + "tests/cli/test_env.py::test_update_env_no_action_json_output[libmamba]": 9.931533637433626, + "tests/cli/test_env.py::test_update_env_only_pip_json_output[classic]": 96.48145370571714, + "tests/cli/test_env.py::test_update_env_only_pip_json_output[libmamba]": 10.050943130038952, + "tests/cli/test_find_commands.py::test_find_commands": 0.010154992014476337, + "tests/cli/test_find_commands.py::test_find_executable": 0.004289612297036178, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--debug]": 0.04733229718208855, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--json]": 0.04558307820124365, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--trace]": 0.047372811883513145, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[-v]": 0.04575923917257674, + "tests/cli/test_main.py::test_main": 0.049316399875865, + "tests/cli/test_main_clean.py::test_clean_all[False]": 0.5268936148704326, + "tests/cli/test_main_clean.py::test_clean_all[True]": 0.5298536501610247, + "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[False]": 0.4576311190448, + "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[True]": 0.2773362832160893, + "tests/cli/test_main_clean.py::test_clean_and_packages": 0.3917152795374204, + "tests/cli/test_main_clean.py::test_clean_force_pkgs_dirs": 0.24575140551690777, + "tests/cli/test_main_clean.py::test_clean_index_cache": 0.23646492941567354, + "tests/cli/test_main_clean.py::test_clean_logfiles": 0.18725808853104897, + "tests/cli/test_main_clean.py::test_clean_tarballs": 0.18598892257048177, + "tests/cli/test_main_clean.py::test_clean_tempfiles": 0.18728585911886644, + "tests/cli/test_main_clean.py::test_get_size": 0.002687397819391776, + "tests/cli/test_main_clean.py::test_get_size_None": 0.001946970960868882, + "tests/cli/test_main_clean.py::test_get_size_list": 0.001927158796053033, + "tests/cli/test_main_commands.py::test_commands": 0.07145322574676777, + "tests/cli/test_main_compare.py::test_compare": 0.057780042901530666, + "tests/cli/test_main_config.py::test_config_get_key": 0.013019716437507819, + "tests/cli/test_main_config.py::test_config_get_missing[get]": 0.08386321055972353, + "tests/cli/test_main_config.py::test_config_get_missing[key]": 0.08122807852801758, + "tests/cli/test_main_config.py::test_config_get_missing[unknown]": 0.08043534212938377, + "tests/cli/test_main_config.py::test_config_get_system[get]": 0.08008419333424131, + "tests/cli/test_main_config.py::test_config_get_system[key]": 0.08122388018396157, + "tests/cli/test_main_config.py::test_config_get_system[unknown]": 0.0816871902818575, + "tests/cli/test_main_config.py::test_config_get_user[get]": 0.08465666298498543, + "tests/cli/test_main_config.py::test_config_get_user[key]": 0.08293951182002507, + "tests/cli/test_main_config.py::test_config_get_user[unknown]": 0.08229957020651889, + "tests/cli/test_main_config.py::test_config_read_rc": 0.0036594099442627042, + "tests/cli/test_main_config.py::test_config_remove_item": 0.0053674188697103945, + "tests/cli/test_main_config.py::test_config_remove_key": 0.002640262020764533, + "tests/cli/test_main_config.py::test_config_set_key": 0.0042559351157281525, + "tests/cli/test_main_config.py::test_config_set_keys": 0.006951567185513056, + "tests/cli/test_main_config.py::test_config_show_sources_json": 0.07182968019527272, + "tests/cli/test_main_config.py::test_config_write_rc": 0.0033143032874061143, + "tests/cli/test_main_export.py::test_execute_export_no_file_specified": 0.07098186667961284, + "tests/cli/test_main_export.py::test_export": 0.06993093856191783, + "tests/cli/test_main_export.py::test_export_add_channels": 0.07176812394780328, + "tests/cli/test_main_export.py::test_export_override_channels": 0.08175042136661333, + "tests/cli/test_main_export.py::test_export_with_json": 0.07561334863266991, + "tests/cli/test_main_export.py::test_export_yaml_file_extension": 0.05954375986969382, + "tests/cli/test_main_info.py::test_info": 0.29100597888669055, "tests/cli/test_main_info.py::test_info_all": 0.07222066250000125, - "tests/cli/test_main_info.py::test_info_json": 0.07860084131718537, - "tests/cli/test_main_info.py::test_info_root": 0.14595866830072074, - "tests/cli/test_main_info.py::test_info_unsafe_channels": 0.1575614843427444, - "tests/cli/test_main_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 328.9981079481873, - "tests/cli/test_main_install.py::test_install_freezes_env_by_default": 0.6415911176446354, - "tests/cli/test_main_install.py::test_install_from_extracted_package": 9.84660264467689, - "tests/cli/test_main_install.py::test_install_mkdir": 17.26109030961304, - "tests/cli/test_main_list.py::test_explicit[--md5]": 2.6947013689538752, - "tests/cli/test_main_list.py::test_explicit[--quiet]": 2.671531730410616, - "tests/cli/test_main_list.py::test_explicit[--sha256]": 2.280825125468006, - "tests/cli/test_main_list.py::test_export": 0.925456215176614, - "tests/cli/test_main_list.py::test_list": 1.0937796783848155, - "tests/cli/test_main_list.py::test_list_explicit": 3.8525570217632583, - "tests/cli/test_main_list.py::test_list_json": 0.15266759400584454, - "tests/cli/test_main_list.py::test_list_package": 0.1000393727347391, - "tests/cli/test_main_list.py::test_list_reverse": 3.7177456808939238, - "tests/cli/test_main_list.py::test_list_revisions": 0.12627531439565112, - "tests/cli/test_main_list.py::test_list_specific_version": 0.18202192876325118, - "tests/cli/test_main_notices.py::test_cache_names_appear_as_expected": 0.07055920208624669, - "tests/cli/test_main_notices.py::test_main_notices[200]": 0.07207084161598001, - "tests/cli/test_main_notices.py::test_main_notices[404]": 0.06970573526588554, - "tests/cli/test_main_notices.py::test_main_notices_handles_bad_expired_at_field": 0.07964198681076597, - "tests/cli/test_main_notices.py::test_main_notices_help": 0.02492425731460121, - "tests/cli/test_main_notices.py::test_main_notices_json": 0.04342107021156827, - "tests/cli/test_main_notices.py::test_main_notices_reads_from_cache": 0.06997750523106983, - "tests/cli/test_main_notices.py::test_main_notices_reads_from_expired_cache": 0.07188026302531876, - "tests/cli/test_main_notices.py::test_notices_appear_once_when_running_decorated_commands": 2.1640927404285133, - "tests/cli/test_main_notices.py::test_notices_cannot_read_cache_files": 0.10208068976877804, - "tests/cli/test_main_notices.py::test_notices_does_not_interrupt_command_on_failure": 0.34495477400642977, - "tests/cli/test_main_notices.py::test_notices_work_with_s3_channel": 0.11156619085188167, - "tests/cli/test_main_remove.py::test_remove_all": 8.317531029503712, - "tests/cli/test_main_remove.py::test_remove_all_keep_env": 7.899042225603463, - "tests/cli/test_main_remove.py::test_remove_globbed_package_names[classic]": 14.832596113477974, - "tests/cli/test_main_remove.py::test_remove_globbed_package_names[libmamba]": 0.7670417296760194, - "tests/cli/test_main_remove.py::test_remove_nonexistent_env": 0.054522437433700964, - "tests/cli/test_main_rename.py::test_cannot_rename_active_env_by_name": 1.403454317638692, - "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_name": 0.06436857957964268, - "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_path": 0.06698861323589052, - "tests/cli/test_main_rename.py::test_cannot_rename_nonexistent_env": 0.06480293269986513, - "tests/cli/test_main_rename.py::test_protected_dirs_error_for_rename": 1.0424524443215482, - "tests/cli/test_main_rename.py::test_rename_by_name_name_already_exists_error": 1.2002781166176444, - "tests/cli/test_main_rename.py::test_rename_by_name_success": 1.732218411254977, - "tests/cli/test_main_rename.py::test_rename_by_path_path_already_exists_error": 1.4865266541499198, - "tests/cli/test_main_rename.py::test_rename_by_path_success": 1.7269895535818158, - "tests/cli/test_main_rename.py::test_rename_with_dry_run": 1.315786806965408, - "tests/cli/test_main_rename.py::test_rename_with_force": 3.6317388089840135, - "tests/cli/test_main_rename.py::test_rename_with_force_and_dry_run": 1.4749255650524324, - "tests/cli/test_main_rename.py::test_rename_with_force_with_errors": 3.070309923819182, - "tests/cli/test_main_rename.py::test_rename_with_force_with_errors_prefix": 1.3753985835880558, - "tests/cli/test_main_rename.py::test_separator_chars_on_win": 0.00040024632906021553, - "tests/cli/test_main_run.py::test_conda_run_nonexistant_prefix": 0.05676987222125125, - "tests/cli/test_main_run.py::test_conda_run_prefix_not_a_conda_env": 0.05822757693320436, - "tests/cli/test_main_run.py::test_multiline_run_command": 1.8699937691005268, - "tests/cli/test_main_run.py::test_run_readonly_env": 1.7997333003581777, - "tests/cli/test_main_run.py::test_run_returns_int": 1.8218795486729784, - "tests/cli/test_main_run.py::test_run_returns_nonzero_errorlevel": 1.9470089400020825, - "tests/cli/test_main_run.py::test_run_returns_zero_errorlevel": 1.720524091204772, - "tests/cli/test_main_run.py::test_run_uncaptured": 1.8270636833429283, - "tests/cli/test_main_search.py::test_anaconda_token_with_private_package": 31.930537450473324, - "tests/cli/test_main_search.py::test_bad_anaconda_token": 2.1255488997043317, - "tests/cli/test_main_search.py::test_current_platform_package_missing": 0.14688979294406485, - "tests/cli/test_main_search.py::test_different_platform_package_found": 0.0964183696944766, - "tests/cli/test_main_search.py::test_mocked_platform_package_found": 0.13417789422048435, - "tests/cli/test_main_search.py::test_pretty_record": 0.0031606613121543943, - "tests/cli/test_main_search.py::test_rpy_search[linux-32]": 10.79601967180993, - "tests/cli/test_main_search.py::test_rpy_search[linux-64]": 15.416703117882506, - "tests/cli/test_main_search.py::test_rpy_search[osx-64]": 13.86041016921482, - "tests/cli/test_main_search.py::test_rpy_search[win-32]": 10.319961251130247, - "tests/cli/test_main_search.py::test_rpy_search[win-64]": 10.231547617499997, - "tests/cli/test_main_search.py::test_search_0": 13.835356501260543, - "tests/cli/test_main_search.py::test_search_1": 0.33730710283704224, - "tests/cli/test_main_search.py::test_search_2[exact]": 0.6147890307771853, - "tests/cli/test_main_search.py::test_search_2[wildcard]": 2.4412097183922117, - "tests/cli/test_main_search.py::test_search_3": 0.11616821700574761, - "tests/cli/test_main_search.py::test_search_4": 0.21685664946274108, - "tests/cli/test_main_search.py::test_search_5": 0.8958287856281525, - "tests/cli/test_main_search.py::test_search_envs": 0.10762299682245739, - "tests/cli/test_main_search.py::test_search_envs_info": 0.14400814440948448, - "tests/cli/test_main_search.py::test_search_envs_json": 0.10513782548504091, - "tests/cli/test_main_search.py::test_search_inflexible": 0.21650873322201505, - "tests/cli/test_main_search.py::test_unknown_platform_package_missing": 0.10128056251371303, - "tests/cli/test_subcommands.py::test_clean[classic]": 0.8101020037368595, - "tests/cli/test_subcommands.py::test_clean[libmamba]": 1.4275431206181295, - "tests/cli/test_subcommands.py::test_compare[classic]": 0.16950013566496652, - "tests/cli/test_subcommands.py::test_compare[libmamba]": 3.538259926414562, - "tests/cli/test_subcommands.py::test_config[classic]": 0.07955505508792736, - "tests/cli/test_subcommands.py::test_config[libmamba]": 0.07966664351292323, - "tests/cli/test_subcommands.py::test_create[classic]": 0.2388656267529118, - "tests/cli/test_subcommands.py::test_create[libmamba]": 5.930272660195601, - "tests/cli/test_subcommands.py::test_doctor[classic]": 2.0783405694922017, - "tests/cli/test_subcommands.py::test_doctor[libmamba]": 2.105101331269224, - "tests/cli/test_subcommands.py::test_env_config_vars[classic]": 0.3160727346300568, - "tests/cli/test_subcommands.py::test_env_config_vars[libmamba]": 1.55030461172646, - "tests/cli/test_subcommands.py::test_env_create[classic]": 0.747642175230758, - "tests/cli/test_subcommands.py::test_env_create[libmamba]": 1.8765818681812225, - "tests/cli/test_subcommands.py::test_env_export[classic]": 0.46701591709694257, - "tests/cli/test_subcommands.py::test_env_export[libmamba]": 0.4906470851144678, - "tests/cli/test_subcommands.py::test_env_list[classic]": 0.16111222276502732, - "tests/cli/test_subcommands.py::test_env_list[libmamba]": 0.16261439088829444, - "tests/cli/test_subcommands.py::test_env_remove[classic]": 0.25319184709143794, - "tests/cli/test_subcommands.py::test_env_remove[libmamba]": 1.122638423074273, - "tests/cli/test_subcommands.py::test_env_update[classic]": 0.7162733586279493, - "tests/cli/test_subcommands.py::test_env_update[libmamba]": 2.7592562233463416, - "tests/cli/test_subcommands.py::test_info[classic]": 0.085767698656798, - "tests/cli/test_subcommands.py::test_info[libmamba]": 0.08379930566866947, - "tests/cli/test_subcommands.py::test_info_json[classic]": 0.1595035598451308, - "tests/cli/test_subcommands.py::test_info_json[libmamba]": 0.1599259295237088, - "tests/cli/test_subcommands.py::test_init[classic]": 0.09127473058697093, - "tests/cli/test_subcommands.py::test_init[libmamba]": 0.09067766081378285, - "tests/cli/test_subcommands.py::test_install[classic]": 2.5165375950663167, - "tests/cli/test_subcommands.py::test_install[libmamba]": 3.364397796363148, - "tests/cli/test_subcommands.py::test_list[classic]": 0.9594882726614844, - "tests/cli/test_subcommands.py::test_list[libmamba]": 1.3760436455328575, - "tests/cli/test_subcommands.py::test_notices[classic]": 0.16372264989078464, - "tests/cli/test_subcommands.py::test_notices[libmamba]": 0.17580475681136196, - "tests/cli/test_subcommands.py::test_package[classic]": 0.1716413393155221, - "tests/cli/test_subcommands.py::test_package[libmamba]": 1.3132901277572284, - "tests/cli/test_subcommands.py::test_remove[classic-remove]": 0.22639697710252105, - "tests/cli/test_subcommands.py::test_remove[classic-uninstall]": 0.24471214302591027, - "tests/cli/test_subcommands.py::test_remove[libmamba-remove]": 1.3350785917484735, - "tests/cli/test_subcommands.py::test_remove[libmamba-uninstall]": 0.9348773879576683, - "tests/cli/test_subcommands.py::test_remove_all_json[classic-remove]": 1.9002939967855443, - "tests/cli/test_subcommands.py::test_remove_all_json[classic-uninstall]": 0.5224949072895819, - "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-remove]": 1.2549771935676075, - "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-uninstall]": 1.503092479337852, - "tests/cli/test_subcommands.py::test_rename[classic]": 0.31198393650378753, - "tests/cli/test_subcommands.py::test_rename[libmamba]": 1.390921074392162, - "tests/cli/test_subcommands.py::test_run[classic]": 24.717504781219613, - "tests/cli/test_subcommands.py::test_run[libmamba]": 2.1216564745994475, - "tests/cli/test_subcommands.py::test_search[classic]": 0.6317941857579233, - "tests/cli/test_subcommands.py::test_search[libmamba]": 16.533445999822014, - "tests/cli/test_subcommands.py::test_update[classic-update]": 1.2357553337490748, - "tests/cli/test_subcommands.py::test_update[classic-upgrade]": 1.2504443099956355, - "tests/cli/test_subcommands.py::test_update[libmamba-update]": 2.868860567977205, - "tests/cli/test_subcommands.py::test_update[libmamba-upgrade]": 2.941328116248757, - "tests/common/os/test_windows.py::test_is_admin_on_windows": 0.001615245288287871, - "tests/common/pkg_formats/test_python.py::test_basepydist_load_requires_provides_file": 0.0019463399414926439, - "tests/common/pkg_formats/test_python.py::test_basepydist_parse_entries_file_data": 0.002023275848536157, - "tests/common/pkg_formats/test_python.py::test_basepydist_parse_requires_file_data": 0.0017775331273367134, - "tests/common/pkg_formats/test_python.py::test_dist_get_paths": 0.0020007635957186606, - "tests/common/pkg_formats/test_python.py::test_dist_get_paths_no_paths": 0.0017801068160820924, - "tests/common/pkg_formats/test_python.py::test_evaluate_marker": 0.00214066882897172, - "tests/common/pkg_formats/test_python.py::test_get_default_marker_context": 0.0017434157988339583, - "tests/common/pkg_formats/test_python.py::test_get_dist_file_from_egg_link": 0.002530663975582856, - "tests/common/pkg_formats/test_python.py::test_get_dist_requirements": 0.002048719902940836, - "tests/common/pkg_formats/test_python.py::test_get_entry_points": 0.0022967308101518057, - "tests/common/pkg_formats/test_python.py::test_get_extra_provides": 0.002030953842962006, - "tests/common/pkg_formats/test_python.py::test_get_python_distribution_info": 0.0003498145706281691, - "tests/common/pkg_formats/test_python.py::test_get_site_packages_anchor_files": 0.0023888820673639627, + "tests/cli/test_main_info.py::test_info_json": 0.07710844876548278, + "tests/cli/test_main_info.py::test_info_root": 0.15382886379045982, + "tests/cli/test_main_info.py::test_info_unsafe_channels": 0.1620615287722723, + "tests/cli/test_main_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 314.9599530068043, + "tests/cli/test_main_install.py::test_install_freezes_env_by_default": 0.7763838219221278, + "tests/cli/test_main_install.py::test_install_from_extracted_package": 11.012727260181356, + "tests/cli/test_main_install.py::test_install_mkdir": 18.542019303697757, + "tests/cli/test_main_list.py::test_explicit[--md5]": 3.3840590867044336, + "tests/cli/test_main_list.py::test_explicit[--quiet]": 2.840806507601165, + "tests/cli/test_main_list.py::test_explicit[--sha256]": 2.616485141212581, + "tests/cli/test_main_list.py::test_export": 1.004835367609756, + "tests/cli/test_main_list.py::test_list": 1.167186670880652, + "tests/cli/test_main_list.py::test_list_explicit": 4.001499733663047, + "tests/cli/test_main_list.py::test_list_json": 0.14936690138869346, + "tests/cli/test_main_list.py::test_list_package": 0.08878073834636074, + "tests/cli/test_main_list.py::test_list_reverse": 3.661907674245553, + "tests/cli/test_main_list.py::test_list_revisions": 0.12842357937146534, + "tests/cli/test_main_list.py::test_list_specific_version": 0.1793357084822797, + "tests/cli/test_main_notices.py::test_cache_names_appear_as_expected": 0.09316213669073098, + "tests/cli/test_main_notices.py::test_main_notices[200]": 0.09335512727531185, + "tests/cli/test_main_notices.py::test_main_notices[404]": 0.09612162310754702, + "tests/cli/test_main_notices.py::test_main_notices_handles_bad_expired_at_field": 0.09843519104025002, + "tests/cli/test_main_notices.py::test_main_notices_help": 0.02496826490682742, + "tests/cli/test_main_notices.py::test_main_notices_json": 0.04020136172666853, + "tests/cli/test_main_notices.py::test_main_notices_reads_from_cache": 0.096646719161334, + "tests/cli/test_main_notices.py::test_main_notices_reads_from_expired_cache": 0.0939792763281885, + "tests/cli/test_main_notices.py::test_notices_appear_once_when_running_decorated_commands": 2.4478844929351515, + "tests/cli/test_main_notices.py::test_notices_cannot_read_cache_files": 0.1272841507967082, + "tests/cli/test_main_notices.py::test_notices_does_not_interrupt_command_on_failure": 0.380267554608264, + "tests/cli/test_main_notices.py::test_notices_work_with_s3_channel": 0.13714246159053925, + "tests/cli/test_main_remove.py::test_remove_all": 8.377775829853308, + "tests/cli/test_main_remove.py::test_remove_all_keep_env": 8.058904637474956, + "tests/cli/test_main_remove.py::test_remove_globbed_package_names[classic]": 15.232036761190074, + "tests/cli/test_main_remove.py::test_remove_globbed_package_names[libmamba]": 0.7997307529913579, + "tests/cli/test_main_remove.py::test_remove_nonexistent_env": 0.05466673145911179, + "tests/cli/test_main_rename.py::test_cannot_rename_active_env_by_name": 1.3665710987628428, + "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_name": 0.06148306252908744, + "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_path": 0.0631416644857053, + "tests/cli/test_main_rename.py::test_cannot_rename_nonexistent_env": 0.06183880893441577, + "tests/cli/test_main_rename.py::test_protected_dirs_error_for_rename": 1.138330288326256, + "tests/cli/test_main_rename.py::test_rename_by_name_name_already_exists_error": 1.0534675052452567, + "tests/cli/test_main_rename.py::test_rename_by_name_success": 1.9388913876588725, + "tests/cli/test_main_rename.py::test_rename_by_path_path_already_exists_error": 1.22174811953533, + "tests/cli/test_main_rename.py::test_rename_by_path_success": 1.511549050927562, + "tests/cli/test_main_rename.py::test_rename_with_dry_run": 1.457034754431322, + "tests/cli/test_main_rename.py::test_rename_with_force": 3.341623543452969, + "tests/cli/test_main_rename.py::test_rename_with_force_and_dry_run": 1.3909015391276438, + "tests/cli/test_main_rename.py::test_rename_with_force_with_errors": 3.3626683542416376, + "tests/cli/test_main_rename.py::test_rename_with_force_with_errors_prefix": 1.0020936211489564, + "tests/cli/test_main_rename.py::test_separator_chars_on_win": 0.0004019109792621536, + "tests/cli/test_main_run.py::test_conda_run_nonexistant_prefix": 0.05702956164294598, + "tests/cli/test_main_run.py::test_conda_run_prefix_not_a_conda_env": 0.06225750624578196, + "tests/cli/test_main_run.py::test_multiline_run_command": 1.814153230410862, + "tests/cli/test_main_run.py::test_run_readonly_env": 1.7573210243873914, + "tests/cli/test_main_run.py::test_run_returns_int": 1.8617371700013736, + "tests/cli/test_main_run.py::test_run_returns_nonzero_errorlevel": 2.032052007779037, + "tests/cli/test_main_run.py::test_run_returns_zero_errorlevel": 1.722244241628791, + "tests/cli/test_main_run.py::test_run_uncaptured": 2.022678820551241, + "tests/cli/test_main_search.py::test_anaconda_token_with_private_package": 25.190170586508593, + "tests/cli/test_main_search.py::test_bad_anaconda_token": 1.3240792567936426, + "tests/cli/test_main_search.py::test_current_platform_package_missing": 0.14978527655859947, + "tests/cli/test_main_search.py::test_different_platform_package_found": 0.09500145278296208, + "tests/cli/test_main_search.py::test_mocked_platform_package_found": 0.12219613132751068, + "tests/cli/test_main_search.py::test_pretty_record": 0.0031384757986390437, + "tests/cli/test_main_search.py::test_rpy_search[linux-32]": 10.743868684695324, + "tests/cli/test_main_search.py::test_rpy_search[linux-64]": 15.055309811220178, + "tests/cli/test_main_search.py::test_rpy_search[osx-64]": 16.095405489958782, + "tests/cli/test_main_search.py::test_rpy_search[win-32]": 7.8625373438383885, + "tests/cli/test_main_search.py::test_rpy_search[win-64]": 9.532042482979206, + "tests/cli/test_main_search.py::test_search_0": 16.295462808059845, + "tests/cli/test_main_search.py::test_search_1": 0.32086173336587126, + "tests/cli/test_main_search.py::test_search_2[exact]": 0.14639661942631663, + "tests/cli/test_main_search.py::test_search_2[wildcard]": 5.492144900326719, + "tests/cli/test_main_search.py::test_search_3": 0.13177001722764384, + "tests/cli/test_main_search.py::test_search_4": 0.2020376871398029, + "tests/cli/test_main_search.py::test_search_5": 0.9189436559597116, + "tests/cli/test_main_search.py::test_search_envs": 0.13091327343686757, + "tests/cli/test_main_search.py::test_search_envs_info": 0.15626919241105233, + "tests/cli/test_main_search.py::test_search_envs_json": 0.09055936376776957, + "tests/cli/test_main_search.py::test_search_inflexible": 0.12972671168059777, + "tests/cli/test_main_search.py::test_unknown_platform_package_missing": 0.09558325217301093, + "tests/cli/test_subcommands.py::test_clean[classic]": 0.7855120837848452, + "tests/cli/test_subcommands.py::test_clean[libmamba]": 1.272194484940405, + "tests/cli/test_subcommands.py::test_compare[classic]": 0.17079376993876094, + "tests/cli/test_subcommands.py::test_compare[libmamba]": 2.818976677561518, + "tests/cli/test_subcommands.py::test_config[classic]": 0.08023833539257826, + "tests/cli/test_subcommands.py::test_config[libmamba]": 0.08000504817613088, + "tests/cli/test_subcommands.py::test_create[classic]": 0.3707210807990227, + "tests/cli/test_subcommands.py::test_create[libmamba]": 5.831410191101241, + "tests/cli/test_subcommands.py::test_doctor[classic]": 2.1053824903868463, + "tests/cli/test_subcommands.py::test_doctor[libmamba]": 2.1280910505762907, + "tests/cli/test_subcommands.py::test_env_config_vars[classic]": 0.3108942943055478, + "tests/cli/test_subcommands.py::test_env_config_vars[libmamba]": 1.5182909353389495, + "tests/cli/test_subcommands.py::test_env_create[classic]": 0.8796999650348364, + "tests/cli/test_subcommands.py::test_env_create[libmamba]": 2.011123576627316, + "tests/cli/test_subcommands.py::test_env_export[classic]": 0.49453132048636284, + "tests/cli/test_subcommands.py::test_env_export[libmamba]": 0.5291154276211647, + "tests/cli/test_subcommands.py::test_env_list[classic]": 0.1620530800799703, + "tests/cli/test_subcommands.py::test_env_list[libmamba]": 0.16044172054623815, + "tests/cli/test_subcommands.py::test_env_remove[classic]": 0.2470117887120967, + "tests/cli/test_subcommands.py::test_env_remove[libmamba]": 1.2454177751663391, + "tests/cli/test_subcommands.py::test_env_update[classic]": 0.9065727190015559, + "tests/cli/test_subcommands.py::test_env_update[libmamba]": 3.067278887511842, + "tests/cli/test_subcommands.py::test_info[classic]": 0.0858878243891861, + "tests/cli/test_subcommands.py::test_info[libmamba]": 0.08428651517876952, + "tests/cli/test_subcommands.py::test_info_json[classic]": 0.15720887337662465, + "tests/cli/test_subcommands.py::test_info_json[libmamba]": 0.16177667135339338, + "tests/cli/test_subcommands.py::test_init[classic]": 0.08975603372881924, + "tests/cli/test_subcommands.py::test_init[libmamba]": 0.09115149703098879, + "tests/cli/test_subcommands.py::test_install[classic]": 2.7898801054315387, + "tests/cli/test_subcommands.py::test_install[libmamba]": 4.315244098627823, + "tests/cli/test_subcommands.py::test_list[classic]": 0.9087360843522587, + "tests/cli/test_subcommands.py::test_list[libmamba]": 1.2233476846376508, + "tests/cli/test_subcommands.py::test_notices[classic]": 0.17902019141807418, + "tests/cli/test_subcommands.py::test_notices[libmamba]": 0.19592634716572707, + "tests/cli/test_subcommands.py::test_package[classic]": 0.17087411171942743, + "tests/cli/test_subcommands.py::test_package[libmamba]": 1.3505888302408344, + "tests/cli/test_subcommands.py::test_remove[classic-remove]": 0.22143517577049088, + "tests/cli/test_subcommands.py::test_remove[classic-uninstall]": 0.23368880905051187, + "tests/cli/test_subcommands.py::test_remove[libmamba-remove]": 1.1914108081035732, + "tests/cli/test_subcommands.py::test_remove[libmamba-uninstall]": 1.4099742784838598, + "tests/cli/test_subcommands.py::test_remove_all_json[classic-remove]": 1.7360197636895511, + "tests/cli/test_subcommands.py::test_remove_all_json[classic-uninstall]": 0.47908415806908183, + "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-remove]": 1.1526134347377872, + "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-uninstall]": 1.4687851283986864, + "tests/cli/test_subcommands.py::test_rename[classic]": 0.3894946069444845, + "tests/cli/test_subcommands.py::test_rename[libmamba]": 1.1030819603875626, + "tests/cli/test_subcommands.py::test_run[classic]": 29.105019622861665, + "tests/cli/test_subcommands.py::test_run[libmamba]": 2.068649099799882, + "tests/cli/test_subcommands.py::test_search[classic]": 0.4603686479260029, + "tests/cli/test_subcommands.py::test_search[libmamba]": 19.69179758997122, + "tests/cli/test_subcommands.py::test_update[classic-update]": 1.1225026905134798, + "tests/cli/test_subcommands.py::test_update[classic-upgrade]": 1.2721216641965887, + "tests/cli/test_subcommands.py::test_update[libmamba-update]": 2.6326962730348447, + "tests/cli/test_subcommands.py::test_update[libmamba-upgrade]": 2.826718002948214, + "tests/common/os/test_windows.py::test_is_admin_on_windows": 0.0016313529881626081, + "tests/common/pkg_formats/test_python.py::test_basepydist_load_requires_provides_file": 0.001953972403289828, + "tests/common/pkg_formats/test_python.py::test_basepydist_parse_entries_file_data": 0.002042509348992082, + "tests/common/pkg_formats/test_python.py::test_basepydist_parse_requires_file_data": 0.0017990205184582602, + "tests/common/pkg_formats/test_python.py::test_dist_get_paths": 0.002016025483713273, + "tests/common/pkg_formats/test_python.py::test_dist_get_paths_no_paths": 0.001806386303901742, + "tests/common/pkg_formats/test_python.py::test_evaluate_marker": 0.002134472768585742, + "tests/common/pkg_formats/test_python.py::test_get_default_marker_context": 0.001745594444179588, + "tests/common/pkg_formats/test_python.py::test_get_dist_file_from_egg_link": 0.002545958625571284, + "tests/common/pkg_formats/test_python.py::test_get_dist_requirements": 0.002061667622300548, + "tests/common/pkg_formats/test_python.py::test_get_entry_points": 0.002293444474413271, + "tests/common/pkg_formats/test_python.py::test_get_extra_provides": 0.002058499887278955, + "tests/common/pkg_formats/test_python.py::test_get_python_distribution_info": 0.0003616759144249769, + "tests/common/pkg_formats/test_python.py::test_get_site_packages_anchor_files": 0.002387441053079368, "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.002282857792317903, - "tests/common/pkg_formats/test_python.py::test_metadata[path1-True-False-False-False]": 0.0023423059295977393, - "tests/common/pkg_formats/test_python.py::test_metadata[path2-True-True-True-False]": 0.002447579696385764, - "tests/common/pkg_formats/test_python.py::test_metadata[path3-True-True-True-True]": 0.002360018840642834, - "tests/common/pkg_formats/test_python.py::test_metadata_keys": 0.0015860603470527867, - "tests/common/pkg_formats/test_python.py::test_metadata_none": 0.0016237259298529818, - "tests/common/pkg_formats/test_python.py::test_metadata_process_path": 0.001923421059277459, - "tests/common/pkg_formats/test_python.py::test_metadata_read_metadata": 0.0022604300578161567, - "tests/common/pkg_formats/test_python.py::test_norm_package_name": 0.0018107850812688745, - "tests/common/pkg_formats/test_python.py::test_norm_package_version": 0.0018630950783099878, - "tests/common/pkg_formats/test_python.py::test_parse_specification": 0.0034856964013999796, - "tests/common/pkg_formats/test_python.py::test_pydist_check_files": 0.0021628872471257435, - "tests/common/pkg_formats/test_python.py::test_pypi_name_to_conda_name": 0.001681208938543408, - "tests/common/pkg_formats/test_python.py::test_python_dist_egg_fpath": 0.0018874970054234116, - "tests/common/pkg_formats/test_python.py::test_python_dist_egg_path": 0.0019221276541945627, - "tests/common/pkg_formats/test_python.py::test_python_dist_info": 0.0021888751709983607, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies": 0.002745521503556341, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_2": 0.0019335808512533322, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_3": 0.001921973918765914, - "tests/common/pkg_formats/test_python.py::test_split_spec": 0.001811308104310449, - "tests/common/test_compat.py::test_deprecations[FILESYSTEM_ENCODING-TypeError]": 0.001970659986748968, - "tests/common/test_compat.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.001816325721389745, - "tests/common/test_compat.py::test_deprecations[ensure_unicode-TypeError]": 0.0018338576030261019, - "tests/common/test_compat.py::test_deprecations[open-TypeError]": 0.0019199862676752115, - "tests/common/test_compat.py::test_deprecations[six_with_metaclass-TypeError]": 0.0018499215314347194, - "tests/common/test_configuration.py::test_commented_map_parameter": 0.0028315280781344944, - "tests/common/test_configuration.py::test_config_resets": 0.0024964305653328842, - "tests/common/test_configuration.py::test_cross_parameter_validation": 0.0016583438166406822, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$$/suffix]": 0.001749498901953354, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$/suffix]": 0.0016911204157635724, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$1/suffix]": 0.0016916324191287274, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$MISSING/suffix]": 0.0017357963331118965, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$VARIABLE/suffix]": 0.0018366466681348924, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${1}/suffix]": 0.0017088983785837595, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${MISSING}/suffix]": 0.0017214489744403266, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${VARIABLE}/suffix]": 0.0018201623884628538, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${}/suffix]": 0.0017121620122356788, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%%/suffix]": 0.0017012367361309648, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%/suffix]": 0.0016947146973018293, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1%/suffix]": 0.0016855858550094325, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1/suffix]": 0.0017411178157487998, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%MISSING%/suffix]": 0.0017069738456655897, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%VARIABLE%/suffix]": 0.0003571273887182423, - "tests/common/test_configuration.py::test_default_values": 0.0018735420427186944, - "tests/common/test_configuration.py::test_empty_map_parameter": 0.004598043338063354, - "tests/common/test_configuration.py::test_env_var_config": 0.00212703273308313, - "tests/common/test_configuration.py::test_env_var_config_alias": 0.002114459014887506, - "tests/common/test_configuration.py::test_env_var_config_empty_sequence": 0.0020757598311984225, - "tests/common/test_configuration.py::test_env_var_config_no_split_sequence": 0.002127376378761473, - "tests/common/test_configuration.py::test_env_var_config_split_sequence": 0.002145857155246292, - "tests/common/test_configuration.py::test_expand_search_path": 0.0026549973958051856, - "tests/common/test_configuration.py::test_expanded_variables": 0.005646904815743198, - "tests/common/test_configuration.py::test_important_primitive_map_merges": 0.06516940207758161, - "tests/common/test_configuration.py::test_invalid_map_parameter": 0.0017501261230191386, - "tests/common/test_configuration.py::test_invalid_seq_parameter": 0.0017284753649718222, - "tests/common/test_configuration.py::test_list_merges": 0.05478101013589163, - "tests/common/test_configuration.py::test_load_raw_configs": 0.02085478761047134, - "tests/common/test_configuration.py::test_map_parameter_must_be_map": 0.002602659024127856, - "tests/common/test_configuration.py::test_nested": 0.011413488372016563, - "tests/common/test_configuration.py::test_object": 0.008852946240272882, - "tests/common/test_configuration.py::test_object_defaults_completely_empty": 0.002167465928059105, - "tests/common/test_configuration.py::test_object_defaults_partially_empty": 0.003961672761582887, - "tests/common/test_configuration.py::test_parameter": 0.0016577683977286113, - "tests/common/test_configuration.py::test_parameter_flag": 0.001591009296244126, - "tests/common/test_configuration.py::test_pretty_list": 0.0018591718565925423, - "tests/common/test_configuration.py::test_raise_errors": 0.0016349777790009717, - "tests/common/test_configuration.py::test_simple_merges_and_caching": 0.024133590607580968, - "tests/common/test_configuration.py::test_unique_sequence_map_error_with_duplicates": 0.0032929187660697343, - "tests/common/test_configuration.py::test_unique_sequence_map_error_with_unique_key": 0.0030860009022309004, - "tests/common/test_configuration.py::test_validate_all": 0.009908697777434862, - "tests/common/test_configuration.py::test_validation": 0.009751505575959413, - "tests/common/test_io.py::test_attach_stderr_handler": 0.0021667917134545658, - "tests/common/test_io.py::test_captured": 0.0018478030759059817, - "tests/common/test_path.py::test_get_major_minor_version_no_dot": 0.0017095745539655617, - "tests/common/test_path.py::test_missing_pyc_files_27": 0.0016463741363494766, - "tests/common/test_path.py::test_missing_pyc_files_34": 0.0016800354490265576, - "tests/common/test_path.py::test_missing_pyc_files_35": 0.0017312447062851398, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH0]": 0.00033467996576854863, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH10]": 0.0003241256925971984, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH11]": 0.00034325006903052914, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH1]": 0.000337181327878865, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH2]": 0.00035007006696435324, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH3]": 0.0003465360935352018, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH4]": 0.00033045167918444414, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH5]": 0.0003352184881826848, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH6]": 0.0003639809506939972, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH7]": 0.0003380158549525155, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH8]": 0.00033545050740432786, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH9]": 0.0003497310928867499, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC0]": 0.0003446480862507581, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC1]": 0.00033334564981694095, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC2]": 0.0003427019352158757, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC3]": 0.0003407074109022611, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC4]": 0.00034068927311689415, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC5]": 0.0003651672095434129, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC6]": 0.00034780472380863727, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC7]": 0.00034531112042202993, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd0]": 0.00034568962734430627, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd1]": 0.0003451435365277426, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd2]": 0.00035185950973580553, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd3]": 0.0003506477146831033, - "tests/common/test_path.py::test_path_conversion[cygpath-drive0]": 0.0003360999870781415, - "tests/common/test_path.py::test_path_conversion[cygpath-drive10]": 0.0003314491894509937, - "tests/common/test_path.py::test_path_conversion[cygpath-drive11]": 0.0003460797870662106, - "tests/common/test_path.py::test_path_conversion[cygpath-drive12]": 0.0003365984337291502, - "tests/common/test_path.py::test_path_conversion[cygpath-drive13]": 0.0003406730514010919, - "tests/common/test_path.py::test_path_conversion[cygpath-drive14]": 0.00033278700820144194, - "tests/common/test_path.py::test_path_conversion[cygpath-drive15]": 0.0003345812934598491, - "tests/common/test_path.py::test_path_conversion[cygpath-drive1]": 0.0003438304337542659, - "tests/common/test_path.py::test_path_conversion[cygpath-drive2]": 0.000349938986043711, - "tests/common/test_path.py::test_path_conversion[cygpath-drive3]": 0.00036309487648372143, - "tests/common/test_path.py::test_path_conversion[cygpath-drive4]": 0.000348417428174523, - "tests/common/test_path.py::test_path_conversion[cygpath-drive5]": 0.0003365681584548958, - "tests/common/test_path.py::test_path_conversion[cygpath-drive6]": 0.00036371558439697, - "tests/common/test_path.py::test_path_conversion[cygpath-drive7]": 0.00032960673855301863, - "tests/common/test_path.py::test_path_conversion[cygpath-drive8]": 0.00033870666431190505, - "tests/common/test_path.py::test_path_conversion[cygpath-drive9]": 0.0003399421141017019, - "tests/common/test_path.py::test_path_conversion[cygpath-relative0]": 0.0003359353001425084, - "tests/common/test_path.py::test_path_conversion[cygpath-relative1]": 0.00033848529273468, - "tests/common/test_path.py::test_path_conversion[cygpath-relative2]": 0.0003364896379037673, - "tests/common/test_path.py::test_path_conversion[cygpath-root0]": 0.00036147143715532435, - "tests/common/test_path.py::test_path_conversion[cygpath-root10]": 0.00035949976851654694, - "tests/common/test_path.py::test_path_conversion[cygpath-root11]": 0.0003369596521953988, - "tests/common/test_path.py::test_path_conversion[cygpath-root12]": 0.0003435660796384111, - "tests/common/test_path.py::test_path_conversion[cygpath-root13]": 0.00035086320227033013, - "tests/common/test_path.py::test_path_conversion[cygpath-root14]": 0.0003522071352237036, - "tests/common/test_path.py::test_path_conversion[cygpath-root1]": 0.00033858677666048217, - "tests/common/test_path.py::test_path_conversion[cygpath-root2]": 0.0003465414068444884, - "tests/common/test_path.py::test_path_conversion[cygpath-root3]": 0.00034701448063133, - "tests/common/test_path.py::test_path_conversion[cygpath-root4]": 0.0003398827787941922, - "tests/common/test_path.py::test_path_conversion[cygpath-root5]": 0.00033380240137605697, - "tests/common/test_path.py::test_path_conversion[cygpath-root6]": 0.0003457828611743269, - "tests/common/test_path.py::test_path_conversion[cygpath-root7]": 0.00034306074563650085, - "tests/common/test_path.py::test_path_conversion[cygpath-root8]": 0.0003424364970274412, - "tests/common/test_path.py::test_path_conversion[cygpath-root9]": 0.0003641402614982527, - "tests/common/test_path.py::test_path_conversion[fallback-PATH0]": 0.005881768051815016, - "tests/common/test_path.py::test_path_conversion[fallback-PATH10]": 0.006842504365984848, - "tests/common/test_path.py::test_path_conversion[fallback-PATH11]": 0.009100773529990228, - "tests/common/test_path.py::test_path_conversion[fallback-PATH1]": 0.006934257953303263, - "tests/common/test_path.py::test_path_conversion[fallback-PATH2]": 0.006906042403088674, - "tests/common/test_path.py::test_path_conversion[fallback-PATH3]": 0.0058858441411242515, - "tests/common/test_path.py::test_path_conversion[fallback-PATH4]": 0.009102736790162406, - "tests/common/test_path.py::test_path_conversion[fallback-PATH5]": 0.006936659855765528, - "tests/common/test_path.py::test_path_conversion[fallback-PATH6]": 0.005866959984612361, - "tests/common/test_path.py::test_path_conversion[fallback-PATH7]": 0.006954839428255771, - "tests/common/test_path.py::test_path_conversion[fallback-PATH8]": 0.009215244509744895, - "tests/common/test_path.py::test_path_conversion[fallback-PATH9]": 0.005859989876465993, - "tests/common/test_path.py::test_path_conversion[fallback-UNC0]": 0.00904793346387423, - "tests/common/test_path.py::test_path_conversion[fallback-UNC1]": 0.010401567718402716, - "tests/common/test_path.py::test_path_conversion[fallback-UNC2]": 0.009178729364235066, - "tests/common/test_path.py::test_path_conversion[fallback-UNC3]": 0.00586378422172474, - "tests/common/test_path.py::test_path_conversion[fallback-UNC4]": 0.006921297920082048, - "tests/common/test_path.py::test_path_conversion[fallback-UNC5]": 0.009012218375919015, - "tests/common/test_path.py::test_path_conversion[fallback-UNC6]": 0.005817357059897981, - "tests/common/test_path.py::test_path_conversion[fallback-UNC7]": 0.006911311374506384, - "tests/common/test_path.py::test_path_conversion[fallback-cwd0]": 0.014318007247103491, - "tests/common/test_path.py::test_path_conversion[fallback-cwd1]": 0.0037280484463556598, - "tests/common/test_path.py::test_path_conversion[fallback-cwd2]": 0.0035727393354439024, - "tests/common/test_path.py::test_path_conversion[fallback-cwd3]": 0.009509986348426444, - "tests/common/test_path.py::test_path_conversion[fallback-drive0]": 0.006858785673272435, - "tests/common/test_path.py::test_path_conversion[fallback-drive10]": 0.01957379962236111, - "tests/common/test_path.py::test_path_conversion[fallback-drive11]": 0.008095057867770443, - "tests/common/test_path.py::test_path_conversion[fallback-drive12]": 0.008190769477818976, - "tests/common/test_path.py::test_path_conversion[fallback-drive13]": 0.008074283915257429, - "tests/common/test_path.py::test_path_conversion[fallback-drive14]": 0.011255764007740693, - "tests/common/test_path.py::test_path_conversion[fallback-drive15]": 0.00805055134656879, - "tests/common/test_path.py::test_path_conversion[fallback-drive1]": 0.006844087549617955, - "tests/common/test_path.py::test_path_conversion[fallback-drive2]": 0.009600879529307106, - "tests/common/test_path.py::test_path_conversion[fallback-drive3]": 0.008037713574943726, - "tests/common/test_path.py::test_path_conversion[fallback-drive4]": 0.011499406276277366, - "tests/common/test_path.py::test_path_conversion[fallback-drive5]": 0.006871762603509344, - "tests/common/test_path.py::test_path_conversion[fallback-drive6]": 0.00686399342459387, - "tests/common/test_path.py::test_path_conversion[fallback-drive7]": 0.00794487798031779, - "tests/common/test_path.py::test_path_conversion[fallback-drive8]": 0.008060366980565965, - "tests/common/test_path.py::test_path_conversion[fallback-drive9]": 0.008082145621246248, - "tests/common/test_path.py::test_path_conversion[fallback-relative0]": 0.012096007989618617, - "tests/common/test_path.py::test_path_conversion[fallback-relative1]": 0.008982948307592005, - "tests/common/test_path.py::test_path_conversion[fallback-relative2]": 0.009046905877810655, - "tests/common/test_path.py::test_path_conversion[fallback-root0]": 0.010329621930283235, - "tests/common/test_path.py::test_path_conversion[fallback-root10]": 0.005817611650977667, - "tests/common/test_path.py::test_path_conversion[fallback-root11]": 0.0069939041533464245, - "tests/common/test_path.py::test_path_conversion[fallback-root12]": 0.00923843715882385, - "tests/common/test_path.py::test_path_conversion[fallback-root13]": 0.005814796818760169, - "tests/common/test_path.py::test_path_conversion[fallback-root14]": 0.006916725266260697, - "tests/common/test_path.py::test_path_conversion[fallback-root1]": 0.005958826873080703, - "tests/common/test_path.py::test_path_conversion[fallback-root2]": 0.005899161243787878, - "tests/common/test_path.py::test_path_conversion[fallback-root3]": 0.007202847793479021, - "tests/common/test_path.py::test_path_conversion[fallback-root4]": 0.009394398894302693, - "tests/common/test_path.py::test_path_conversion[fallback-root5]": 0.005911006592097182, - "tests/common/test_path.py::test_path_conversion[fallback-root6]": 0.005817875928335785, - "tests/common/test_path.py::test_path_conversion[fallback-root7]": 0.006964424502633968, - "tests/common/test_path.py::test_path_conversion[fallback-root8]": 0.009080174218125786, - "tests/common/test_path.py::test_path_conversion[fallback-root9]": 0.005789898802674882, - "tests/common/test_path.py::test_path_conversion_falsy[None]": 0.0017667494019741777, - "tests/common/test_path.py::test_path_conversion_falsy[empty dict]": 0.0017427777720851341, - "tests/common/test_path.py::test_path_conversion_falsy[empty list]": 0.001765343321957583, - "tests/common/test_path.py::test_path_conversion_falsy[empty set]": 0.0017736774391392729, - "tests/common/test_path.py::test_path_conversion_falsy[empty tuple]": 0.0017617597259049478, - "tests/common/test_path.py::test_path_identity": 0.0025144020483846884, - "tests/common/test_path.py::test_url_to_path_unix": 0.0018041976549773334, - "tests/common/test_path.py::test_url_to_path_windows_local": 0.012352467771814098, - "tests/common/test_path.py::test_url_to_path_windows_unc": 0.0016669310980122476, - "tests/common/test_path.py::test_win_path_backout": 0.0015912840419673006, - "tests/common/test_toposort.py::test_cycle": 0.0017230849641452013, - "tests/common/test_toposort.py::test_cycle_best_effort": 0.0017046216480735663, - "tests/common/test_toposort.py::test_degenerate": 0.0015901013960115166, - "tests/common/test_toposort.py::test_pop_key": 0.001636661072059753, - "tests/common/test_toposort.py::test_python_is_prioritized": 0.0016948519541609313, - "tests/common/test_toposort.py::test_simple": 0.001679662290202735, - "tests/common/test_url.py::test_add_username_and_pass_to_url": 0.0016725263971932986, - "tests/common/test_url.py::test_is_ip_address": 0.0016064823575558734, - "tests/common/test_url.py::test_is_ipv6_address": 0.0015902462745056973, - "tests/common/test_url.py::test_is_url": 0.0018423803431640955, - "tests/common/test_url.py::test_maybe_add_auth": 0.0017461197723547765, - "tests/common/test_url.py::test_split_scheme_auth_token": 0.0016376970256777232, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj0-http://conda.io/path/to/somewhere]": 0.0017558725976489177, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj1-https://user:pass@conda.io/path/to/somewhere]": 0.0017780577958940494, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj2-file:///opt/happy/path]": 0.0017538326403380817, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj3-file:///path/to/something.txt]": 0.0017427573319544697, - "tests/common/test_url.py::test_url_to_s3_info": 0.0016120519056277538, - "tests/common/test_url.py::test_urlparse[192.168.1.1:8080/path/to/resource-exp_url_obj0]": 0.0018272127517414388, - "tests/common/test_url.py::test_urlparse[file:///opt/happy/path-exp_url_obj2]": 0.001796232675931068, - "tests/common/test_url.py::test_urlparse[https://conda.io/happy/path-exp_url_obj1]": 0.0018030787021335354, - "tests/common/test_url.py::test_urlparse[https://u:p@conda.io/t/x1029384756/more/path-exp_url_obj3]": 0.0018063397056094733, - "tests/common/test_yaml.py::test_dump": 0.004545510010153274, - "tests/common/test_yaml.py::test_map": 0.0021440853281217945, - "tests/common/test_yaml.py::test_seq_simple": 0.0023365879561335055, - "tests/common/test_yaml.py::test_yaml_complex": 0.00797511467444065, - "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_none_values_error": 0.006839561161136993, - "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_permission_error": 0.021167139911949556, - "tests/core/test_envs_manager.py::test_prefix_cli_flag": 0.004083583410507768, - "tests/core/test_envs_manager.py::test_register_env_directory_creation_error": 0.007613199690768397, - "tests/core/test_envs_manager.py::test_register_unregister_location_env": 0.006915417442535401, - "tests/core/test_envs_manager.py::test_rewrite_environments_txt_file": 0.003501329082676098, - "tests/core/test_index.py::TestIndex::test_cache_entries[False]": 0.17483554723314293, - "tests/core/test_index.py::TestIndex::test_cache_entries[True]": 0.25049576267480733, - "tests/core/test_index.py::TestIndex::test_contains_invalid[False]": 0.14954988453522366, - "tests/core/test_index.py::TestIndex::test_contains_invalid[True]": 0.2345712591743081, - "tests/core/test_index.py::TestIndex::test_contains_valid[False]": 0.14947672965850223, - "tests/core/test_index.py::TestIndex::test_contains_valid[True]": 0.23496180158966778, - "tests/core/test_index.py::TestIndex::test_copy[False]": 0.3127210914006782, - "tests/core/test_index.py::TestIndex::test_copy[True]": 0.23542675349008307, - "tests/core/test_index.py::TestIndex::test_getitem_cache[False]": 0.15104864010983612, - "tests/core/test_index.py::TestIndex::test_getitem_cache[True]": 0.23510854964693623, - "tests/core/test_index.py::TestIndex::test_getitem_channel[False]": 0.1565642655903252, - "tests/core/test_index.py::TestIndex::test_getitem_channel[True]": 0.23215220501096875, - "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[False]": 0.1862924180953916, - "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[True]": 0.2378135930040843, - "tests/core/test_index.py::TestIndex::test_getitem_feature[False]": 0.15533950492623666, - "tests/core/test_index.py::TestIndex::test_getitem_feature[True]": 0.23037967597257253, - "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[False]": 0.1516991147803075, - "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[True]": 0.23290854404770125, - "tests/core/test_index.py::TestIndex::test_getitem_prefix[False]": 0.16075874999609968, - "tests/core/test_index.py::TestIndex::test_getitem_prefix[True]": 0.23654479827018504, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[False]": 0.15967832949877095, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[True]": 0.23443179450761054, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[False]": 0.14591213157124938, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[True]": 0.23186765756406108, - "tests/core/test_index.py::TestIndex::test_init_conflicting_subdirs": 0.033672772010720824, - "tests/core/test_index.py::TestIndex::test_init_prefix_data": 0.03380181935806641, - "tests/core/test_index.py::TestIndex::test_init_prefix_path": 0.03380098647634602, - "tests/core/test_index.py::TestIndex::test_init_use_local": 0.03450668797983825, - "tests/core/test_index.py::TestIndex::test_reduced_index[False]": 0.22484767135063088, - "tests/core/test_index.py::TestIndex::test_reduced_index[True]": 0.3090871111457142, - "tests/core/test_index.py::test__make_virtual_package": 0.0322610812616981, - "tests/core/test_index.py::test__supplement_index_with_cache": 0.037578564931311, - "tests/core/test_index.py::test__supplement_index_with_prefix": 0.2641339182871259, - "tests/core/test_index.py::test__supplement_index_with_prefix_index_class": 0.2749232132985465, - "tests/core/test_index.py::test_basic_get_reduced_index": 1.845414350721203, - "tests/core/test_index.py::test_calculate_channel_urls": 0.03223761010769765, - "tests/core/test_index.py::test_check_allowlist": 0.09617595687700457, - "tests/core/test_index.py::test_check_allowlist_and_denylist": 0.06868182152817728, - "tests/core/test_index.py::test_check_denylist": 0.06934949421535631, - "tests/core/test_index.py::test_dist_str_in_index": 0.0621394510742196, - "tests/core/test_index.py::test_fetch_index": 0.05626131169650804, - "tests/core/test_index.py::test_get_index_lazy": 6.310463910546868, - "tests/core/test_index.py::test_get_index_linux64_platform": 2.822249748829634, - "tests/core/test_index.py::test_get_index_osx64_platform": 10.831162045681006, - "tests/core/test_index.py::test_get_index_win64_platform": 11.243574068779823, - "tests/core/test_index.py::test_supplement_index_with_system": 0.035723984090023975, - "tests/core/test_index.py::test_supplement_index_with_system_archspec": 0.044921411594088335, - "tests/core/test_index.py::test_supplement_index_with_system_cuda": 0.03127236037444395, - "tests/core/test_index.py::test_supplement_index_with_system_glibc": 0.030524708958017916, - "tests/core/test_index.py::test_supplement_index_with_system_linux[1.2.3.4-1.2.3.4]": 0.048549337343266614, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2-4.2]": 0.0308439760449983, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.0-42-generic-4.2.0]": 0.03111164000753949, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.1-4.2.1]": 0.030729005389412003, - "tests/core/test_index.py::test_supplement_index_with_system_linux[5.4.89+-5.4.89]": 0.031241669241036364, - "tests/core/test_index.py::test_supplement_index_with_system_linux[5.5-rc1-5.5]": 0.030864958548960732, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a-9.1]": 0.03297982890266086, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a.2-9.1]": 0.03235390425443477, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.a.1-0]": 0.030623554442639003, - "tests/core/test_index.py::test_supplement_index_with_system_osx": 0.00036738693590314305, - "tests/core/test_initialize.py::test__get_python_info": 0.016620205677954195, - "tests/core/test_initialize.py::test_get_python_info": 0.019732167516011943, - "tests/core/test_initialize.py::test_init_all": 0.38382125387223154, - "tests/core/test_initialize.py::test_init_cmd_exe_registry": 0.0003793776440664798, - "tests/core/test_initialize.py::test_init_enable_long_path": 0.00038244961347613863, - "tests/core/test_initialize.py::test_init_sh_system": 0.06086687189149891, - "tests/core/test_initialize.py::test_init_sh_user_tcsh_unix": 0.06150155969573138, - "tests/core/test_initialize.py::test_init_sh_user_unix": 0.06538802978977172, - "tests/core/test_initialize.py::test_init_sh_user_windows": 0.0003811954270819583, - "tests/core/test_initialize.py::test_initialize_dev_bash": 0.12108604016359333, - "tests/core/test_initialize.py::test_initialize_dev_cmd_exe": 0.10364132855222595, - "tests/core/test_initialize.py::test_install_1": 0.07678699782969087, - "tests/core/test_initialize.py::test_install_conda_csh": 0.061551643728306786, - "tests/core/test_initialize.py::test_install_conda_fish": 0.05965476038438093, - "tests/core/test_initialize.py::test_install_conda_sh": 0.058472079683830135, - "tests/core/test_initialize.py::test_install_conda_xsh": 0.05896259233881997, - "tests/core/test_initialize.py::test_install_condabin_conda_bat": 0.056382969720796844, - "tests/core/test_initialize.py::test_make_entry_point": 0.06250055341291193, - "tests/core/test_initialize.py::test_make_entry_point_exe": 0.060171742930026396, - "tests/core/test_initialize.py::test_make_initialize_plan_bash_zsh": 0.07562349817515239, - "tests/core/test_initialize.py::test_make_initialize_plan_cmd_exe": 0.06866814521038118, - "tests/core/test_initialize.py::test_make_install_plan": 0.004008011099362204, - "tests/core/test_package_cache_data.py::test_ProgressiveFetchExtract_prefers_conda_v2_format": 0.023643253696618894, + "tests/common/pkg_formats/test_python.py::test_metadata[path0-False-False-False-False]": 0.0023155608818687494, + "tests/common/pkg_formats/test_python.py::test_metadata[path1-True-False-False-False]": 0.002370751206764182, + "tests/common/pkg_formats/test_python.py::test_metadata[path2-True-True-True-False]": 0.0024695941937459714, + "tests/common/pkg_formats/test_python.py::test_metadata[path3-True-True-True-True]": 0.0023912379001645723, + "tests/common/pkg_formats/test_python.py::test_metadata_keys": 0.0015989304788063797, + "tests/common/pkg_formats/test_python.py::test_metadata_none": 0.001654804818841857, + "tests/common/pkg_formats/test_python.py::test_metadata_process_path": 0.0019435062091219995, + "tests/common/pkg_formats/test_python.py::test_metadata_read_metadata": 0.002279973103942195, + "tests/common/pkg_formats/test_python.py::test_norm_package_name": 0.0018057217686571875, + "tests/common/pkg_formats/test_python.py::test_norm_package_version": 0.0018672948700500817, + "tests/common/pkg_formats/test_python.py::test_parse_specification": 0.0034466829757056425, + "tests/common/pkg_formats/test_python.py::test_pydist_check_files": 0.0021792806741364828, + "tests/common/pkg_formats/test_python.py::test_pypi_name_to_conda_name": 0.0017013373702404824, + "tests/common/pkg_formats/test_python.py::test_python_dist_egg_fpath": 0.001908736258506261, + "tests/common/pkg_formats/test_python.py::test_python_dist_egg_path": 0.0019357501059818322, + "tests/common/pkg_formats/test_python.py::test_python_dist_info": 0.002199885878932101, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies": 0.0027333795757201592, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_2": 0.0019511683754031414, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_3": 0.0019334343515239733, + "tests/common/pkg_formats/test_python.py::test_split_spec": 0.0018320704831734072, + "tests/common/test_compat.py::test_deprecations[FILESYSTEM_ENCODING-TypeError]": 0.0019877975783747673, + "tests/common/test_compat.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.0018506776274032125, + "tests/common/test_compat.py::test_deprecations[ensure_unicode-TypeError]": 0.001853766525648933, + "tests/common/test_compat.py::test_deprecations[open-TypeError]": 0.0019274093741866675, + "tests/common/test_compat.py::test_deprecations[six_with_metaclass-TypeError]": 0.001852537288478574, + "tests/common/test_configuration.py::test_commented_map_parameter": 0.002868809331872775, + "tests/common/test_configuration.py::test_config_resets": 0.0025215072775676283, + "tests/common/test_configuration.py::test_cross_parameter_validation": 0.0016658105885782202, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$$/suffix]": 0.0017591961074540875, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$/suffix]": 0.001708688922658892, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$1/suffix]": 0.0017165426514030337, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$MISSING/suffix]": 0.0017787934342061293, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$VARIABLE/suffix]": 0.0018980786995685995, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${1}/suffix]": 0.0017332329142190923, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${MISSING}/suffix]": 0.001735393880171428, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${VARIABLE}/suffix]": 0.0017974622985416672, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${}/suffix]": 0.0017623800710178771, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%%/suffix]": 0.0017178280795520063, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%/suffix]": 0.0017157727775440291, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1%/suffix]": 0.0017083733328420163, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1/suffix]": 0.0018075093928771621, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%MISSING%/suffix]": 0.0017280181680598907, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%VARIABLE%/suffix]": 0.00036487983467917574, + "tests/common/test_configuration.py::test_default_values": 0.001890789936046122, + "tests/common/test_configuration.py::test_empty_map_parameter": 0.004554849966775019, + "tests/common/test_configuration.py::test_env_var_config": 0.002144634064275834, + "tests/common/test_configuration.py::test_env_var_config_alias": 0.0021492930641623647, + "tests/common/test_configuration.py::test_env_var_config_empty_sequence": 0.0020926940768023184, + "tests/common/test_configuration.py::test_env_var_config_no_split_sequence": 0.0021399989115724553, + "tests/common/test_configuration.py::test_env_var_config_split_sequence": 0.0021671635081519243, + "tests/common/test_configuration.py::test_expand_search_path": 0.002643683471606665, + "tests/common/test_configuration.py::test_expanded_variables": 0.005649507962490963, + "tests/common/test_configuration.py::test_important_primitive_map_merges": 0.06501464012754936, + "tests/common/test_configuration.py::test_invalid_map_parameter": 0.0017584790302485795, + "tests/common/test_configuration.py::test_invalid_seq_parameter": 0.0017440422925380044, + "tests/common/test_configuration.py::test_list_merges": 0.05516370563111935, + "tests/common/test_configuration.py::test_load_raw_configs": 0.020793104191984654, + "tests/common/test_configuration.py::test_map_parameter_must_be_map": 0.002598079518816302, + "tests/common/test_configuration.py::test_nested": 0.011495383621004194, + "tests/common/test_configuration.py::test_object": 0.008886921555362571, + "tests/common/test_configuration.py::test_object_defaults_completely_empty": 0.0022184753441313043, + "tests/common/test_configuration.py::test_object_defaults_partially_empty": 0.0039879412723750444, + "tests/common/test_configuration.py::test_parameter": 0.001682053696148632, + "tests/common/test_configuration.py::test_parameter_flag": 0.0016156566963987568, + "tests/common/test_configuration.py::test_pretty_list": 0.0018707519885707781, + "tests/common/test_configuration.py::test_raise_errors": 0.0016560845123331353, + "tests/common/test_configuration.py::test_simple_merges_and_caching": 0.020382852519691356, + "tests/common/test_configuration.py::test_unique_sequence_map_error_with_duplicates": 0.003183895860958038, + "tests/common/test_configuration.py::test_unique_sequence_map_error_with_unique_key": 0.003063478114040356, + "tests/common/test_configuration.py::test_validate_all": 0.00992005005241755, + "tests/common/test_configuration.py::test_validation": 0.009799841949543595, + "tests/common/test_io.py::test_attach_stderr_handler": 0.002183045032696114, + "tests/common/test_io.py::test_captured": 0.0018622738743507396, + "tests/common/test_path.py::test_get_major_minor_version_no_dot": 0.0017267353079040305, + "tests/common/test_path.py::test_missing_pyc_files_27": 0.0016702745156995415, + "tests/common/test_path.py::test_missing_pyc_files_34": 0.0016921917328250509, + "tests/common/test_path.py::test_missing_pyc_files_35": 0.0017272599160335954, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH0]": 0.00035279362186488354, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH10]": 0.00033664647002010835, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH11]": 0.0003456465364629647, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH1]": 0.0003436772876630528, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH2]": 0.0003438729479344143, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH3]": 0.0003450106376413351, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH4]": 0.00034297524316811924, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH5]": 0.0003386480826031959, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH6]": 0.0003621058628731806, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH7]": 0.00033923780827806074, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH8]": 0.0003371895347864684, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH9]": 0.00037182631263705043, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC0]": 0.000348042830051074, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC1]": 0.00033831520001694913, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC2]": 0.00034845316521317244, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC3]": 0.0003456460729680318, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC4]": 0.00039281593416101414, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC5]": 0.0003552892405392437, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC6]": 0.0003483433374090759, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC7]": 0.0003594599602616239, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd0]": 0.0003502452157987008, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd1]": 0.00034631138047692067, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd2]": 0.0003516533536030865, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd3]": 0.00035526552159785015, + "tests/common/test_path.py::test_path_conversion[cygpath-drive0]": 0.0003419153181531823, + "tests/common/test_path.py::test_path_conversion[cygpath-drive10]": 0.0003418504561422567, + "tests/common/test_path.py::test_path_conversion[cygpath-drive11]": 0.0003486159844795921, + "tests/common/test_path.py::test_path_conversion[cygpath-drive12]": 0.00034191654218850004, + "tests/common/test_path.py::test_path_conversion[cygpath-drive13]": 0.033379899062163106, + "tests/common/test_path.py::test_path_conversion[cygpath-drive14]": 0.00033831998307215695, + "tests/common/test_path.py::test_path_conversion[cygpath-drive15]": 0.00043769312763274515, + "tests/common/test_path.py::test_path_conversion[cygpath-drive1]": 0.0003579277197400127, + "tests/common/test_path.py::test_path_conversion[cygpath-drive2]": 0.0003496664711694667, + "tests/common/test_path.py::test_path_conversion[cygpath-drive3]": 0.00034757548990858655, + "tests/common/test_path.py::test_path_conversion[cygpath-drive4]": 0.00035494427933617045, + "tests/common/test_path.py::test_path_conversion[cygpath-drive5]": 0.0003402596304044652, + "tests/common/test_path.py::test_path_conversion[cygpath-drive6]": 0.00036422526919642354, + "tests/common/test_path.py::test_path_conversion[cygpath-drive7]": 0.00034036299736011656, + "tests/common/test_path.py::test_path_conversion[cygpath-drive8]": 0.00034457744243350194, + "tests/common/test_path.py::test_path_conversion[cygpath-drive9]": 0.00034357043200134276, + "tests/common/test_path.py::test_path_conversion[cygpath-relative0]": 0.000341923127079234, + "tests/common/test_path.py::test_path_conversion[cygpath-relative1]": 0.00037076778944872436, + "tests/common/test_path.py::test_path_conversion[cygpath-relative2]": 0.0003452696650953529, + "tests/common/test_path.py::test_path_conversion[cygpath-root0]": 0.0003634014876437303, + "tests/common/test_path.py::test_path_conversion[cygpath-root10]": 0.00035405515534504427, + "tests/common/test_path.py::test_path_conversion[cygpath-root11]": 0.00034346442061932206, + "tests/common/test_path.py::test_path_conversion[cygpath-root12]": 0.0003448395339061614, + "tests/common/test_path.py::test_path_conversion[cygpath-root13]": 0.00035529150096744617, + "tests/common/test_path.py::test_path_conversion[cygpath-root14]": 0.00035427966630861125, + "tests/common/test_path.py::test_path_conversion[cygpath-root1]": 0.00034433387986828375, + "tests/common/test_path.py::test_path_conversion[cygpath-root2]": 0.00034785040285464295, + "tests/common/test_path.py::test_path_conversion[cygpath-root3]": 0.00034735634464735406, + "tests/common/test_path.py::test_path_conversion[cygpath-root4]": 0.00036034951015200087, + "tests/common/test_path.py::test_path_conversion[cygpath-root5]": 0.00033947090539957083, + "tests/common/test_path.py::test_path_conversion[cygpath-root6]": 0.0004231297343225413, + "tests/common/test_path.py::test_path_conversion[cygpath-root7]": 0.0003722764850201327, + "tests/common/test_path.py::test_path_conversion[cygpath-root8]": 0.00034302568355876304, + "tests/common/test_path.py::test_path_conversion[cygpath-root9]": 0.0003716942292433238, + "tests/common/test_path.py::test_path_conversion[fallback-PATH0]": 0.005832568813073973, + "tests/common/test_path.py::test_path_conversion[fallback-PATH10]": 0.006876413142084084, + "tests/common/test_path.py::test_path_conversion[fallback-PATH11]": 0.009048779421394173, + "tests/common/test_path.py::test_path_conversion[fallback-PATH1]": 0.006928832074782254, + "tests/common/test_path.py::test_path_conversion[fallback-PATH2]": 0.006918708426975535, + "tests/common/test_path.py::test_path_conversion[fallback-PATH3]": 0.005891910544647354, + "tests/common/test_path.py::test_path_conversion[fallback-PATH4]": 0.009042265659566704, + "tests/common/test_path.py::test_path_conversion[fallback-PATH5]": 0.0068582025928604585, + "tests/common/test_path.py::test_path_conversion[fallback-PATH6]": 0.005907715753890931, + "tests/common/test_path.py::test_path_conversion[fallback-PATH7]": 0.006877061675968718, + "tests/common/test_path.py::test_path_conversion[fallback-PATH8]": 0.009080640984670402, + "tests/common/test_path.py::test_path_conversion[fallback-PATH9]": 0.005792709674847743, + "tests/common/test_path.py::test_path_conversion[fallback-UNC0]": 0.009060118232164073, + "tests/common/test_path.py::test_path_conversion[fallback-UNC1]": 0.009742210871039606, + "tests/common/test_path.py::test_path_conversion[fallback-UNC2]": 0.009046554061494563, + "tests/common/test_path.py::test_path_conversion[fallback-UNC3]": 0.005841498329274504, + "tests/common/test_path.py::test_path_conversion[fallback-UNC4]": 0.006965286088463178, + "tests/common/test_path.py::test_path_conversion[fallback-UNC5]": 0.008957193740028867, + "tests/common/test_path.py::test_path_conversion[fallback-UNC6]": 0.005823464195093526, + "tests/common/test_path.py::test_path_conversion[fallback-UNC7]": 0.006897632626394101, + "tests/common/test_path.py::test_path_conversion[fallback-cwd0]": 0.01269648413183773, + "tests/common/test_path.py::test_path_conversion[fallback-cwd1]": 0.0038136975160974643, + "tests/common/test_path.py::test_path_conversion[fallback-cwd2]": 0.003596228643912441, + "tests/common/test_path.py::test_path_conversion[fallback-cwd3]": 0.009592769531007359, + "tests/common/test_path.py::test_path_conversion[fallback-drive0]": 0.006864786094440864, + "tests/common/test_path.py::test_path_conversion[fallback-drive10]": 0.01561827854016525, + "tests/common/test_path.py::test_path_conversion[fallback-drive11]": 0.007996856153636558, + "tests/common/test_path.py::test_path_conversion[fallback-drive12]": 0.008114132609756365, + "tests/common/test_path.py::test_path_conversion[fallback-drive13]": 0.00797240987041372, + "tests/common/test_path.py::test_path_conversion[fallback-drive14]": 0.01120393694806711, + "tests/common/test_path.py::test_path_conversion[fallback-drive15]": 0.008020257004057557, + "tests/common/test_path.py::test_path_conversion[fallback-drive1]": 0.006841677763565167, + "tests/common/test_path.py::test_path_conversion[fallback-drive2]": 0.009009083560560077, + "tests/common/test_path.py::test_path_conversion[fallback-drive3]": 0.00800155400060382, + "tests/common/test_path.py::test_path_conversion[fallback-drive4]": 0.011354949786616901, + "tests/common/test_path.py::test_path_conversion[fallback-drive5]": 0.0068423911615541596, + "tests/common/test_path.py::test_path_conversion[fallback-drive6]": 0.006790170760977721, + "tests/common/test_path.py::test_path_conversion[fallback-drive7]": 0.007463920320468512, + "tests/common/test_path.py::test_path_conversion[fallback-drive8]": 0.008026104611729805, + "tests/common/test_path.py::test_path_conversion[fallback-drive9]": 0.008062934200456798, + "tests/common/test_path.py::test_path_conversion[fallback-relative0]": 0.010901542983314052, + "tests/common/test_path.py::test_path_conversion[fallback-relative1]": 0.008986414592334718, + "tests/common/test_path.py::test_path_conversion[fallback-relative2]": 0.008943364925632495, + "tests/common/test_path.py::test_path_conversion[fallback-root0]": 0.010106135466178516, + "tests/common/test_path.py::test_path_conversion[fallback-root10]": 0.0058111154909497925, + "tests/common/test_path.py::test_path_conversion[fallback-root11]": 0.006992669475869447, + "tests/common/test_path.py::test_path_conversion[fallback-root12]": 0.009162046899629904, + "tests/common/test_path.py::test_path_conversion[fallback-root13]": 0.005825407602342721, + "tests/common/test_path.py::test_path_conversion[fallback-root14]": 0.006865769828688202, + "tests/common/test_path.py::test_path_conversion[fallback-root1]": 0.005839239202033046, + "tests/common/test_path.py::test_path_conversion[fallback-root2]": 0.005846632519324663, + "tests/common/test_path.py::test_path_conversion[fallback-root3]": 0.007190340146399727, + "tests/common/test_path.py::test_path_conversion[fallback-root4]": 0.009272828992787533, + "tests/common/test_path.py::test_path_conversion[fallback-root5]": 0.005826985953807977, + "tests/common/test_path.py::test_path_conversion[fallback-root6]": 0.005871624521507513, + "tests/common/test_path.py::test_path_conversion[fallback-root7]": 0.006870008809012896, + "tests/common/test_path.py::test_path_conversion[fallback-root8]": 0.009162740967177728, + "tests/common/test_path.py::test_path_conversion[fallback-root9]": 0.005767688172501725, + "tests/common/test_path.py::test_path_conversion_falsy[None]": 0.0017747161058572498, + "tests/common/test_path.py::test_path_conversion_falsy[empty dict]": 0.001764088838710659, + "tests/common/test_path.py::test_path_conversion_falsy[empty list]": 0.0017999412957653838, + "tests/common/test_path.py::test_path_conversion_falsy[empty set]": 0.0017848116008466642, + "tests/common/test_path.py::test_path_conversion_falsy[empty tuple]": 0.001792394304862861, + "tests/common/test_path.py::test_path_identity": 0.0025123337854563643, + "tests/common/test_path.py::test_url_to_path_unix": 0.001839457750391867, + "tests/common/test_path.py::test_url_to_path_windows_local": 0.008554229460400237, + "tests/common/test_path.py::test_url_to_path_windows_unc": 0.0016776731306253575, + "tests/common/test_path.py::test_win_path_backout": 0.0016233934461710475, + "tests/common/test_toposort.py::test_cycle": 0.0017365309872321667, + "tests/common/test_toposort.py::test_cycle_best_effort": 0.0017356366686431621, + "tests/common/test_toposort.py::test_degenerate": 0.0016103853799417321, + "tests/common/test_toposort.py::test_pop_key": 0.0016455887660658597, + "tests/common/test_toposort.py::test_python_is_prioritized": 0.0017049202782876815, + "tests/common/test_toposort.py::test_simple": 0.0016914487205490628, + "tests/common/test_url.py::test_add_username_and_pass_to_url": 0.0016995047342164883, + "tests/common/test_url.py::test_is_ip_address": 0.0016329704052837153, + "tests/common/test_url.py::test_is_ipv6_address": 0.0016002130219666393, + "tests/common/test_url.py::test_is_url": 0.0018559490644970554, + "tests/common/test_url.py::test_maybe_add_auth": 0.0017655109517198616, + "tests/common/test_url.py::test_split_scheme_auth_token": 0.0016573003967077311, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj0-http://conda.io/path/to/somewhere]": 0.0017793337020837595, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj1-https://user:pass@conda.io/path/to/somewhere]": 0.0017710744843089676, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj2-file:///opt/happy/path]": 0.0017615953009808337, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj3-file:///path/to/something.txt]": 0.0017673728639043477, + "tests/common/test_url.py::test_url_to_s3_info": 0.0016346421248622615, + "tests/common/test_url.py::test_urlparse[192.168.1.1:8080/path/to/resource-exp_url_obj0]": 0.0018219269049273429, + "tests/common/test_url.py::test_urlparse[file:///opt/happy/path-exp_url_obj2]": 0.0018063587578465558, + "tests/common/test_url.py::test_urlparse[https://conda.io/happy/path-exp_url_obj1]": 0.0018194150103584502, + "tests/common/test_url.py::test_urlparse[https://u:p@conda.io/t/x1029384756/more/path-exp_url_obj3]": 0.001817712362624156, + "tests/common/test_yaml.py::test_dump": 0.0046067040569100146, + "tests/common/test_yaml.py::test_map": 0.002171585994562273, + "tests/common/test_yaml.py::test_seq_simple": 0.0023425617176960727, + "tests/common/test_yaml.py::test_yaml_complex": 0.008003893689174996, + "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_none_values_error": 0.006250851846997111, + "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_permission_error": 0.016937585042639237, + "tests/core/test_envs_manager.py::test_prefix_cli_flag": 0.004083263685635414, + "tests/core/test_envs_manager.py::test_register_env_directory_creation_error": 0.0047543865097138364, + "tests/core/test_envs_manager.py::test_register_unregister_location_env": 0.006446903767334064, + "tests/core/test_envs_manager.py::test_rewrite_environments_txt_file": 0.0035163011324129832, + "tests/core/test_index.py::TestIndex::test_cache_entries[False]": 0.16570137047301586, + "tests/core/test_index.py::TestIndex::test_cache_entries[True]": 0.2392783481197321, + "tests/core/test_index.py::TestIndex::test_contains_invalid[False]": 0.1514012172590149, + "tests/core/test_index.py::TestIndex::test_contains_invalid[True]": 0.2384091231358356, + "tests/core/test_index.py::TestIndex::test_contains_valid[False]": 0.14939465620400852, + "tests/core/test_index.py::TestIndex::test_contains_valid[True]": 0.23761034792169053, + "tests/core/test_index.py::TestIndex::test_copy[False]": 0.3298095162184653, + "tests/core/test_index.py::TestIndex::test_copy[True]": 0.24070003566362952, + "tests/core/test_index.py::TestIndex::test_getitem_cache[False]": 0.15158033038307006, + "tests/core/test_index.py::TestIndex::test_getitem_cache[True]": 0.23808974889539536, + "tests/core/test_index.py::TestIndex::test_getitem_channel[False]": 0.15475961661286622, + "tests/core/test_index.py::TestIndex::test_getitem_channel[True]": 0.2387531138396595, + "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[False]": 0.17213021477786394, + "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[True]": 0.24254105669412568, + "tests/core/test_index.py::TestIndex::test_getitem_feature[False]": 0.15524562003266967, + "tests/core/test_index.py::TestIndex::test_getitem_feature[True]": 0.23583665901468281, + "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[False]": 0.15240627490745734, + "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[True]": 0.27621064387798333, + "tests/core/test_index.py::TestIndex::test_getitem_prefix[False]": 0.17616477093167052, + "tests/core/test_index.py::TestIndex::test_getitem_prefix[True]": 0.24044596190863912, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[False]": 0.15797310502984022, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[True]": 0.2413737308170421, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[False]": 0.1484387380904701, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[True]": 0.23745435483933278, + "tests/core/test_index.py::TestIndex::test_init_conflicting_subdirs": 0.03430837344691496, + "tests/core/test_index.py::TestIndex::test_init_prefix_data": 0.034192261242550814, + "tests/core/test_index.py::TestIndex::test_init_prefix_path": 0.034455381248862604, + "tests/core/test_index.py::TestIndex::test_init_use_local": 0.032779704825652865, + "tests/core/test_index.py::TestIndex::test_reduced_index[False]": 0.23236643858576925, + "tests/core/test_index.py::TestIndex::test_reduced_index[True]": 0.31871463112206344, + "tests/core/test_index.py::test__make_virtual_package": 0.033122093589383506, + "tests/core/test_index.py::test__supplement_index_with_cache": 0.03730049240252372, + "tests/core/test_index.py::test__supplement_index_with_prefix": 0.2640963093192933, + "tests/core/test_index.py::test__supplement_index_with_prefix_index_class": 0.28907681368610727, + "tests/core/test_index.py::test_basic_get_reduced_index": 4.000589785148929, + "tests/core/test_index.py::test_calculate_channel_urls": 0.03293331472152868, + "tests/core/test_index.py::test_check_allowlist": 0.09611868145755498, + "tests/core/test_index.py::test_check_allowlist_and_denylist": 0.0606367914914585, + "tests/core/test_index.py::test_check_allowlist_deprecation_warning": 0.03423648568321805, + "tests/core/test_index.py::test_check_denylist": 0.0757728614274118, + "tests/core/test_index.py::test_dist_str_in_index": 0.06073567739865826, + "tests/core/test_index.py::test_fetch_index": 0.05727066357591426, + "tests/core/test_index.py::test_get_index_lazy": 8.031201839772592, + "tests/core/test_index.py::test_get_index_linux64_platform": 1.893131191896623, + "tests/core/test_index.py::test_get_index_osx64_platform": 11.102758389028537, + "tests/core/test_index.py::test_get_index_win64_platform": 10.762801243328273, + "tests/core/test_index.py::test_supplement_index_with_system": 0.05807450591021398, + "tests/core/test_index.py::test_supplement_index_with_system_archspec": 0.0503720196718542, + "tests/core/test_index.py::test_supplement_index_with_system_cuda": 0.045887926406217715, + "tests/core/test_index.py::test_supplement_index_with_system_glibc": 0.03241579210910905, + "tests/core/test_index.py::test_supplement_index_with_system_linux[1.2.3.4-1.2.3.4]": 0.03514174677675524, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2-4.2]": 0.032821349245406785, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.0-42-generic-4.2.0]": 0.03332097474439279, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.1-4.2.1]": 0.03268643774263816, + "tests/core/test_index.py::test_supplement_index_with_system_linux[5.4.89+-5.4.89]": 0.03297063462329685, + "tests/core/test_index.py::test_supplement_index_with_system_linux[5.5-rc1-5.5]": 0.03268947665958915, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a-9.1]": 0.034325872305032396, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a.2-9.1]": 0.03361457450173683, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.a.1-0]": 0.032755904999642364, + "tests/core/test_index.py::test_supplement_index_with_system_osx": 0.0003734943009979017, + "tests/core/test_initialize.py::test__get_python_info": 0.017470270483404916, + "tests/core/test_initialize.py::test_get_python_info": 0.016318632070358073, + "tests/core/test_initialize.py::test_init_all": 0.367120407849809, + "tests/core/test_initialize.py::test_init_cmd_exe_registry": 0.0003820801486396656, + "tests/core/test_initialize.py::test_init_enable_long_path": 0.000382348327178042, + "tests/core/test_initialize.py::test_init_sh_system": 0.06144598097190134, + "tests/core/test_initialize.py::test_init_sh_user_tcsh_unix": 0.06191382817501672, + "tests/core/test_initialize.py::test_init_sh_user_unix": 0.06430584220768652, + "tests/core/test_initialize.py::test_init_sh_user_windows": 0.0003814269609307643, + "tests/core/test_initialize.py::test_initialize_dev_bash": 0.11720005109010818, + "tests/core/test_initialize.py::test_initialize_dev_cmd_exe": 0.09747006346133129, + "tests/core/test_initialize.py::test_install_1": 0.0709949070986941, + "tests/core/test_initialize.py::test_install_conda_csh": 0.060084676512964987, + "tests/core/test_initialize.py::test_install_conda_fish": 0.05853765695531724, + "tests/core/test_initialize.py::test_install_conda_sh": 0.0562789869780716, + "tests/core/test_initialize.py::test_install_conda_xsh": 0.05628795421413276, + "tests/core/test_initialize.py::test_install_condabin_conda_bat": 0.05676339051275191, + "tests/core/test_initialize.py::test_make_entry_point": 0.0604773926656346, + "tests/core/test_initialize.py::test_make_entry_point_exe": 0.05696660168789528, + "tests/core/test_initialize.py::test_make_initialize_plan_bash_zsh": 0.06718014246056465, + "tests/core/test_initialize.py::test_make_initialize_plan_cmd_exe": 0.07233290181558971, + "tests/core/test_initialize.py::test_make_install_plan": 0.0037750025350509623, + "tests/core/test_package_cache_data.py::test_ProgressiveFetchExtract_prefers_conda_v2_format": 0.023505776274565533, "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.1274477688218387, - "tests/core/test_package_cache_data.py::test_cover_extract_bad_package": 0.06078248150279948, - "tests/core/test_package_cache_data.py::test_cover_fetch_not_exists": 6.026340854762232, - "tests/core/test_package_cache_data.py::test_cover_get_entry_to_link": 0.005999792509637544, - "tests/core/test_package_cache_data.py::test_cover_reverse": 0.0017320266492557362, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist": 0.01732645794130686, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist_read_only": 0.06890497547151221, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_unpacked_conda_exist": 0.016271283173515626, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_cache_not_extracted": 0.10903809885179008, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_doesnt_overwrite_conda_pkg": 0.12181978652722011, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_used_instead_of_conda_pkg": 0.032072568221479685, - "tests/core/test_path_actions.py::test_CompileMultiPycAction_generic": 0.0030606596704690647, - "tests/core/test_path_actions.py::test_CompileMultiPycAction_noarch_python": 0.682862474141983, - "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_generic": 0.003156080260002952, - "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_noarch_python": 0.004048969376184499, - "tests/core/test_path_actions.py::test_create_file_link_actions": 0.0044249649227262955, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_copy": 0.00418317214489881, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_directory": 0.0031922008740619817, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_hardlink": 0.004104257703163999, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_softlink": 0.004198996902501737, - "tests/core/test_portability.py::test_escaped_prefix_replaced_only_shebang": 0.0029611593124214187, - "tests/core/test_portability.py::test_replace_long_shebang_spaces_in_prefix": 0.0017030785374221983, - "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_escaped_space": 0.0017024546687588252, - "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_python": 0.0016976567246698667, - "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_escaped_space": 0.0016139753319753627, - "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_python": 0.001621512233989392, - "tests/core/test_portability.py::test_replace_simple_shebang_no_replacement": 0.0016217779758993193, - "tests/core/test_portability.py::test_shebang_regex_matches": 0.0016508464806393522, - "tests/core/test_prefix_data.py::test_corrupt_json_conda_meta_json": 0.0019851402922900665, - "tests/core/test_prefix_data.py::test_corrupt_unicode_conda_meta_json": 0.002030998867235247, - "tests/core/test_prefix_data.py::test_get_conda_anchor_files_and_records": 0.0033936819051219123, - "tests/core/test_prefix_data.py::test_get_environment_env_vars": 1.1905562422300184, - "tests/core/test_prefix_data.py::test_no_tokens_dumped[False]": 0.005537443860072582, - "tests/core/test_prefix_data.py::test_no_tokens_dumped[True]": 0.005782895822995808, - "tests/core/test_prefix_data.py::test_pip_interop[envpy27osx]": 0.4371260943874612, - "tests/core/test_prefix_data.py::test_pip_interop[envpy27win_whl]": 0.0003969180097603616, - "tests/core/test_prefix_data.py::test_pip_interop[envpy37osx_whl]": 0.5167794733902585, - "tests/core/test_prefix_data.py::test_pip_interop[envpy37win]": 0.0003619402467757149, + "tests/core/test_package_cache_data.py::test_conda_pkg_in_pkg_cache_doesnt_overwrite_tar_bz2": 0.12241340352955717, + "tests/core/test_package_cache_data.py::test_cover_extract_bad_package": 0.05912972675407809, + "tests/core/test_package_cache_data.py::test_cover_fetch_not_exists": 6.0263282665156215, + "tests/core/test_package_cache_data.py::test_cover_get_entry_to_link": 0.0060863991822735705, + "tests/core/test_package_cache_data.py::test_cover_reverse": 0.0017461165849873915, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist": 0.017241602775580307, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist_read_only": 0.06612500345486826, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_unpacked_conda_exist": 0.016369619682271696, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_cache_not_extracted": 0.11204969668467867, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_doesnt_overwrite_conda_pkg": 0.11907711836320327, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_used_instead_of_conda_pkg": 0.03220496535782757, + "tests/core/test_path_actions.py::test_CompileMultiPycAction_generic": 0.0031583895897023284, + "tests/core/test_path_actions.py::test_CompileMultiPycAction_noarch_python": 0.7830736719968528, + "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_generic": 0.003106611384866442, + "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_noarch_python": 0.004103784668934805, + "tests/core/test_path_actions.py::test_create_file_link_actions": 0.004413744231738564, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_copy": 0.004133101928919839, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_directory": 0.0032556557324536113, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_hardlink": 0.004223752922497963, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_softlink": 0.004212183695076226, + "tests/core/test_portability.py::test_escaped_prefix_replaced_only_shebang": 0.00297253331081661, + "tests/core/test_portability.py::test_replace_long_shebang_spaces_in_prefix": 0.0017140163087272491, + "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_escaped_space": 0.0017017974648784638, + "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_python": 0.001709336320204135, + "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_escaped_space": 0.001624280415890292, + "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_python": 0.0016320615104888016, + "tests/core/test_portability.py::test_replace_simple_shebang_no_replacement": 0.0016381171325080771, + "tests/core/test_portability.py::test_shebang_regex_matches": 0.0016820831136942545, + "tests/core/test_prefix_data.py::test_corrupt_json_conda_meta_json": 0.0020146165523283375, + "tests/core/test_prefix_data.py::test_corrupt_unicode_conda_meta_json": 0.002042235839474935, + "tests/core/test_prefix_data.py::test_get_conda_anchor_files_and_records": 0.0034310951060398517, + "tests/core/test_prefix_data.py::test_get_environment_env_vars": 1.410332778339707, + "tests/core/test_prefix_data.py::test_no_tokens_dumped[False]": 0.005581110336334253, + "tests/core/test_prefix_data.py::test_no_tokens_dumped[True]": 0.005803864426452907, + "tests/core/test_prefix_data.py::test_pip_interop[envpy27osx]": 0.4384240702039681, + "tests/core/test_prefix_data.py::test_pip_interop[envpy27win_whl]": 0.00037508038134208716, + "tests/core/test_prefix_data.py::test_pip_interop[envpy37osx_whl]": 0.5355197149444253, + "tests/core/test_prefix_data.py::test_pip_interop[envpy37win]": 0.0003811747441951348, "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.003084859968209617, - "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-missing-True]": 0.003117106619150657, - "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-{path}-False]": 0.0030858322130493127, - "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-None-False]": 0.0030318390508266312, - "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-missing-False]": 0.0030488453526825113, - "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-{path}-True]": 0.003096388705800177, - "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars": 1.227361162558982, - "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars_no_exist": 1.4108881686436283, - "tests/core/test_solve.py::test_aggressive_update_packages[classic]": 5.924752730633086, - "tests/core/test_solve.py::test_aggressive_update_packages[libmamba]": 5.586271691449861, - "tests/core/test_solve.py::test_archspec_call[classic]": 1.7625317508984326, - "tests/core/test_solve.py::test_archspec_call[libmamba]": 0.7968355636137258, - "tests/core/test_solve.py::test_auto_update_conda[classic]": 3.9001601978843703, - "tests/core/test_solve.py::test_auto_update_conda[libmamba]": 3.2487283350033804, - "tests/core/test_solve.py::test_broken_install[classic]": 5.006303919869325, - "tests/core/test_solve.py::test_broken_install[libmamba]": 0.014282218115228907, - "tests/core/test_solve.py::test_channel_priority_churn_minimized[classic]": 9.44541446473657, - "tests/core/test_solve.py::test_channel_priority_churn_minimized[libmamba]": 1.1584142180363357, - "tests/core/test_solve.py::test_conda_downgrade[classic]": 26.28543902578612, - "tests/core/test_solve.py::test_conda_downgrade[libmamba]": 4.656594954386961, - "tests/core/test_solve.py::test_cuda_1[classic]": 0.8373090479385615, - "tests/core/test_solve.py::test_cuda_1[libmamba]": 0.8142084753524896, - "tests/core/test_solve.py::test_cuda_2[classic]": 0.8372124179122722, - "tests/core/test_solve.py::test_cuda_2[libmamba]": 0.7936911729220136, - "tests/core/test_solve.py::test_cuda_constrain_absent[classic]": 0.8347461740274615, - "tests/core/test_solve.py::test_cuda_constrain_absent[libmamba]": 0.7952654262418531, - "tests/core/test_solve.py::test_cuda_constrain_sat[classic]": 0.0003544081215136953, - "tests/core/test_solve.py::test_cuda_constrain_sat[libmamba]": 0.0003730694918629902, - "tests/core/test_solve.py::test_cuda_constrain_unsat[classic]": 0.0003463905020767305, - "tests/core/test_solve.py::test_cuda_constrain_unsat[libmamba]": 0.00035237635334607766, - "tests/core/test_solve.py::test_cuda_fail_1[classic]": 0.8712789666748649, - "tests/core/test_solve.py::test_cuda_fail_1[libmamba]": 0.8140839298067416, - "tests/core/test_solve.py::test_cuda_fail_2[classic]": 0.8477905874338133, - "tests/core/test_solve.py::test_cuda_fail_2[libmamba]": 0.8219523540156061, - "tests/core/test_solve.py::test_cuda_glibc_sat[classic]": 0.8522897307409314, - "tests/core/test_solve.py::test_cuda_glibc_sat[libmamba]": 0.8126151970874755, - "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[classic]": 0.00036197388363768876, - "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[libmamba]": 0.00035027338815732606, - "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[classic]": 0.00036373379975212247, - "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[libmamba]": 0.0003681003082614812, - "tests/core/test_solve.py::test_current_repodata_fallback[classic]": 0.09117280886733432, - "tests/core/test_solve.py::test_current_repodata_fallback[libmamba]": 0.03174940282759388, - "tests/core/test_solve.py::test_current_repodata_usage[classic]": 0.09512659823772879, - "tests/core/test_solve.py::test_current_repodata_usage[libmamba]": 0.034597448565500274, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[classic]": 0.01565354497033795, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[libmamba]": 0.016448459330695657, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[classic]": 0.015781982562019767, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[libmamba]": 0.01646344779741333, - "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[classic]": 0.015892316694510165, - "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[libmamba]": 0.016964302979518245, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[classic]": 0.015146730704568161, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[libmamba]": 0.016167763174738177, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[classic]": 0.015657093743189254, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[libmamba]": 0.01605666358398633, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[classic]": 0.015554416228198035, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[libmamba]": 0.01653739195924488, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[classic]": 0.015668231311168082, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[libmamba]": 0.01642677200836753, - "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[classic]": 4.6185041137905944, - "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[libmamba]": 2.4030549865707713, - "tests/core/test_solve.py::test_explicit_conda_downgrade[classic]": 3.874701062450512, - "tests/core/test_solve.py::test_explicit_conda_downgrade[libmamba]": 3.189260101427442, - "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[classic]": 1.647433006746565, - "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[libmamba]": 0.9916885826767802, - "tests/core/test_solve.py::test_features_solve_1[classic]": 4.267707304939511, - "tests/core/test_solve.py::test_features_solve_1[libmamba]": 0.18155935594682618, - "tests/core/test_solve.py::test_force_reinstall_1[classic]": 1.985793791882664, - "tests/core/test_solve.py::test_force_reinstall_1[libmamba]": 1.6741827467029617, - "tests/core/test_solve.py::test_force_reinstall_2[classic]": 0.8947154330046431, - "tests/core/test_solve.py::test_force_reinstall_2[libmamba]": 0.7981301888555389, - "tests/core/test_solve.py::test_force_remove_1[classic]": 4.870334927423651, - "tests/core/test_solve.py::test_force_remove_1[libmamba]": 2.3810801465347446, - "tests/core/test_solve.py::test_freeze_deps_1[classic]": 26.857097795404925, - "tests/core/test_solve.py::test_freeze_deps_1[libmamba]": 3.492694333634448, - "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[classic]": 5.364719344349559, - "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[libmamba]": 1.7890239392252287, - "tests/core/test_solve.py::test_no_deps_1[classic]": 4.249889916875422, - "tests/core/test_solve.py::test_no_deps_1[libmamba]": 2.3773492658377005, - "tests/core/test_solve.py::test_no_update_deps_1[classic]": 3.7877416515013715, - "tests/core/test_solve.py::test_no_update_deps_1[libmamba]": 3.205247062353825, - "tests/core/test_solve.py::test_only_deps_1[classic]": 1.3473453141385157, - "tests/core/test_solve.py::test_only_deps_1[libmamba]": 0.8170481471963894, - "tests/core/test_solve.py::test_only_deps_2[classic]": 6.454611410625175, - "tests/core/test_solve.py::test_only_deps_2[libmamba]": 3.2517119512062926, - "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[classic]": 0.015246112018850202, - "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[libmamba]": 0.016926025116575077, - "tests/core/test_solve.py::test_packages_in_solution_change_constrained[classic]": 0.014907050713760623, - "tests/core/test_solve.py::test_packages_in_solution_change_constrained[libmamba]": 0.01569124368506681, - "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[classic]": 0.015109236925504772, - "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[libmamba]": 0.016110351835127188, - "tests/core/test_solve.py::test_pinned_1[classic]": 11.773108437524122, - "tests/core/test_solve.py::test_pinned_1[libmamba]": 7.241463749478687, - "tests/core/test_solve.py::test_priority_1[classic]": 14.74100549801614, - "tests/core/test_solve.py::test_priority_1[libmamba]": 0.7244192258146698, - "tests/core/test_solve.py::test_prune_1[classic]": 2.5987120357510562, - "tests/core/test_solve.py::test_prune_1[libmamba]": 0.824724873899277, - "tests/core/test_solve.py::test_python2_update[classic]": 4.2585589531166965, - "tests/core/test_solve.py::test_python2_update[libmamba]": 1.2558219189932378, - "tests/core/test_solve.py::test_remove_with_constrained_dependencies[classic]": 5.4304211677190946, - "tests/core/test_solve.py::test_remove_with_constrained_dependencies[libmamba]": 0.3528614598188223, - "tests/core/test_solve.py::test_solve_1[classic]": 3.6266579543205846, - "tests/core/test_solve.py::test_solve_1[libmamba]": 1.610317408515162, - "tests/core/test_solve.py::test_solve_2[classic]": 16.51081248666605, - "tests/core/test_solve.py::test_solve_2[libmamba]": 0.013967955580951324, - "tests/core/test_solve.py::test_solve_msgs_exclude_vp[classic]": 0.8873260626712989, - "tests/core/test_solve.py::test_solve_msgs_exclude_vp[libmamba]": 0.8038182572146046, - "tests/core/test_solve.py::test_timestamps_1[classic]": 0.3182548251354421, - "tests/core/test_solve.py::test_timestamps_1[libmamba]": 0.1250114972697978, - "tests/core/test_solve.py::test_unfreeze_when_required[classic]": 0.28836634851430765, - "tests/core/test_solve.py::test_unfreeze_when_required[libmamba]": 0.10636720733535893, - "tests/core/test_solve.py::test_update_all_1[classic]": 4.417838297625786, - "tests/core/test_solve.py::test_update_all_1[libmamba]": 2.415771269274657, - "tests/core/test_solve.py::test_update_deps_1[classic]": 8.274076810924067, - "tests/core/test_solve.py::test_update_deps_1[libmamba]": 4.128632374387037, - "tests/core/test_solve.py::test_update_deps_2[classic]": 7.23714718214758, - "tests/core/test_solve.py::test_update_deps_2[libmamba]": 1.4114126525483137, - "tests/core/test_solve.py::test_update_prune_1[classic]": 2.4239503296148186, - "tests/core/test_solve.py::test_update_prune_1[libmamba]": 1.6155844823241863, - "tests/core/test_solve.py::test_update_prune_2[classic]": 2.4264745212656194, - "tests/core/test_solve.py::test_update_prune_2[libmamba]": 0.8196642525623604, - "tests/core/test_solve.py::test_update_prune_3[classic]": 2.7300336671159458, - "tests/core/test_solve.py::test_update_prune_3[libmamba]": 0.8222341557536125, - "tests/core/test_solve.py::test_update_prune_4[classic]": 2.392764372456471, - "tests/core/test_solve.py::test_update_prune_4[libmamba]": 1.5935463751490766, - "tests/core/test_solve.py::test_update_prune_5[classic-False]": 2.787858579623127, - "tests/core/test_solve.py::test_update_prune_5[classic-True]": 2.358327247880871, - "tests/core/test_solve.py::test_update_prune_5[libmamba-False]": 1.6187890059446286, - "tests/core/test_solve.py::test_update_prune_5[libmamba-True]": 1.590422347501362, - "tests/core/test_solve.py::test_virtual_package_solver[classic]": 0.8451709105264261, - "tests/core/test_solve.py::test_virtual_package_solver[libmamba]": 0.014044481388312971, - "tests/core/test_subdir_data.py::test_cache_fn_url_repo_anaconda_com": 0.0016491774128500629, - "tests/core/test_subdir_data.py::test_cache_fn_url_repo_continuum_io": 0.0016675130721118762, - "tests/core/test_subdir_data.py::test_get_index_no_platform_with_offline_cache": 2.3371802984121217, - "tests/core/test_subdir_data.py::test_metadata_cache_clearing": 0.008628909491005773, - "tests/core/test_subdir_data.py::test_metadata_cache_works": 3.0100633613007846, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[no-credentials]": 0.3337415554245575, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-auth]": 0.20056302295836792, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-token]": 0.09409036290618525, - "tests/core/test_subdir_data.py::test_repodata_version_error": 0.5847912664714899, - "tests/core/test_subdir_data.py::test_search_by_packagerecord": 0.006916470023570689, - "tests/core/test_subdir_data.py::test_state_is_not_json": 0.04982885268139055, - "tests/core/test_subdir_data.py::test_subdir_data_coverage": 0.01031858706756617, - "tests/core/test_subdir_data.py::test_subdir_data_dict_state": 0.003200140455103256, - "tests/core/test_subdir_data.py::test_subdir_data_prefers_conda_to_tar_bz2": 0.007914093983401456, - "tests/core/test_subdir_data.py::test_use_only_tar_bz2": 0.01282267255667771, + "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-None-False]": 0.0031172954369575305, + "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-missing-True]": 0.003152429322750571, + "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-{path}-False]": 0.0031227622351795792, + "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-None-False]": 0.0030467415099234077, + "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-missing-False]": 0.003118964481645921, + "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-{path}-True]": 0.0030974448189125033, + "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars": 1.1114263275251666, + "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars_no_exist": 1.2743340903585418, + "tests/core/test_solve.py::test_aggressive_update_packages[classic]": 6.420321756136128, + "tests/core/test_solve.py::test_aggressive_update_packages[libmamba]": 5.685306039474258, + "tests/core/test_solve.py::test_archspec_call[classic]": 1.8201039309395892, + "tests/core/test_solve.py::test_archspec_call[libmamba]": 0.820152798803135, + "tests/core/test_solve.py::test_auto_update_conda[classic]": 4.165592059980202, + "tests/core/test_solve.py::test_auto_update_conda[libmamba]": 3.2917809045181454, + "tests/core/test_solve.py::test_broken_install[classic]": 5.163571537295671, + "tests/core/test_solve.py::test_broken_install[libmamba]": 0.014105122814872853, + "tests/core/test_solve.py::test_channel_priority_churn_minimized[classic]": 9.601211319371966, + "tests/core/test_solve.py::test_channel_priority_churn_minimized[libmamba]": 1.4330642971859524, + "tests/core/test_solve.py::test_conda_downgrade[classic]": 26.9232853479836, + "tests/core/test_solve.py::test_conda_downgrade[libmamba]": 4.474303446779305, + "tests/core/test_solve.py::test_cuda_1[classic]": 0.9126024157417447, + "tests/core/test_solve.py::test_cuda_1[libmamba]": 0.8143765208342514, + "tests/core/test_solve.py::test_cuda_2[classic]": 0.9053299683257758, + "tests/core/test_solve.py::test_cuda_2[libmamba]": 0.8144716059045412, + "tests/core/test_solve.py::test_cuda_constrain_absent[classic]": 0.9060335143215424, + "tests/core/test_solve.py::test_cuda_constrain_absent[libmamba]": 0.812534597314216, + "tests/core/test_solve.py::test_cuda_constrain_sat[classic]": 0.0003579937135442717, + "tests/core/test_solve.py::test_cuda_constrain_sat[libmamba]": 0.00037861492665704146, + "tests/core/test_solve.py::test_cuda_constrain_unsat[classic]": 0.000347912029957502, + "tests/core/test_solve.py::test_cuda_constrain_unsat[libmamba]": 0.00036666051575397896, + "tests/core/test_solve.py::test_cuda_fail_1[classic]": 0.9372912753612335, + "tests/core/test_solve.py::test_cuda_fail_1[libmamba]": 0.8275543167564986, + "tests/core/test_solve.py::test_cuda_fail_2[classic]": 0.9103256186134183, + "tests/core/test_solve.py::test_cuda_fail_2[libmamba]": 0.8443990232793108, + "tests/core/test_solve.py::test_cuda_glibc_sat[classic]": 0.9200629660692154, + "tests/core/test_solve.py::test_cuda_glibc_sat[libmamba]": 0.9074833045235319, + "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[classic]": 0.0003629451652624734, + "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[libmamba]": 0.0003602266422390823, + "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[classic]": 0.0003760586128827656, + "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[libmamba]": 0.0003760737535429926, + "tests/core/test_solve.py::test_current_repodata_fallback[classic]": 0.13908835604890943, + "tests/core/test_solve.py::test_current_repodata_fallback[libmamba]": 0.032329927503713475, + "tests/core/test_solve.py::test_current_repodata_usage[classic]": 0.14186918969587414, + "tests/core/test_solve.py::test_current_repodata_usage[libmamba]": 0.03434310578489285, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[classic]": 0.015789958233615602, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[libmamba]": 0.01669290881867553, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[classic]": 0.015899802679462293, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[libmamba]": 0.016623966597235133, + "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[classic]": 0.015880526043051298, + "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[libmamba]": 0.01727404586562048, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[classic]": 0.015162861484201356, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[libmamba]": 0.016117914432691033, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[classic]": 0.015599435892528914, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[libmamba]": 0.01647102529601388, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[classic]": 0.01570011469733963, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[libmamba]": 0.016762542236529194, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[classic]": 0.015597915778303379, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[libmamba]": 0.016653236850273846, + "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[classic]": 4.912020067009093, + "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[libmamba]": 2.4387077942651003, + "tests/core/test_solve.py::test_explicit_conda_downgrade[classic]": 4.068163670473269, + "tests/core/test_solve.py::test_explicit_conda_downgrade[libmamba]": 3.2592626812135106, + "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[classic]": 1.6181247611509983, + "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[libmamba]": 0.6071463475632539, + "tests/core/test_solve.py::test_features_solve_1[classic]": 4.488054032121437, + "tests/core/test_solve.py::test_features_solve_1[libmamba]": 0.17067662267437705, + "tests/core/test_solve.py::test_force_reinstall_1[classic]": 2.152884835573959, + "tests/core/test_solve.py::test_force_reinstall_1[libmamba]": 1.6910527028040199, + "tests/core/test_solve.py::test_force_reinstall_2[classic]": 0.9461999455970812, + "tests/core/test_solve.py::test_force_reinstall_2[libmamba]": 0.8158278176003008, + "tests/core/test_solve.py::test_force_remove_1[classic]": 5.076730631750575, + "tests/core/test_solve.py::test_force_remove_1[libmamba]": 2.42948821093789, + "tests/core/test_solve.py::test_freeze_deps_1[classic]": 27.233095878984404, + "tests/core/test_solve.py::test_freeze_deps_1[libmamba]": 3.622320646053663, + "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[classic]": 5.690759653730082, + "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[libmamba]": 1.8609709295181631, + "tests/core/test_solve.py::test_no_deps_1[classic]": 4.433273029751566, + "tests/core/test_solve.py::test_no_deps_1[libmamba]": 2.4438031867102206, + "tests/core/test_solve.py::test_no_update_deps_1[classic]": 4.032525129230803, + "tests/core/test_solve.py::test_no_update_deps_1[libmamba]": 3.287906707601874, + "tests/core/test_solve.py::test_only_deps_1[classic]": 1.4048676178854447, + "tests/core/test_solve.py::test_only_deps_1[libmamba]": 0.829012151217131, + "tests/core/test_solve.py::test_only_deps_2[classic]": 6.6991766876843455, + "tests/core/test_solve.py::test_only_deps_2[libmamba]": 3.301039202949951, + "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[classic]": 0.015288058644646338, + "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[libmamba]": 0.017089742376622828, + "tests/core/test_solve.py::test_packages_in_solution_change_constrained[classic]": 0.014994519410282842, + "tests/core/test_solve.py::test_packages_in_solution_change_constrained[libmamba]": 0.01599954199955264, + "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[classic]": 0.015316532751281075, + "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[libmamba]": 0.01610140408647752, + "tests/core/test_solve.py::test_pinned_1[classic]": 12.350408289495878, + "tests/core/test_solve.py::test_pinned_1[libmamba]": 7.39597709899634, + "tests/core/test_solve.py::test_priority_1[classic]": 15.021970882585235, + "tests/core/test_solve.py::test_priority_1[libmamba]": 0.9429491076505159, + "tests/core/test_solve.py::test_prune_1[classic]": 2.7327731302669176, + "tests/core/test_solve.py::test_prune_1[libmamba]": 0.8403649715862651, + "tests/core/test_solve.py::test_python2_update[classic]": 4.248162475185331, + "tests/core/test_solve.py::test_python2_update[libmamba]": 1.4024144725490029, + "tests/core/test_solve.py::test_remove_with_constrained_dependencies[classic]": 5.567759435902025, + "tests/core/test_solve.py::test_remove_with_constrained_dependencies[libmamba]": 0.3421695771056616, + "tests/core/test_solve.py::test_solve_1[classic]": 3.771687336650837, + "tests/core/test_solve.py::test_solve_1[libmamba]": 1.693865052478081, + "tests/core/test_solve.py::test_solve_2[classic]": 17.08995980390434, + "tests/core/test_solve.py::test_solve_2[libmamba]": 0.014102420989069426, + "tests/core/test_solve.py::test_solve_msgs_exclude_vp[classic]": 0.9390749659392177, + "tests/core/test_solve.py::test_solve_msgs_exclude_vp[libmamba]": 0.8215540759792208, + "tests/core/test_solve.py::test_timestamps_1[classic]": 0.38875984518321716, + "tests/core/test_solve.py::test_timestamps_1[libmamba]": 0.6400893730437673, + "tests/core/test_solve.py::test_unfreeze_when_required[classic]": 0.42282541205084034, + "tests/core/test_solve.py::test_unfreeze_when_required[libmamba]": 0.10559768423519422, + "tests/core/test_solve.py::test_update_all_1[classic]": 4.5674844351826085, + "tests/core/test_solve.py::test_update_all_1[libmamba]": 2.463689318156669, + "tests/core/test_solve.py::test_update_deps_1[classic]": 8.607013757052446, + "tests/core/test_solve.py::test_update_deps_1[libmamba]": 4.219460241058358, + "tests/core/test_solve.py::test_update_deps_2[classic]": 7.5533286459172855, + "tests/core/test_solve.py::test_update_deps_2[libmamba]": 1.5001027993662914, + "tests/core/test_solve.py::test_update_prune_1[classic]": 2.5144216225552447, + "tests/core/test_solve.py::test_update_prune_1[libmamba]": 1.645359379787667, + "tests/core/test_solve.py::test_update_prune_2[classic]": 2.5358201111843623, + "tests/core/test_solve.py::test_update_prune_2[libmamba]": 0.8447598077451923, + "tests/core/test_solve.py::test_update_prune_3[classic]": 2.838959521639401, + "tests/core/test_solve.py::test_update_prune_3[libmamba]": 0.8620397744976342, + "tests/core/test_solve.py::test_update_prune_4[classic]": 2.543412497267609, + "tests/core/test_solve.py::test_update_prune_4[libmamba]": 1.6807553003541607, + "tests/core/test_solve.py::test_update_prune_5[classic-False]": 2.9232767282076586, + "tests/core/test_solve.py::test_update_prune_5[classic-True]": 2.471246802307543, + "tests/core/test_solve.py::test_update_prune_5[libmamba-False]": 1.6475328389939385, + "tests/core/test_solve.py::test_update_prune_5[libmamba-True]": 1.6311170756799722, + "tests/core/test_solve.py::test_virtual_package_solver[classic]": 0.9117656356817164, + "tests/core/test_solve.py::test_virtual_package_solver[libmamba]": 0.0142016761235699, + "tests/core/test_subdir_data.py::test_cache_fn_url_repo_anaconda_com": 0.0016598633006416372, + "tests/core/test_subdir_data.py::test_cache_fn_url_repo_continuum_io": 0.0016851743688752383, + "tests/core/test_subdir_data.py::test_get_index_no_platform_with_offline_cache": 2.459740721931612, + "tests/core/test_subdir_data.py::test_metadata_cache_clearing": 0.008683609453075116, + "tests/core/test_subdir_data.py::test_metadata_cache_works": 3.0100190110973473, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[no-credentials]": 0.3532057159203537, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-auth]": 0.1661116350102745, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-token]": 0.06145688077063375, + "tests/core/test_subdir_data.py::test_repodata_version_error": 0.6741721511356388, + "tests/core/test_subdir_data.py::test_search_by_packagerecord": 0.006824936372259553, + "tests/core/test_subdir_data.py::test_state_is_not_json": 0.014288821101728813, + "tests/core/test_subdir_data.py::test_subdir_data_coverage": 0.010448139369058175, + "tests/core/test_subdir_data.py::test_subdir_data_dict_state": 0.003244621079221574, + "tests/core/test_subdir_data.py::test_subdir_data_prefers_conda_to_tar_bz2": 0.007899563361314423, + "tests/core/test_subdir_data.py::test_use_only_tar_bz2": 0.012951880457388727, "tests/env/specs/test_binstar.py::test_binstar_not_installed": 0.002044079792668794, - "tests/env/specs/test_binstar.py::test_deprecations[BinstarSpec-None]": 0.0020210334377768462, - "tests/env/specs/test_binstar.py::test_deprecations[ENVIRONMENT_TYPE-TypeError]": 0.0029092143443164554, + "tests/env/specs/test_binstar.py::test_deprecations[BinstarSpec-None]": 0.0020255728473772567, + "tests/env/specs/test_binstar.py::test_deprecations[ENVIRONMENT_TYPE-TypeError]": 0.0026019047011280015, "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.0018983155297300073, - "tests/env/specs/test_requirements.py::test_no_environment_file": 0.0016818829648979584, - "tests/env/specs/test_requirements.py::test_no_name": 0.0016237509055244189, - "tests/env/specs/test_requirements.py::test_req_file_and_name": 0.0015916074697959997, - "tests/env/specs/test_yaml_file.py::test_environment_file_exist": 0.001936133125272087, - "tests/env/specs/test_yaml_file.py::test_filename": 0.0021748177241976713, - "tests/env/specs/test_yaml_file.py::test_get_environment": 0.0019145033072545123, - "tests/env/specs/test_yaml_file.py::test_no_environment_file": 0.0016104101806116132, - "tests/env/test_create.py::test_create_advanced_pip": 15.64168393437772, - "tests/env/test_create.py::test_create_empty_env": 2.762285902004463, - "tests/env/test_create.py::test_create_env_default_packages": 16.215219597435667, - "tests/env/test_create.py::test_create_env_json[example/environment.yml]": 10.507472958953876, - "tests/env/test_create.py::test_create_env_json[example/environment_with_pip.yml]": 8.517795514662337, - "tests/env/test_create.py::test_create_env_no_default_packages": 9.54287253257996, - "tests/env/test_create.py::test_create_host_port": 0.00042855370282838666, - "tests/env/test_create.py::test_create_update": 9.644808175176905, - "tests/env/test_create.py::test_create_update_remote_env_file": 9.850001612320348, - "tests/env/test_create.py::test_fail_to_create_env_in_dir_with_colon": 0.062165581106264425, - "tests/env/test_create.py::test_protected_dirs_error_for_env_create": 1.2075329978216487, - "tests/env/test_env.py::test_add_channels": 0.0015817788506998856, - "tests/env/test_env.py::test_add_pip": 0.003334909521617405, - "tests/env/test_env.py::test_args_are_wildcarded": 0.001632147248432467, - "tests/env/test_env.py::test_builds_spec_from_line_raw_dependency": 0.0017142040264390363, - "tests/env/test_env.py::test_can_add_dependencies_to_environment": 0.0033317110829426287, - "tests/env/test_env.py::test_channels_are_provided_by_kwarg": 0.0015607178820818374, - "tests/env/test_env.py::test_channels_default_to_empty_list": 0.0015629390764908978, - "tests/env/test_env.py::test_create_advanced_pip": 7.381413310842798, - "tests/env/test_env.py::test_creates_file_on_save": 0.0037985785502635014, - "tests/env/test_env.py::test_dependencies_are_empty_by_default": 0.0015610760242673158, - "tests/env/test_env.py::test_dependencies_update_after_adding": 0.0026389394804538537, - "tests/env/test_env.py::test_envvars": 0.003470945641408419, - "tests/env/test_env.py::test_from_history": 0.0028603476881810205, - "tests/env/test_env.py::test_has_empty_filename_by_default": 0.0015908942594769473, - "tests/env/test_env.py::test_has_empty_name_by_default": 0.0015734145576316782, - "tests/env/test_env.py::test_has_filename_if_provided": 0.0015972690409623714, - "tests/env/test_env.py::test_has_name_if_provided": 0.001582448737294289, - "tests/env/test_env.py::test_http": 0.279770243012609, - "tests/env/test_env.py::test_http_raises": 0.20754813112264592, - "tests/env/test_env.py::test_invalid_keys": 0.003205080965849605, - "tests/env/test_env.py::test_other_tips_of_dependencies_are_supported": 0.0016358885195905592, - "tests/env/test_env.py::test_parses_dependencies_from_raw_file": 0.0025783991974842424, - "tests/env/test_env.py::test_remove_channels": 0.0015542909892147746, - "tests/env/test_env.py::test_retains_full_filename": 0.0027511871642011657, - "tests/env/test_env.py::test_returns_Environment": 0.0027852320950056907, - "tests/env/test_env.py::test_to_dict_returns_dictionary_of_data": 0.0016569441678385255, - "tests/env/test_env.py::test_to_dict_returns_just_name_if_only_thing_present": 0.001556731849951099, - "tests/env/test_env.py::test_to_yaml_returns_proper_yaml": 0.002555910853547893, - "tests/env/test_env.py::test_to_yaml_returns_yaml_parseable_string": 0.004236053614531156, - "tests/env/test_env.py::test_to_yaml_takes_stream": 0.0025380700045371735, - "tests/env/test_env.py::test_valid_keys": 0.0036589985493284275, - "tests/env/test_env.py::test_with_pip": 0.0032026217017299737, - "tests/env/test_pip_util.py::test_get_pip_installed_packages[Successfully installed foo bar-expected0]": 0.002074109120423774, - "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.0018948190959862826, - "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.0017973639708802258, - "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.0018999439884026133, - "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.0017679039991124333, - "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[]": 0.0017252901104185178, - "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[foo]": 0.0017405310259904208, - "tests/gateways/disk/test_delete.py::test_backoff_unlink": 0.05554732839695315, - "tests/gateways/disk/test_delete.py::test_backoff_unlink_doesnt_exist": 0.001965207827573256, - "tests/gateways/disk/test_delete.py::test_deprecations[move_path_to_trash-TypeError-None]": 0.0018944222047503853, - "tests/gateways/disk/test_delete.py::test_deprecations[move_to_trash-TypeError-None]": 0.00190292578479702, - "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs0]": 0.0020225127524420897, - "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs1]": 0.0020066332575860613, - "tests/gateways/disk/test_delete.py::test_deprecations[try_rmdir_all_empty-TypeError-None]": 0.0019365007691562945, + "tests/env/specs/test_requirements.py::test_environment": 0.0018864426022266066, + "tests/env/specs/test_requirements.py::test_no_environment_file": 0.0016826240902905619, + "tests/env/specs/test_requirements.py::test_no_name": 0.001702597627026221, + "tests/env/specs/test_requirements.py::test_req_file_and_name": 0.0016068371974001315, + "tests/env/specs/test_yaml_file.py::test_environment_file_exist": 0.0019521001624063967, + "tests/env/specs/test_yaml_file.py::test_filename": 0.0022779420222706565, + "tests/env/specs/test_yaml_file.py::test_get_environment": 0.0019407915005673032, + "tests/env/specs/test_yaml_file.py::test_no_environment_file": 0.0016279012008957115, + "tests/env/test_create.py::test_create_advanced_pip": 16.31340975147159, + "tests/env/test_create.py::test_create_empty_env": 3.176360338104962, + "tests/env/test_create.py::test_create_env_default_packages": 16.87162462870513, + "tests/env/test_create.py::test_create_env_json[example/environment.yml]": 10.259449485080692, + "tests/env/test_create.py::test_create_env_json[example/environment_with_pip.yml]": 8.642815540028746, + "tests/env/test_create.py::test_create_env_no_default_packages": 9.811662803551426, + "tests/env/test_create.py::test_create_host_port": 0.00042824724559162915, + "tests/env/test_create.py::test_create_update": 9.644230074687995, + "tests/env/test_create.py::test_create_update_remote_env_file": 10.34971899329688, + "tests/env/test_create.py::test_fail_to_create_env_in_dir_with_colon": 0.06231051688673234, + "tests/env/test_create.py::test_protected_dirs_error_for_env_create": 1.0835456820455427, + "tests/env/test_env.py::test_add_channels": 0.0016072336744227, + "tests/env/test_env.py::test_add_pip": 0.0033400333336184476, + "tests/env/test_env.py::test_args_are_wildcarded": 0.0016411832061404826, + "tests/env/test_env.py::test_builds_spec_from_line_raw_dependency": 0.001736127863367998, + "tests/env/test_env.py::test_can_add_dependencies_to_environment": 0.003377674605109464, + "tests/env/test_env.py::test_channels_are_provided_by_kwarg": 0.00158318207217668, + "tests/env/test_env.py::test_channels_default_to_empty_list": 0.0015924896012440817, + "tests/env/test_env.py::test_create_advanced_pip": 7.392587865169894, + "tests/env/test_env.py::test_creates_file_on_save": 0.003855253410085371, + "tests/env/test_env.py::test_dependencies_are_empty_by_default": 0.0015786439848147547, + "tests/env/test_env.py::test_dependencies_update_after_adding": 0.002664848407495485, + "tests/env/test_env.py::test_envvars": 0.0034838074531505334, + "tests/env/test_env.py::test_from_history": 0.002915719448297325, + "tests/env/test_env.py::test_has_empty_filename_by_default": 0.001611893662752592, + "tests/env/test_env.py::test_has_empty_name_by_default": 0.0015840814887116018, + "tests/env/test_env.py::test_has_filename_if_provided": 0.0016063820420029085, + "tests/env/test_env.py::test_has_name_if_provided": 0.0016004881821099768, + "tests/env/test_env.py::test_http": 1.156703483531977, + "tests/env/test_env.py::test_http_raises": 0.1795319125580272, + "tests/env/test_env.py::test_invalid_keys": 0.0032289020888933407, + "tests/env/test_env.py::test_other_tips_of_dependencies_are_supported": 0.0016558157635419436, + "tests/env/test_env.py::test_parses_dependencies_from_raw_file": 0.002571451631656705, + "tests/env/test_env.py::test_remove_channels": 0.001580295263165495, + "tests/env/test_env.py::test_retains_full_filename": 0.0027612164100956843, + "tests/env/test_env.py::test_returns_Environment": 0.0027935621655425327, + "tests/env/test_env.py::test_to_dict_returns_dictionary_of_data": 0.0016869525785005424, + "tests/env/test_env.py::test_to_dict_returns_just_name_if_only_thing_present": 0.001573375845114373, + "tests/env/test_env.py::test_to_yaml_returns_proper_yaml": 0.0025702602854510664, + "tests/env/test_env.py::test_to_yaml_returns_yaml_parseable_string": 0.0042706261016630005, + "tests/env/test_env.py::test_to_yaml_takes_stream": 0.002555989904045182, + "tests/env/test_env.py::test_valid_keys": 0.0036791116704722442, + "tests/env/test_env.py::test_with_pip": 0.003219472111757497, + "tests/env/test_pip_util.py::test_get_pip_installed_packages[Successfully installed foo bar-expected0]": 0.0020867801489024536, + "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.001968977869187671, + "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.001817420134917811, + "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.0018906786053888736, + "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.0017761582656595104, + "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[]": 0.001735225476729747, + "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[foo]": 0.0017666770258368738, + "tests/gateways/disk/test_delete.py::test_backoff_unlink": 0.05580519938836889, + "tests/gateways/disk/test_delete.py::test_backoff_unlink_doesnt_exist": 0.0019575263044205983, + "tests/gateways/disk/test_delete.py::test_deprecations[move_path_to_trash-TypeError-None]": 0.0019244554856164152, + "tests/gateways/disk/test_delete.py::test_deprecations[move_to_trash-TypeError-None]": 0.0019323798856355926, + "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs0]": 0.0020133639300984733, + "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs1]": 0.002012439106625453, + "tests/gateways/disk/test_delete.py::test_deprecations[try_rmdir_all_empty-TypeError-None]": 0.001967210465558355, "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.05969523286465669, - "tests/gateways/disk/test_delete.py::test_remove_dir": 0.055145870434444216, - "tests/gateways/disk/test_delete.py::test_remove_file": 0.002554131108443918, - "tests/gateways/disk/test_delete.py::test_remove_file_to_trash": 0.0021414374906548687, - "tests/gateways/disk/test_delete.py::test_remove_link_to_dir": 0.05867068185746347, - "tests/gateways/disk/test_delete.py::test_remove_link_to_file": 0.002264776050614563, - "tests/gateways/disk/test_delete.py::test_rm_rf": 0.05605326836479912, - "tests/gateways/disk/test_delete.py::test_rm_rf_couldnt": 0.002044395379907379, - "tests/gateways/disk/test_delete.py::test_rm_rf_does_not_follow_symlinks": 0.11266876576525453, - "tests/gateways/disk/test_delete.py::test_try_rmdir_all_empty_doesnt_exist": 0.05445393945970898, - "tests/gateways/disk/test_link.py::test_hard_link": 0.0033857301209182316, - "tests/gateways/disk/test_link.py::test_soft_link": 0.0034502050338965327, - "tests/gateways/disk/test_permissions.py::test_make_executable": 0.0019043047460493253, - "tests/gateways/disk/test_permissions.py::test_make_writable": 0.002423227090182475, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EACCES": 0.0022087162512223197, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EPERM": 0.0022369240468012824, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EROFS": 0.002077766182629, - "tests/gateways/disk/test_permissions.py::test_make_writable_doesnt_exist": 0.0016513783781365507, - "tests/gateways/disk/test_permissions.py::test_recursive_make_writable": 0.010837757866084728, - "tests/gateways/disk/test_read.py::test_cherrypy_py27_osx_no_binary": 0.030435580494052837, - "tests/gateways/disk/test_read.py::test_cherrypy_py36_osx_whl": 0.046188024574078314, - "tests/gateways/disk/test_read.py::test_pyjwt_py27_osx_no_binary": 0.008463043045724147, - "tests/gateways/disk/test_read.py::test_pyjwt_py36_osx_whl": 0.011234439702083644, - "tests/gateways/disk/test_read.py::test_scrapy_py27_osx_no_binary": 0.065856349137881, - "tests/gateways/disk/test_read.py::test_scrapy_py36_osx_whl": 0.10252389131210865, - "tests/gateways/disk/test_read.py::test_six_py27_osx_no_binary_unmanageable": 0.0038802927353932736, - "tests/gateways/disk/test_read.py::test_twilio_py27_osx_no_binary": 0.08649364143951462, - "tests/gateways/disk/test_read.py::test_twilio_py36_osx_whl": 0.13849020347678967, - "tests/gateways/test_connection.py::test_accept_range_none": 0.22986900348212566, - "tests/gateways/test_connection.py::test_add_binstar_token": 0.006239360225089078, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost-channels3-http://localhost]": 0.013294010977855791, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost/noarch/test-package-0.1.0.conda-channels2-http://localhost]": 0.013491232464930412, - "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.013824546974410238, - "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.013751981605380601, - "tests/gateways/test_connection.py::test_get_session_returns_default": 0.004427603845450748, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings": 0.008361995344515913, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings_multiple": 0.008501620265083672, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings_no_handler": 0.0035778990362359078, - "tests/gateways/test_connection.py::test_get_session_with_request_headers": 0.00465763475857247, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[exact-url]": 0.008191067595129829, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[no-match]": 0.005939459937451377, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[url-prefix]": 0.01134677929760118, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-match-same-schema]": 0.04892750288172779, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-different-scheme]": 0.008161502558884013, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-missing-scheme]": 0.0051400656385385156, - "tests/gateways/test_connection.py::test_local_file_adapter_200": 0.003256333871908214, - "tests/gateways/test_connection.py::test_local_file_adapter_404": 0.003403252309444511, - "tests/gateways/test_connection.py::test_s3_server": 1.8716363527069728, - "tests/gateways/test_connection.py::test_s3_server_with_mock": 1.428028997655698, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers0-expected0]": 0.0020292578909982873, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers1-expected1]": 0.0020209163427009403, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers2-expected2]": 0.0018823793064589678, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers3-expected3]": 0.0018921720975334036, - "tests/gateways/test_jlap.py::test_download_and_hash": 0.0455875935073104, - "tests/gateways/test_jlap.py::test_hashwriter": 0.0016339360564568944, - "tests/gateways/test_jlap.py::test_jlap_cache_clock[False]": 0.029245625848106183, - "tests/gateways/test_jlap.py::test_jlap_cache_clock[True]": 0.03202759999748295, - "tests/gateways/test_jlap.py::test_jlap_core": 0.0032462607953521374, - "tests/gateways/test_jlap.py::test_jlap_coverage": 0.001670791661994442, - "tests/gateways/test_jlap.py::test_jlap_errors": 0.048995086071442734, - "tests/gateways/test_jlap.py::test_jlap_fetch": 0.08669122388643863, - "tests/gateways/test_jlap.py::test_jlap_fetch_file": 0.013310845618365376, - "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[False]": 0.826857317999831, - "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[True]": 7.048584517864091, - "tests/gateways/test_jlap.py::test_jlap_flag[]": 0.002650085968617983, - "tests/gateways/test_jlap.py::test_jlap_flag[jlap,another]": 0.0027641242533647937, - "tests/gateways/test_jlap.py::test_jlap_flag[jlap]": 0.0027592415297526163, - "tests/gateways/test_jlap.py::test_jlap_flag[jlapopotamus]": 0.002704949045535791, - "tests/gateways/test_jlap.py::test_jlap_sought": 0.057076761090775995, - "tests/gateways/test_jlap.py::test_jlap_zst_not_404": 0.004916130792802848, - "tests/gateways/test_jlap.py::test_jlap_zst_not_zst": 0.011790396351648467, - "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[False]": 0.016554364758448254, - "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[True]": 0.059659156753078785, - "tests/gateways/test_jlap.py::test_repodata_state[False]": 0.013563616692274672, - "tests/gateways/test_jlap.py::test_repodata_state[True]": 0.03412723467412056, - "tests/gateways/test_jlap.py::test_repodata_use_zst[False]": 0.0026700232726549053, - "tests/gateways/test_jlap.py::test_repodata_use_zst[True]": 0.0026808011115634447, - "tests/gateways/test_jlap.py::test_request_url_jlap_state": 0.010070509681964658, - "tests/gateways/test_jlap.py::test_server_available": 0.09724150229148877, - "tests/gateways/test_logging.py::test_token_not_present_in_conda_create": 2.420917503585638, - "tests/gateways/test_logging.py::test_token_replace_big_string": 0.0020255167902430036, - "tests/gateways/test_logging.py::test_token_replace_individual_strings": 0.0016575984745803869, - "tests/gateways/test_repodata_gateway.py::test_coverage_conda_http_errors": 0.009294116235533648, - "tests/gateways/test_repodata_gateway.py::test_get_cache_control_max_age": 0.0015972697793615765, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-False]": 0.006496993985444211, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-True]": 0.008919684064911735, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-False]": 0.006405728807181839, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-True]": 0.008735979561504913, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[False]": 0.015318507248044089, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[True]": 0.02194563331752039, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_jsondecodeerror": 0.004269898512402879, - "tests/gateways/test_repodata_gateway.py::test_repodata_state_has_format": 0.0029110188025412006, - "tests/gateways/test_repodata_gateway.py::test_save": 0.10490550967360142, - "tests/gateways/test_repodata_gateway.py::test_ssl_unavailable_error_message": 0.001916510856206341, - "tests/gateways/test_repodata_gateway.py::test_stale": 0.008073283421926347, - "tests/gateways/test_repodata_lock.py::test_lock_can_lock[False]": 0.6922650697695734, + "tests/gateways/disk/test_delete.py::test_remove_dir": 0.05347039560987118, + "tests/gateways/disk/test_delete.py::test_remove_file": 0.004816111148570481, + "tests/gateways/disk/test_delete.py::test_remove_file_to_trash": 0.0020996072350838303, + "tests/gateways/disk/test_delete.py::test_remove_link_to_dir": 0.05712964612685064, + "tests/gateways/disk/test_delete.py::test_remove_link_to_file": 0.002323646183112323, + "tests/gateways/disk/test_delete.py::test_rm_rf": 0.05543739239166233, + "tests/gateways/disk/test_delete.py::test_rm_rf_couldnt": 0.0020466878478254164, + "tests/gateways/disk/test_delete.py::test_rm_rf_does_not_follow_symlinks": 0.11356473785744503, + "tests/gateways/disk/test_delete.py::test_try_rmdir_all_empty_doesnt_exist": 0.05438284373095626, + "tests/gateways/disk/test_link.py::test_hard_link": 0.003258956488532872, + "tests/gateways/disk/test_link.py::test_soft_link": 0.003432477455037028, + "tests/gateways/disk/test_permissions.py::test_make_executable": 0.0019218350494634245, + "tests/gateways/disk/test_permissions.py::test_make_writable": 0.002372218856626823, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EACCES": 0.002177803896684449, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EPERM": 0.0022545983714765292, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EROFS": 0.002155534006738815, + "tests/gateways/disk/test_permissions.py::test_make_writable_doesnt_exist": 0.0016712691345426498, + "tests/gateways/disk/test_permissions.py::test_recursive_make_writable": 0.0076656264491108735, + "tests/gateways/disk/test_read.py::test_cherrypy_py27_osx_no_binary": 0.031011172575219674, + "tests/gateways/disk/test_read.py::test_cherrypy_py36_osx_whl": 0.04666055216342781, + "tests/gateways/disk/test_read.py::test_pyjwt_py27_osx_no_binary": 0.008604963487696654, + "tests/gateways/disk/test_read.py::test_pyjwt_py36_osx_whl": 0.01138462501314469, + "tests/gateways/disk/test_read.py::test_scrapy_py27_osx_no_binary": 0.06716882018433311, + "tests/gateways/disk/test_read.py::test_scrapy_py36_osx_whl": 0.10410176131520833, + "tests/gateways/disk/test_read.py::test_six_py27_osx_no_binary_unmanageable": 0.003925559651956672, + "tests/gateways/disk/test_read.py::test_twilio_py27_osx_no_binary": 0.08782170753463685, + "tests/gateways/disk/test_read.py::test_twilio_py36_osx_whl": 0.140696284858954, + "tests/gateways/test_connection.py::test_accept_range_none": 0.23094288913011865, + "tests/gateways/test_connection.py::test_add_binstar_token": 0.0062479774446002195, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost-channels3-http://localhost]": 0.013541611705899508, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost/noarch/test-package-0.1.0.conda-channels2-http://localhost]": 0.01359276733817226, + "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.014036415266226388, + "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.013822224767149132, + "tests/gateways/test_connection.py::test_get_session_returns_default": 0.004289807003464701, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings": 0.008107525295435382, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings_multiple": 0.012072929488350509, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings_no_handler": 0.003634322261801785, + "tests/gateways/test_connection.py::test_get_session_with_request_headers": 0.004921519478318954, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[exact-url]": 0.009688087247544485, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[no-match]": 0.006377178150359796, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[url-prefix]": 0.009029802908518512, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-match-same-schema]": 0.042791451635427045, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-different-scheme]": 0.007287246976431128, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-missing-scheme]": 0.005500606478068103, + "tests/gateways/test_connection.py::test_local_file_adapter_200": 0.004487724289744793, + "tests/gateways/test_connection.py::test_local_file_adapter_404": 0.003223073085283703, + "tests/gateways/test_connection.py::test_s3_server": 1.9141499426323803, + "tests/gateways/test_connection.py::test_s3_server_with_mock": 1.6423783343689196, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers0-expected0]": 0.0020290173511853496, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers1-expected1]": 0.0020200536656318976, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers2-expected2]": 0.0018821639717387666, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers3-expected3]": 0.0018915870999954916, + "tests/gateways/test_jlap.py::test_download_and_hash": 0.05424694961796827, + "tests/gateways/test_jlap.py::test_hashwriter": 0.0016339596026509818, + "tests/gateways/test_jlap.py::test_jlap_cache_clock[False]": 0.028747111356761376, + "tests/gateways/test_jlap.py::test_jlap_cache_clock[True]": 0.033435404698868694, + "tests/gateways/test_jlap.py::test_jlap_core": 0.003273191779971183, + "tests/gateways/test_jlap.py::test_jlap_coverage": 0.0016814779418407107, + "tests/gateways/test_jlap.py::test_jlap_errors": 0.049156246495571106, + "tests/gateways/test_jlap.py::test_jlap_fetch": 0.052699366741052536, + "tests/gateways/test_jlap.py::test_jlap_fetch_file": 0.013799129747509223, + "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[False]": 0.8002707124521061, + "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[True]": 7.074577944080693, + "tests/gateways/test_jlap.py::test_jlap_flag[]": 0.0026826664266014722, + "tests/gateways/test_jlap.py::test_jlap_flag[jlap,another]": 0.0027718036693000405, + "tests/gateways/test_jlap.py::test_jlap_flag[jlap]": 0.002798275238567274, + "tests/gateways/test_jlap.py::test_jlap_flag[jlapopotamus]": 0.002731451458138103, + "tests/gateways/test_jlap.py::test_jlap_sought": 0.05752903862857156, + "tests/gateways/test_jlap.py::test_jlap_zst_not_404": 0.0047938723341224496, + "tests/gateways/test_jlap.py::test_jlap_zst_not_zst": 0.011791166433416083, + "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[False]": 0.017177490534911476, + "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[True]": 0.051236659791305955, + "tests/gateways/test_jlap.py::test_repodata_state[False]": 0.019970015240084814, + "tests/gateways/test_jlap.py::test_repodata_state[True]": 0.025938712599968012, + "tests/gateways/test_jlap.py::test_repodata_use_zst[False]": 0.002684403865147659, + "tests/gateways/test_jlap.py::test_repodata_use_zst[True]": 0.0027080563406924755, + "tests/gateways/test_jlap.py::test_request_url_jlap_state": 0.010054987768862897, + "tests/gateways/test_jlap.py::test_server_available": 0.12586770494027763, + "tests/gateways/test_logging.py::test_token_not_present_in_conda_create": 2.534760984563368, + "tests/gateways/test_logging.py::test_token_replace_big_string": 0.002043605399978171, + "tests/gateways/test_logging.py::test_token_replace_individual_strings": 0.001678253900941772, + "tests/gateways/test_repodata_gateway.py::test_coverage_conda_http_errors": 0.009487216472524594, + "tests/gateways/test_repodata_gateway.py::test_get_cache_control_max_age": 0.001612701560217942, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-False]": 0.006636123481568809, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-True]": 0.008901475881777768, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-False]": 0.006404181595039071, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-True]": 0.00886317504044317, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[False]": 0.015265998512520739, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[True]": 0.022350845217754017, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_jsondecodeerror": 0.004314147574248719, + "tests/gateways/test_repodata_gateway.py::test_repodata_state_has_format": 0.0029775064399004867, + "tests/gateways/test_repodata_gateway.py::test_save": 0.10493550224998481, + "tests/gateways/test_repodata_gateway.py::test_ssl_unavailable_error_message": 0.0019319091976037815, + "tests/gateways/test_repodata_gateway.py::test_stale": 0.008369545664794718, + "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.777524498778478, - "tests/gateways/test_repodata_lock.py::test_lock_no_lock[True]": 0.7713976391616216, - "tests/gateways/test_repodata_lock.py::test_lock_rename": 0.02447263927401557, - "tests/gateways/test_subprocess.py::test_subprocess_call_with_capture_output": 0.40892124690409554, - "tests/gateways/test_subprocess.py::test_subprocess_call_without_capture_output": 0.41190928413017497, - "tests/models/test_channel.py::test_bare_channel_file": 0.0027198880785916832, - "tests/models/test_channel.py::test_bare_channel_http": 0.002612601193515369, - "tests/models/test_channel.py::test_canonicalized_url_gets_correct_token": 0.014034894792061853, - "tests/models/test_channel.py::test_channel_alias": 0.01790280820678552, - "tests/models/test_channel.py::test_channel_alias_channels": 0.0027565243264813435, - "tests/models/test_channel.py::test_channel_alias_w_conda_path": 0.013841113391811474, - "tests/models/test_channel.py::test_channel_alias_w_subhcnnale": 0.013401897983001683, - "tests/models/test_channel.py::test_channel_cache": 0.0024739481381283513, - "tests/models/test_channel.py::test_channel_host_port": 0.0026695932963108765, - "tests/models/test_channel.py::test_channel_mangles_urls": 0.002943689976956987, - "tests/models/test_channel.py::test_channel_name_subdir_only": 0.0033610975339747676, - "tests/models/test_channel.py::test_channels_with_dashes": 0.015464416391352626, - "tests/models/test_channel.py::test_custom_channels": 0.01983585557862258, - "tests/models/test_channel.py::test_custom_channels_port_token_auth": 0.019260649875674343, - "tests/models/test_channel.py::test_custom_token_in_channel": 0.01344544172053032, - "tests/models/test_channel.py::test_default_channel": 0.0035328749695577597, - "tests/models/test_channel.py::test_default_channels": 0.017673904365161183, - "tests/models/test_channel.py::test_defaults_channel": 0.018674236833970015, - "tests/models/test_channel.py::test_env_var_file_urls": 0.0038924951554751065, - "tests/models/test_channel.py::test_expanded_variables": 0.016291939525139566, - "tests/models/test_channel.py::test_file_channel": 0.01898132640415164, - "tests/models/test_channel.py::test_file_url_with_backslashes": 0.0027546732352948422, - "tests/models/test_channel.py::test_file_urls": 0.0027887851852209603, - "tests/models/test_channel.py::test_local_channel": 0.07497149231227666, - "tests/models/test_channel.py::test_migrated_custom_channels": 0.01929832948314322, - "tests/models/test_channel.py::test_multichannel_priority": 0.0036789572390853614, - "tests/models/test_channel.py::test_named_custom_channel": 0.017681738185547503, - "tests/models/test_channel.py::test_named_custom_channel_w_subchan": 0.01746913902633439, - "tests/models/test_channel.py::test_old_channel_alias": 0.019133048866765565, - "tests/models/test_channel.py::test_pkgs_main": 0.020012565144596775, - "tests/models/test_channel.py::test_pkgs_pro": 0.020285629763045942, - "tests/models/test_channel.py::test_ppc64le_vs_ppc64": 0.0031269140805099895, - "tests/models/test_channel.py::test_regression_against_unknown_none": 0.0032951319894350384, - "tests/models/test_channel.py::test_subdir_env_var": 0.007040215452436095, - "tests/models/test_channel.py::test_subdirs_env_var": 0.00775662681301216, - "tests/models/test_channel.py::test_token_in_custom_channel": 0.0030357960148944194, - "tests/models/test_channel.py::test_unexpanded_variables": 0.015921750130933183, - "tests/models/test_channel.py::test_url_channel_w_platform": 0.0034967698094523865, - "tests/models/test_channel.py::test_url_custom_channel": 0.017368591361729725, - "tests/models/test_channel.py::test_url_custom_channel_w_subchan": 0.017219929957319094, - "tests/models/test_dist.py::test_channel[.conda]": 0.0031956247794294895, - "tests/models/test_dist.py::test_channel[.tar.bz2]": 0.0031069055649909577, - "tests/models/test_dist.py::test_dist[.conda]": 0.002744636513897436, - "tests/models/test_dist.py::test_dist[.tar.bz2]": 0.002422375708574031, - "tests/models/test_dist.py::test_dist_with_channel_url[.conda]": 0.07362979664252618, - "tests/models/test_dist.py::test_dist_with_channel_url[.tar.bz2]": 0.07301198489170123, - "tests/models/test_dist.py::test_dist_with_non_channel_url[.conda]": 0.0029825841657723493, - "tests/models/test_dist.py::test_dist_with_non_channel_url[.tar.bz2]": 0.0028808835635860805, - "tests/models/test_index_record.py::test_index_record_timestamp": 0.0030596693806577376, - "tests/models/test_index_record.py::test_prefix_record_no_channel": 0.0038596114325119635, - "tests/models/test_match_spec.py::test_bracket_matches": 0.005639519577343813, - "tests/models/test_match_spec.py::test_build_merge": 0.0031062290984627877, - "tests/models/test_match_spec.py::test_build_number_and_filename": 0.0016467798043409653, - "tests/models/test_match_spec.py::test_build_number_merge": 0.0031402450581271106, - "tests/models/test_match_spec.py::test_canonical_string_forms": 0.007295168458747527, - "tests/models/test_match_spec.py::test_catch_invalid_regexes": 0.0031846954604157983, - "tests/models/test_match_spec.py::test_channel_matching": 0.003913949013676698, - "tests/models/test_match_spec.py::test_channel_merge": 0.0032339279397400333, - "tests/models/test_match_spec.py::test_comment": 0.001694211401032103, - "tests/models/test_match_spec.py::test_conda_style": 0.0017006657578262023, - "tests/models/test_match_spec.py::test_dist": 0.004275334626385386, - "tests/models/test_match_spec.py::test_dist_str": 0.004685339229198421, - "tests/models/test_match_spec.py::test_exact_values": 0.0020749204710648404, - "tests/models/test_match_spec.py::test_hash": 0.0019348433992242993, - "tests/models/test_match_spec.py::test_hash_merge_with_name": 0.0035394130624305845, - "tests/models/test_match_spec.py::test_hash_merge_wo_name": 0.0019832500977635843, - "tests/models/test_match_spec.py::test_index_record": 0.003463270337777242, - "tests/models/test_match_spec.py::test_invalid": 0.0015950658527692928, - "tests/models/test_match_spec.py::test_invalid_arg2spec": 0.0016759106126972138, - "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg 4.2.2<6.0.0]": 0.0018171370578299627, - "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.0018827741721232606, - "tests/models/test_match_spec.py::test_key_value_features_canonical_string_forms": 0.0003604070829898243, - "tests/models/test_match_spec.py::test_legacy_features_canonical_string_forms": 0.0017187760600357784, - "tests/models/test_match_spec.py::test_license_match": 0.0055875837200557955, - "tests/models/test_match_spec.py::test_match_1": 0.01431944091738824, - "tests/models/test_match_spec.py::test_matchspec_errors": 0.0029821561836152156, - "tests/models/test_match_spec.py::test_merge_multiple_name": 0.003555755128481046, - "tests/models/test_match_spec.py::test_merge_single_name": 0.0032242340791234455, - "tests/models/test_match_spec.py::test_no_name_match_spec": 0.001669100115405435, - "tests/models/test_match_spec.py::test_openssl_match": 0.0030338606088285637, - "tests/models/test_match_spec.py::test_parse_build_number_brackets": 0.0017046158906388288, - "tests/models/test_match_spec.py::test_parse_channel_subdir": 0.002567331938994016, - "tests/models/test_match_spec.py::test_parse_equal_equal": 0.0016593664082989212, - "tests/models/test_match_spec.py::test_parse_errors": 0.0016121239177060154, - "tests/models/test_match_spec.py::test_parse_hard": 0.0017920244331015003, - "tests/models/test_match_spec.py::test_parse_parens": 0.002442235092840909, - "tests/models/test_match_spec.py::test_parse_spec_str_no_brackets": 0.002623565516185814, - "tests/models/test_match_spec.py::test_parse_spec_str_tarball_url": 0.003878681801624354, - "tests/models/test_match_spec.py::test_parse_spec_str_with_brackets": 0.0027745446772218566, - "tests/models/test_match_spec.py::test_pip_style": 0.001855118693701683, - "tests/models/test_match_spec.py::test_pip_style2": 0.002130196106718707, - "tests/models/test_match_spec.py::test_simple": 0.0020789404744498124, - "tests/models/test_match_spec.py::test_star_name": 0.0016070656130258362, - "tests/models/test_match_spec.py::test_strictness": 0.0030312539455151833, - "tests/models/test_match_spec.py::test_subdir_merge": 0.0032518356576209597, - "tests/models/test_match_spec.py::test_tarball_match_specs": 0.005965037213327839, - "tests/models/test_match_spec.py::test_to_filename": 0.0029871715576123233, - "tests/models/test_match_spec.py::test_track_features_match": 0.005808809844980765, - "tests/models/test_package_info.py::test_package_info": 0.002901087230423489, - "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[classic]": 1.2170448832335903, - "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[libmamba]": 0.37663537168212513, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[classic]": 0.0167523710547539, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[libmamba]": 0.0171385952553409, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[classic]": 0.016830954841505416, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[libmamba]": 0.01738263652697095, - "tests/models/test_prefix_graph.py::test_prefix_graph_1[classic]": 4.313225326697349, - "tests/models/test_prefix_graph.py::test_prefix_graph_1[libmamba]": 0.23855574762061846, - "tests/models/test_prefix_graph.py::test_prefix_graph_2[classic]": 4.416660786754057, - "tests/models/test_prefix_graph.py::test_prefix_graph_2[libmamba]": 0.21760177490115276, - "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[classic]": 4.355108987760674, - "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[libmamba]": 0.22178855722324267, - "tests/models/test_prefix_graph.py::test_sort_without_prep[classic]": 5.491479485710855, - "tests/models/test_prefix_graph.py::test_sort_without_prep[libmamba]": 1.279110798051296, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[classic]": 5.375177393740276, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[libmamba]": 1.31025012421453, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[classic]": 5.270453895562314, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[libmamba]": 1.2804678451807445, - "tests/models/test_records.py::test_package_record_feature": 0.002975503687250919, - "tests/models/test_records.py::test_package_record_timestamp": 0.0034511605821170364, - "tests/models/test_records.py::test_package_virtual_package[123-testbuild]": 0.0030718650159340696, - "tests/models/test_records.py::test_package_virtual_package[None-None]": 0.003157110873402085, - "tests/models/test_records.py::test_package_virtual_package[None-testbuild]": 0.003106024994609879, - "tests/models/test_records.py::test_prefix_record_no_channel": 0.004172644738182539, - "tests/models/test_version.py::test_compatible_release_versions": 0.001976321075378529, - "tests/models/test_version.py::test_compound_versions": 0.001963687825591144, - "tests/models/test_version.py::test_hexrd": 0.0016411460668682412, - "tests/models/test_version.py::test_invalid_version_specs": 0.00200515038717605, - "tests/models/test_version.py::test_local_identifier": 0.001746776921547303, - "tests/models/test_version.py::test_match": 0.0049257367598439265, - "tests/models/test_version.py::test_not_eq_star": 0.0018436486637809456, - "tests/models/test_version.py::test_openssl_convention": 0.0021659842797434716, - "tests/models/test_version.py::test_pep440": 0.002795170026856435, - "tests/models/test_version.py::test_pep_440_arbitrary_equality_operator": 0.0016557958560833028, - "tests/models/test_version.py::test_ver_eval": 0.0022183641543037113, - "tests/models/test_version.py::test_ver_eval_errors": 0.001684214984028752, - "tests/models/test_version.py::test_version_order": 0.006569558730161857, - "tests/models/test_version.py::test_version_spec_1": 0.0016599168675143128, - "tests/models/test_version.py::test_version_spec_2": 0.00190413135855222, - "tests/models/test_version.py::test_version_spec_3": 0.0016167697888014013, - "tests/models/test_version.py::test_version_spec_4": 0.0017487733553295981, - "tests/notices/test_core.py::test__conda_user_story__disable_notices": 0.01659301234923279, - "tests/notices/test_core.py::test__conda_user_story__more_notices_message": 0.05790041964859546, - "tests/notices/test_core.py::test__conda_user_story__only_see_once": 0.05863216035102245, - "tests/notices/test_core.py::test_display_notices_happy_path[200]": 0.10034922753672984, - "tests/notices/test_core.py::test_display_notices_happy_path[404]": 0.0999274582929554, - "tests/notices/test_core.py::test_display_notices_happy_path[500]": 0.09974394479411616, - "tests/notices/test_core.py::test_notices_decorator": 0.06112050583428088, - "tests/notices/test_fetch.py::test_get_channel_notice_response_malformed_json": 0.047870501320091664, - "tests/notices/test_fetch.py::test_get_channel_notice_response_timeout_error": 0.04881443928713644, - "tests/notices/test_fetch.py::test_notice_response_cache_expired": 0.001680840679033784, - "tests/notices/test_types.py::test_channel_notice_response": 0.0017188343259285283, - "tests/notices/test_types.py::test_channel_notice_response_date_parse_error": 0.0017168492858905132, - "tests/notices/test_types.py::test_channel_notice_response_integer_id": 0.0016065805318262933, - "tests/notices/test_types.py::test_channel_notice_undefined_id": 0.0016002619704043122, - "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer": 0.002637943059752639, - "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list": 0.0035906439989267375, - "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list_output_false": 0.0017486391015310325, - "tests/plugins/reporter_backends/test_console.py::test_prompt": 0.001718196973538037, - "tests/plugins/reporter_backends/test_console.py::test_prompt_bad_option": 0.0019007656746317695, - "tests/plugins/reporter_backends/test_console.py::test_prompt_error_reading_stdin": 0.0024638679107232696, - "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner": 0.0019678270054866386, - "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner_with_error": 0.001909266555292943, - "tests/plugins/reporter_backends/test_console.py::test_spinner": 0.1026619761025114, - "tests/plugins/reporter_backends/test_console.py::test_spinner_with_error": 0.11478970031751817, - "tests/plugins/reporter_backends/test_console.py::test_spinner_with_os_error_errno_epipe": 0.02531072091756327, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error": 0.002440505204006077, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error_with_epipe_errno": 0.0023403541971534947, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error": 0.0034201366340382133, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error_with_errno_epipe": 0.0033958959941610763, - "tests/plugins/reporter_backends/test_json.py::test_json_handler": 0.0018187388282467371, - "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_enabled": 0.003364228065767327, - "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_not_enabled": 0.0025870645979875996, - "tests/plugins/reporter_backends/test_json.py::test_json_spinner": 0.0018783659875864411, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path": 2.059477479493145, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_show_help": 0.045999565094225425, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_verbose": 2.0264330751193733, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_non_existent_environment": 0.06595862306761963, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_test_environment": 1.2813487820618576, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyc]": 0.0042746054525530635, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyo]": 0.004288590140984256, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-False]": 0.004550334426179393, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-True]": 0.004566445951735188, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-False]": 0.004590743841200305, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-True]": 0.0046342265568587926, + "tests/gateways/test_repodata_lock.py::test_lock_no_lock[False]": 9.812285666034061, + "tests/gateways/test_repodata_lock.py::test_lock_no_lock[True]": 0.8043960399567107, + "tests/gateways/test_repodata_lock.py::test_lock_rename": 0.02175750275144354, + "tests/gateways/test_subprocess.py::test_subprocess_call_with_capture_output": 0.4321862379590838, + "tests/gateways/test_subprocess.py::test_subprocess_call_without_capture_output": 0.43432046587916767, + "tests/models/test_channel.py::test_bare_channel_file": 0.0027741109762443746, + "tests/models/test_channel.py::test_bare_channel_http": 0.0026536078810871994, + "tests/models/test_channel.py::test_canonicalized_url_gets_correct_token": 0.014191177770175393, + "tests/models/test_channel.py::test_channel_alias": 0.018090441493942268, + "tests/models/test_channel.py::test_channel_alias_channels": 0.0027844535313293938, + "tests/models/test_channel.py::test_channel_alias_w_conda_path": 0.013892077704463168, + "tests/models/test_channel.py::test_channel_alias_w_subhcnnale": 0.013432907117001035, + "tests/models/test_channel.py::test_channel_cache": 0.0025335736949570584, + "tests/models/test_channel.py::test_channel_host_port": 0.002694661345354549, + "tests/models/test_channel.py::test_channel_mangles_urls": 0.0029732881972492986, + "tests/models/test_channel.py::test_channel_name_subdir_only": 0.003407869352821695, + "tests/models/test_channel.py::test_channels_with_dashes": 0.015583818694100058, + "tests/models/test_channel.py::test_custom_channels": 0.019986529750300866, + "tests/models/test_channel.py::test_custom_channels_port_token_auth": 0.019277332853981075, + "tests/models/test_channel.py::test_custom_token_in_channel": 0.013763295954460473, + "tests/models/test_channel.py::test_default_channel": 0.0035689904682973893, + "tests/models/test_channel.py::test_default_channels": 0.017886366799188976, + "tests/models/test_channel.py::test_defaults_channel": 0.018694579352593808, + "tests/models/test_channel.py::test_env_var_file_urls": 0.003958062307425819, + "tests/models/test_channel.py::test_expanded_variables": 0.013152144071063633, + "tests/models/test_channel.py::test_file_channel": 0.01922080417526844, + "tests/models/test_channel.py::test_file_url_with_backslashes": 0.0027806573269439066, + "tests/models/test_channel.py::test_file_urls": 0.002785144624205548, + "tests/models/test_channel.py::test_local_channel": 0.07342878116983462, + "tests/models/test_channel.py::test_migrated_custom_channels": 0.01946241225764273, + "tests/models/test_channel.py::test_multichannel_priority": 0.0037268493239434116, + "tests/models/test_channel.py::test_named_custom_channel": 0.017843086300314715, + "tests/models/test_channel.py::test_named_custom_channel_w_subchan": 0.017664268802485825, + "tests/models/test_channel.py::test_old_channel_alias": 0.01937436110422127, + "tests/models/test_channel.py::test_pkgs_main": 0.020194272128122453, + "tests/models/test_channel.py::test_pkgs_pro": 0.020502898781719823, + "tests/models/test_channel.py::test_ppc64le_vs_ppc64": 0.003161361610857299, + "tests/models/test_channel.py::test_regression_against_unknown_none": 0.0033312520544137823, + "tests/models/test_channel.py::test_subdir_env_var": 0.00714282125721117, + "tests/models/test_channel.py::test_subdirs_env_var": 0.007829028135749377, + "tests/models/test_channel.py::test_token_in_custom_channel": 0.003064553718334676, + "tests/models/test_channel.py::test_unexpanded_variables": 0.012680790574704098, + "tests/models/test_channel.py::test_url_channel_w_platform": 0.003534904032260662, + "tests/models/test_channel.py::test_url_custom_channel": 0.017570812255640052, + "tests/models/test_channel.py::test_url_custom_channel_w_subchan": 0.017363218178927706, + "tests/models/test_dist.py::test_channel[.conda]": 0.0031889642943552913, + "tests/models/test_dist.py::test_channel[.tar.bz2]": 0.003133347833602451, + "tests/models/test_dist.py::test_dist[.conda]": 0.0027722327538180136, + "tests/models/test_dist.py::test_dist[.tar.bz2]": 0.00248782282257855, + "tests/models/test_dist.py::test_dist_with_channel_url[.conda]": 0.07230868011424825, + "tests/models/test_dist.py::test_dist_with_channel_url[.tar.bz2]": 0.07283583775764649, + "tests/models/test_dist.py::test_dist_with_non_channel_url[.conda]": 0.0029951133313449057, + "tests/models/test_dist.py::test_dist_with_non_channel_url[.tar.bz2]": 0.0029135872751004763, + "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.005754886136687301, + "tests/models/test_match_spec.py::test_build_merge": 0.003136426636611027, + "tests/models/test_match_spec.py::test_build_number_and_filename": 0.0016554519978351687, + "tests/models/test_match_spec.py::test_build_number_merge": 0.0031785144749952045, + "tests/models/test_match_spec.py::test_canonical_string_forms": 0.007387422811654906, + "tests/models/test_match_spec.py::test_catch_invalid_regexes": 0.003222686981828306, + "tests/models/test_match_spec.py::test_channel_matching": 0.0040044041250704605, + "tests/models/test_match_spec.py::test_channel_merge": 0.0032799203057898504, + "tests/models/test_match_spec.py::test_comment": 0.0017130795973866132, + "tests/models/test_match_spec.py::test_conda_style": 0.001728978677526939, + "tests/models/test_match_spec.py::test_dist": 0.004386528017399494, + "tests/models/test_match_spec.py::test_dist_str": 0.004769668165570706, + "tests/models/test_match_spec.py::test_exact_values": 0.0020488446876787067, + "tests/models/test_match_spec.py::test_hash": 0.0019513582886598582, + "tests/models/test_match_spec.py::test_hash_merge_with_name": 0.0035762384143892927, + "tests/models/test_match_spec.py::test_hash_merge_wo_name": 0.002003031263831332, + "tests/models/test_match_spec.py::test_index_record": 0.0035600798329443427, + "tests/models/test_match_spec.py::test_invalid": 0.0016084651782791771, + "tests/models/test_match_spec.py::test_invalid_arg2spec": 0.0016871178484555438, + "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg 4.2.2<6.0.0]": 0.0018354199108623166, + "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.0019290142105826968, + "tests/models/test_match_spec.py::test_key_value_features_canonical_string_forms": 0.00036771598793116874, + "tests/models/test_match_spec.py::test_legacy_features_canonical_string_forms": 0.0017198762961214578, + "tests/models/test_match_spec.py::test_license_match": 0.005669182828930953, + "tests/models/test_match_spec.py::test_match_1": 0.014549523539231462, + "tests/models/test_match_spec.py::test_matchspec_errors": 0.002997147583382144, + "tests/models/test_match_spec.py::test_merge_multiple_name": 0.003574328702748836, + "tests/models/test_match_spec.py::test_merge_single_name": 0.003262104576575626, + "tests/models/test_match_spec.py::test_no_name_match_spec": 0.001674212829787612, + "tests/models/test_match_spec.py::test_openssl_match": 0.0030791892715801763, + "tests/models/test_match_spec.py::test_parse_build_number_brackets": 0.0017147225614888273, + "tests/models/test_match_spec.py::test_parse_channel_subdir": 0.002593493970109996, + "tests/models/test_match_spec.py::test_parse_equal_equal": 0.001686324913158432, + "tests/models/test_match_spec.py::test_parse_errors": 0.0016286596309429773, + "tests/models/test_match_spec.py::test_parse_hard": 0.001814804727031676, + "tests/models/test_match_spec.py::test_parse_parens": 0.0024748248795340337, + "tests/models/test_match_spec.py::test_parse_spec_str_no_brackets": 0.0026565971048448838, + "tests/models/test_match_spec.py::test_parse_spec_str_tarball_url": 0.0039053904800471126, + "tests/models/test_match_spec.py::test_parse_spec_str_with_brackets": 0.0028034813723751754, + "tests/models/test_match_spec.py::test_pip_style": 0.001867729814539484, + "tests/models/test_match_spec.py::test_pip_style2": 0.0021678551283449317, + "tests/models/test_match_spec.py::test_simple": 0.0020949640724000833, + "tests/models/test_match_spec.py::test_star_name": 0.001651878976398402, + "tests/models/test_match_spec.py::test_strictness": 0.0030623260064776073, + "tests/models/test_match_spec.py::test_subdir_merge": 0.003284783873986531, + "tests/models/test_match_spec.py::test_tarball_match_specs": 0.0060444072371740425, + "tests/models/test_match_spec.py::test_to_filename": 0.002996164218805059, + "tests/models/test_match_spec.py::test_track_features_match": 0.005930114192490787, + "tests/models/test_package_info.py::test_package_info": 0.0029171397973816048, + "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[classic]": 1.2549105976853419, + "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[libmamba]": 0.3766964368489105, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[classic]": 0.017010554930071337, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[libmamba]": 0.01718994368061469, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[classic]": 0.016960260341600107, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[libmamba]": 0.017278976964312926, + "tests/models/test_prefix_graph.py::test_prefix_graph_1[classic]": 4.341628988752534, + "tests/models/test_prefix_graph.py::test_prefix_graph_1[libmamba]": 0.23074989101794546, + "tests/models/test_prefix_graph.py::test_prefix_graph_2[classic]": 4.3868663751014285, + "tests/models/test_prefix_graph.py::test_prefix_graph_2[libmamba]": 0.21075176348719396, + "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[classic]": 4.340892673941911, + "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[libmamba]": 0.21485422570552346, + "tests/models/test_prefix_graph.py::test_sort_without_prep[classic]": 5.64388384665682, + "tests/models/test_prefix_graph.py::test_sort_without_prep[libmamba]": 1.3736101234117046, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[classic]": 5.569585578937209, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[libmamba]": 1.374887177500073, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[classic]": 5.425561252779975, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[libmamba]": 1.3486419168260808, + "tests/models/test_records.py::test_package_record_feature": 0.003041804294984303, + "tests/models/test_records.py::test_package_record_timestamp": 0.003489307698003261, + "tests/models/test_records.py::test_package_virtual_package[123-testbuild]": 0.0031274841044883588, + "tests/models/test_records.py::test_package_virtual_package[None-None]": 0.0031899262876248146, + "tests/models/test_records.py::test_package_virtual_package[None-testbuild]": 0.0031489791151310866, + "tests/models/test_records.py::test_prefix_record_no_channel": 0.004268326927864532, + "tests/models/test_version.py::test_compatible_release_versions": 0.001991096986076707, + "tests/models/test_version.py::test_compound_versions": 0.001988731525041101, + "tests/models/test_version.py::test_hexrd": 0.0016660130224008115, + "tests/models/test_version.py::test_invalid_version_specs": 0.0020357034056607873, + "tests/models/test_version.py::test_local_identifier": 0.0017646779319950305, + "tests/models/test_version.py::test_match": 0.0049933300249079444, + "tests/models/test_version.py::test_not_eq_star": 0.0018686406718384052, + "tests/models/test_version.py::test_openssl_convention": 0.002163946152077115, + "tests/models/test_version.py::test_pep440": 0.002785962758275801, + "tests/models/test_version.py::test_pep_440_arbitrary_equality_operator": 0.0016680743598196594, + "tests/models/test_version.py::test_ver_eval": 0.0022406436907314187, + "tests/models/test_version.py::test_ver_eval_errors": 0.001703759590918439, + "tests/models/test_version.py::test_version_order": 0.005242644648543807, + "tests/models/test_version.py::test_version_spec_1": 0.0016828401419512035, + "tests/models/test_version.py::test_version_spec_2": 0.0019280028773823131, + "tests/models/test_version.py::test_version_spec_3": 0.0016360027812017555, + "tests/models/test_version.py::test_version_spec_4": 0.0017664464959283581, + "tests/notices/test_core.py::test__conda_user_story__disable_notices": 0.01698557488242284, + "tests/notices/test_core.py::test__conda_user_story__more_notices_message": 0.08343755525449978, + "tests/notices/test_core.py::test__conda_user_story__only_see_once": 0.0825768407835249, + "tests/notices/test_core.py::test_display_notices_happy_path[200]": 0.1454513169481914, + "tests/notices/test_core.py::test_display_notices_happy_path[404]": 0.14525883605506035, + "tests/notices/test_core.py::test_display_notices_happy_path[500]": 0.14475741942488887, + "tests/notices/test_core.py::test_notices_decorator": 0.08320714415204944, + "tests/notices/test_fetch.py::test_get_channel_notice_response_malformed_json": 0.07038145955794295, + "tests/notices/test_fetch.py::test_get_channel_notice_response_timeout_error": 0.07123024509159219, + "tests/notices/test_fetch.py::test_notice_response_cache_expired": 0.0017054337625165693, + "tests/notices/test_types.py::test_channel_notice_response": 0.0017391245807924082, + "tests/notices/test_types.py::test_channel_notice_response_date_parse_error": 0.001735570615377067, + "tests/notices/test_types.py::test_channel_notice_response_integer_id": 0.0016231568113642654, + "tests/notices/test_types.py::test_channel_notice_undefined_id": 0.001606687332424207, + "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer": 0.0026463137116214362, + "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list": 0.003585098076605022, + "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list_output_false": 0.0017117539226955717, + "tests/plugins/reporter_backends/test_console.py::test_prompt": 0.0017429479256429415, + "tests/plugins/reporter_backends/test_console.py::test_prompt_bad_option": 0.001914075756716969, + "tests/plugins/reporter_backends/test_console.py::test_prompt_error_reading_stdin": 0.0024861838872473653, + "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner": 0.001979627953254748, + "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner_with_error": 0.0019294127370317149, + "tests/plugins/reporter_backends/test_console.py::test_spinner": 0.10265867865414996, + "tests/plugins/reporter_backends/test_console.py::test_spinner_with_error": 0.1099034639903479, + "tests/plugins/reporter_backends/test_console.py::test_spinner_with_os_error_errno_epipe": 0.018437300611675696, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error": 0.002545138113222445, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error_with_epipe_errno": 0.006683148255129639, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error": 0.0034047027646290895, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error_with_errno_epipe": 0.0033854496789721333, + "tests/plugins/reporter_backends/test_json.py::test_json_handler": 0.001819629390747828, + "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_enabled": 0.00331458042107571, + "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_not_enabled": 0.0026070186342126446, + "tests/plugins/reporter_backends/test_json.py::test_json_spinner": 0.0018935227981442245, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path": 2.0774965686110476, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_show_help": 0.045221396079929276, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_verbose": 2.0444374051770815, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_non_existent_environment": 0.0708043025675803, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_test_environment": 0.990925277453559, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyc]": 0.004226364370291926, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyo]": 0.004289549706537411, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-False]": 0.004569276862519735, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-True]": 0.004616910718955952, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-False]": 0.004644115589406257, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-True]": 0.004624077136655731, "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, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyo-True]": 0.01506146555732536, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyc-False]": 0.015271132707221576, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyc-True]": 0.015282368280420946, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_altered_files[.pyo-False]": 0.015209586867345276, - "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[.pyo-True]": 0.015061465557325363, + "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.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.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.004812687667797019, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyo]": 0.005475673132254106, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyc]": 0.004037658295009589, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyo]": 0.004035755642674414, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyc]": 0.0044018392830567875, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyo]": 0.004396975539538255, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyc]": 0.005061519558913076, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyo]": 0.004873506614241337, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyc]": 0.004014997660035103, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyo]": 0.004033468546975905, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-False]": 0.004405798393227865, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-True]": 0.004440798253388876, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-False]": 0.004378201055082743, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-True]": 0.004459167045910498, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyc]": 0.00442110924182384, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyo]": 0.003968762077575825, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-False]": 0.004392808292400666, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-True]": 0.0043781269521883555, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-False]": 0.0043838180447213675, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-True]": 0.00434698649479223, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyc]": 0.003877786163164793, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyo]": 0.003900942292846816, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-False]": 0.004206826408671656, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-True]": 0.004225579550533371, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-False]": 0.004169496144218037, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-True]": 0.004172192696480872, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyc]": 0.004938029928312426, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyo]": 0.004901642450907325, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyc]": 0.004749334981394953, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyo]": 0.004749191858696574, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyc]": 3.497674073853606, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyo]": 3.5026018771838534, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyc]": 0.004914857732443216, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyo]": 0.005014235080860201, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyc]": 0.005934795995309271, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyo]": 0.005925304532575695, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyc]": 0.004129731930144184, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyo]": 0.004219318024213706, - "tests/plugins/test_auth_handlers.py::test_duplicated": 0.004098009482866599, - "tests/plugins/test_auth_handlers.py::test_get_auth_handler": 0.003441770942165272, - "tests/plugins/test_auth_handlers.py::test_get_auth_handler_multiple": 0.003210243411487855, - "tests/plugins/test_health_checks.py::test_health_check_not_ran": 0.07201093059765364, - "tests/plugins/test_health_checks.py::test_health_check_ran": 0.0657161277911403, - "tests/plugins/test_manager.py::test_disable_external_plugins[VerboseSolverPlugin]": 0.0030403135929281764, - "tests/plugins/test_manager.py::test_disable_external_plugins[tests.plugins.test_manager]": 0.003056452824861656, - "tests/plugins/test_manager.py::test_get_canonical_name_class": 0.0027760407786769302, - "tests/plugins/test_manager.py::test_get_canonical_name_instance": 0.003558901763536026, - "tests/plugins/test_manager.py::test_get_canonical_name_module": 0.002785036934386793, - "tests/plugins/test_manager.py::test_get_canonical_name_object": 0.004026275560907084, - "tests/plugins/test_manager.py::test_get_hook_results": 0.006425275667170217, - "tests/plugins/test_manager.py::test_get_request_headers": 0.0027969556622355236, - "tests/plugins/test_manager.py::test_get_session_headers": 0.0028891374037393206, - "tests/plugins/test_manager.py::test_get_solvers": 0.0040189494201037165, - "tests/plugins/test_manager.py::test_get_virtual_packages": 0.0029110433113097457, - "tests/plugins/test_manager.py::test_get_virtual_packages_no_name": 0.0033839348215617543, - "tests/plugins/test_manager.py::test_known_solver": 0.003237079111154996, - "tests/plugins/test_manager.py::test_load_entrypoints_blocked": 0.00967623838993683, - "tests/plugins/test_manager.py::test_load_entrypoints_importerror": 0.011204955956041951, - "tests/plugins/test_manager.py::test_load_entrypoints_register_valueerror": 0.017313001956128768, - "tests/plugins/test_manager.py::test_load_entrypoints_success": 0.01070097563745477, - "tests/plugins/test_manager.py::test_load_plugins_error": 0.0029362461291969977, - "tests/plugins/test_manager.py::test_load_two_plugins_one_impls": 0.0031676247349331373, - "tests/plugins/test_manager.py::test_load_without_plugins": 0.002830781638405011, - "tests/plugins/test_manager.py::test_unknown_solver": 0.002994756032769604, - "tests/plugins/test_post_commands.py::test_post_command_action_raises_exception": 0.06035743021828817, - "tests/plugins/test_post_commands.py::test_post_command_invoked": 0.07124045901984229, - "tests/plugins/test_post_commands.py::test_post_command_not_invoked": 0.07791921499161851, - "tests/plugins/test_post_solves.py::test_post_solve_action_raises_exception": 10.981082221640238, - "tests/plugins/test_post_solves.py::test_post_solve_invoked": 30.95737722196948, - "tests/plugins/test_post_solves.py::test_post_solve_not_invoked": 0.07607664374923669, - "tests/plugins/test_pre_commands.py::test_pre_command_action_raises_exception": 0.055161587810887744, - "tests/plugins/test_pre_commands.py::test_pre_command_invoked": 0.07070342166252351, - "tests/plugins/test_pre_commands.py::test_pre_command_not_invoked": 0.07752950054749248, - "tests/plugins/test_pre_solves.py::test_pre_solve_action_raises_exception": 0.06532451212865811, - "tests/plugins/test_pre_solves.py::test_pre_solve_invoked": 11.999128819602264, - "tests/plugins/test_pre_solves.py::test_pre_solve_not_invoked": 0.07867947527034454, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-classic-argument2-\\n test : something\\n\\n]": 0.0036724163009559355, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-json-argument3-{\\n \"test\": \"something\"\\n}]": 0.003556017873751905, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-classic-test-test]": 0.0035702904135229215, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-json-test-\"test\"]": 0.0036205048987643165, - "tests/plugins/test_reporter_backends.py::test_default_reporter_backends_are_registered": 0.003468694704102178, - "tests/plugins/test_reporter_backends.py::test_dummy_reporter_backend_is_registered": 0.0031905517074469546, - "tests/plugins/test_request_headers.py::test_get_auth_handler": 0.0030260730149299997, - "tests/plugins/test_request_headers.py::test_get_auth_handler_multiple": 0.00308549612261858, - "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/endpoint.json]": 0.0033857643237889838, - "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/path/somewhere.txt]": 0.003401393285740374, - "tests/plugins/test_request_headers.py::test_get_request_headers[example.com]": 0.00312770733306702, - "tests/plugins/test_request_headers.py::test_get_request_headers[random.com/endpoint.json]": 0.003093394355345262, - "tests/plugins/test_request_headers.py::test_get_request_headers[random.com]": 0.0032147246081912963, - "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/endpoint.json]": 0.003158145517933932, - "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/path/somewhere.txt]": 0.0032410742352075718, - "tests/plugins/test_request_headers.py::test_get_session_headers[example.com]": 0.003208546958916295, - "tests/plugins/test_request_headers.py::test_get_session_headers[random.com/endpoint.json]": 0.0032702334214310667, - "tests/plugins/test_request_headers.py::test_get_session_headers[random.com]": 0.003190729257438463, - "tests/plugins/test_settings.py::test_get_settings": 0.0032419924177892355, - "tests/plugins/test_settings.py::test_load_configuration_parameters": 0.003401399564714765, - "tests/plugins/test_settings.py::test_load_plugin_config_with_env_var": 0.013862767660241184, - "tests/plugins/test_settings.py::test_load_plugin_settings_with_condarc": 0.01503071571715234, - "tests/plugins/test_solvers.py::test_duplicated": 0.003767424825299812, - "tests/plugins/test_solvers.py::test_get_cached_solver_backend": 0.0038719992935737193, - "tests/plugins/test_solvers.py::test_get_conflicting_solvers": 0.004543199036711503, - "tests/plugins/test_solvers.py::test_get_no_solver": 0.0027869295330899407, - "tests/plugins/test_solvers.py::test_get_one_solver": 0.0029962910430035104, - "tests/plugins/test_solvers.py::test_get_solver_backend": 0.013977976112317186, - "tests/plugins/test_solvers.py::test_get_solver_backend_multiple": 0.01411995961770398, - "tests/plugins/test_solvers.py::test_get_two_solvers": 0.0031683745149710665, - "tests/plugins/test_solvers.py::test_solver_user_agent": 0.013920704902593105, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[activate]": 0.048615179341350845, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[clean]": 0.05003811807530592, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[commands]": 0.04551071480086457, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[compare]": 0.047693083747774895, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[config]": 0.04897115450794106, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[create]": 0.06153925289333999, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[deactivate]": 0.04753633394565221, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[env]": 0.04428952101456485, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[export]": 0.04700889926834564, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[info]": 0.0515334981683816, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[init]": 0.04882084154628709, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[install]": 0.051442312668473066, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[list]": 0.047395556783412486, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[notices]": 0.04763248543371874, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[package]": 0.047579162684443024, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[remove]": 0.04977452780410061, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[rename]": 0.0470119101094132, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[run]": 0.0491813133555748, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[search]": 0.04911965443299521, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[uninstall]": 0.04826297073957342, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[update]": 0.0513178524881912, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[upgrade]": 0.05053675464983416, - "tests/plugins/test_subcommands.py::test_custom_plugin_extend_parser": 0.0502183982652586, - "tests/plugins/test_subcommands.py::test_custom_plugin_not_extend_parser": 0.07212119388338693, - "tests/plugins/test_subcommands.py::test_duplicated": 0.0034761200132838637, - "tests/plugins/test_subcommands.py::test_help": 0.04432800481492759, - "tests/plugins/test_subcommands.py::test_invoked": 0.06890040151817692, - "tests/plugins/test_subcommands.py::test_parser_no_plugins": 0.051512705336876734, - "tests/plugins/test_virtual_packages.py::test_archspec_override[None-False]": 1.9547725590202185, - "tests/plugins/test_virtual_packages.py::test_archspec_override[bla-True]": 1.0337621128850065, - "tests/plugins/test_virtual_packages.py::test_conda_virtual_package": 0.8708000190671148, - "tests/plugins/test_virtual_packages.py::test_cuda_detection": 0.6904509082504401, - "tests/plugins/test_virtual_packages.py::test_cuda_override": 0.0018591441062932332, - "tests/plugins/test_virtual_packages.py::test_cuda_override_none": 0.0017961682611232531, - "tests/plugins/test_virtual_packages.py::test_duplicated": 2.995660477068818, - "tests/plugins/test_virtual_packages.py::test_glibc_override[1.0-True]": 0.8757750089225078, - "tests/plugins/test_virtual_packages.py::test_glibc_override[None-False]": 0.8745508805337694, - "tests/plugins/test_virtual_packages.py::test_invoked": 4.852975045271004, - "tests/plugins/test_virtual_packages.py::test_linux_override[1.0-True]": 0.8751717234322869, - "tests/plugins/test_virtual_packages.py::test_linux_override[None-True]": 0.8773823170072096, - "tests/plugins/test_virtual_packages.py::test_osx_override[1.0-True]": 0.6349882089201326, - "tests/plugins/test_virtual_packages.py::test_osx_override[None-False]": 0.81139959710797, - "tests/plugins/test_virtual_packages.py::test_subdir_override[emscripten-wasm32]": 0.7423068958934274, - "tests/plugins/test_virtual_packages.py::test_subdir_override[freebsd-64]": 0.6543157012166395, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-32]": 0.5229941471609784, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-64]": 3.256452941832503, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-aarch64]": 0.9810927463869206, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv6l]": 0.15422631227456424, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv7l]": 0.15407357527262092, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64]": 0.6011460360122384, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64le]": 0.8988797515178697, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-riscv64]": 0.6057085915461023, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-s390x]": 1.9633376703637595, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-64]": 1.1204277857209066, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-aarch64]": 0.6057803939543399, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-arm64]": 0.9953656757539489, - "tests/plugins/test_virtual_packages.py::test_subdir_override[wasi-wasm32]": 0.5464518132272219, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-32]": 2.228206465581706, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-640]": 3.5994152351379842, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-641]": 1.7145683032021841, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_0]": 10.11902030776248, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_1]": 8.258037513013896, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-arm64]": 0.9370191177581887, - "tests/plugins/test_virtual_packages.py::test_subdir_override[zos-z]": 0.15204106233767112, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 legacy]": 0.00034405706104985494, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 mingw64]": 0.000334416216361718, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-legacy]": 0.0003517465990099854, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-mingw64 legacy]": 0.0003393728413543604, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-nothing]": 0.00036160604978842555, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 clang64]": 0.00033633263496808257, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 legacy]": 0.0003425751217086141, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64]": 0.0003528757964901465, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 legacy]": 0.00036213725669055185, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 mingw64]": 0.0005827372913955207, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-legacy]": 0.00033462100289813595, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-mingw64 legacy]": 0.0003312154028266654, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-nothing]": 0.00035094996623430543, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 clang64]": 0.0003565210191753713, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 legacy]": 0.0003420902021120462, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64]": 0.0003561658916193383, - "tests/test_activate.py::test_PS1": 0.014425732711326052, - "tests/test_activate.py::test_PS1_no_changeps1": 0.023759074493751114, - "tests/test_activate.py::test_activate_and_deactivate_for_uninitialized_env": 0.16935653540332649, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyc]": 0.004827973093707944, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyo]": 0.005238600617102281, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyc]": 0.004068185593206552, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyo]": 0.004034953357256098, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyc]": 0.004366217290128233, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyo]": 0.004434619687466656, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyc]": 0.004937663519365327, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyo]": 0.004827108356418115, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyc]": 0.004065570744275007, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyo]": 0.004050815632058002, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-False]": 0.004379701589302122, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-True]": 0.004495473774807408, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-False]": 0.004443470169800576, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-True]": 0.0044871400659152886, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyc]": 0.004256660661482919, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyo]": 0.004021448653933949, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-False]": 0.004418443338783098, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-True]": 0.004390947215163094, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-False]": 0.004445631737384867, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-True]": 0.004421419824211569, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyc]": 0.0038841915036850433, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyo]": 0.003870266048301843, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-False]": 0.00422833078553014, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-True]": 0.004266096814470078, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-False]": 0.00415666579889886, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-True]": 0.0041906813455361725, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyc]": 0.004997912991277682, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyo]": 0.004988171121444618, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyc]": 0.00471963136487667, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyo]": 0.0047265614789495855, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyc]": 4.475577274312074, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyo]": 4.470513269217139, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyc]": 0.004928194286199562, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyo]": 0.005057280842656747, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyc]": 0.005926516831556141, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyo]": 0.005997152972256995, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyc]": 0.004208807303104262, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyo]": 0.004230223520880121, + "tests/plugins/test_auth_handlers.py::test_duplicated": 0.0040254280192312825, + "tests/plugins/test_auth_handlers.py::test_get_auth_handler": 0.0034484592606952437, + "tests/plugins/test_auth_handlers.py::test_get_auth_handler_multiple": 0.0032614399146183616, + "tests/plugins/test_health_checks.py::test_health_check_not_ran": 0.07206101845652677, + "tests/plugins/test_health_checks.py::test_health_check_ran": 0.0658047180055349, + "tests/plugins/test_manager.py::test_disable_external_plugins[VerboseSolverPlugin]": 0.0030904109322359295, + "tests/plugins/test_manager.py::test_disable_external_plugins[tests.plugins.test_manager]": 0.003063005295075107, + "tests/plugins/test_manager.py::test_get_canonical_name_class": 0.0028099980006849917, + "tests/plugins/test_manager.py::test_get_canonical_name_instance": 0.0036141088733990137, + "tests/plugins/test_manager.py::test_get_canonical_name_module": 0.0027990112197450474, + "tests/plugins/test_manager.py::test_get_canonical_name_object": 0.0037084612742431283, + "tests/plugins/test_manager.py::test_get_hook_results": 0.006226497580686086, + "tests/plugins/test_manager.py::test_get_request_headers": 0.0027979953585629104, + "tests/plugins/test_manager.py::test_get_session_headers": 0.0028750727295427585, + "tests/plugins/test_manager.py::test_get_solvers": 0.002979441200692192, + "tests/plugins/test_manager.py::test_get_virtual_packages": 0.003012211293626093, + "tests/plugins/test_manager.py::test_get_virtual_packages_no_name": 0.005514815729776026, + "tests/plugins/test_manager.py::test_known_solver": 0.0031658393110380227, + "tests/plugins/test_manager.py::test_load_entrypoints_blocked": 0.009572546627740807, + "tests/plugins/test_manager.py::test_load_entrypoints_importerror": 0.01135562135324008, + "tests/plugins/test_manager.py::test_load_entrypoints_register_valueerror": 0.016496171555998175, + "tests/plugins/test_manager.py::test_load_entrypoints_success": 0.010659878817135692, + "tests/plugins/test_manager.py::test_load_plugins_error": 0.002963612508623362, + "tests/plugins/test_manager.py::test_load_two_plugins_one_impls": 0.0032698510363110074, + "tests/plugins/test_manager.py::test_load_without_plugins": 0.002882769156892688, + "tests/plugins/test_manager.py::test_unknown_solver": 0.0029992247626423854, + "tests/plugins/test_post_commands.py::test_post_command_action_raises_exception": 0.0609719914364496, + "tests/plugins/test_post_commands.py::test_post_command_invoked": 0.07150999517692778, + "tests/plugins/test_post_commands.py::test_post_command_not_invoked": 0.0766803638080251, + "tests/plugins/test_post_solves.py::test_post_solve_action_raises_exception": 11.963076377965315, + "tests/plugins/test_post_solves.py::test_post_solve_invoked": 34.86881765170782, + "tests/plugins/test_post_solves.py::test_post_solve_not_invoked": 0.07743296508971621, + "tests/plugins/test_pre_commands.py::test_pre_command_action_raises_exception": 0.05688073248735517, + "tests/plugins/test_pre_commands.py::test_pre_command_invoked": 0.07096692290716779, + "tests/plugins/test_pre_commands.py::test_pre_command_not_invoked": 0.07892765865344328, + "tests/plugins/test_pre_solves.py::test_pre_solve_action_raises_exception": 0.06529216983504875, + "tests/plugins/test_pre_solves.py::test_pre_solve_invoked": 12.632673515939297, + "tests/plugins/test_pre_solves.py::test_pre_solve_not_invoked": 0.07789717962145341, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-classic-argument2-\\n test : something\\n\\n]": 0.003586924849503205, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-json-argument3-{\\n \"test\": \"something\"\\n}]": 0.003553828476420259, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-classic-test-test]": 0.0036160282887415258, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-json-test-\"test\"]": 0.0036064383310756456, + "tests/plugins/test_reporter_backends.py::test_default_reporter_backends_are_registered": 0.011799747452453819, + "tests/plugins/test_reporter_backends.py::test_dummy_reporter_backend_is_registered": 0.0032285453674951816, + "tests/plugins/test_request_headers.py::test_get_auth_handler": 0.0030270426615656093, + "tests/plugins/test_request_headers.py::test_get_auth_handler_multiple": 0.003087106221135801, + "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/endpoint.json]": 0.0033408370915586796, + "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/path/somewhere.txt]": 0.0033838894556008597, + "tests/plugins/test_request_headers.py::test_get_request_headers[example.com]": 0.0031444589878003937, + "tests/plugins/test_request_headers.py::test_get_request_headers[random.com/endpoint.json]": 0.00320820920841383, + "tests/plugins/test_request_headers.py::test_get_request_headers[random.com]": 0.0031943276974821045, + "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/endpoint.json]": 0.0032378292782544093, + "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/path/somewhere.txt]": 0.003316263769315297, + "tests/plugins/test_request_headers.py::test_get_session_headers[example.com]": 0.0032406973515569587, + "tests/plugins/test_request_headers.py::test_get_session_headers[random.com/endpoint.json]": 0.005409406725275212, + "tests/plugins/test_request_headers.py::test_get_session_headers[random.com]": 0.003340721191118858, + "tests/plugins/test_settings.py::test_get_settings": 0.0032268959687833058, + "tests/plugins/test_settings.py::test_load_configuration_parameters": 0.00347366193576384, + "tests/plugins/test_settings.py::test_load_plugin_config_with_env_var": 0.014198095290955363, + "tests/plugins/test_settings.py::test_load_plugin_settings_with_condarc": 0.015222578292313129, + "tests/plugins/test_solvers.py::test_duplicated": 0.003805350289854068, + "tests/plugins/test_solvers.py::test_get_cached_solver_backend": 0.003953886902325217, + "tests/plugins/test_solvers.py::test_get_conflicting_solvers": 0.003350127711971669, + "tests/plugins/test_solvers.py::test_get_no_solver": 0.002854880261950408, + "tests/plugins/test_solvers.py::test_get_one_solver": 0.002980940272478651, + "tests/plugins/test_solvers.py::test_get_solver_backend": 0.014003750133518865, + "tests/plugins/test_solvers.py::test_get_solver_backend_multiple": 0.013951864565970704, + "tests/plugins/test_solvers.py::test_get_two_solvers": 0.003109049564674166, + "tests/plugins/test_solvers.py::test_solver_user_agent": 0.013972228961440798, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[activate]": 0.04729188327402228, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[clean]": 0.048092722347528226, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[commands]": 0.045190398039982066, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[compare]": 0.046624433544155575, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[config]": 0.04818589406788151, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[create]": 0.056859595267974614, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[deactivate]": 0.046381869801911994, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[env]": 0.04451246928360595, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[export]": 0.04915296314669464, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[info]": 0.051840783928517924, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[init]": 0.05040116645710407, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[install]": 0.050442372871021046, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[list]": 0.04693866816239675, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[notices]": 0.046746044188979104, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[package]": 0.04634096397249621, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[remove]": 0.047951613313846106, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[rename]": 0.04600755838635054, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[run]": 0.048092377238331006, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[search]": 0.04784717662945487, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[uninstall]": 0.047798711646834455, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[update]": 0.05028507185913738, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[upgrade]": 0.0546881353509134, + "tests/plugins/test_subcommands.py::test_custom_plugin_extend_parser": 0.0481572105963724, + "tests/plugins/test_subcommands.py::test_custom_plugin_not_extend_parser": 0.0662504582912754, + "tests/plugins/test_subcommands.py::test_duplicated": 0.003593056781386383, + "tests/plugins/test_subcommands.py::test_help": 0.044161016126678165, + "tests/plugins/test_subcommands.py::test_invoked": 0.06754948233037286, + "tests/plugins/test_subcommands.py::test_parser_no_plugins": 0.04357983356345148, + "tests/plugins/test_virtual_packages.py::test_archspec_override[None-False]": 1.8919529299750377, + "tests/plugins/test_virtual_packages.py::test_archspec_override[bla-True]": 1.3635885206645908, + "tests/plugins/test_virtual_packages.py::test_conda_virtual_package": 0.8815003133860172, + "tests/plugins/test_virtual_packages.py::test_cuda_detection": 0.7333377207728573, + "tests/plugins/test_virtual_packages.py::test_cuda_override": 0.0018611839088963236, + "tests/plugins/test_virtual_packages.py::test_cuda_override_none": 0.001810176863486285, + "tests/plugins/test_virtual_packages.py::test_duplicated": 2.2351019475394662, + "tests/plugins/test_virtual_packages.py::test_glibc_override[1.0-True]": 0.8862624998839104, + "tests/plugins/test_virtual_packages.py::test_glibc_override[None-False]": 0.8912071899720624, + "tests/plugins/test_virtual_packages.py::test_invoked": 4.382523415601709, + "tests/plugins/test_virtual_packages.py::test_linux_override[1.0-True]": 1.1221173349492937, + "tests/plugins/test_virtual_packages.py::test_linux_override[None-True]": 0.8908553568438332, + "tests/plugins/test_virtual_packages.py::test_osx_override[1.0-True]": 0.5892313768066875, + "tests/plugins/test_virtual_packages.py::test_osx_override[None-False]": 0.8911622568888821, + "tests/plugins/test_virtual_packages.py::test_subdir_override[emscripten-wasm32]": 0.7650371932527174, + "tests/plugins/test_virtual_packages.py::test_subdir_override[freebsd-64]": 0.5572536510427307, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-32]": 0.5301320547327192, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-64]": 3.4985393627897015, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-aarch64]": 1.0404094434001632, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv6l]": 0.1513705453614941, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv7l]": 0.14818266251096004, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64]": 0.5895816480841344, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64le]": 0.8974605758604545, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-riscv64]": 0.5708741572118935, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-s390x]": 2.2757563530231035, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-64]": 1.1325357403234106, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-aarch64]": 0.6176180900941376, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-arm64]": 1.0336323432107433, + "tests/plugins/test_virtual_packages.py::test_subdir_override[wasi-wasm32]": 0.5569288829162212, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-32]": 2.2293341260366346, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-640]": 3.750677903046354, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-641]": 1.9180153797221342, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_0]": 9.636942890727678, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_1]": 7.663783742427278, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-arm64]": 0.909423139828939, + "tests/plugins/test_virtual_packages.py::test_subdir_override[zos-z]": 0.14561241101564706, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 legacy]": 0.00034412017935171426, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 mingw64]": 0.000347303646712331, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-legacy]": 0.000356470784814907, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-mingw64 legacy]": 0.00036953731222366757, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-nothing]": 0.0003654148244748122, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 clang64]": 0.00034200966225151296, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 legacy]": 0.0003501811136343879, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64]": 0.00036144169685876063, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 legacy]": 0.0003747090560622207, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 mingw64]": 0.0004745054894141991, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-legacy]": 0.00034487504659911283, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-mingw64 legacy]": 0.00034097345999265096, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-nothing]": 0.00036814200590886824, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 clang64]": 0.00036324138854707433, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 legacy]": 0.00034769155920496707, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64]": 0.0003605558089766251, + "tests/test_activate.py::test_PS1": 0.014478649813982081, + "tests/test_activate.py::test_PS1_no_changeps1": 0.02415431122038772, + "tests/test_activate.py::test_activate_and_deactivate_for_uninitialized_env": 0.17357341221256345, "tests/test_activate.py::test_activate_deactivate_modify_path[bash]": 3.511332415214673, - "tests/test_activate.py::test_activate_deactivate_modify_path[cmd.exe]": 0.0003430459471830175, - "tests/test_activate.py::test_activate_environment_not_found": 0.017000612729915415, - "tests/test_activate.py::test_activate_same_environment": 0.5854684431138155, - "tests/test_activate.py::test_activator_invalid_command_arguments[command_args0-'activate', 'deactivate', 'hook', 'commands', or 'reactivate' command must be given.]": 0.01378020765585141, - "tests/test_activate.py::test_activator_invalid_command_arguments[command_args1-cannot specify both --stack and --no-stack to activate]": 0.013325775733756443, - "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.013989122928555496, - "tests/test_activate.py::test_activator_invalid_command_arguments[command_args3-deactivate does not accept arguments\\nremainder_args: \\\\['env-one']\\n]": 0.013344592847394057, - "tests/test_activate.py::test_add_prefix_to_path_cmdexe": 0.0005068537064825252, - "tests/test_activate.py::test_add_prefix_to_path_posix": 0.012132304871521915, + "tests/test_activate.py::test_activate_deactivate_modify_path[cmd.exe]": 0.00034304594718301756, + "tests/test_activate.py::test_activate_environment_not_found": 0.016363423910270514, + "tests/test_activate.py::test_activate_same_environment": 0.591879773404707, + "tests/test_activate.py::test_activator_invalid_command_arguments[command_args0-'activate', 'deactivate', 'hook', 'commands', or 'reactivate' command must be given.]": 0.013834183906471158, + "tests/test_activate.py::test_activator_invalid_command_arguments[command_args1-cannot specify both --stack and --no-stack to activate]": 0.014182039311192758, + "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.014029292133939473, + "tests/test_activate.py::test_activator_invalid_command_arguments[command_args3-deactivate does not accept arguments\\nremainder_args: \\\\['env-one']\\n]": 0.013388803479298762, + "tests/test_activate.py::test_add_prefix_to_path_cmdexe": 0.0005030382837965849, + "tests/test_activate.py::test_add_prefix_to_path_posix": 0.01244501472556348, "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.00038591360128583464, + "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.8467419512199428, - "tests/test_activate.py::test_build_activate_restore_unset_env_vars": 0.5412009030695785, - "tests/test_activate.py::test_build_activate_shlvl_0": 0.977057802704205, - "tests/test_activate.py::test_build_activate_shlvl_1": 0.6036104605721608, - "tests/test_activate.py::test_build_activate_shlvl_warn_clobber_vars": 0.9749184812487134, - "tests/test_activate.py::test_build_deactivate_shlvl_1": 0.5430027629602019, - "tests/test_activate.py::test_build_deactivate_shlvl_2_from_activate": 1.0805364694635549, - "tests/test_activate.py::test_build_deactivate_shlvl_2_from_stack": 1.101529017270548, - "tests/test_activate.py::test_build_stack_shlvl_1": 0.7873870072400453, - "tests/test_activate.py::test_cmd_exe_activate_error": 0.00038438048728410405, - "tests/test_activate.py::test_cmd_exe_basic": 0.0003645482889747854, - "tests/test_activate.py::test_cmd_exe_basic_integration": 0.0004098026662280521, - "tests/test_activate.py::test_csh_basic": 0.04677891260322539, - "tests/test_activate.py::test_default_env": 0.014645585120765456, - "tests/test_activate.py::test_deprecations[ensure_binary-TypeError]": 0.012285227403266628, - "tests/test_activate.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.012446749359845478, - "tests/test_activate.py::test_deprecations[path_identity-TypeError]": 0.0124025657420334, - "tests/test_activate.py::test_fish_basic": 0.046457113721217046, + "tests/test_activate.py::test_build_activate_dont_activate_unset_var": 1.8839132131198517, + "tests/test_activate.py::test_build_activate_restore_unset_env_vars": 0.541909852993262, + "tests/test_activate.py::test_build_activate_shlvl_0": 0.9878901392755255, + "tests/test_activate.py::test_build_activate_shlvl_1": 0.7711551718243265, + "tests/test_activate.py::test_build_activate_shlvl_warn_clobber_vars": 0.8592079393892116, + "tests/test_activate.py::test_build_deactivate_shlvl_1": 0.5586664722998674, + "tests/test_activate.py::test_build_deactivate_shlvl_2_from_activate": 1.0670202022068043, + "tests/test_activate.py::test_build_deactivate_shlvl_2_from_stack": 1.377214770291301, + "tests/test_activate.py::test_build_stack_shlvl_1": 0.6034931222867393, + "tests/test_activate.py::test_cmd_exe_activate_error": 0.0003843804872841041, + "tests/test_activate.py::test_cmd_exe_basic": 0.000371110104828451, + "tests/test_activate.py::test_cmd_exe_basic_integration": 0.00040980266622805213, + "tests/test_activate.py::test_csh_basic": 0.046933460845466644, + "tests/test_activate.py::test_default_env": 0.014033965022862721, + "tests/test_activate.py::test_deprecations[ensure_binary-TypeError]": 0.013218793249684758, + "tests/test_activate.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.012437133670185905, + "tests/test_activate.py::test_deprecations[path_identity-TypeError]": 0.012495694833925288, + "tests/test_activate.py::test_fish_basic": 0.046586453109737046, "tests/test_activate.py::test_fish_basic_integration": 0.0004115042987713993, - "tests/test_activate.py::test_force_uppercase[False]": 0.022459794550385322, - "tests/test_activate.py::test_force_uppercase[True]": 0.02276576816444691, - "tests/test_activate.py::test_get_env_vars_big_whitespace": 0.5565273684472747, - "tests/test_activate.py::test_get_env_vars_empty_file": 0.5381270716260992, - "tests/test_activate.py::test_json_basic": 0.04764184185470299, + "tests/test_activate.py::test_force_uppercase[False]": 0.02337576453911373, + "tests/test_activate.py::test_force_uppercase[True]": 0.02265254926812159, + "tests/test_activate.py::test_get_env_vars_big_whitespace": 0.5652153038952618, + "tests/test_activate.py::test_get_env_vars_empty_file": 0.5395334176337361, + "tests/test_activate.py::test_json_basic": 0.04758669467557937, "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.023221092048738477, - "tests/test_activate.py::test_metavars_force_uppercase[True]": 0.023816897616213063, - "tests/test_activate.py::test_native_path_to_unix[cygpath-None]": 0.00038060420379045217, - "tests/test_activate.py::test_native_path_to_unix[cygpath-empty string]": 0.00036517998426192704, - "tests/test_activate.py::test_native_path_to_unix[cygpath-empty tuple]": 0.0003584471492799389, - "tests/test_activate.py::test_native_path_to_unix[cygpath-list[path]]": 0.0003364741075780652, - "tests/test_activate.py::test_native_path_to_unix[cygpath-path;...]": 0.0003277289356661945, - "tests/test_activate.py::test_native_path_to_unix[cygpath-path]": 0.0003264351245569689, - "tests/test_activate.py::test_native_path_to_unix[cygpath-tuple[path, ...]]": 0.00032620165699921347, - "tests/test_activate.py::test_native_path_to_unix[fallback-None]": 0.0003325320626862476, - "tests/test_activate.py::test_native_path_to_unix[fallback-empty string]": 0.0003245078992480587, - "tests/test_activate.py::test_native_path_to_unix[fallback-empty tuple]": 0.0003303733886928819, - "tests/test_activate.py::test_native_path_to_unix[fallback-list[path]]": 0.00035386155334657816, - "tests/test_activate.py::test_native_path_to_unix[fallback-path;...]": 0.00042586310926001863, - "tests/test_activate.py::test_native_path_to_unix[fallback-path]": 0.00032624834638872246, - "tests/test_activate.py::test_native_path_to_unix[fallback-tuple[path, ...]]": 0.00034523369391813413, - "tests/test_activate.py::test_posix_basic": 0.04710163484789645, + "tests/test_activate.py::test_metavars_force_uppercase[False]": 0.023274898419593477, + "tests/test_activate.py::test_metavars_force_uppercase[True]": 0.023802607769301435, + "tests/test_activate.py::test_native_path_to_unix[cygpath-None]": 0.0003994716520663258, + "tests/test_activate.py::test_native_path_to_unix[cygpath-empty string]": 0.00035024890541246906, + "tests/test_activate.py::test_native_path_to_unix[cygpath-empty tuple]": 0.00036188053937951054, + "tests/test_activate.py::test_native_path_to_unix[cygpath-list[path]]": 0.00035169765425605747, + "tests/test_activate.py::test_native_path_to_unix[cygpath-path;...]": 0.00033452516174739685, + "tests/test_activate.py::test_native_path_to_unix[cygpath-path]": 0.00035453126490538723, + "tests/test_activate.py::test_native_path_to_unix[cygpath-tuple[path, ...]]": 0.0003331102501499738, + "tests/test_activate.py::test_native_path_to_unix[fallback-None]": 0.000334959583169509, + "tests/test_activate.py::test_native_path_to_unix[fallback-empty string]": 0.0003333652653056384, + "tests/test_activate.py::test_native_path_to_unix[fallback-empty tuple]": 0.0003540937706006445, + "tests/test_activate.py::test_native_path_to_unix[fallback-list[path]]": 0.0003519519638975445, + "tests/test_activate.py::test_native_path_to_unix[fallback-path;...]": 0.00040388349401506606, + "tests/test_activate.py::test_native_path_to_unix[fallback-path]": 0.0003440964940104295, + "tests/test_activate.py::test_native_path_to_unix[fallback-tuple[path, ...]]": 0.00037455216771272, + "tests/test_activate.py::test_posix_basic": 0.04733130996872305, "tests/test_activate.py::test_powershell_PATH_management": 0.0003362246514910076, - "tests/test_activate.py::test_powershell_basic": 0.046581130173359374, - "tests/test_activate.py::test_powershell_basic_integration": 15.182879105405956, - "tests/test_activate.py::test_pre_post_command_invoked[activate]": 0.0187632454724457, - "tests/test_activate.py::test_pre_post_command_invoked[commands]": 0.04269027856454706, - "tests/test_activate.py::test_pre_post_command_invoked[deactivate]": 0.017532929570244493, - "tests/test_activate.py::test_pre_post_command_invoked[hook]": 0.01602659919670765, - "tests/test_activate.py::test_pre_post_command_invoked[reactivate]": 0.01605336820868095, - "tests/test_activate.py::test_pre_post_command_raises[activate]": 0.01746046086355692, - "tests/test_activate.py::test_pre_post_command_raises[commands]": 0.040271455491575334, - "tests/test_activate.py::test_pre_post_command_raises[deactivate]": 0.015628968259844347, - "tests/test_activate.py::test_pre_post_command_raises[hook]": 0.01621344778362823, - "tests/test_activate.py::test_pre_post_command_raises[reactivate]": 0.016233878084523687, - "tests/test_activate.py::test_remove_prefix_from_path_1": 0.012342891321166288, - "tests/test_activate.py::test_remove_prefix_from_path_2": 0.01238904455417137, - "tests/test_activate.py::test_replace_prefix_in_path_1": 0.01230130275849849, - "tests/test_activate.py::test_replace_prefix_in_path_2": 0.00042348677082794075, - "tests/test_activate.py::test_stacking[0--base-base,sys]": 11.632640324087632, - "tests/test_activate.py::test_stacking[0--has-has,sys]": 11.926285147190688, + "tests/test_activate.py::test_powershell_basic": 0.046774970793045906, + "tests/test_activate.py::test_powershell_basic_integration": 15.182879105405954, + "tests/test_activate.py::test_pre_post_command_invoked[activate]": 0.018879049993316705, + "tests/test_activate.py::test_pre_post_command_invoked[commands]": 0.051039254605887346, + "tests/test_activate.py::test_pre_post_command_invoked[deactivate]": 0.016891717666057716, + "tests/test_activate.py::test_pre_post_command_invoked[hook]": 0.0159321374348311, + "tests/test_activate.py::test_pre_post_command_invoked[reactivate]": 0.016856137452853064, + "tests/test_activate.py::test_pre_post_command_raises[activate]": 0.017098399008928716, + "tests/test_activate.py::test_pre_post_command_raises[commands]": 0.038541509030529886, + "tests/test_activate.py::test_pre_post_command_raises[deactivate]": 0.015613570743953425, + "tests/test_activate.py::test_pre_post_command_raises[hook]": 0.015486428878163148, + "tests/test_activate.py::test_pre_post_command_raises[reactivate]": 0.01594546671927855, + "tests/test_activate.py::test_remove_prefix_from_path_1": 0.012391314194101043, + "tests/test_activate.py::test_remove_prefix_from_path_2": 0.012378529278236669, + "tests/test_activate.py::test_replace_prefix_in_path_1": 0.012394412087118683, + "tests/test_activate.py::test_replace_prefix_in_path_2": 0.00041204358325906134, + "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.5287724358317, - "tests/test_activate.py::test_stacking[0-base-not-sys]": 11.139874093312148, + "tests/test_activate.py::test_stacking[0-base-has-has,sys]": 11.528772435831701, + "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-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.3096064914068, - "tests/test_activate.py::test_stacking[5-base,not-base-base,base,sys]": 11.195638522729022, - "tests/test_activate.py::test_stacking[5-base,not-has-has,base,sys]": 11.12147109207369, + "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.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.087607194840777, - "tests/test_activate.py::test_stacking[5-has-base-base,has,sys]": 11.044844427720175, - "tests/test_activate.py::test_stacking[5-has-has-has,sys]": 11.077832805952475, - "tests/test_activate.py::test_stacking[5-has-not-has,sys]": 11.150021759961003, - "tests/test_activate.py::test_stacking[5-not-base-base,sys]": 11.064118584165707, - "tests/test_activate.py::test_stacking[5-not-has-has,sys]": 11.002067840413117, + "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.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.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.101655398686306, "tests/test_activate.py::test_unicode": 0.071627464658128, - "tests/test_activate.py::test_unix_path_to_native[cygpath-None]": 0.00037503918622114525, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount [trailing]]": 0.00033094964910370496, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount]": 0.00034490959421104605, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path [extra]]": 0.00034763546813850496, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path]": 0.0003268345257344397, + "tests/test_activate.py::test_unix_path_to_native[cygpath-None]": 0.00035717052854390723, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount [trailing]]": 0.0003376630381066635, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount]": 0.0003452895490858069, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path [extra]]": 0.00036049191182309766, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path]": 0.0003353157558781717, "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.00033197669438924895, + "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.00034752218616996926, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-UNC path]": 0.000353668017062305, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-bare UNC mount]": 0.0003418841034132269, - "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-UNC path [extra]]": 0.0003475221861699693, + "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.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.00039970157252146446, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-list[path]]": 0.00036687677432945215, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path [extra]]": 0.00035356526882988096, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path [trailing]]": 0.0003398609941899926, + "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.00032604046397106896, + "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.00033236085575043424, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root path [leading]]": 0.00032456844195184243, - "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 path0]": 0.0004380877777652007, - "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 path [leading]]": 0.0003245684419518424, + "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.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.0003405559885102807, + "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.0003299198986712515, + "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-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.0003344202737542151, + "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.0003259899489709403, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path [extra]]": 0.00033226543289565703, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-normal path [trailing]]": 0.0003344746385341911, + "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.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.00033887440483817657, + "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.0003364755950695424, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [extra]]": 0.000340587556977818, + "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.00033021925112016717, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path0]": 0.0003662237557108041, + "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.0003349171796605119, + "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.0003759575059603141, - "tests/test_activate.py::test_unix_path_to_native[cygpath-bare UNC mount]": 0.00032713480798788675, - "tests/test_activate.py::test_unix_path_to_native[cygpath-drive [trailing]]": 0.0003616476342141977, - "tests/test_activate.py::test_unix_path_to_native[cygpath-drive]": 0.00032658577747384334, - "tests/test_activate.py::test_unix_path_to_native[cygpath-empty string]": 0.0003334802932307754, - "tests/test_activate.py::test_unix_path_to_native[cygpath-empty tuple]": 0.00035900950041680785, - "tests/test_activate.py::test_unix_path_to_native[cygpath-list[path]]": 0.0008968559000089024, - "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [extra]]": 0.00035242727412247466, - "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [trailing]]": 0.0003477434937682782, - "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path]": 0.00032819062153016415, - "tests/test_activate.py::test_unix_path_to_native[cygpath-path;...]": 0.00032660517898395265, - "tests/test_activate.py::test_unix_path_to_native[cygpath-relative [extra]]": 0.00032642987805688885, - "tests/test_activate.py::test_unix_path_to_native[cygpath-relative]": 0.00034873839857193925, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading, trailing]]": 0.0003586176534943981, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading]]": 0.00032898441145190986, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [extra]]": 0.00034045053384619366, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading, trailing]]": 0.00035690067116413783, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading]]": 0.00034707330003768707, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [trailing]]": 0.00035692443054238836, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path0]": 0.0003456418061969595, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path1]": 0.00033364513858145413, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root]": 0.0003232443648041288, - "tests/test_activate.py::test_unix_path_to_native[cygpath-tuple[path, ...]]": 0.0003407701019130732, - "tests/test_activate.py::test_unix_path_to_native[fallback-None]": 0.000341324447412604, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount [trailing]]": 0.0003319123943567391, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount]": 0.00032989417692270745, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path [extra]]": 0.0003394731346497954, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path]": 0.00035065739547850654, + "tests/test_activate.py::test_unix_path_to_native[cygpath-bare UNC mount]": 0.0003430678729493889, + "tests/test_activate.py::test_unix_path_to_native[cygpath-drive [trailing]]": 0.0003603495330707473, + "tests/test_activate.py::test_unix_path_to_native[cygpath-drive]": 0.00033360672762467255, + "tests/test_activate.py::test_unix_path_to_native[cygpath-empty string]": 0.00034236540649032677, + "tests/test_activate.py::test_unix_path_to_native[cygpath-empty tuple]": 0.0003607457231681643, + "tests/test_activate.py::test_unix_path_to_native[cygpath-list[path]]": 0.00034649130829415386, + "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [extra]]": 0.0003549992246762424, + "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [trailing]]": 0.00035012899272187124, + "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path]": 0.0003407735090128243, + "tests/test_activate.py::test_unix_path_to_native[cygpath-path;...]": 0.00033567780320826795, + "tests/test_activate.py::test_unix_path_to_native[cygpath-relative [extra]]": 0.0003340026156159861, + "tests/test_activate.py::test_unix_path_to_native[cygpath-relative]": 0.0003467199344158648, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading, trailing]]": 0.0003472140598575926, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading]]": 0.00034320585130883833, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [extra]]": 0.0003458562655525045, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading, trailing]]": 0.00036179576483734264, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading]]": 0.0003480272419006373, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [trailing]]": 0.00034471072742327984, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path0]": 0.0015124927441493492, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path1]": 0.0003420580585493177, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root]": 0.0003336155106549733, + "tests/test_activate.py::test_unix_path_to_native[cygpath-tuple[path, ...]]": 0.0003510931439621846, + "tests/test_activate.py::test_unix_path_to_native[fallback-None]": 0.0003552149813973978, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount [trailing]]": 0.0003395531449906325, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount]": 0.00034577376013048445, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path [extra]]": 0.0003424174576548473, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path]": 0.0003399434515614669, "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.00034100449963956237, + "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, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-bare UNC mount]": 0.0003335264948388786, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-drive [trailing]]": 0.0003383974473973341, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-drive [trailing]]": 0.0003383974473973342, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-drive]": 0.0003363429184373, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-empty string]": 0.0003288650593222501, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-empty tuple]": 0.000339437167405118, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-list[path]]": 0.0003549915542238778, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path [extra]]": 0.0003285238303484182, + "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.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.0003327392935244433, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-path;...]": 0.0003423665151088265, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-relative [extra]]": 0.000338547865217265, + "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.00033586167749545857, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root [leading]]": 0.00033600435116182677, + "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.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 path0]": 0.000333745061397067, + "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.00032455388055134657, + "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.0003481273537665903, + "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.0003433914794759217, + "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-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.00032390970119271467, + "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.00033955388346287646, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [leading, trailing]]": 0.00033491967455746244, + "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.0003330667113098784, + "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.00032126155642265566, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root]": 0.00033138797778566287, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-tuple[path, ...]]": 0.00032917014421551, - "tests/test_activate.py::test_unix_path_to_native[fallback-bare UNC mount]": 0.0003277887358939213, - "tests/test_activate.py::test_unix_path_to_native[fallback-drive [trailing]]": 0.00038297642281483153, - "tests/test_activate.py::test_unix_path_to_native[fallback-drive]": 0.0003311093840424938, - "tests/test_activate.py::test_unix_path_to_native[fallback-empty string]": 0.0003458490455766448, - "tests/test_activate.py::test_unix_path_to_native[fallback-empty tuple]": 0.0003311114142079945, - "tests/test_activate.py::test_unix_path_to_native[fallback-list[path]]": 0.00032761613391004893, - "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [extra]]": 0.0003310366818322377, - "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [trailing]]": 0.00034758561425425675, - "tests/test_activate.py::test_unix_path_to_native[fallback-normal path]": 0.0003502078952416984, - "tests/test_activate.py::test_unix_path_to_native[fallback-path;...]": 0.000343972537404164, - "tests/test_activate.py::test_unix_path_to_native[fallback-relative [extra]]": 0.0004018217097538326, - "tests/test_activate.py::test_unix_path_to_native[fallback-relative]": 0.0003354099893992757, - "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading, trailing]]": 0.0015120682465102036, - "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading]]": 0.00032664559588081043, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [extra]]": 0.0003362740770372509, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading, trailing]]": 0.0003401407420035958, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading]]": 0.0003344703826120651, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [trailing]]": 0.00033501162205552506, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path0]": 0.00033770965266714017, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path1]": 0.00033748426071896295, - "tests/test_activate.py::test_unix_path_to_native[fallback-root]": 0.00033750248306438466, - "tests/test_activate.py::test_unix_path_to_native[fallback-tuple[path, ...]]": 0.00032706527836668373, - "tests/test_activate.py::test_xonsh_basic": 0.04686280695034862, - "tests/test_api.py::test_DepsModifier_contract": 0.0016443177160771788, - "tests/test_api.py::test_PackageCacheData_contract": 0.002002889092320446, - "tests/test_api.py::test_PackageCacheData_return_value_contract": 0.002538548816698111, - "tests/test_api.py::test_PrefixData_contract": 0.0018946061525582766, - "tests/test_api.py::test_PrefixData_return_value_contract": 0.7636271775755498, - "tests/test_api.py::test_Solver_inputs_contract": 0.002281348646066304, - "tests/test_api.py::test_Solver_return_value_contract": 1.8147581304868714, - "tests/test_api.py::test_SubdirData_contract": 0.001923631068184839, - "tests/test_api.py::test_SubdirData_return_value_contract": 7.332732202866608, - "tests/test_api.py::test_UpdateModifier_contract": 0.001640696463701756, - "tests/test_auxlib.py::test_deepfreeze[42.0]": 0.0017273329377550104, - "tests/test_auxlib.py::test_deepfreeze[42]": 0.0017895828330034749, - "tests/test_auxlib.py::test_deepfreeze[True]": 0.0017364470855402304, - "tests/test_auxlib.py::test_deepfreeze[freeze_installed]": 0.0017233073809942159, - "tests/test_auxlib.py::test_deepfreeze[text]": 0.0018964844945116048, - "tests/test_auxlib.py::test_deepfreeze[unfrozen10]": 0.0022373870043716467, - "tests/test_auxlib.py::test_deepfreeze[unfrozen11]": 0.0018320901150387838, - "tests/test_auxlib.py::test_deepfreeze[unfrozen12]": 0.0017181793797111037, - "tests/test_auxlib.py::test_deepfreeze[unfrozen13]": 0.002174387092770257, - "tests/test_auxlib.py::test_deepfreeze[unfrozen5]": 0.0018372972748532002, - "tests/test_auxlib.py::test_deepfreeze[unfrozen6]": 0.0018204735264702712, - "tests/test_auxlib.py::test_deepfreeze[unfrozen7]": 0.0018327827974032025, - "tests/test_auxlib.py::test_deepfreeze[unfrozen8]": 0.00183476836575861, - "tests/test_auxlib.py::test_deepfreeze[unfrozen9]": 0.0017818486381410605, - "tests/test_codesigned.py::test_stub_exe_signatures[cli-32.exe]": 0.00036698982635655054, - "tests/test_codesigned.py::test_stub_exe_signatures[cli-64.exe]": 0.00043775729676712844, - "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.0063226546721064725, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.get_filename-conda.env.env.get_filename]": 0.003719523323142037, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.print_result-conda.env.env.print_result]": 0.00277245220374711, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.create_parser-None]": 0.0027862728562526944, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.do_call-None]": 0.001977287821831925, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.main-None]": 0.001883858435683381, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.show_help_on_empty_command-None]": 0.0035789591112809454, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_description-None]": 0.003194925777756197, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_example-None]": 0.0022615334566389233, - "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.0021785214428211796, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.execute-conda.cli.main_env_config.execute]": 0.0019517771747601014, - "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.0019235652497320782, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.description-None]": 0.0030890771498674817, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.example-None]": 0.00225989288026867, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.execute-conda.cli.main_env_create.execute]": 0.002212503151595683, - "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.0031836100398201436, - "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.0018838234708538966, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.description-None]": 0.0031221079297409733, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.example-None]": 0.0027202099464710343, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_env_export.execute]": 0.002439123213677732, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_export.execute]": 0.0019683501615743526, - "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.0020345398018418418, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.description-None]": 0.0031185446122798605, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.example-None]": 0.002355116384474269, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.execute-conda.cli.main_env_list.execute]": 0.001873642691559624, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._description-None]": 0.0025887992449293695, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._example-None]": 0.0019655191341401983, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._help-None]": 0.003085171347215795, - "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.0018638622653394225, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.execute-conda.cli.main_env_remove.execute]": 0.001891194363113518, - "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.0021797533552558273, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.description-None]": 0.003087538029523794, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.example-None]": 0.0023580077582974483, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.execute-conda.cli.main_env_update.execute]": 0.0019444183163463958, - "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.001745565976799979, - "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.0017499401587172218, - "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.0017859480253058693, - "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.001760056351078897, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_description-None]": 0.001996002229737402, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_example-None]": 0.0018616938004972377, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_description-None]": 0.001875293757546343, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_example-None]": 0.0018019090915167794, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_description-None]": 0.0017851981033835502, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_example-None]": 0.0017384484773695953, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_description-None]": 0.0031918718169254776, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_example-None]": 0.002474956595046755, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Dependencies-conda.env.env.Dependencies]": 0.0017384347514962765, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Environment-conda.env.env.Environment]": 0.0017492173876349662, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.VALID_KEYS-conda.env.env.VALID_KEYS]": 0.003199556681272636, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env._expand_channels-conda.env.env._expand_channels]": 0.0017547556074012079, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_environment-conda.env.env.from_environment]": 0.0022194783059904144, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_file-conda.env.env.from_file]": 0.0019686415577236153, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_yaml-conda.env.env.from_yaml]": 0.002028484348018297, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.validate_keys-conda.env.env.validate_keys]": 0.002177583448244024, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.ENTRY_POINT-None]": 0.004411759968756182, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.InvalidInstaller-conda.exceptions.InvalidInstaller]": 0.0028883226499292914, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.get_installer-conda.env.installers.base.get_installer]": 0.002199856723079899, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda._solve-conda.env.installers.conda._solve]": 0.004021728056825087, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.dry_run-conda.env.installers.conda.dry_run]": 0.0031557653682673143, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.install-conda.env.installers.conda.install]": 0.0019313452658279197, - "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.003884601382998693, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip.install-conda.env.installers.pip.install]": 0.0030530958779964416, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util._canonicalize_regex-None]": 0.002225228513958219, - "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.0025223574017514956, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.pip_subprocess-conda.env.pip_util.pip_subprocess]": 0.003114150344523817, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.FileSpecTypes-conda.env.specs.FileSpecTypes]": 0.00263874968407731, - "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.0021430811357688075, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.ENVIRONMENT_TYPE-conda.env.specs.binstar.ENVIRONMENT_TYPE]": 0.0043412720867024935, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.detect-conda.env.specs.detect]": 0.003717887858804854, - "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.0033764481683234713, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.requirements.RequirementsSpec-conda.env.specs.requirements.RequirementsSpec]": 0.0031460685546920715, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.yaml_file.YamlFileSpec-conda.env.specs.yaml_file.YamlFileSpec]": 0.0030986425918360125, - "tests/test_create.py::test_allow_softlinks[classic]": 0.34720954355974376, - "tests/test_create.py::test_allow_softlinks[libmamba]": 0.4364302975750826, - "tests/test_create.py::test_channel_usage_replacing_python[classic]": 192.80084425584616, - "tests/test_create.py::test_channel_usage_replacing_python[libmamba]": 171.29898690148656, - "tests/test_create.py::test_clone_offline_simple[classic]": 0.32979585591942395, - "tests/test_create.py::test_clone_offline_simple[libmamba]": 0.38130017808603406, - "tests/test_create.py::test_clone_offline_with_untracked[classic]": 0.5337289870940934, - "tests/test_create.py::test_clone_offline_with_untracked[libmamba]": 0.3780702099342459, - "tests/test_create.py::test_compile_pyc[classic-False]": 10.343295527548069, - "tests/test_create.py::test_compile_pyc[classic-True]": 0.8004777231616891, - "tests/test_create.py::test_compile_pyc[libmamba-False]": 6.170276762028873, - "tests/test_create.py::test_compile_pyc[libmamba-True]": 1.2528356108026621, - "tests/test_create.py::test_conda_downgrade[classic]": 180.5716106378553, - "tests/test_create.py::test_conda_downgrade[libmamba]": 122.54576187362669, - "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[classic]": 27.013214754546482, - "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[libmamba]": 9.391051043956535, - "tests/test_create.py::test_conda_pip_interop_conda_editable_package[classic]": 21.137370607463197, - "tests/test_create.py::test_conda_pip_interop_conda_editable_package[libmamba]": 20.125719434864504, - "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[classic]": 27.474036525263756, - "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[libmamba]": 15.79504052618695, - "tests/test_create.py::test_conda_update_package_not_installed[classic]": 0.24774517948667987, - "tests/test_create.py::test_conda_update_package_not_installed[libmamba]": 1.0774777896663326, - "tests/test_create.py::test_create_default_packages[classic]": 0.36773513343547676, - "tests/test_create.py::test_create_default_packages[libmamba]": 0.3034971700769382, - "tests/test_create.py::test_create_default_packages_no_default_packages[classic]": 0.33895249320963194, - "tests/test_create.py::test_create_default_packages_no_default_packages[libmamba]": 0.3133215899783949, - "tests/test_create.py::test_create_dry_run[classic]": 6.947601582961336, - "tests/test_create.py::test_create_dry_run[libmamba]": 1.3131007906220737, - "tests/test_create.py::test_create_dry_run_json[classic]": 6.798038552968231, - "tests/test_create.py::test_create_dry_run_json[libmamba]": 0.8407212947646847, - "tests/test_create.py::test_create_dry_run_without_prefix[classic]": 0.21990872367745168, - "tests/test_create.py::test_create_dry_run_without_prefix[libmamba]": 0.6406625515746537, - "tests/test_create.py::test_create_dry_run_yes_safety[classic]": 0.2484770424239371, - "tests/test_create.py::test_create_dry_run_yes_safety[libmamba]": 0.6958155346976909, - "tests/test_create.py::test_create_empty_env[classic]": 0.2468876892729803, - "tests/test_create.py::test_create_empty_env[libmamba]": 0.8510491952456294, - "tests/test_create.py::test_create_env_different_platform[classic-cli]": 0.46582525481391024, - "tests/test_create.py::test_create_env_different_platform[classic-env]": 0.3820929438317774, - "tests/test_create.py::test_create_env_different_platform[libmamba-cli]": 0.44541848678755563, - "tests/test_create.py::test_create_env_different_platform[libmamba-env]": 0.40512433377587886, - "tests/test_create.py::test_create_install_update_remove_smoketest[classic]": 164.92795634960459, - "tests/test_create.py::test_create_install_update_remove_smoketest[libmamba]": 47.14278957377035, - "tests/test_create.py::test_create_no_deps_flag[classic]": 0.23229798830708914, - "tests/test_create.py::test_create_no_deps_flag[libmamba]": 0.24049791079538788, - "tests/test_create.py::test_create_only_deps_flag[classic]": 0.8869076765112277, - "tests/test_create.py::test_create_only_deps_flag[libmamba]": 0.7381657569627372, - "tests/test_create.py::test_create_override_channels_enabled[classic]": 0.608058783258941, - "tests/test_create.py::test_create_override_channels_enabled[libmamba]": 0.9605626251536173, - "tests/test_create.py::test_create_without_prefix_raises_argument_error[classic]": 0.07424393485922133, - "tests/test_create.py::test_create_without_prefix_raises_argument_error[libmamba]": 0.0760197226333203, - "tests/test_create.py::test_cross_channel_incompatibility[classic]": 90.61505228269947, - "tests/test_create.py::test_cross_channel_incompatibility[libmamba]": 4.240631769343364, - "tests/test_create.py::test_directory_not_a_conda_environment[classic]": 0.07186282922163456, - "tests/test_create.py::test_directory_not_a_conda_environment[libmamba]": 0.07650314592972407, - "tests/test_create.py::test_disallowed_packages[classic]": 16.07839392722306, - "tests/test_create.py::test_disallowed_packages[libmamba]": 2.80196107199597, - "tests/test_create.py::test_dont_remove_conda_1[classic]": 190.6886518613176, - "tests/test_create.py::test_dont_remove_conda_1[libmamba]": 17.440176419790788, - "tests/test_create.py::test_dont_remove_conda_2[classic]": 141.1565890338926, - "tests/test_create.py::test_dont_remove_conda_2[libmamba]": 13.686831606071337, - "tests/test_create.py::test_download_only_flag[classic]": 11.23871640915158, - "tests/test_create.py::test_download_only_flag[libmamba]": 2.641907170557821, - "tests/test_create.py::test_force_remove[classic]": 73.48922540590813, - "tests/test_create.py::test_force_remove[libmamba]": 2.7784113338871457, - "tests/test_create.py::test_install_bound_virtual_package[classic]": 0.19962382054552666, - "tests/test_create.py::test_install_bound_virtual_package[libmamba]": 1.0385882158624422, - "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[classic]": 1.2656911125748755, - "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[libmamba]": 1.4682426909913935, - "tests/test_create.py::test_install_force_reinstall_flag[classic]": 0.35876771095599713, - "tests/test_create.py::test_install_force_reinstall_flag[libmamba]": 0.31155525486810987, - "tests/test_create.py::test_install_only_deps_flag[classic]": 0.5575222696614551, - "tests/test_create.py::test_install_only_deps_flag[libmamba]": 0.48290878770005075, - "tests/test_create.py::test_install_prune_flag[classic]": 59.771295365444594, - "tests/test_create.py::test_install_prune_flag[libmamba]": 8.564425136126216, - "tests/test_create.py::test_install_python_and_search[classic]": 81.56506959325785, - "tests/test_create.py::test_install_python_and_search[libmamba]": 33.25927063634003, - "tests/test_create.py::test_install_tarball_from_file_based_channel[classic]": 1.0015011997685688, - "tests/test_create.py::test_install_tarball_from_file_based_channel[libmamba]": 1.257410430589436, - "tests/test_create.py::test_install_update_deps_flag[classic]": 0.6271965675556825, - "tests/test_create.py::test_install_update_deps_flag[libmamba]": 0.48178516204407806, - "tests/test_create.py::test_install_update_deps_only_deps_flags[classic]": 0.6677226195749795, - "tests/test_create.py::test_install_update_deps_only_deps_flags[libmamba]": 0.5326164114756937, - "tests/test_create.py::test_install_virtual_packages[classic-__glibc-True]": 0.5393222775501725, - "tests/test_create.py::test_install_virtual_packages[classic-__linux-True]": 0.5371559100864922, - "tests/test_create.py::test_install_virtual_packages[classic-__osx-False]": 0.8272138681309136, - "tests/test_create.py::test_install_virtual_packages[classic-__unix-True]": 0.5201534805227243, - "tests/test_create.py::test_install_virtual_packages[classic-__win-False]": 0.8098261152403397, - "tests/test_create.py::test_install_virtual_packages[libmamba-__glibc-True]": 1.063214596668724, - "tests/test_create.py::test_install_virtual_packages[libmamba-__linux-True]": 0.7627546878478019, - "tests/test_create.py::test_install_virtual_packages[libmamba-__osx-False]": 0.6806041035316516, - "tests/test_create.py::test_install_virtual_packages[libmamba-__unix-True]": 0.682265687203362, - "tests/test_create.py::test_install_virtual_packages[libmamba-__win-False]": 0.6968206791140852, - "tests/test_create.py::test_json_create_install_update_remove[classic]": 85.48715298302007, - "tests/test_create.py::test_json_create_install_update_remove[libmamba]": 10.893000309967762, - "tests/test_create.py::test_list_with_pip_no_binary[classic]": 12.203086044266442, - "tests/test_create.py::test_list_with_pip_no_binary[libmamba]": 8.37893830821302, - "tests/test_create.py::test_list_with_pip_wheel[classic]": 24.44843484738832, - "tests/test_create.py::test_list_with_pip_wheel[libmamba]": 14.460751233748178, - "tests/test_create.py::test_menuinst_v2[classic]": 3.5104202220263527, - "tests/test_create.py::test_menuinst_v2[libmamba]": 2.899055415814057, - "tests/test_create.py::test_neutering_of_historic_specs[classic]": 102.96595018586271, - "tests/test_create.py::test_neutering_of_historic_specs[libmamba]": 20.798173669394945, - "tests/test_create.py::test_noarch_generic_package[classic]": 0.24155384482010644, - "tests/test_create.py::test_noarch_generic_package[libmamba]": 0.23924402433089498, - "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[classic]": 19.327281872390596, - "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[libmamba]": 12.375670013322408, - "tests/test_create.py::test_noarch_python_package_with_entry_points[classic]": 54.51987910288472, - "tests/test_create.py::test_noarch_python_package_with_entry_points[libmamba]": 9.027595096661415, - "tests/test_create.py::test_noarch_python_package_without_entry_points[classic]": 52.58606791960469, - "tests/test_create.py::test_noarch_python_package_without_entry_points[libmamba]": 9.013884611247837, - "tests/test_create.py::test_nonadmin_file_untouched[classic]": 0.7684327385881157, - "tests/test_create.py::test_nonadmin_file_untouched[libmamba]": 1.8012407610833505, - "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[classic]": 0.4033829269483022, - "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[libmamba]": 1.3957281035865858, - "tests/test_create.py::test_offline_with_empty_index_cache[classic]": 12.050411815286399, - "tests/test_create.py::test_offline_with_empty_index_cache[libmamba]": 5.379382164587862, + "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.0003291701442155099, + "tests/test_activate.py::test_unix_path_to_native[fallback-bare UNC mount]": 0.0003320173870333243, + "tests/test_activate.py::test_unix_path_to_native[fallback-drive [trailing]]": 0.00037301328447769, + "tests/test_activate.py::test_unix_path_to_native[fallback-drive]": 0.00035214025853886385, + "tests/test_activate.py::test_unix_path_to_native[fallback-empty string]": 0.00034880645963733417, + "tests/test_activate.py::test_unix_path_to_native[fallback-empty tuple]": 0.00033862675931161886, + "tests/test_activate.py::test_unix_path_to_native[fallback-list[path]]": 0.00033581881176776313, + "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [extra]]": 0.00034544411187484585, + "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [trailing]]": 0.0003392101550431147, + "tests/test_activate.py::test_unix_path_to_native[fallback-normal path]": 0.0003718550876908264, + "tests/test_activate.py::test_unix_path_to_native[fallback-path;...]": 0.0003615009870088425, + "tests/test_activate.py::test_unix_path_to_native[fallback-relative [extra]]": 0.0003785889335145894, + "tests/test_activate.py::test_unix_path_to_native[fallback-relative]": 0.00034322553031590253, + "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading, trailing]]": 0.00035570448616011356, + "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading]]": 0.000338022484919173, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [extra]]": 0.00037108593987274463, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading, trailing]]": 0.0003432353637178818, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading]]": 0.00033724484554549565, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [trailing]]": 0.0003375176137216339, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path0]": 0.0003406398733351568, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path1]": 0.00034935813649622, + "tests/test_activate.py::test_unix_path_to_native[fallback-root]": 0.00033881024993689945, + "tests/test_activate.py::test_unix_path_to_native[fallback-tuple[path, ...]]": 0.0003352554315548007, + "tests/test_activate.py::test_xonsh_basic": 0.04688752301598444, + "tests/test_api.py::test_DepsModifier_contract": 0.0016624240846417502, + "tests/test_api.py::test_PackageCacheData_contract": 0.0020300975643437456, + "tests/test_api.py::test_PackageCacheData_return_value_contract": 0.0025526850087375305, + "tests/test_api.py::test_PrefixData_contract": 0.0019171867884137399, + "tests/test_api.py::test_PrefixData_return_value_contract": 0.8042860979529629, + "tests/test_api.py::test_Solver_inputs_contract": 0.002258566060883993, + "tests/test_api.py::test_Solver_return_value_contract": 1.8454151007152113, + "tests/test_api.py::test_SubdirData_contract": 0.0019222441262260893, + "tests/test_api.py::test_SubdirData_return_value_contract": 7.449108806795553, + "tests/test_api.py::test_UpdateModifier_contract": 0.0016374438496792037, + "tests/test_auxlib.py::test_deepfreeze[42.0]": 0.0017512829774942351, + "tests/test_auxlib.py::test_deepfreeze[42]": 0.0018137869093018584, + "tests/test_auxlib.py::test_deepfreeze[True]": 0.0017560226324868377, + "tests/test_auxlib.py::test_deepfreeze[freeze_installed]": 0.0017430660190265847, + "tests/test_auxlib.py::test_deepfreeze[text]": 0.0019108245168537549, + "tests/test_auxlib.py::test_deepfreeze[unfrozen10]": 0.0022612628721776842, + "tests/test_auxlib.py::test_deepfreeze[unfrozen11]": 0.0018659070619909532, + "tests/test_auxlib.py::test_deepfreeze[unfrozen12]": 0.0017241730320342362, + "tests/test_auxlib.py::test_deepfreeze[unfrozen13]": 0.002177659912273063, + "tests/test_auxlib.py::test_deepfreeze[unfrozen5]": 0.0018533497097319655, + "tests/test_auxlib.py::test_deepfreeze[unfrozen6]": 0.0018370116112222592, + "tests/test_auxlib.py::test_deepfreeze[unfrozen7]": 0.0018448977331288418, + "tests/test_auxlib.py::test_deepfreeze[unfrozen8]": 0.0018557769990193956, + "tests/test_auxlib.py::test_deepfreeze[unfrozen9]": 0.0018016684958041976, + "tests/test_codesigned.py::test_stub_exe_signatures[cli-32.exe]": 0.00036402221862039623, + "tests/test_codesigned.py::test_stub_exe_signatures[cli-64.exe]": 0.00043533839966813015, + "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.00601144941148513, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.get_filename-conda.env.env.get_filename]": 0.0032584342666794864, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.print_result-conda.env.env.print_result]": 0.0032686303086952324, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.create_parser-None]": 0.0026056890431596347, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.do_call-None]": 0.0021419035272234226, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.main-None]": 0.0018531738145671117, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.show_help_on_empty_command-None]": 0.0035894064185406976, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_description-None]": 0.0031832017083614885, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_example-None]": 0.0025784636212473374, + "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.0020724964083835536, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.execute-conda.cli.main_env_config.execute]": 0.0019154174444640747, + "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.0019789047970733254, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.description-None]": 0.0031168015641039053, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.example-None]": 0.0023251102405507573, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.execute-conda.cli.main_env_create.execute]": 0.002238498702450826, + "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.003324959705736464, + "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.0019519694795231866, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.description-None]": 0.003140969253177152, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.example-None]": 0.0026084118625800123, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_env_export.execute]": 0.002623165282866804, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_export.execute]": 0.0019492289946385487, + "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.0022290711060603987, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.description-None]": 0.003097041819845244, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.example-None]": 0.0023854637547249986, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.execute-conda.cli.main_env_list.execute]": 0.0018589242608545208, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._description-None]": 0.0025140278488995768, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._example-None]": 0.002005806000703706, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._help-None]": 0.0031210778702417236, + "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.0020633299905363717, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.execute-conda.cli.main_env_remove.execute]": 0.0018444121474638763, + "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.00223435056937176, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.description-None]": 0.003132407369877236, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.example-None]": 0.0022448991465612864, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.execute-conda.cli.main_env_update.execute]": 0.0019199116530946292, + "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.0017640113989618924, + "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.0017745786359860784, + "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.0017884091344109922, + "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.0017691088744512225, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_description-None]": 0.0020986795108245957, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_example-None]": 0.0018167155205002835, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_description-None]": 0.001890219317928062, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_example-None]": 0.0018035673270819183, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_description-None]": 0.0017920188830085465, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_example-None]": 0.001762921591110547, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_description-None]": 0.003199493862086657, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_example-None]": 0.002574466960493946, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Dependencies-conda.env.env.Dependencies]": 0.001967116601054579, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Environment-conda.env.env.Environment]": 0.0017872372199058276, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.VALID_KEYS-conda.env.env.VALID_KEYS]": 0.0032500329273334326, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env._expand_channels-conda.env.env._expand_channels]": 0.0018445749937153145, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_environment-conda.env.env.from_environment]": 0.002096859623438086, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_file-conda.env.env.from_file]": 0.0019167789139955696, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_yaml-conda.env.env.from_yaml]": 0.001969509765334726, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.validate_keys-conda.env.env.validate_keys]": 0.0022447390199628356, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.ENTRY_POINT-None]": 0.004445693817795632, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.InvalidInstaller-conda.exceptions.InvalidInstaller]": 0.0033170451368288944, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.get_installer-conda.env.installers.base.get_installer]": 0.002407492850145992, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda._solve-conda.env.installers.conda._solve]": 0.003930318903981748, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.dry_run-conda.env.installers.conda.dry_run]": 0.002872399241336732, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.install-conda.env.installers.conda.install]": 0.0023827548897751584, + "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.0038854809695805853, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip.install-conda.env.installers.pip.install]": 0.0025378876844935447, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util._canonicalize_regex-None]": 0.0020984242443072808, + "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.0027425633935863076, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.pip_subprocess-conda.env.pip_util.pip_subprocess]": 0.003161896398483406, + "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.0018666601414292806, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.BinstarSpec-conda.env.specs.binstar.BinstarSpec]": 0.0021002276599340727, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.ENVIRONMENT_TYPE-conda.env.specs.binstar.ENVIRONMENT_TYPE]": 0.004023291565154658, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.detect-conda.env.specs.detect]": 0.00344561793660691, + "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.0032814726988180816, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.requirements.RequirementsSpec-conda.env.specs.requirements.RequirementsSpec]": 0.003141039290764191, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.yaml_file.YamlFileSpec-conda.env.specs.yaml_file.YamlFileSpec]": 0.0031160069420158713, + "tests/test_create.py::test_allow_softlinks[classic]": 0.3193943716762787, + "tests/test_create.py::test_allow_softlinks[libmamba]": 0.5377125140822769, + "tests/test_create.py::test_channel_usage_replacing_python[classic]": 212.00035383578955, + "tests/test_create.py::test_channel_usage_replacing_python[libmamba]": 171.2125705119933, + "tests/test_create.py::test_clone_offline_simple[classic]": 0.5955910515203298, + "tests/test_create.py::test_clone_offline_simple[libmamba]": 0.5423188680835256, + "tests/test_create.py::test_clone_offline_with_untracked[classic]": 0.7379506796118932, + "tests/test_create.py::test_clone_offline_with_untracked[libmamba]": 0.5439340934825907, + "tests/test_create.py::test_compile_pyc[classic-False]": 10.675842623389714, + "tests/test_create.py::test_compile_pyc[classic-True]": 0.9167432473558569, + "tests/test_create.py::test_compile_pyc[libmamba-False]": 6.522488848477691, + "tests/test_create.py::test_compile_pyc[libmamba-True]": 1.4402067317319005, + "tests/test_create.py::test_conda_downgrade[classic]": 187.3493883545496, + "tests/test_create.py::test_conda_downgrade[libmamba]": 130.53697980151014, + "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[classic]": 28.415440241821084, + "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[libmamba]": 9.585629054148141, + "tests/test_create.py::test_conda_pip_interop_conda_editable_package[classic]": 21.656177004404167, + "tests/test_create.py::test_conda_pip_interop_conda_editable_package[libmamba]": 21.090401690144713, + "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[classic]": 28.861653908660934, + "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[libmamba]": 16.685043806267007, + "tests/test_create.py::test_conda_update_package_not_installed[classic]": 0.2740439040231131, + "tests/test_create.py::test_conda_update_package_not_installed[libmamba]": 0.9054786413775551, + "tests/test_create.py::test_create_default_packages[classic]": 0.49283808873520346, + "tests/test_create.py::test_create_default_packages[libmamba]": 0.3924622536559026, + "tests/test_create.py::test_create_default_packages_no_default_packages[classic]": 0.39865893994785967, + "tests/test_create.py::test_create_default_packages_no_default_packages[libmamba]": 0.4166683916431327, + "tests/test_create.py::test_create_dry_run[classic]": 7.187698288521752, + "tests/test_create.py::test_create_dry_run[libmamba]": 1.3952315153667254, + "tests/test_create.py::test_create_dry_run_json[classic]": 7.010177631797929, + "tests/test_create.py::test_create_dry_run_json[libmamba]": 0.8470431816950552, + "tests/test_create.py::test_create_dry_run_without_prefix[classic]": 0.22290025515485667, + "tests/test_create.py::test_create_dry_run_without_prefix[libmamba]": 0.6486243778220251, + "tests/test_create.py::test_create_dry_run_yes_safety[classic]": 0.3094224804084864, + "tests/test_create.py::test_create_dry_run_yes_safety[libmamba]": 0.7473606810673586, + "tests/test_create.py::test_create_empty_env[classic]": 0.23821865545345497, + "tests/test_create.py::test_create_empty_env[libmamba]": 0.8966409968553697, + "tests/test_create.py::test_create_env_different_platform[classic-cli]": 0.5958646444670088, + "tests/test_create.py::test_create_env_different_platform[classic-env]": 0.5496678267870149, + "tests/test_create.py::test_create_env_different_platform[libmamba-cli]": 0.4767564585754482, + "tests/test_create.py::test_create_env_different_platform[libmamba-env]": 0.5833489842107302, + "tests/test_create.py::test_create_install_update_remove_smoketest[classic]": 169.8052105128241, + "tests/test_create.py::test_create_install_update_remove_smoketest[libmamba]": 49.372668167451444, + "tests/test_create.py::test_create_no_deps_flag[classic]": 0.24678612983478893, + "tests/test_create.py::test_create_no_deps_flag[libmamba]": 0.3661675025099061, + "tests/test_create.py::test_create_only_deps_flag[classic]": 1.1929666132894934, + "tests/test_create.py::test_create_only_deps_flag[libmamba]": 0.8914295646760017, + "tests/test_create.py::test_create_override_channels_enabled[classic]": 0.7076832099591708, + "tests/test_create.py::test_create_override_channels_enabled[libmamba]": 0.9508974618967068, + "tests/test_create.py::test_create_without_prefix_raises_argument_error[classic]": 0.07431307338518395, + "tests/test_create.py::test_create_without_prefix_raises_argument_error[libmamba]": 0.07595418564693339, + "tests/test_create.py::test_cross_channel_incompatibility[classic]": 94.21249192705878, + "tests/test_create.py::test_cross_channel_incompatibility[libmamba]": 3.7064656937723552, + "tests/test_create.py::test_directory_not_a_conda_environment[classic]": 0.07108988585175348, + "tests/test_create.py::test_directory_not_a_conda_environment[libmamba]": 0.07430693854919782, + "tests/test_create.py::test_disallowed_packages[classic]": 15.117732860167887, + "tests/test_create.py::test_disallowed_packages[libmamba]": 2.713915234451241, + "tests/test_create.py::test_dont_remove_conda_1[classic]": 197.33126503878157, + "tests/test_create.py::test_dont_remove_conda_1[libmamba]": 18.01738822970398, + "tests/test_create.py::test_dont_remove_conda_2[classic]": 154.29143690591303, + "tests/test_create.py::test_dont_remove_conda_2[libmamba]": 14.755965466539806, + "tests/test_create.py::test_download_only_flag[classic]": 10.931689881687447, + "tests/test_create.py::test_download_only_flag[libmamba]": 2.581823560743668, + "tests/test_create.py::test_force_remove[classic]": 56.53702675868472, + "tests/test_create.py::test_force_remove[libmamba]": 2.8503285114766297, + "tests/test_create.py::test_install_bound_virtual_package[classic]": 0.3359586025163532, + "tests/test_create.py::test_install_bound_virtual_package[libmamba]": 0.885168021794873, + "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[classic]": 1.6288662210603568, + "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[libmamba]": 1.880563688185319, + "tests/test_create.py::test_install_force_reinstall_flag[classic]": 0.42371265674694986, + "tests/test_create.py::test_install_force_reinstall_flag[libmamba]": 0.3149876835579467, + "tests/test_create.py::test_install_only_deps_flag[classic]": 0.6861354455933, + "tests/test_create.py::test_install_only_deps_flag[libmamba]": 0.5816457832821668, + "tests/test_create.py::test_install_prune_flag[classic]": 62.04124876718416, + "tests/test_create.py::test_install_prune_flag[libmamba]": 8.502399142198227, + "tests/test_create.py::test_install_python_and_search[classic]": 86.34915560535828, + "tests/test_create.py::test_install_python_and_search[libmamba]": 34.35869465562071, + "tests/test_create.py::test_install_tarball_from_file_based_channel[classic]": 1.0719957692912236, + "tests/test_create.py::test_install_tarball_from_file_based_channel[libmamba]": 1.2690736369226734, + "tests/test_create.py::test_install_update_deps_flag[classic]": 0.7604095636081079, + "tests/test_create.py::test_install_update_deps_flag[libmamba]": 0.5422377653781386, + "tests/test_create.py::test_install_update_deps_only_deps_flags[classic]": 0.9515351657931828, + "tests/test_create.py::test_install_update_deps_only_deps_flags[libmamba]": 0.5535321362091825, + "tests/test_create.py::test_install_virtual_packages[classic-__glibc-True]": 0.5765245240407605, + "tests/test_create.py::test_install_virtual_packages[classic-__linux-True]": 0.5715936064010624, + "tests/test_create.py::test_install_virtual_packages[classic-__osx-False]": 0.9324503370433798, + "tests/test_create.py::test_install_virtual_packages[classic-__unix-True]": 0.5739614355788863, + "tests/test_create.py::test_install_virtual_packages[classic-__win-False]": 0.9016512684406592, + "tests/test_create.py::test_install_virtual_packages[libmamba-__glibc-True]": 0.9186406010404582, + "tests/test_create.py::test_install_virtual_packages[libmamba-__linux-True]": 0.7408443539365196, + "tests/test_create.py::test_install_virtual_packages[libmamba-__osx-False]": 0.6967335591714459, + "tests/test_create.py::test_install_virtual_packages[libmamba-__unix-True]": 0.6863974375613631, + "tests/test_create.py::test_install_virtual_packages[libmamba-__win-False]": 0.6849581607211953, + "tests/test_create.py::test_json_create_install_update_remove[classic]": 86.71584000202076, + "tests/test_create.py::test_json_create_install_update_remove[libmamba]": 10.76842901775973, + "tests/test_create.py::test_list_with_pip_no_binary[classic]": 12.592418172638917, + "tests/test_create.py::test_list_with_pip_no_binary[libmamba]": 8.677285615638473, + "tests/test_create.py::test_list_with_pip_wheel[classic]": 24.886357671318127, + "tests/test_create.py::test_list_with_pip_wheel[libmamba]": 14.556726469217129, + "tests/test_create.py::test_menuinst_v2[classic]": 4.122731782185166, + "tests/test_create.py::test_menuinst_v2[libmamba]": 2.3388624325922738, + "tests/test_create.py::test_neutering_of_historic_specs[classic]": 96.20309214110189, + "tests/test_create.py::test_neutering_of_historic_specs[libmamba]": 21.054655639524814, + "tests/test_create.py::test_noarch_generic_package[classic]": 0.27355112565208967, + "tests/test_create.py::test_noarch_generic_package[libmamba]": 0.2573301803188486, + "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[classic]": 19.17195510957909, + "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[libmamba]": 13.11199471599936, + "tests/test_create.py::test_noarch_python_package_with_entry_points[classic]": 56.70002863807665, + "tests/test_create.py::test_noarch_python_package_with_entry_points[libmamba]": 9.223216195773828, + "tests/test_create.py::test_noarch_python_package_without_entry_points[classic]": 54.94819358148959, + "tests/test_create.py::test_noarch_python_package_without_entry_points[libmamba]": 8.733365902310009, + "tests/test_create.py::test_nonadmin_file_untouched[classic]": 1.0983057207846962, + "tests/test_create.py::test_nonadmin_file_untouched[libmamba]": 2.1135422430169633, + "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[classic]": 0.5380932735554581, + "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[libmamba]": 1.3754254318362533, + "tests/test_create.py::test_offline_with_empty_index_cache[classic]": 12.404152323256312, + "tests/test_create.py::test_offline_with_empty_index_cache[libmamba]": 5.267306784204905, "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.1545018295698614, - "tests/test_create.py::test_override_channels_disabled[libmamba]": 0.1547392785042052, - "tests/test_create.py::test_package_cache_regression[classic]": 0.2934593081885772, - "tests/test_create.py::test_package_cache_regression[libmamba]": 0.3585165726444993, - "tests/test_create.py::test_package_optional_pinning[classic]": 0.7420833826556638, - "tests/test_create.py::test_package_optional_pinning[libmamba]": 0.7480317010662086, - "tests/test_create.py::test_package_pinning[classic]": 0.806871951084512, - "tests/test_create.py::test_package_pinning[libmamba]": 0.6691120850568099, - "tests/test_create.py::test_packages_not_found[classic]": 0.41732013019267084, - "tests/test_create.py::test_packages_not_found[libmamba]": 1.1197863837103483, - "tests/test_create.py::test_pinned_override_with_explicit_spec[classic]": 0.8672912480110244, - "tests/test_create.py::test_pinned_override_with_explicit_spec[libmamba]": 0.7876158490649044, - "tests/test_create.py::test_post_link_run_in_env[classic]": 1.2561582530821704, - "tests/test_create.py::test_post_link_run_in_env[libmamba]": 2.034143329697668, - "tests/test_create.py::test_python_site_packages_path[classic]": 1.169192236299524, - "tests/test_create.py::test_python_site_packages_path[libmamba]": 1.1073561706174315, - "tests/test_create.py::test_remove_empty_env[classic]": 0.37453799523621506, - "tests/test_create.py::test_remove_empty_env[libmamba]": 0.8548738011787532, - "tests/test_create.py::test_remove_force_remove_flag[classic]": 10.24587955663371, - "tests/test_create.py::test_remove_force_remove_flag[libmamba]": 5.946217167406894, - "tests/test_create.py::test_remove_ignore_nonenv[classic]": 0.0654464847249652, - "tests/test_create.py::test_remove_ignore_nonenv[libmamba]": 0.06961786694495503, - "tests/test_create.py::test_remove_spellcheck[classic]": 0.5158222243883261, - "tests/test_create.py::test_remove_spellcheck[libmamba]": 0.4150550464816733, - "tests/test_create.py::test_repodata_v2_base_url[classic]": 0.4589743459382218, - "tests/test_create.py::test_repodata_v2_base_url[libmamba]": 0.29117744297181575, - "tests/test_create.py::test_rm_rf[classic]": 9.923142453416336, - "tests/test_create.py::test_rm_rf[libmamba]": 6.57871541575062, - "tests/test_create.py::test_run_preserves_arguments[classic]": 16.75616388167897, - "tests/test_create.py::test_run_preserves_arguments[libmamba]": 7.81475325107359, - "tests/test_create.py::test_run_script_called[classic]": 10.790732384635374, - "tests/test_create.py::test_run_script_called[libmamba]": 2.6338931581575173, - "tests/test_create.py::test_safety_checks_disabled[classic]": 9.49522784009414, - "tests/test_create.py::test_safety_checks_disabled[libmamba]": 5.377200853406584, - "tests/test_create.py::test_safety_checks_enabled[classic]": 10.143428475339787, - "tests/test_create.py::test_safety_checks_enabled[libmamba]": 5.92301623693803, - "tests/test_create.py::test_safety_checks_warn[classic]": 13.495492658785237, - "tests/test_create.py::test_safety_checks_warn[libmamba]": 7.87222499138757, - "tests/test_create.py::test_search_override_channels_enabled[classic]": 0.23476397640649188, - "tests/test_create.py::test_search_override_channels_enabled[libmamba]": 0.644172062928963, - "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[classic]": 9.845752598074439, - "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[libmamba]": 8.364780158221956, - "tests/test_create.py::test_shortcut_absent_when_condarc_set[classic]": 9.493831731909482, - "tests/test_create.py::test_shortcut_absent_when_condarc_set[libmamba]": 8.39046863290664, - "tests/test_create.py::test_shortcut_creation_installs_shortcut[classic]": 6.15580028649694, - "tests/test_create.py::test_shortcut_creation_installs_shortcut[libmamba]": 6.317099381080228, - "tests/test_create.py::test_strict_channel_priority[classic]": 0.0003635554435306825, - "tests/test_create.py::test_strict_channel_priority[libmamba]": 0.0004880876828851895, - "tests/test_create.py::test_strict_resolve_get_reduced_index[classic]": 75.02163729132086, - "tests/test_create.py::test_strict_resolve_get_reduced_index[libmamba]": 76.62860152685123, - "tests/test_create.py::test_tarball_install[classic]": 0.4459899738614379, - "tests/test_create.py::test_tarball_install[libmamba]": 0.5333359832829216, - "tests/test_create.py::test_tarball_install_and_bad_metadata[classic]": 1.0349035874672736, - "tests/test_create.py::test_tarball_install_and_bad_metadata[libmamba]": 0.8049977256014227, - "tests/test_create.py::test_transactional_rollback_simple[classic]": 0.3953917995478281, - "tests/test_create.py::test_transactional_rollback_simple[libmamba]": 0.37960649272388275, - "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[classic]": 0.5366629369146972, - "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[libmamba]": 0.48807928632929415, - "tests/test_create.py::test_update_all_updates_pip_pkg[classic]": 19.693265244220303, - "tests/test_create.py::test_update_all_updates_pip_pkg[libmamba]": 11.568217841248682, - "tests/test_create.py::test_update_deps_flag_absent[classic]": 0.4967109380576744, - "tests/test_create.py::test_update_deps_flag_absent[libmamba]": 0.5487526960056587, - "tests/test_create.py::test_update_deps_flag_present[classic]": 0.6665866108426608, - "tests/test_create.py::test_update_deps_flag_present[libmamba]": 0.5749203281068737, - "tests/test_create.py::test_update_with_pinned_packages[classic]": 0.5807113603532897, - "tests/test_create.py::test_update_with_pinned_packages[libmamba]": 0.5130863698633071, - "tests/test_create.py::test_use_index_cache[classic]": 13.6661920431892, - "tests/test_create.py::test_use_index_cache[libmamba]": 14.504898635606429, - "tests/test_deprecations.py::test_action[future]": 0.0024460637767933736, - "tests/test_deprecations.py::test_action[pending]": 0.002553007034033085, - "tests/test_deprecations.py::test_action[remove]": 0.002156109579907799, - "tests/test_deprecations.py::test_arguments[deprecated]": 0.0019218954443742584, - "tests/test_deprecations.py::test_arguments[pending]": 0.001983911166093539, - "tests/test_deprecations.py::test_arguments[remove]": 0.0018189239311995119, - "tests/test_deprecations.py::test_class[deprecated]": 0.001934734702949535, - "tests/test_deprecations.py::test_class[pending]": 0.001944054006060897, - "tests/test_deprecations.py::test_class[remove]": 0.0018520029762366366, - "tests/test_deprecations.py::test_constant[deprecated]": 0.002512635421792359, - "tests/test_deprecations.py::test_constant[pending]": 0.0024997805951074074, - "tests/test_deprecations.py::test_constant[remove]": 0.003061702522981848, - "tests/test_deprecations.py::test_function[deprecated]": 0.002125853656980906, - "tests/test_deprecations.py::test_function[pending]": 0.00229595763327764, - "tests/test_deprecations.py::test_function[remove]": 0.0018558066198293038, - "tests/test_deprecations.py::test_method[deprecated]": 0.0020299459983229404, - "tests/test_deprecations.py::test_method[pending]": 0.002047406731551411, - "tests/test_deprecations.py::test_method[remove]": 0.0018710707283741078, - "tests/test_deprecations.py::test_module[deprecated]": 0.0025594153270881836, - "tests/test_deprecations.py::test_module[pending]": 0.00257920156934118, - "tests/test_deprecations.py::test_module[remove]": 0.002494881569118957, - "tests/test_deprecations.py::test_topic[deprecated]": 0.0018590942116648366, - "tests/test_deprecations.py::test_topic[pending]": 0.00186461217415901, - "tests/test_deprecations.py::test_topic[remove]": 0.0018256212546896638, - "tests/test_deprecations.py::test_version_fallback": 0.0017368872683987547, - "tests/test_exceptions.py::test_BasicClobberError": 0.012424021156626485, - "tests/test_exceptions.py::test_BinaryPrefixReplacementError": 0.023660091617789213, - "tests/test_exceptions.py::test_CommandNotFoundError_conda_build": 0.023036083879403802, - "tests/test_exceptions.py::test_CommandNotFoundError_simple": 0.02348678148211979, - "tests/test_exceptions.py::test_CondaFileNotFoundError": 0.02255033273447596, - "tests/test_exceptions.py::test_CondaHTTPError": 0.023442783982207185, - "tests/test_exceptions.py::test_CondaKeyError": 0.022556826059665067, - "tests/test_exceptions.py::test_DirectoryNotFoundError": 0.022401242860454623, - "tests/test_exceptions.py::test_KnownPackageClobberError": 0.012890889053781957, - "tests/test_exceptions.py::test_MD5MismatchError": 0.022955669538035024, - "tests/test_exceptions.py::test_PackageNotFoundError": 0.022879950877002734, + "tests/test_create.py::test_override_channels_disabled[classic]": 0.1983302506941235, + "tests/test_create.py::test_override_channels_disabled[libmamba]": 0.1563585436811707, + "tests/test_create.py::test_package_cache_regression[classic]": 0.33811289438100023, + "tests/test_create.py::test_package_cache_regression[libmamba]": 0.30820370730697055, + "tests/test_create.py::test_package_optional_pinning[classic]": 1.0866500541454431, + "tests/test_create.py::test_package_optional_pinning[libmamba]": 0.9000802425308344, + "tests/test_create.py::test_package_pinning[classic]": 1.132878978746958, + "tests/test_create.py::test_package_pinning[libmamba]": 0.8994030825792427, + "tests/test_create.py::test_packages_not_found[classic]": 0.5784274742160314, + "tests/test_create.py::test_packages_not_found[libmamba]": 1.1430673605655919, + "tests/test_create.py::test_pinned_override_with_explicit_spec[classic]": 1.0399671958223742, + "tests/test_create.py::test_pinned_override_with_explicit_spec[libmamba]": 0.7715813753630665, + "tests/test_create.py::test_post_link_run_in_env[classic]": 1.2912282545505138, + "tests/test_create.py::test_post_link_run_in_env[libmamba]": 1.8950762777104386, + "tests/test_create.py::test_python_site_packages_path[classic]": 1.2821207945393986, + "tests/test_create.py::test_python_site_packages_path[libmamba]": 1.2497722187208242, + "tests/test_create.py::test_remove_empty_env[classic]": 0.4992751557367988, + "tests/test_create.py::test_remove_empty_env[libmamba]": 0.8930114395240052, + "tests/test_create.py::test_remove_force_remove_flag[classic]": 10.464681856873444, + "tests/test_create.py::test_remove_force_remove_flag[libmamba]": 6.069293621921019, + "tests/test_create.py::test_remove_ignore_nonenv[classic]": 0.06563414308467434, + "tests/test_create.py::test_remove_ignore_nonenv[libmamba]": 0.06816651358004287, + "tests/test_create.py::test_remove_spellcheck[classic]": 0.6946002455266419, + "tests/test_create.py::test_remove_spellcheck[libmamba]": 0.6347631210762273, + "tests/test_create.py::test_repodata_v2_base_url[classic]": 0.5866097449785372, + "tests/test_create.py::test_repodata_v2_base_url[libmamba]": 0.318097298147751, + "tests/test_create.py::test_rm_rf[classic]": 10.118946195688256, + "tests/test_create.py::test_rm_rf[libmamba]": 6.557204464711724, + "tests/test_create.py::test_run_preserves_arguments[classic]": 15.375694390935193, + "tests/test_create.py::test_run_preserves_arguments[libmamba]": 7.278503999618153, + "tests/test_create.py::test_run_script_called[classic]": 10.401849793353179, + "tests/test_create.py::test_run_script_called[libmamba]": 2.925434317060725, + "tests/test_create.py::test_safety_checks_disabled[classic]": 9.488738021334747, + "tests/test_create.py::test_safety_checks_disabled[libmamba]": 5.952530446586977, + "tests/test_create.py::test_safety_checks_enabled[classic]": 11.84180772154592, + "tests/test_create.py::test_safety_checks_enabled[libmamba]": 6.465451214248937, + "tests/test_create.py::test_safety_checks_warn[classic]": 13.449382619968176, + "tests/test_create.py::test_safety_checks_warn[libmamba]": 8.093670600915672, + "tests/test_create.py::test_search_override_channels_enabled[classic]": 0.22681715116304502, + "tests/test_create.py::test_search_override_channels_enabled[libmamba]": 0.2569024240608893, + "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[classic]": 9.888155249443406, + "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[libmamba]": 8.399261061671467, + "tests/test_create.py::test_shortcut_absent_when_condarc_set[classic]": 9.719983450877058, + "tests/test_create.py::test_shortcut_absent_when_condarc_set[libmamba]": 8.508509557863755, + "tests/test_create.py::test_shortcut_creation_installs_shortcut[classic]": 6.202838521518064, + "tests/test_create.py::test_shortcut_creation_installs_shortcut[libmamba]": 6.433049893291446, + "tests/test_create.py::test_strict_channel_priority[classic]": 0.0003625583438566764, + "tests/test_create.py::test_strict_channel_priority[libmamba]": 0.0004991231135592786, + "tests/test_create.py::test_strict_resolve_get_reduced_index[classic]": 76.62353823686173, + "tests/test_create.py::test_strict_resolve_get_reduced_index[libmamba]": 78.51098595310573, + "tests/test_create.py::test_tarball_install[classic]": 0.5697255947580915, + "tests/test_create.py::test_tarball_install[libmamba]": 0.5183547006770756, + "tests/test_create.py::test_tarball_install_and_bad_metadata[classic]": 1.318025777491271, + "tests/test_create.py::test_tarball_install_and_bad_metadata[libmamba]": 0.9373265886655266, + "tests/test_create.py::test_transactional_rollback_simple[classic]": 0.5500792857901906, + "tests/test_create.py::test_transactional_rollback_simple[libmamba]": 0.4707867257538133, + "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[classic]": 0.8550753339463023, + "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[libmamba]": 0.674608553646813, + "tests/test_create.py::test_update_all_updates_pip_pkg[classic]": 20.131701850149827, + "tests/test_create.py::test_update_all_updates_pip_pkg[libmamba]": 11.982237580346265, + "tests/test_create.py::test_update_deps_flag_absent[classic]": 0.7353774254132943, + "tests/test_create.py::test_update_deps_flag_absent[libmamba]": 0.6246931685128029, + "tests/test_create.py::test_update_deps_flag_present[classic]": 0.9334278411580818, + "tests/test_create.py::test_update_deps_flag_present[libmamba]": 0.6910910886315742, + "tests/test_create.py::test_update_with_pinned_packages[classic]": 0.6810359112749589, + "tests/test_create.py::test_update_with_pinned_packages[libmamba]": 0.5493349025047678, + "tests/test_create.py::test_use_index_cache[classic]": 14.563611682946725, + "tests/test_create.py::test_use_index_cache[libmamba]": 15.076889852407454, + "tests/test_deprecations.py::test_action[future]": 0.0024912445012779004, + "tests/test_deprecations.py::test_action[pending]": 0.002627113954123546, + "tests/test_deprecations.py::test_action[remove]": 0.002169298333479452, + "tests/test_deprecations.py::test_arguments[deprecated]": 0.001942707265312559, + "tests/test_deprecations.py::test_arguments[pending]": 0.0019987498965992885, + "tests/test_deprecations.py::test_arguments[remove]": 0.0018469943117269366, + "tests/test_deprecations.py::test_class[deprecated]": 0.0019444133039840821, + "tests/test_deprecations.py::test_class[pending]": 0.0019401669536059075, + "tests/test_deprecations.py::test_class[remove]": 0.0019166556387815912, + "tests/test_deprecations.py::test_constant[deprecated]": 0.0025296166085509823, + "tests/test_deprecations.py::test_constant[pending]": 0.002508650122193038, + "tests/test_deprecations.py::test_constant[remove]": 0.0028611024805121105, + "tests/test_deprecations.py::test_function[deprecated]": 0.0021597136387305036, + "tests/test_deprecations.py::test_function[pending]": 0.0023159685334730343, + "tests/test_deprecations.py::test_function[remove]": 0.0019031470495005699, + "tests/test_deprecations.py::test_method[deprecated]": 0.0020411648400370554, + "tests/test_deprecations.py::test_method[pending]": 0.002112393344146353, + "tests/test_deprecations.py::test_method[remove]": 0.0018744421813242792, + "tests/test_deprecations.py::test_module[deprecated]": 0.002559553072020499, + "tests/test_deprecations.py::test_module[pending]": 0.0025815872704557305, + "tests/test_deprecations.py::test_module[remove]": 0.0025206018891337756, + "tests/test_deprecations.py::test_topic[deprecated]": 0.0018755550329174902, + "tests/test_deprecations.py::test_topic[pending]": 0.0018920897593930266, + "tests/test_deprecations.py::test_topic[remove]": 0.0018503125984301648, + "tests/test_deprecations.py::test_version_fallback": 0.0017675885952541763, + "tests/test_exceptions.py::test_BasicClobberError": 0.0124675789198307, + "tests/test_exceptions.py::test_BinaryPrefixReplacementError": 0.02359600047931642, + "tests/test_exceptions.py::test_CommandNotFoundError_conda_build": 0.02314064569563493, + "tests/test_exceptions.py::test_CommandNotFoundError_simple": 0.023692940524013145, + "tests/test_exceptions.py::test_CondaFileNotFoundError": 0.02279619208694765, + "tests/test_exceptions.py::test_CondaHTTPError": 0.023656612526905495, + "tests/test_exceptions.py::test_CondaKeyError": 0.022789166299692198, + "tests/test_exceptions.py::test_DirectoryNotFoundError": 0.022779466490791437, + "tests/test_exceptions.py::test_KnownPackageClobberError": 0.012924217812919482, + "tests/test_exceptions.py::test_MD5MismatchError": 0.023321449411959138, + "tests/test_exceptions.py::test_PackageNotFoundError": 0.023289511777657035, "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2": 0.004012147512083931, - "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[False]": 0.012197964814333044, - "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[True]": 0.015526458681899905, - "tests/test_exceptions.py::test_SharedLinkPathClobberError": 0.012150475700431443, - "tests/test_exceptions.py::test_TooManyArgumentsError": 0.02277497151293956, - "tests/test_exceptions.py::test_UnknownPackageClobberError": 0.012264024029710417, - "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_1": 0.02173638024825856, - "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_2": 0.012897120493315761, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_1": 0.02409824707236628, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_2": 0.02509849514864378, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_3": 0.025559796822060582, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_spaces": 0.02242987456027431, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_unicode": 0.022067976873341635, + "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[False]": 0.012290024811494896, + "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[True]": 0.014447126870255516, + "tests/test_exceptions.py::test_SharedLinkPathClobberError": 0.012342217241479755, + "tests/test_exceptions.py::test_TooManyArgumentsError": 0.023222717964350645, + "tests/test_exceptions.py::test_UnknownPackageClobberError": 0.012457395515499757, + "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_1": 0.022001613163202427, + "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_2": 0.012165043642543923, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_1": 0.02427584672586727, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_2": 0.02440223023027265, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_3": 0.025425487798881586, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_spaces": 0.02237913178411837, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_unicode": 0.022379383440121817, "tests/test_export.py::test_explicit[classic---md5]": 32.3180046415001, - "tests/test_export.py::test_explicit[classic---quiet]": 31.170783107000027, + "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.962586825747934, - "tests/test_export.py::test_explicit[libmamba---md5]": 1.86200003533339, + "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, @@ -2124,382 +2149,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.012111701666664011, "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.15183345065613, - "tests/test_export.py::test_export[libmamba]": 3.2530989184624435, - "tests/test_exports.py::test_deprecations[Completer-None]": 0.0018283647810144207, + "tests/test_export.py::test_export[classic]": 30.151833450656127, + "tests/test_export.py::test_export[libmamba]": 3.253098918462444, + "tests/test_exports.py::test_deprecations[Completer-None]": 0.0018613367780332872, "tests/test_exports.py::test_deprecations[IndexRecord-TypeError]": 0.0018721626903983547, - "tests/test_exports.py::test_deprecations[InstalledPackages-None]": 0.0018270692279086663, - "tests/test_exports.py::test_deprecations[KEYS-TypeError]": 0.001819523891126759, - "tests/test_exports.py::test_deprecations[KEYS_DIR-TypeError]": 0.0019953483677290127, - "tests/test_exports.py::test_deprecations[_symlink_conda_hlp-TypeError]": 0.0018147480109384619, + "tests/test_exports.py::test_deprecations[InstalledPackages-None]": 0.001846637414797113, + "tests/test_exports.py::test_deprecations[KEYS-TypeError]": 0.001864712236205397, + "tests/test_exports.py::test_deprecations[KEYS_DIR-TypeError]": 0.001925784078552521, + "tests/test_exports.py::test_deprecations[_symlink_conda_hlp-TypeError]": 0.001856339345542561, "tests/test_exports.py::test_deprecations[fetch_index-TypeError]": 0.0018262774096301497, - "tests/test_exports.py::test_deprecations[hash_file-TypeError]": 0.0018340210511955358, - "tests/test_exports.py::test_deprecations[iteritems-TypeError]": 0.0018764488433482768, - "tests/test_exports.py::test_deprecations[move_to_trash-TypeError]": 0.0018387301647068708, - "tests/test_exports.py::test_deprecations[symlink_conda-TypeError]": 0.0018268850169622709, - "tests/test_exports.py::test_deprecations[verify-TypeError]": 0.0018177359390985366, - "tests/test_exports.py::test_deprecations[win_conda_bat_redirect-TypeError]": 0.0003474082312747798, - "tests/test_features.py::test_install_track_features_downgrade": 1.0064080415857337, - "tests/test_features.py::test_install_track_features_upgrade": 1.1038650584659173, - "tests/test_features.py::test_remove_features_downgrade": 0.33872168321925183, - "tests/test_features.py::test_remove_features_upgrade": 0.501542936852773, - "tests/test_fetch.py::test_checksum_checks_bytes[bad-type]": 0.013664888363767736, - "tests/test_fetch.py::test_checksum_checks_bytes[gibberish]": 0.04164003634247568, - "tests/test_fetch.py::test_checksum_checks_bytes[original]": 0.40730208724872086, - "tests/test_fetch.py::test_checksum_checks_bytes[upper]": 0.20738938555529313, - "tests/test_fetch.py::test_download_connectionerror": 7.966104316809958, - "tests/test_fetch.py::test_download_http_errors": 0.0030416523306705905, - "tests/test_fetch.py::test_download_httperror": 0.004230586819237466, - "tests/test_fetch.py::test_download_when_ranges_not_supported": 0.008322324858326836, - "tests/test_fetch.py::test_fetchrepodate_connectionerror": 8.630666878777241, - "tests/test_fetch.py::test_resume_download": 0.013746736315198712, - "tests/test_fetch.py::test_resume_partial": 0.668039520422981, - "tests/test_fetch.py::test_tmpDownload": 0.14090916856457197, - "tests/test_history.py::test_calls_update_on_exit": 0.004186028841649046, - "tests/test_history.py::test_comment_parsing[conda 4.5.1]": 0.0017399015485930183, - "tests/test_history.py::test_comment_parsing[conda 4.5.1dev0]": 0.001732705834111375, - "tests/test_history.py::test_comment_parsing[conda 4.5.1rc1]": 0.001735531042054963, - "tests/test_history.py::test_comment_parsing[post 4.4, install spec]": 0.0017544518623527404, - "tests/test_history.py::test_comment_parsing[post 4.4, update spec]": 0.0017610791917427556, - "tests/test_history.py::test_comment_parsing[pre 4.4, install many specs]": 0.0017576130770692864, - "tests/test_history.py::test_comment_parsing[pre 4.4, install one spec]": 0.0017511322077022296, - "tests/test_history.py::test_comment_parsing[pre 4.4, install two specs]": 0.0017570503983823844, - "tests/test_history.py::test_comment_parsing[pre 4.4, update one spec]": 0.0017384586346665982, - "tests/test_history.py::test_comment_parsing[pre 4.4, update two specs]": 0.0017258595595158056, - "tests/test_history.py::test_empty_history_check_on_empty_env": 0.004017840494587507, - "tests/test_history.py::test_history_malformed": 0.0028733886203811928, - "tests/test_history.py::test_parse_on_empty_env": 0.004800121198940856, - "tests/test_history.py::test_returns_history_object_as_context_object": 0.0029254490431521885, - "tests/test_history.py::test_user_requests[0]": 0.0021820566959061967, - "tests/test_history.py::test_user_requests[1]": 0.002406826667150999, - "tests/test_history.py::test_user_requests[2]": 0.002814450274771686, - "tests/test_history.py::test_user_requests[3]": 0.0021218959629447126, - "tests/test_history.py::test_user_requests[4]": 0.002156440937942152, - "tests/test_history.py::test_user_requests[5]": 0.002132162555206138, - "tests/test_history.py::test_works_as_context_manager": 0.002319656422925969, - "tests/test_install.py::test_binary[linux-64]": 0.0073661630695535186, - "tests/test_install.py::test_binary[noarch]": 0.004658308144730565, - "tests/test_install.py::test_binary[win-64]": 0.003187095404143364, + "tests/test_exports.py::test_deprecations[hash_file-TypeError]": 0.0018453358407353663, + "tests/test_exports.py::test_deprecations[iteritems-TypeError]": 0.00189542762902676, + "tests/test_exports.py::test_deprecations[move_to_trash-TypeError]": 0.0018705581155047336, + "tests/test_exports.py::test_deprecations[symlink_conda-TypeError]": 0.0018545831278294067, + "tests/test_exports.py::test_deprecations[verify-TypeError]": 0.0018539568220801985, + "tests/test_exports.py::test_deprecations[win_conda_bat_redirect-TypeError]": 0.0003530199756986416, + "tests/test_features.py::test_install_track_features_downgrade": 1.335537047948907, + "tests/test_features.py::test_install_track_features_upgrade": 1.3906570736758073, + "tests/test_features.py::test_remove_features_downgrade": 0.40545970373582746, + "tests/test_features.py::test_remove_features_upgrade": 0.6188606039967662, + "tests/test_fetch.py::test_checksum_checks_bytes[bad-type]": 0.011268753416443261, + "tests/test_fetch.py::test_checksum_checks_bytes[gibberish]": 0.14279676000907462, + "tests/test_fetch.py::test_checksum_checks_bytes[original]": 0.46347937013155943, + "tests/test_fetch.py::test_checksum_checks_bytes[upper]": 0.07429098569448088, + "tests/test_fetch.py::test_download_connectionerror": 8.515099550296863, + "tests/test_fetch.py::test_download_http_errors": 0.003037608729330575, + "tests/test_fetch.py::test_download_httperror": 0.004096906392389588, + "tests/test_fetch.py::test_download_when_ranges_not_supported": 0.008702794168812936, + "tests/test_fetch.py::test_fetchrepodate_connectionerror": 8.625110384580866, + "tests/test_fetch.py::test_resume_download": 0.01367531258149047, + "tests/test_fetch.py::test_resume_partial": 0.6902040972228369, + "tests/test_fetch.py::test_tmpDownload": 0.13313096687797785, + "tests/test_history.py::test_calls_update_on_exit": 0.004224471859140639, + "tests/test_history.py::test_comment_parsing[conda 4.5.1]": 0.001756876102700691, + "tests/test_history.py::test_comment_parsing[conda 4.5.1dev0]": 0.0017514305024694122, + "tests/test_history.py::test_comment_parsing[conda 4.5.1rc1]": 0.0017598340688888868, + "tests/test_history.py::test_comment_parsing[post 4.4, install spec]": 0.0018091413268677338, + "tests/test_history.py::test_comment_parsing[post 4.4, update spec]": 0.0018066479892450736, + "tests/test_history.py::test_comment_parsing[pre 4.4, install many specs]": 0.0017758626254462098, + "tests/test_history.py::test_comment_parsing[pre 4.4, install one spec]": 0.001768769944684684, + "tests/test_history.py::test_comment_parsing[pre 4.4, install two specs]": 0.001771288718830651, + "tests/test_history.py::test_comment_parsing[pre 4.4, update one spec]": 0.001753160084908471, + "tests/test_history.py::test_comment_parsing[pre 4.4, update two specs]": 0.001750152504159368, + "tests/test_history.py::test_empty_history_check_on_empty_env": 0.004057464382145765, + "tests/test_history.py::test_history_malformed": 0.0030484286322178685, + "tests/test_history.py::test_parse_on_empty_env": 0.004478303082723016, + "tests/test_history.py::test_returns_history_object_as_context_object": 0.002936873263214392, + "tests/test_history.py::test_user_requests[0]": 0.0022095429437492637, + "tests/test_history.py::test_user_requests[1]": 0.0022895747658280897, + "tests/test_history.py::test_user_requests[2]": 0.002192439294572586, + "tests/test_history.py::test_user_requests[3]": 0.0021507560194669478, + "tests/test_history.py::test_user_requests[4]": 0.0021694389914403826, + "tests/test_history.py::test_user_requests[5]": 0.0021319574339891383, + "tests/test_history.py::test_works_as_context_manager": 0.0023310419256680013, + "tests/test_install.py::test_binary[linux-64]": 0.0073750378411984886, + "tests/test_install.py::test_binary[noarch]": 0.004884615652405914, + "tests/test_install.py::test_binary[win-64]": 0.0032124129835914843, "tests/test_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 88.82102676403463, - "tests/test_install.py::test_default_text": 0.003445407952772639, - "tests/test_install.py::test_ends_with_newl[linux-64]": 0.0020351387950684093, - "tests/test_install.py::test_ends_with_newl[noarch]": 0.0018665791425804472, - "tests/test_install.py::test_ends_with_newl[win-64]": 0.0022709689368515264, - "tests/test_install.py::test_install_freezes_env_by_default": 0.40450561222082676, - "tests/test_install.py::test_install_from_extracted_package": 7.417486000328556, + "tests/test_install.py::test_default_text": 0.00338460800845228, + "tests/test_install.py::test_ends_with_newl[linux-64]": 0.0020616772833164337, + "tests/test_install.py::test_ends_with_newl[noarch]": 0.0018951721396150633, + "tests/test_install.py::test_ends_with_newl[win-64]": 0.00230780425286384, + "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.0031306731620668704, - "tests/test_install.py::test_multiple[linux-64]": 0.0018301358521889098, - "tests/test_install.py::test_multiple[noarch]": 0.0017989901328883094, - "tests/test_install.py::test_multiple[win-64]": 0.0022784385536619932, - "tests/test_install.py::test_no_extra[linux-64]": 0.0016762778369214418, - "tests/test_install.py::test_no_extra[noarch]": 0.0017163216174375018, - "tests/test_install.py::test_no_extra[win-64]": 0.0023886088869240945, - "tests/test_install.py::test_read_no_link": 0.0025874029664982776, - "tests/test_install.py::test_shorter[linux-64]": 0.0017880868218314173, - "tests/test_install.py::test_shorter[noarch]": 0.0018290946046733488, - "tests/test_install.py::test_shorter[win-64]": 0.002425872093936184, - "tests/test_install.py::test_simple[linux-64]": 0.005778996017597002, - "tests/test_install.py::test_simple[noarch]": 0.0030809324498653735, - "tests/test_install.py::test_simple[win-64]": 0.002721980716740532, - "tests/test_install.py::test_spaces[linux-64]": 0.002266162470346702, - "tests/test_install.py::test_spaces[noarch]": 0.0019350485013933077, - "tests/test_install.py::test_spaces[win-64]": 0.0022527084956767366, - "tests/test_install.py::test_too_long[linux-64]": 0.00174922463949013, - "tests/test_install.py::test_too_long[noarch]": 0.0016948174510266767, - "tests/test_install.py::test_too_long[win-64]": 0.0020547273968996083, - "tests/test_install.py::test_trash_outside_prefix": 0.09696838703399206, - "tests/test_install.py::test_two[linux-64]": 0.0017064801222848333, - "tests/test_install.py::test_two[noarch]": 0.001696008710589012, - "tests/test_install.py::test_two[win-64]": 0.0022664375898504793, - "tests/test_install.py::test_windows_entry_point": 0.0004090739420935006, - "tests/test_install.py::test_yield_lines": 0.002456020298913159, - "tests/test_instructions.py::test_check_files_in_tarball_files_exist": 0.0016072903778825325, - "tests/test_instructions.py::test_check_files_in_tarball_files_not_exist": 0.0016542736533202071, - "tests/test_instructions.py::test_expected_operation_order": 0.0016129864479966587, - "tests/test_instructions.py::test_simple_instruction": 0.0017657490266237315, - "tests/test_instructions.py::test_state": 0.0017103491530008942, - "tests/test_link_order.py::test_link_order_post_link_actions": 0.7411615971888194, - "tests/test_link_order.py::test_link_order_post_link_depend": 0.7172943463868855, - "tests/test_logic.py::test_ALL": 13.87260637015889, - "tests/test_logic.py::test_AMONE": 2.134756514143305, - "tests/test_logic.py::test_AND": 0.015716746376455645, - "tests/test_logic.py::test_ANY": 13.356085154109127, - "tests/test_logic.py::test_ITE": 0.5637055544502724, - "tests/test_logic.py::test_LinearBound": 7.762157080409526, - "tests/test_logic.py::test_NOT": 0.002695819314067989, - "tests/test_logic.py::test_OR": 0.01587341630196944, - "tests/test_logic.py::test_XONE": 2.1216972984274434, - "tests/test_logic.py::test_XOR": 0.018942660345686358, - "tests/test_logic.py::test_minimal_unsatisfiable_subset": 0.001780169108007829, - "tests/test_logic.py::test_minimize": 0.004236177388960951, - "tests/test_logic.py::test_sat": 0.0021406747501445662, - "tests/test_misc.py::test_Utf8NamedTemporaryFile": 0.0019152068884993898, - "tests/test_misc.py::test_cache_fn_url": 0.0016444599731666053, - "tests/test_misc.py::test_explicit_missing_cache_entries": 2.5506698823857046, - "tests/test_misc.py::test_explicit_no_cache": 0.005861967477612556, - "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03-ParseError]": 0.002000614158695216, - "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.0031439461396870145, - "tests/test_misc.py::test_explicit_parser[doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.0032763645658923984, - "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-None]": 0.0031647218048524105, - "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.0019574809510914544, - "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.0019548589775689297, - "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.0030937868161907173, - "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.003179328431658647, - "tests/test_misc.py::test_url_pat_1": 0.0016051982707557383, - "tests/test_misc.py::test_url_pat_2": 0.0015992782575300238, - "tests/test_misc.py::test_url_pat_3": 0.0015788180859417115, - "tests/test_misc.py::test_walk_prefix": 0.0035917017601661996, - "tests/test_plan.py::test_adds_to_existing_actions": 0.0019777036323191167, - "tests/test_plan.py::test_deprecations[_get_best_prec_match]": 0.001728655414683259, - "tests/test_plan.py::test_deprecations[_handle_menuinst]": 0.001689225492305419, - "tests/test_plan.py::test_deprecations[_inject_UNLINKLINKTRANSACTION]": 0.0017042302337374265, - "tests/test_plan.py::test_deprecations[_plan_from_actions]": 0.0016969422191146126, - "tests/test_plan.py::test_deprecations[_update_old_plan]": 0.0016957217224959917, - "tests/test_plan.py::test_deprecations[add_defaults_to_specs]": 0.0017245320990522128, - "tests/test_plan.py::test_deprecations[add_unlink]": 0.0017501419563460928, - "tests/test_plan.py::test_deprecations[display_actions]": 0.0017788932249048538, - "tests/test_plan.py::test_deprecations[execute_actions]": 0.0017084665163527935, - "tests/test_plan.py::test_deprecations[execute_instructions]": 0.0016795718739990115, - "tests/test_plan.py::test_deprecations[execute_plan]": 0.001704480260843971, - "tests/test_plan.py::test_deprecations[get_blank_actions]": 0.0016827431105543177, - "tests/test_plan.py::test_deprecations[install_actions]": 0.0016976524255658168, - "tests/test_plan.py::test_deprecations[print_dists]": 0.001852500213865809, - "tests/test_plan.py::test_deprecations[revert_actions]": 0.0017023231258549661, - "tests/test_plan.py::test_display_actions_0": 0.08250697159913073, - "tests/test_plan.py::test_display_actions_features": 0.11578703448550004, - "tests/test_plan.py::test_display_actions_link_type": 0.012046321853591422, - "tests/test_plan.py::test_display_actions_show_channel_urls": 0.10011488317132795, - "tests/test_plan.py::test_execute_plan": 0.0017789527493384265, - "tests/test_plan.py::test_pinned_specs_CONDA_PINNED_PACKAGES": 0.012088532121529334, - "tests/test_plan.py::test_pinned_specs_all": 0.6328349130538418, - "tests/test_plan.py::test_pinned_specs_conda_meta_pinned": 0.5378047183536865, - "tests/test_plan.py::test_pinned_specs_condarc": 0.5859139853357467, - "tests/test_plan.py::test_simply_adds_unlink_on_non_windows": 0.0023284762483669185, - "tests/test_plan.py::test_update_old_plan": 0.0017409231642296838, - "tests/test_priority.py::test_reorder_channel_priority[classic-with pinned_package]": 31.818763707618224, - "tests/test_priority.py::test_reorder_channel_priority[classic-without pinned_package]": 24.76122993635738, - "tests/test_priority.py::test_reorder_channel_priority[libmamba-with pinned_package]": 3.2527404975375696, - "tests/test_priority.py::test_reorder_channel_priority[libmamba-without pinned_package]": 4.042880352917414, - "tests/test_reporters.py::test_confirm_yn_always_yes": 0.0026406939262757756, - "tests/test_reporters.py::test_confirm_yn_dry_run_exit": 0.0026572400433147792, - "tests/test_reporters.py::test_confirm_yn_no": 0.0028924553494316984, - "tests/test_reporters.py::test_confirm_yn_yes": 0.0028987779264982917, - "tests/test_reporters.py::test_get_progress_bar": 0.002234436874105815, - "tests/test_reporters.py::test_get_progress_bar_context_managers": 0.0017325270562947733, - "tests/test_reporters.py::test_render": 0.003394742720697168, - "tests/test_shell.py::test_activate_deactivate_modify_path[bash]": 5.277224075362047, - "tests/test_shell.py::test_activate_deactivate_modify_path[cmd.exe]": 0.00036572270916460277, - "tests/test_shell.py::test_bash_activate_error": 5.1024747236172345, - "tests/test_shell.py::test_basic_integration[bash-basic_posix]": 25.621983161509533, - "tests/test_shell.py::test_basic_integration[csh-basic_csh]": 0.00039571131390077834, - "tests/test_shell.py::test_basic_integration[dash-basic_posix]": 25.635081739882715, - "tests/test_shell.py::test_basic_integration[tcsh-basic_csh]": 0.0003714691219788937, - "tests/test_shell.py::test_basic_integration[zsh-basic_posix]": 0.0004019415813075959, - "tests/test_shell.py::test_cmd_exe_activate_error": 0.00042459669446428156, - "tests/test_shell.py::test_cmd_exe_basic_integration": 0.0003848943237086306, - "tests/test_shell.py::test_fish_basic_integration": 0.0003551426579724349, - "tests/test_shell.py::test_legacy_activate_deactivate_bash": 7.589986417953627, - "tests/test_shell.py::test_legacy_activate_deactivate_cmd_exe": 0.00037518817669680106, - "tests/test_shell.py::test_powershell_PATH_management": 0.00037448398314748194, - "tests/test_shell.py::test_powershell_basic_integration": 20.5644603030508, - "tests/test_shell.py::test_stacking[0--base-base,sys]": 13.42728505545876, - "tests/test_shell.py::test_stacking[0--has-has,sys]": 13.306911408095768, - "tests/test_shell.py::test_stacking[0--not-sys]": 13.363302762187248, - "tests/test_shell.py::test_stacking[0-base-base-base,sys]": 13.472257222285629, - "tests/test_shell.py::test_stacking[0-base-has-has,sys]": 13.43329969011631, - "tests/test_shell.py::test_stacking[0-base-not-sys]": 13.330178583371744, - "tests/test_shell.py::test_stacking[0-has-base-base,sys]": 13.563564743917986, - "tests/test_shell.py::test_stacking[0-has-has-has,sys]": 13.499578630358327, - "tests/test_shell.py::test_stacking[0-has-not-sys]": 13.47065233093612, - "tests/test_shell.py::test_stacking[0-not-base-base,sys]": 13.508982468510874, - "tests/test_shell.py::test_stacking[0-not-has-has,sys]": 13.404019282542107, - "tests/test_shell.py::test_stacking[0-not-not-sys]": 13.53242410324569, - "tests/test_shell.py::test_stacking[5-base,has-base-base,has,base,sys]": 13.766788791828064, - "tests/test_shell.py::test_stacking[5-base,has-has-has,base,sys]": 13.749300448658355, - "tests/test_shell.py::test_stacking[5-base,has-not-has,base,sys]": 13.954946564342919, - "tests/test_shell.py::test_stacking[5-base,not-base-base,base,sys]": 13.936008328623958, - "tests/test_shell.py::test_stacking[5-base,not-has-has,base,sys]": 13.772697377770054, - "tests/test_shell.py::test_stacking[5-base,not-not-base,sys]": 13.826057216002855, - "tests/test_shell.py::test_stacking[5-base-base-base,sys]": 13.479202164157606, - "tests/test_shell.py::test_stacking[5-base-has-has,base,sys]": 13.322370265247246, - "tests/test_shell.py::test_stacking[5-base-not-base,sys]": 13.293892570627186, - "tests/test_shell.py::test_stacking[5-has-base-base,has,sys]": 13.18506490724485, - "tests/test_shell.py::test_stacking[5-has-has-has,sys]": 13.416402267452058, - "tests/test_shell.py::test_stacking[5-has-not-has,sys]": 13.331899481342598, - "tests/test_shell.py::test_stacking[5-not-base-base,sys]": 13.578845857051986, - "tests/test_shell.py::test_stacking[5-not-has-has,sys]": 13.374085905683382, - "tests/test_shell.py::test_stacking[5-not-not-sys]": 13.340058084966191, - "tests/test_solvers.py::TestClassicSolver::test_accelerate": 2.5996605424361876, - "tests/test_solvers.py::TestClassicSolver::test_anaconda_nomkl": 1.7234920103399158, - "tests/test_solvers.py::TestClassicSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.10246852165674392, - "tests/test_solvers.py::TestClassicSolver::test_channel_priority_1": 0.8696813807787018, - "tests/test_solvers.py::TestClassicSolver::test_circular_dependencies": 0.3889095862327437, - "tests/test_solvers.py::TestClassicSolver::test_empty": 0.8589269144164058, - "tests/test_solvers.py::TestClassicSolver::test_get_dists": 1.7497520318569195, - "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_preferred_solution": 0.1073522260162389, - "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.10466634665034547, - "tests/test_solvers.py::TestClassicSolver::test_install_package_with_feature": 0.3914734653449293, - "tests/test_solvers.py::TestClassicSolver::test_iopro_mkl": 1.2342609855071498, - "tests/test_solvers.py::TestClassicSolver::test_iopro_nomkl": 0.9019046200348577, - "tests/test_solvers.py::TestClassicSolver::test_irrational_version": 0.1986560748533485, - "tests/test_solvers.py::TestClassicSolver::test_mkl": 2.0002607271778334, - "tests/test_solvers.py::TestClassicSolver::test_no_features": 2.5223775032043094, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater": 0.10157337789698999, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.10290134152867554, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater": 0.10166294264185158, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.103284923767791, - "tests/test_solvers.py::TestClassicSolver::test_nonexistent": 0.18143998986740784, - "tests/test_solvers.py::TestClassicSolver::test_nonexistent_deps": 2.445946711495714, - "tests/test_solvers.py::TestClassicSolver::test_pseudo_boolean": 1.5114966068807862, - "tests/test_solvers.py::TestClassicSolver::test_remove": 1.9009892538363682, - "tests/test_solvers.py::TestClassicSolver::test_scipy_mkl": 0.7507164121059605, - "tests/test_solvers.py::TestClassicSolver::test_surplus_features_1": 0.10771095975670134, - "tests/test_solvers.py::TestClassicSolver::test_surplus_features_2": 0.10481644937332893, - "tests/test_solvers.py::TestClassicSolver::test_timestamps_and_deps": 0.8962054753280704, - "tests/test_solvers.py::TestClassicSolver::test_unintentional_feature_downgrade": 1.1243801782933462, - "tests/test_solvers.py::TestClassicSolver::test_unsat_any_two_not_three": 0.4266712697660923, - "tests/test_solvers.py::TestClassicSolver::test_unsat_chain": 0.11691085254751422, - "tests/test_solvers.py::TestClassicSolver::test_unsat_channel_priority": 0.22202046308043263, - "tests/test_solvers.py::TestClassicSolver::test_unsat_expand_single": 0.11123527023747368, - "tests/test_solvers.py::TestClassicSolver::test_unsat_from_r1": 2.7773033339195305, - "tests/test_solvers.py::TestClassicSolver::test_unsat_missing_dep": 0.10799767712675852, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_1": 0.11489962072678797, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_2": 0.11552696796416947, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_3": 0.11712363308935718, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_4": 0.11313757480212776, - "tests/test_solvers.py::TestClassicSolver::test_unsat_simple": 0.11495324096136644, - "tests/test_solvers.py::TestLibMambaSolver::test_accelerate": 0.0015608939531548999, - "tests/test_solvers.py::TestLibMambaSolver::test_anaconda_nomkl": 0.27919319092048567, - "tests/test_solvers.py::TestLibMambaSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.041445935319630624, - "tests/test_solvers.py::TestLibMambaSolver::test_channel_priority_1": 0.09354035910286934, - "tests/test_solvers.py::TestLibMambaSolver::test_circular_dependencies": 0.1876081604444835, - "tests/test_solvers.py::TestLibMambaSolver::test_empty": 0.06669544982618886, - "tests/test_solvers.py::TestLibMambaSolver::test_get_dists": 0.11885209008039234, - "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_preferred_solution": 0.04207299219213863, - "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.04210110433154331, - "tests/test_solvers.py::TestLibMambaSolver::test_install_package_with_feature": 0.07061480807369896, - "tests/test_solvers.py::TestLibMambaSolver::test_iopro_mkl": 0.0016421699956453888, - "tests/test_solvers.py::TestLibMambaSolver::test_iopro_nomkl": 0.0016311361672150066, - "tests/test_solvers.py::TestLibMambaSolver::test_irrational_version": 0.06969288316620582, - "tests/test_solvers.py::TestLibMambaSolver::test_mkl": 0.0015556707278530548, - "tests/test_solvers.py::TestLibMambaSolver::test_no_features": 0.0016187140510812027, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater": 0.04031491852114762, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.04050744430692549, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater": 0.040702417694527614, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.04089215579514037, - "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent": 0.04305188871175919, - "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent_deps": 1.139444323902194, - "tests/test_solvers.py::TestLibMambaSolver::test_pseudo_boolean": 0.0015935225210854775, - "tests/test_solvers.py::TestLibMambaSolver::test_remove": 0.0016045989171852354, - "tests/test_solvers.py::TestLibMambaSolver::test_scipy_mkl": 0.0015367181243808564, - "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_1": 0.001556763210943868, - "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_2": 0.001555760053364863, - "tests/test_solvers.py::TestLibMambaSolver::test_timestamps_and_deps": 0.41878477391798846, - "tests/test_solvers.py::TestLibMambaSolver::test_unintentional_feature_downgrade": 0.0016370041997223663, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_any_two_not_three": 0.12951392196026718, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_chain": 0.027206654400449903, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_channel_priority": 0.10159662252307526, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_expand_single": 0.02640514278605339, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_from_r1": 0.1632491194944493, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_missing_dep": 0.02623530274276596, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_1": 0.02706341048568938, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_2": 0.026852342988153456, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_3": 0.027359897508259446, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_4": 0.026597127016977307, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_simple": 0.026695200038952815, + "tests/test_install.py::test_long_default_text": 0.003042105193125192, + "tests/test_install.py::test_multiple[linux-64]": 0.0018407336677214755, + "tests/test_install.py::test_multiple[noarch]": 0.0018098019546782767, + "tests/test_install.py::test_multiple[win-64]": 0.0022837800267074162, + "tests/test_install.py::test_no_extra[linux-64]": 0.0017149357054103344, + "tests/test_install.py::test_no_extra[noarch]": 0.0017262781229990072, + "tests/test_install.py::test_no_extra[win-64]": 0.002366686978909273, + "tests/test_install.py::test_read_no_link": 0.0026302176033521953, + "tests/test_install.py::test_shorter[linux-64]": 0.0017955820769707254, + "tests/test_install.py::test_shorter[noarch]": 0.0018026038451328338, + "tests/test_install.py::test_shorter[win-64]": 0.0025344599757051965, + "tests/test_install.py::test_simple[linux-64]": 0.005778907229347373, + "tests/test_install.py::test_simple[noarch]": 0.004118449236507545, + "tests/test_install.py::test_simple[win-64]": 0.0027391374671140983, + "tests/test_install.py::test_spaces[linux-64]": 0.002226596465702905, + "tests/test_install.py::test_spaces[noarch]": 0.0018800977820089759, + "tests/test_install.py::test_spaces[win-64]": 0.0023414601547687712, + "tests/test_install.py::test_too_long[linux-64]": 0.0017671031946474344, + "tests/test_install.py::test_too_long[noarch]": 0.0017194065954241895, + "tests/test_install.py::test_too_long[win-64]": 0.001977471189789374, + "tests/test_install.py::test_trash_outside_prefix": 0.09655834392473679, + "tests/test_install.py::test_two[linux-64]": 0.001694199451590488, + "tests/test_install.py::test_two[noarch]": 0.0017429624624405692, + "tests/test_install.py::test_two[win-64]": 0.0022955844092158477, + "tests/test_install.py::test_windows_entry_point": 0.000414144819921506, + "tests/test_install.py::test_yield_lines": 0.00252881550911846, + "tests/test_instructions.py::test_check_files_in_tarball_files_exist": 0.0016314924852507903, + "tests/test_instructions.py::test_check_files_in_tarball_files_not_exist": 0.0016835378458890245, + "tests/test_instructions.py::test_expected_operation_order": 0.0016228848851029386, + "tests/test_instructions.py::test_simple_instruction": 0.001813831683190083, + "tests/test_instructions.py::test_state": 0.0017218477331893973, + "tests/test_link_order.py::test_link_order_post_link_actions": 0.8298895923228189, + "tests/test_link_order.py::test_link_order_post_link_depend": 0.8684326390229757, + "tests/test_logic.py::test_ALL": 14.207839399831716, + "tests/test_logic.py::test_AMONE": 2.1804185393545943, + "tests/test_logic.py::test_AND": 0.01595583602477382, + "tests/test_logic.py::test_ANY": 13.716081998305162, + "tests/test_logic.py::test_ITE": 0.5731174991759245, + "tests/test_logic.py::test_LinearBound": 7.780721589391863, + "tests/test_logic.py::test_NOT": 0.00268777975795601, + "tests/test_logic.py::test_OR": 0.015916767836670905, + "tests/test_logic.py::test_XONE": 2.1600716107357547, + "tests/test_logic.py::test_XOR": 0.019187409055253922, + "tests/test_logic.py::test_minimal_unsatisfiable_subset": 0.0018108448816446519, + "tests/test_logic.py::test_minimize": 0.00429156748941228, + "tests/test_logic.py::test_sat": 0.00215285983560861, + "tests/test_misc.py::test_Utf8NamedTemporaryFile": 0.0019251466708373115, + "tests/test_misc.py::test_cache_fn_url": 0.0016617994175211067, + "tests/test_misc.py::test_explicit_missing_cache_entries": 2.5949057908755004, + "tests/test_misc.py::test_explicit_no_cache": 0.005925596262415701, + "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03-ParseError]": 0.0020484969582272, + "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.003202357305489129, + "tests/test_misc.py::test_explicit_parser[doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.0032451157385294063, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-None]": 0.0031888165640104778, + "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.00196127624353298, + "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.00197873271695163, + "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.0030907563961324563, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.0032036411643106997, + "tests/test_misc.py::test_url_pat_1": 0.0016388058394535875, + "tests/test_misc.py::test_url_pat_2": 0.0016224540234090164, + "tests/test_misc.py::test_url_pat_3": 0.0016105402852077213, + "tests/test_misc.py::test_walk_prefix": 0.003562712475046181, + "tests/test_plan.py::test_adds_to_existing_actions": 0.001921248425997051, + "tests/test_plan.py::test_deprecations[_get_best_prec_match]": 0.0017494752719018846, + "tests/test_plan.py::test_deprecations[_handle_menuinst]": 0.0017228028587814941, + "tests/test_plan.py::test_deprecations[_inject_UNLINKLINKTRANSACTION]": 0.0017280388089772611, + "tests/test_plan.py::test_deprecations[_plan_from_actions]": 0.0017263660415272083, + "tests/test_plan.py::test_deprecations[_update_old_plan]": 0.0017117825226070002, + "tests/test_plan.py::test_deprecations[add_defaults_to_specs]": 0.001741495877348595, + "tests/test_plan.py::test_deprecations[add_unlink]": 0.001783057305185324, + "tests/test_plan.py::test_deprecations[display_actions]": 0.0018400297171444866, + "tests/test_plan.py::test_deprecations[execute_actions]": 0.0017458241749270628, + "tests/test_plan.py::test_deprecations[execute_instructions]": 0.00170572206567343, + "tests/test_plan.py::test_deprecations[execute_plan]": 0.0017185897619748545, + "tests/test_plan.py::test_deprecations[get_blank_actions]": 0.0017111353144946486, + "tests/test_plan.py::test_deprecations[install_actions]": 0.001731242128710198, + "tests/test_plan.py::test_deprecations[print_dists]": 0.0018961005724870722, + "tests/test_plan.py::test_deprecations[revert_actions]": 0.0017397790132191858, + "tests/test_plan.py::test_display_actions_0": 0.08239122171436966, + "tests/test_plan.py::test_display_actions_features": 0.11144749711433236, + "tests/test_plan.py::test_display_actions_link_type": 0.012240195727529983, + "tests/test_plan.py::test_display_actions_show_channel_urls": 0.10138378564429773, + "tests/test_plan.py::test_execute_plan": 0.0018133521319437529, + "tests/test_plan.py::test_pinned_specs_CONDA_PINNED_PACKAGES": 0.012290860512252262, + "tests/test_plan.py::test_pinned_specs_all": 0.6327762178354283, + "tests/test_plan.py::test_pinned_specs_conda_meta_pinned": 0.5566565142869121, + "tests/test_plan.py::test_pinned_specs_condarc": 0.5971322885800447, + "tests/test_plan.py::test_simply_adds_unlink_on_non_windows": 0.002359298585887528, + "tests/test_plan.py::test_update_old_plan": 0.0017652785833660626, + "tests/test_priority.py::test_reorder_channel_priority[classic-with pinned_package]": 34.882170447665665, + "tests/test_priority.py::test_reorder_channel_priority[classic-without pinned_package]": 22.55112416761152, + "tests/test_priority.py::test_reorder_channel_priority[libmamba-with pinned_package]": 3.410608459144908, + "tests/test_priority.py::test_reorder_channel_priority[libmamba-without pinned_package]": 3.88298218745479, + "tests/test_reporters.py::test_confirm_yn_always_yes": 0.0026960482639136166, + "tests/test_reporters.py::test_confirm_yn_dry_run_exit": 0.002662384881263378, + "tests/test_reporters.py::test_confirm_yn_no": 0.0029025822591377095, + "tests/test_reporters.py::test_confirm_yn_yes": 0.0029363266492697256, + "tests/test_reporters.py::test_get_progress_bar": 0.0022302408681095457, + "tests/test_reporters.py::test_get_progress_bar_context_managers": 0.0017536492560036772, + "tests/test_reporters.py::test_render": 0.003415081665860896, + "tests/test_shell.py::test_activate_deactivate_modify_path[bash]": 5.809511988842697, + "tests/test_shell.py::test_activate_deactivate_modify_path[cmd.exe]": 0.0003688085105559338, + "tests/test_shell.py::test_bash_activate_error": 5.537748615348444, + "tests/test_shell.py::test_basic_integration[bash-basic_posix]": 27.642426938312788, + "tests/test_shell.py::test_basic_integration[csh-basic_csh]": 0.0003744122494916163, + "tests/test_shell.py::test_basic_integration[dash-basic_posix]": 27.521006879378696, + "tests/test_shell.py::test_basic_integration[tcsh-basic_csh]": 0.0003461417443017069, + "tests/test_shell.py::test_basic_integration[zsh-basic_posix]": 0.00040105004133646443, + "tests/test_shell.py::test_cmd_exe_activate_error": 0.00045100539625003174, + "tests/test_shell.py::test_cmd_exe_basic_integration": 0.0004031849299151271, + "tests/test_shell.py::test_fish_basic_integration": 0.00035437760372618917, + "tests/test_shell.py::test_legacy_activate_deactivate_bash": 8.215538974123653, + "tests/test_shell.py::test_legacy_activate_deactivate_cmd_exe": 0.00039796712318538555, + "tests/test_shell.py::test_powershell_PATH_management": 0.0003990214181558251, + "tests/test_shell.py::test_powershell_basic_integration": 21.789535017556155, + "tests/test_shell.py::test_stacking[0--base-base,sys]": 13.97790119351501, + "tests/test_shell.py::test_stacking[0--has-has,sys]": 14.278603948452405, + "tests/test_shell.py::test_stacking[0--not-sys]": 14.020579968000652, + "tests/test_shell.py::test_stacking[0-base-base-base,sys]": 14.276089023098812, + "tests/test_shell.py::test_stacking[0-base-has-has,sys]": 14.339388671604556, + "tests/test_shell.py::test_stacking[0-base-not-sys]": 14.398644170983461, + "tests/test_shell.py::test_stacking[0-has-base-base,sys]": 14.581764586498297, + "tests/test_shell.py::test_stacking[0-has-has-has,sys]": 14.406408492871025, + "tests/test_shell.py::test_stacking[0-has-not-sys]": 14.313170955658066, + "tests/test_shell.py::test_stacking[0-not-base-base,sys]": 14.260191263814628, + "tests/test_shell.py::test_stacking[0-not-has-has,sys]": 14.168537329762662, + "tests/test_shell.py::test_stacking[0-not-not-sys]": 14.438414352237327, + "tests/test_shell.py::test_stacking[5-base,has-base-base,has,base,sys]": 14.878699174149224, + "tests/test_shell.py::test_stacking[5-base,has-has-has,base,sys]": 14.75923204482841, + "tests/test_shell.py::test_stacking[5-base,has-not-has,base,sys]": 14.91193291889274, + "tests/test_shell.py::test_stacking[5-base,not-base-base,base,sys]": 14.86019357859723, + "tests/test_shell.py::test_stacking[5-base,not-has-has,base,sys]": 14.752328371136349, + "tests/test_shell.py::test_stacking[5-base,not-not-base,sys]": 14.894727171629675, + "tests/test_shell.py::test_stacking[5-base-base-base,sys]": 14.307192626245403, + "tests/test_shell.py::test_stacking[5-base-has-has,base,sys]": 14.178905257742233, + "tests/test_shell.py::test_stacking[5-base-not-base,sys]": 14.30656243255593, + "tests/test_shell.py::test_stacking[5-has-base-base,has,sys]": 14.204542714678324, + "tests/test_shell.py::test_stacking[5-has-has-has,sys]": 14.107011640333377, + "tests/test_shell.py::test_stacking[5-has-not-has,sys]": 14.178467144479617, + "tests/test_shell.py::test_stacking[5-not-base-base,sys]": 14.532918345621415, + "tests/test_shell.py::test_stacking[5-not-has-has,sys]": 14.387261137731192, + "tests/test_shell.py::test_stacking[5-not-not-sys]": 14.364416247513638, + "tests/test_solvers.py::TestClassicSolver::test_accelerate": 2.725571808546434, + "tests/test_solvers.py::TestClassicSolver::test_anaconda_nomkl": 1.736414892946031, + "tests/test_solvers.py::TestClassicSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.14175371754165203, + "tests/test_solvers.py::TestClassicSolver::test_channel_priority_1": 0.8978720390671764, + "tests/test_solvers.py::TestClassicSolver::test_circular_dependencies": 0.4969166221639916, + "tests/test_solvers.py::TestClassicSolver::test_empty": 0.9323007738504997, + "tests/test_solvers.py::TestClassicSolver::test_get_dists": 1.8169923287398881, + "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_preferred_solution": 0.1455925983059378, + "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.143453442453551, + "tests/test_solvers.py::TestClassicSolver::test_install_package_with_feature": 0.4022174415964024, + "tests/test_solvers.py::TestClassicSolver::test_iopro_mkl": 1.3849842104009458, + "tests/test_solvers.py::TestClassicSolver::test_iopro_nomkl": 0.9380496688124694, + "tests/test_solvers.py::TestClassicSolver::test_irrational_version": 0.21313629701330328, + "tests/test_solvers.py::TestClassicSolver::test_mkl": 2.0574481260575714, + "tests/test_solvers.py::TestClassicSolver::test_no_features": 2.663574364493115, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater": 0.14129967083988565, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.1421059633396511, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater": 0.14132316884178917, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.1423367085147284, + "tests/test_solvers.py::TestClassicSolver::test_nonexistent": 0.266756850028482, + "tests/test_solvers.py::TestClassicSolver::test_nonexistent_deps": 2.7686418486100046, + "tests/test_solvers.py::TestClassicSolver::test_pseudo_boolean": 1.5685396161922116, + "tests/test_solvers.py::TestClassicSolver::test_remove": 1.896073983006563, + "tests/test_solvers.py::TestClassicSolver::test_scipy_mkl": 0.7807472621547746, + "tests/test_solvers.py::TestClassicSolver::test_surplus_features_1": 0.14530774711867278, + "tests/test_solvers.py::TestClassicSolver::test_surplus_features_2": 0.14332587616720824, + "tests/test_solvers.py::TestClassicSolver::test_timestamps_and_deps": 1.1449661864152487, + "tests/test_solvers.py::TestClassicSolver::test_unintentional_feature_downgrade": 1.1719847977107363, + "tests/test_solvers.py::TestClassicSolver::test_unsat_any_two_not_three": 0.5738066243964504, + "tests/test_solvers.py::TestClassicSolver::test_unsat_chain": 0.15120310962970823, + "tests/test_solvers.py::TestClassicSolver::test_unsat_channel_priority": 0.2934943057724969, + "tests/test_solvers.py::TestClassicSolver::test_unsat_expand_single": 0.14671233017288554, + "tests/test_solvers.py::TestClassicSolver::test_unsat_from_r1": 2.910937969058583, + "tests/test_solvers.py::TestClassicSolver::test_unsat_missing_dep": 0.14519104288491821, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_1": 0.15005935786285957, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_2": 0.1518304637315769, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_3": 0.1512497537104991, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_4": 0.14914864551430324, + "tests/test_solvers.py::TestClassicSolver::test_unsat_simple": 0.14972384815363368, + "tests/test_solvers.py::TestLibMambaSolver::test_accelerate": 0.0015582262256469053, + "tests/test_solvers.py::TestLibMambaSolver::test_anaconda_nomkl": 0.28253345507673083, + "tests/test_solvers.py::TestLibMambaSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.04029295933072552, + "tests/test_solvers.py::TestLibMambaSolver::test_channel_priority_1": 0.09279312056911607, + "tests/test_solvers.py::TestLibMambaSolver::test_circular_dependencies": 0.18617927626667263, + "tests/test_solvers.py::TestLibMambaSolver::test_empty": 0.06644664548659673, + "tests/test_solvers.py::TestLibMambaSolver::test_get_dists": 0.12002062779105184, + "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_preferred_solution": 0.04249621860615117, + "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.04174910532376615, + "tests/test_solvers.py::TestLibMambaSolver::test_install_package_with_feature": 0.07236002276138556, + "tests/test_solvers.py::TestLibMambaSolver::test_iopro_mkl": 0.0016639003608583916, + "tests/test_solvers.py::TestLibMambaSolver::test_iopro_nomkl": 0.0016402811997564216, + "tests/test_solvers.py::TestLibMambaSolver::test_irrational_version": 0.06931659918858804, + "tests/test_solvers.py::TestLibMambaSolver::test_mkl": 0.0015548468035539128, + "tests/test_solvers.py::TestLibMambaSolver::test_no_features": 0.0016381057542192907, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater": 0.04044934320254056, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.04061418850005116, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater": 0.04059411744327296, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.04094627481987854, + "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent": 0.04219041446211381, + "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent_deps": 1.2477641873048737, + "tests/test_solvers.py::TestLibMambaSolver::test_pseudo_boolean": 0.001639065246270003, + "tests/test_solvers.py::TestLibMambaSolver::test_remove": 0.0016177874236253898, + "tests/test_solvers.py::TestLibMambaSolver::test_scipy_mkl": 0.0015472811431628544, + "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_1": 0.0015759086564762629, + "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_2": 0.0015663427497229266, + "tests/test_solvers.py::TestLibMambaSolver::test_timestamps_and_deps": 0.41382232380093154, + "tests/test_solvers.py::TestLibMambaSolver::test_unintentional_feature_downgrade": 0.0016705667504128227, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_any_two_not_three": 0.12937850674154924, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_chain": 0.026957276237208536, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_channel_priority": 0.0988463070526078, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_expand_single": 0.02625304031253467, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_from_r1": 0.1620365451657026, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_missing_dep": 0.02587297978598086, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_1": 0.026883554301575605, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_2": 0.026506051899931993, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_3": 0.027240044905490028, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_4": 0.026296793937337835, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_simple": 0.02655626393455757, "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.0016854317657664473, + "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.0017941105131661407, - "tests/test_utils.py::test_deprecations[msys2_shell_base-TypeError]": 0.0018134978996307445, - "tests/test_utils.py::test_deprecations[path_identity-TypeError]": 0.0018186790549218975, - "tests/test_utils.py::test_deprecations[shells-TypeError]": 0.0018184705429021713, - "tests/test_utils.py::test_deprecations[translate_stream-TypeError]": 0.0017938222287283113, - "tests/test_utils.py::test_deprecations[unix_shell_base-TypeError]": 0.001835711054443985, - "tests/test_utils.py::test_deprecations[win_path_to_cygwin-TypeError]": 0.0017940174795462755, - "tests/test_utils.py::test_ensure_dir": 0.002458497218498223, - "tests/test_utils.py::test_ensure_dir_errors": 0.0021802732794115416, - "tests/test_utils.py::test_path_translations": 0.013769485217253435, - "tests/test_utils.py::test_quote_for_shell[!-'!']": 0.0017434284594575358, - "tests/test_utils.py::test_quote_for_shell[\"-'\"']": 0.0017299302980341993, - "tests/test_utils.py::test_quote_for_shell[#-'#']": 0.0017325373354841944, - "tests/test_utils.py::test_quote_for_shell[$-'$']": 0.0017247673248665689, - "tests/test_utils.py::test_quote_for_shell[%-%]": 0.001721812616489664, - "tests/test_utils.py::test_quote_for_shell[&-'&']": 0.0017133776050935958, - "tests/test_utils.py::test_quote_for_shell['-''\"'\"'']": 0.001711913799366963, - "tests/test_utils.py::test_quote_for_shell[(-'(']": 0.0017206194182777714, - "tests/test_utils.py::test_quote_for_shell[)-')']": 0.0017215642556343423, - "tests/test_utils.py::test_quote_for_shell[*-'*']": 0.001721046672275189, - "tests/test_utils.py::test_quote_for_shell[+-+]": 0.0017166742973251372, - "tests/test_utils.py::test_quote_for_shell[,-,]": 0.0017136678988712607, - "tests/test_utils.py::test_quote_for_shell[---]": 0.0017269847345490678, - "tests/test_utils.py::test_quote_for_shell[.-.]": 0.0017170087913181544, - "tests/test_utils.py::test_quote_for_shell[/-/]": 0.0017151984807736382, - "tests/test_utils.py::test_quote_for_shell[1>/dev/null-'1>/dev/null']": 0.0017220483599408947, - "tests/test_utils.py::test_quote_for_shell[1>NUL-'1>NUL']": 0.0017227247418151442, - "tests/test_utils.py::test_quote_for_shell[2>&1-'2>&1']": 0.0017205176640645323, - "tests/test_utils.py::test_quote_for_shell[2>/dev/null-'2>/dev/null']": 0.0017276330180320926, - "tests/test_utils.py::test_quote_for_shell[2>NUL-'2>NUL']": 0.001721470015081201, - "tests/test_utils.py::test_quote_for_shell[:-:]": 0.0017130198220672837, - "tests/test_utils.py::test_quote_for_shell[;-';']": 0.0017173764619106205, - "tests/test_utils.py::test_quote_for_shell[<-'<']": 0.0017008846086067897, - "tests/test_utils.py::test_quote_for_shell[=-=]": 0.0017193052438553424, - "tests/test_utils.py::test_quote_for_shell[>-'>']": 0.0017249607753795967, - "tests/test_utils.py::test_quote_for_shell[>/dev/null-'>/dev/null']": 0.001738463193227981, - "tests/test_utils.py::test_quote_for_shell[>NUL-'>NUL']": 0.001733740031201228, - "tests/test_utils.py::test_quote_for_shell[?-'?']": 0.0017283579187359463, - "tests/test_utils.py::test_quote_for_shell[@-@]": 0.0017395199447680404, - "tests/test_utils.py::test_quote_for_shell[C:\\\\temp\\\\some ^%file^% > nul-\"C:\\\\temp\\\\some ^%%file^%% > nul\"]": 0.00033960840504837156, - "tests/test_utils.py::test_quote_for_shell[None-'']": 0.0017215577368786656, - "tests/test_utils.py::test_quote_for_shell[[-'[']": 0.0017189486059180868, - "tests/test_utils.py::test_quote_for_shell[\\\\-'\\\\']": 0.00171625474594808, - "tests/test_utils.py::test_quote_for_shell[]-']']": 0.0017250066035167765, - "tests/test_utils.py::test_quote_for_shell[^-'^']": 0.0017307035562466385, - "tests/test_utils.py::test_quote_for_shell[arg1 and 2-'arg1 and 2']": 0.0018040682712974377, - "tests/test_utils.py::test_quote_for_shell[arg1-arg1]": 0.0018371489039130547, - "tests/test_utils.py::test_quote_for_shell[arg1\\nand\\n2-'arg1\\nand\\n2']": 0.001773318249779683, - "tests/test_utils.py::test_quote_for_shell[malicious argument\\\\\"&whoami-\"malicious argument\\\\\"\"&whoami\"]": 0.00035256590990219276, - "tests/test_utils.py::test_quote_for_shell[numpy<1.22-'numpy<1.22']": 0.0017398837961789123, - "tests/test_utils.py::test_quote_for_shell[numpy>=1.0-'numpy>=1.0']": 0.0017519509426824694, - "tests/test_utils.py::test_quote_for_shell[one|two-'one|two']": 0.0017339672336950836, - "tests/test_utils.py::test_quote_for_shell[{-'{']": 0.0017264287925392013, - "tests/test_utils.py::test_quote_for_shell[|-'|']": 0.0017232500972522921, - "tests/test_utils.py::test_quote_for_shell[}-'}']": 0.0017226006166510303, - "tests/test_utils.py::test_quote_for_shell[~-'~']": 0.0017274808133533157, - "tests/test_utils.py::test_text_translations": 0.006139240306639168, - "tests/testing/test_fixtures.py::test_conda_cli": 0.07335596778493664, - "tests/testing/test_fixtures.py::test_env": 9.069931657908013, - "tests/testing/test_fixtures.py::test_monkeypatch": 0.012372914718020833, - "tests/testing/test_fixtures.py::test_path_factory": 0.003438344208805966, - "tests/testing/test_fixtures.py::test_session_capsys": 0.0017956832077115673, - "tests/testing/test_fixtures.py::test_session_conda_cli": 0.08245908751797253, - "tests/testing/test_fixtures.py::test_session_tmp_env": 1.0873422380656506, - "tests/testing/test_fixtures.py::test_tmp_channel": 1.2142606759588634, - "tests/testing/test_fixtures.py::test_tmp_env": 1.220248690676595, - "tests/testing/test_fixtures.py::test_tmp_envs_dir": 0.004093322714483557, - "tests/testing/test_fixtures.py::test_tmp_pkgs_dir": 0.004220172933494124, - "tests/testing/test_testing.py::test_deprecations[CondaCLIFixture-TypeError]": 0.0018800101947682502, - "tests/testing/test_testing.py::test_deprecations[PathFactoryFixture-TypeError]": 0.0018773328576187273, - "tests/testing/test_testing.py::test_deprecations[TmpChannelFixture-TypeError]": 0.0018276840264084323, - "tests/testing/test_testing.py::test_deprecations[TmpEnvFixture-TypeError]": 0.0018602682338340732, - "tests/trust/test_signature_verification.py::test_2nd_root_metadata_from_web": 0.01702785487028642, - "tests/trust/test_signature_verification.py::test_3rd_root_metadata_from_web": 0.013196633968338242, - "tests/trust/test_signature_verification.py::test_invalid_2nd_metadata_on_disk_no_new_metadata_on_web": 0.005353671893118608, - "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.conda-None]": 3.2041462915957037, - "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.tar.bz2-False]": 3.1842635635478533, - "tests/trust/test_signature_verification.py::test_signature_verification[first.tar.bz2-True]": 3.242510250355456, - "tests/trust/test_signature_verification.py::test_signature_verification[second.conda-True]": 3.2000305002780833, - "tests/trust/test_signature_verification.py::test_signature_verification[third.conda-True]": 3.214626279871979, - "tests/trust/test_signature_verification.py::test_signature_verification_not_enabled": 0.03289971958203695, - "tests/trust/test_signature_verification.py::test_single_invalid_signature_3rd_root_metadata_from_web": 0.011356266029009411, - "tests/trust/test_signature_verification.py::test_trusted_root_2nd_metadata_on_disk_no_new_metadata_on_web": 0.005424013719970582, - "tests/trust/test_signature_verification.py::test_trusted_root_invalid_key_mgr_online_valid_on_disk": 0.007659402777031898, - "tests/trust/test_signature_verification.py::test_trusted_root_new_key_mgr_online": 0.008574454910619325, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_is_on_disk": 0.007304396652708059, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_not_on_disk": 0.0077070282441603, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_metadata": 0.005455862480303677 + "tests/test_utils.py::test_deprecations[cygwin_path_to_win-TypeError]": 0.0018311241405214904, + "tests/test_utils.py::test_deprecations[msys2_shell_base-TypeError]": 0.0018452860762217607, + "tests/test_utils.py::test_deprecations[path_identity-TypeError]": 0.0018555689789296393, + "tests/test_utils.py::test_deprecations[shells-TypeError]": 0.001828185468604389, + "tests/test_utils.py::test_deprecations[translate_stream-TypeError]": 0.0018010255374857767, + "tests/test_utils.py::test_deprecations[unix_shell_base-TypeError]": 0.0018525821534576565, + "tests/test_utils.py::test_deprecations[win_path_to_cygwin-TypeError]": 0.0018088453706460118, + "tests/test_utils.py::test_ensure_dir": 0.002503555375760133, + "tests/test_utils.py::test_ensure_dir_errors": 0.0022171645842015888, + "tests/test_utils.py::test_path_translations": 0.013303970968657127, + "tests/test_utils.py::test_quote_for_shell[!-'!']": 0.0017626084905220224, + "tests/test_utils.py::test_quote_for_shell[\"-'\"']": 0.0017605339777307615, + "tests/test_utils.py::test_quote_for_shell[#-'#']": 0.001740907511204377, + "tests/test_utils.py::test_quote_for_shell[$-'$']": 0.0017441411881422343, + "tests/test_utils.py::test_quote_for_shell[%-%]": 0.0017349649654432532, + "tests/test_utils.py::test_quote_for_shell[&-'&']": 0.0017316366623186844, + "tests/test_utils.py::test_quote_for_shell['-''\"'\"'']": 0.0017277915283108799, + "tests/test_utils.py::test_quote_for_shell[(-'(']": 0.0017474710070623138, + "tests/test_utils.py::test_quote_for_shell[)-')']": 0.0017403676375861634, + "tests/test_utils.py::test_quote_for_shell[*-'*']": 0.0017388839912037296, + "tests/test_utils.py::test_quote_for_shell[+-+]": 0.0017339132001682534, + "tests/test_utils.py::test_quote_for_shell[,-,]": 0.00173510173971012, + "tests/test_utils.py::test_quote_for_shell[---]": 0.001744807978028435, + "tests/test_utils.py::test_quote_for_shell[.-.]": 0.0017309202273132617, + "tests/test_utils.py::test_quote_for_shell[/-/]": 0.0017329044937691776, + "tests/test_utils.py::test_quote_for_shell[1>/dev/null-'1>/dev/null']": 0.0017417203523113407, + "tests/test_utils.py::test_quote_for_shell[1>NUL-'1>NUL']": 0.001740281390137823, + "tests/test_utils.py::test_quote_for_shell[2>&1-'2>&1']": 0.0017454786610469064, + "tests/test_utils.py::test_quote_for_shell[2>/dev/null-'2>/dev/null']": 0.0017413128056379555, + "tests/test_utils.py::test_quote_for_shell[2>NUL-'2>NUL']": 0.0017431460072065365, + "tests/test_utils.py::test_quote_for_shell[:-:]": 0.0017266226261651722, + "tests/test_utils.py::test_quote_for_shell[;-';']": 0.0017293245991952008, + "tests/test_utils.py::test_quote_for_shell[<-'<']": 0.0017194273213995588, + "tests/test_utils.py::test_quote_for_shell[=-=]": 0.001742359603058604, + "tests/test_utils.py::test_quote_for_shell[>-'>']": 0.0017480559286973667, + "tests/test_utils.py::test_quote_for_shell[>/dev/null-'>/dev/null']": 0.0017541279030779703, + "tests/test_utils.py::test_quote_for_shell[>NUL-'>NUL']": 0.0017477593163827735, + "tests/test_utils.py::test_quote_for_shell[?-'?']": 0.0017435825017878038, + "tests/test_utils.py::test_quote_for_shell[@-@]": 0.0017444418050034144, + "tests/test_utils.py::test_quote_for_shell[C:\\\\temp\\\\some ^%file^% > nul-\"C:\\\\temp\\\\some ^%%file^%% > nul\"]": 0.00034631292301245194, + "tests/test_utils.py::test_quote_for_shell[None-'']": 0.0017376205621476865, + "tests/test_utils.py::test_quote_for_shell[[-'[']": 0.0017421179168919008, + "tests/test_utils.py::test_quote_for_shell[\\\\-'\\\\']": 0.0017364163645984282, + "tests/test_utils.py::test_quote_for_shell[]-']']": 0.0017404372789085576, + "tests/test_utils.py::test_quote_for_shell[^-'^']": 0.0017519293612309262, + "tests/test_utils.py::test_quote_for_shell[arg1 and 2-'arg1 and 2']": 0.0018174493840423663, + "tests/test_utils.py::test_quote_for_shell[arg1-arg1]": 0.001849936113455528, + "tests/test_utils.py::test_quote_for_shell[arg1\\nand\\n2-'arg1\\nand\\n2']": 0.0017764340539412346, + "tests/test_utils.py::test_quote_for_shell[malicious argument\\\\\"&whoami-\"malicious argument\\\\\"\"&whoami\"]": 0.0003601714754368862, + "tests/test_utils.py::test_quote_for_shell[numpy<1.22-'numpy<1.22']": 0.0017732894270313675, + "tests/test_utils.py::test_quote_for_shell[numpy>=1.0-'numpy>=1.0']": 0.0017651229906580782, + "tests/test_utils.py::test_quote_for_shell[one|two-'one|two']": 0.0017517408006807076, + "tests/test_utils.py::test_quote_for_shell[{-'{']": 0.0017410013568557987, + "tests/test_utils.py::test_quote_for_shell[|-'|']": 0.0017524160962084374, + "tests/test_utils.py::test_quote_for_shell[}-'}']": 0.0017589460945636997, + "tests/test_utils.py::test_quote_for_shell[~-'~']": 0.00174007797524605, + "tests/test_utils.py::test_text_translations": 0.006128050313696901, + "tests/testing/test_fixtures.py::test_conda_cli": 0.07374377542986295, + "tests/testing/test_fixtures.py::test_env": 9.404992569441786, + "tests/testing/test_fixtures.py::test_monkeypatch": 0.01245767755280538, + "tests/testing/test_fixtures.py::test_path_factory": 0.0034765820176257435, + "tests/testing/test_fixtures.py::test_session_capsys": 0.001822130984961661, + "tests/testing/test_fixtures.py::test_session_conda_cli": 0.07408615565898861, + "tests/testing/test_fixtures.py::test_session_tmp_env": 0.9009956262605304, + "tests/testing/test_fixtures.py::test_tmp_channel": 1.3562387953906994, + "tests/testing/test_fixtures.py::test_tmp_env": 1.2836817839309485, + "tests/testing/test_fixtures.py::test_tmp_envs_dir": 0.004118938086215346, + "tests/testing/test_fixtures.py::test_tmp_pkgs_dir": 0.0042288951165040944, + "tests/testing/test_testing.py::test_deprecations[CondaCLIFixture-TypeError]": 0.0019144748876015064, + "tests/testing/test_testing.py::test_deprecations[PathFactoryFixture-TypeError]": 0.0018979760399655033, + "tests/testing/test_testing.py::test_deprecations[TmpChannelFixture-TypeError]": 0.001840365743937081, + "tests/testing/test_testing.py::test_deprecations[TmpEnvFixture-TypeError]": 0.0018712245578034093, + "tests/trust/test_signature_verification.py::test_2nd_root_metadata_from_web": 0.016255322030502117, + "tests/trust/test_signature_verification.py::test_3rd_root_metadata_from_web": 0.012816966415825868, + "tests/trust/test_signature_verification.py::test_invalid_2nd_metadata_on_disk_no_new_metadata_on_web": 0.005406464810940726, + "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.conda-None]": 2.0257746897164592, + "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.tar.bz2-False]": 2.0148555385669455, + "tests/trust/test_signature_verification.py::test_signature_verification[first.tar.bz2-True]": 2.058768854790082, + "tests/trust/test_signature_verification.py::test_signature_verification[second.conda-True]": 2.0216345710986103, + "tests/trust/test_signature_verification.py::test_signature_verification[third.conda-True]": 2.0314538434457856, + "tests/trust/test_signature_verification.py::test_signature_verification_not_enabled": 0.03306080090826314, + "tests/trust/test_signature_verification.py::test_single_invalid_signature_3rd_root_metadata_from_web": 0.01087322747229409, + "tests/trust/test_signature_verification.py::test_trusted_root_2nd_metadata_on_disk_no_new_metadata_on_web": 0.005600355142782709, + "tests/trust/test_signature_verification.py::test_trusted_root_invalid_key_mgr_online_valid_on_disk": 0.007308525505849962, + "tests/trust/test_signature_verification.py::test_trusted_root_new_key_mgr_online": 0.008198784792446658, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_is_on_disk": 0.00670287485683245, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_not_on_disk": 0.006373278092204268, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_metadata": 0.005538763480957029 } diff --git a/durations/Windows.json b/durations/Windows.json index 23a376ab..ba16400b 100644 --- a/durations/Windows.json +++ b/durations/Windows.json @@ -1,1302 +1,1327 @@ { - "tests/base/test_constants.py::test_ChannelPriority": 0.0038866126866694316, - "tests/base/test_constants.py::test_null_is_falsey": 0.0036101105648519176, - "tests/base/test_context.py::test_aggressive_update_packages": 0.019666124644963905, - "tests/base/test_context.py::test_channel_alias_validation[bad_value-channel_alias value 'bad_value' must have scheme/protocol.]": 0.002530713860357161, - "tests/base/test_context.py::test_channel_alias_validation[https://example.com/-True]": 0.002469852572275457, - "tests/base/test_context.py::test_channel_priority": 0.032236325037520684, - "tests/base/test_context.py::test_channel_settings": 0.03269967450125998, + "tests/base/test_constants.py::test_ChannelPriority": 0.003732811139105534, + "tests/base/test_constants.py::test_null_is_falsey": 0.0036296683229090415, + "tests/base/test_context.py::test_aggressive_update_packages": 0.019031238305657817, + "tests/base/test_context.py::test_channel_alias_validation[bad_value-channel_alias value 'bad_value' must have scheme/protocol.]": 0.0025371765703035773, + "tests/base/test_context.py::test_channel_alias_validation[https://example.com/-True]": 0.002486977034931552, + "tests/base/test_context.py::test_channel_priority": 0.03154803589385734, + "tests/base/test_context.py::test_channel_settings": 0.03457437478917147, "tests/base/test_context.py::test_channels_defaults": 0.034320450807588845, - "tests/base/test_context.py::test_channels_defaults_condarc": 0.03420578235505281, - "tests/base/test_context.py::test_channels_empty": 0.03330961411542361, - "tests/base/test_context.py::test_client_ssl_cert": 0.05467018517884167, + "tests/base/test_context.py::test_channels_defaults_condarc": 0.03365000737674084, + "tests/base/test_context.py::test_channels_empty": 0.03256314502280502, + "tests/base/test_context.py::test_check_allowlist": 0.019570860600902087, + "tests/base/test_context.py::test_check_allowlist_and_denylist": 0.01945607868482435, + "tests/base/test_context.py::test_check_denylist": 0.03466420621693981, + "tests/base/test_context.py::test_client_ssl_cert": 0.05392203353250665, "tests/base/test_context.py::test_clobber_enum": 0.03486318519912508, - "tests/base/test_context.py::test_clobber_enum[clobber]": 0.015822444194851938, - "tests/base/test_context.py::test_clobber_enum[prevent]": 0.015812646359029868, - "tests/base/test_context.py::test_clobber_enum[warn]": 0.015925372888892696, - "tests/base/test_context.py::test_conda_bld_path": 0.02404383693702487, - "tests/base/test_context.py::test_conda_build_root_dir": 0.03239286145154266, - "tests/base/test_context.py::test_conda_envs_path": 0.05998669974912756, - "tests/base/test_context.py::test_context_parameter_map": 0.03223550525419113, - "tests/base/test_context.py::test_context_parameters_have_descriptions": 0.06609287260202318, - "tests/base/test_context.py::test_custom_multichannels": 0.0345084692820911, - "tests/base/test_context.py::test_default_python_validation[-True]": 0.0024901576593451473, - "tests/base/test_context.py::test_default_python_validation[3.12-True]": 0.0024597845205963378, - "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.0024812201676436257, - "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.002448070021033957, - "tests/base/test_context.py::test_default_target_is_root_prefix": 0.032361388942409655, - "tests/base/test_context.py::test_expandvars": 0.12682645718247149, - "tests/base/test_context.py::test_get_plugin_config_data_env_var_source": 0.002355233616400164, - "tests/base/test_context.py::test_get_plugin_config_data_file_source": 0.012310378373502393, - "tests/base/test_context.py::test_get_plugin_config_data_skip_bad_values": 0.0023613408308205516, - "tests/base/test_context.py::test_local_build_root_custom_rc": 0.06015665155940814, - "tests/base/test_context.py::test_local_build_root_default_rc": 0.016222982077298276, - "tests/base/test_context.py::test_migrated_custom_channels": 0.03688824057154039, - "tests/base/test_context.py::test_old_channel_alias": 0.03637421014849875, - "tests/base/test_context.py::test_proxy_servers": 0.032740038957726675, - "tests/base/test_context.py::test_reporters_default_value": 0.0027082671602753627, - "tests/base/test_context.py::test_reporters_from_config_file": 0.03346492908079993, - "tests/base/test_context.py::test_reporters_json_is_true": 0.047260524639989865, - "tests/base/test_context.py::test_reporters_quiet_is_true": 0.04713886706548871, - "tests/base/test_context.py::test_restore_free_channel": 0.021008314220394193, - "tests/base/test_context.py::test_signing_metadata_url_base": 0.04677134736000616, - "tests/base/test_context.py::test_signing_metadata_url_base_empty_default_channels": 0.047172638805359664, - "tests/base/test_context.py::test_specify_channels_cli_adding_defaults_no_condarc": 0.03577776080464734, - "tests/base/test_context.py::test_specify_channels_cli_condarc": 0.0368209197651315, - "tests/base/test_context.py::test_specify_channels_cli_not_adding_defaults_no_condarc": 0.03592529050846184, - "tests/base/test_context.py::test_specify_different_channels_cli_condarc": 0.03638080698819955, - "tests/base/test_context.py::test_specify_same_channels_cli_as_in_condarc": 0.03642621826968451, - "tests/base/test_context.py::test_subdirs": 0.014740080652784694, - "tests/base/test_context.py::test_target_prefix": 0.06913108987635948, - "tests/base/test_context.py::test_threads": 0.06697678701510391, - "tests/base/test_context.py::test_validate_prefix_name[base-False-mock_return_values2-expected2]": 0.004116934625796059, - "tests/base/test_context.py::test_validate_prefix_name[env-name-False-mock_return_values0-expected0]": 0.005354835772294303, - "tests/base/test_context.py::test_validate_prefix_name[not/allow#characters:in-path-False-mock_return_values1-expected1]": 0.00618697868713891, - "tests/cli/test_cli_install.py::test_emscripten_forge[classic]": 10.929789515381461, - "tests/cli/test_cli_install.py::test_emscripten_forge[libmamba]": 15.404555404307922, - "tests/cli/test_cli_install.py::test_find_conflicts_called_once[classic]": 226.25735968882654, - "tests/cli/test_cli_install.py::test_find_conflicts_called_once[libmamba]": 0.025329199517331556, - "tests/cli/test_cli_install.py::test_pre_link_message[classic]": 1.336018996817863, - "tests/cli/test_cli_install.py::test_pre_link_message[libmamba]": 1.4888252339988286, - "tests/cli/test_common.py::test_check_non_admin_enabled_false": 0.004911752296563955, - "tests/cli/test_common.py::test_check_non_admin_enabled_true": 0.004416630052537192, - "tests/cli/test_common.py::test_confirm_dry_run_exit": 0.004099899807354489, - "tests/cli/test_common.py::test_confirm_yn_always_yes": 0.004155921112898024, - "tests/cli/test_common.py::test_confirm_yn_dry_run_exit": 0.00413774580893619, - "tests/cli/test_common.py::test_confirm_yn_no": 0.004766726250541009, - "tests/cli/test_common.py::test_confirm_yn_yes": 0.0043890705704046845, - "tests/cli/test_common.py::test_is_active_prefix[-False]": 0.003007810044992454, - "tests/cli/test_common.py::test_is_active_prefix[active_prefix-True]": 0.0027963668921793527, - "tests/cli/test_common.py::test_print_envs_list": 0.020502403926922215, - "tests/cli/test_common.py::test_print_envs_list_output_false": 0.017001745091688922, - "tests/cli/test_compare.py::test_compare_fail": 0.5210671173766124, - "tests/cli/test_compare.py::test_compare_success": 1.261717923884175, - "tests/cli/test_conda_argparse.py::test_cli_args_as_strings": 0.08992636440841027, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ArgumentParser-isclass]": 0.0027775447218442743, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.BUILTIN_COMMANDS-]": 0.002760520987194978, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ExtendConstAction-isclass]": 0.002798444368122966, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.NullCountAction-isclass]": 0.002758361405218126, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_output_and_prompt_options-isfunction]": 0.0029783104400992444, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_channels-isfunction]": 0.0028676644558155483, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_create_install_update-isfunction]": 0.002874897595844761, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_default_packages-isfunction]": 0.002821829225068848, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_help-isfunction]": 0.002796188142190063, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_json-isfunction]": 0.0027999970496868417, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_known-isfunction]": 0.00278997200376054, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_networking-isfunction]": 0.002792092783049327, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_package_install_options-isfunction]": 0.00278403653436586, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prefix-isfunction]": 0.0027905492189276866, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prune-isfunction]": 0.0027669935517662192, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_pscheck-isfunction]": 0.0027842295570865354, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_show_channel_urls-isfunction]": 0.002769216634990081, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver-isfunction]": 0.002768481795428239, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver_mode-isfunction]": 0.0027630210259732553, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_update_modifiers-isfunction]": 0.002759979570464573, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_verbose-isfunction]": 0.0027561241232939727, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_clean-isfunction]": 0.002781053900534276, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_compare-isfunction]": 0.002771135326825044, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_config-isfunction]": 0.0027577203935518187, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_create-isfunction]": 0.002783829134273928, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_info-isfunction]": 0.0027940057049658366, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_init-isfunction]": 0.0028144372119546296, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_install-isfunction]": 0.002806422901769416, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_list-isfunction]": 0.002756045428077161, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_notices-isfunction]": 0.002773310491598113, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_package-isfunction]": 0.0027787338800598737, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_plugins-isfunction]": 0.002788954089668925, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_remove-isfunction]": 0.0028318143335253235, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_rename-isfunction]": 0.0027620151811464447, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_run-isfunction]": 0.002794491298753517, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_search-isfunction]": 0.0027564439950581105, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_update-isfunction]": 0.002755478486272771, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.do_call-isfunction]": 0.0027635186253002976, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_sys_rc_path-]": 0.0027624278541811156, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_user_rc_path-]": 0.002764220528179622, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.find_builtin_commands-isfunction]": 0.002798661013794425, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_parser-isfunction]": 0.0027793672448156105, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_pre_parser-isfunction]": 0.00276013675276404, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.sys_rc_path-]": 0.002765468734860087, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.user_rc_path-]": 0.0028015041891152927, - "tests/cli/test_conda_argparse.py::test_list_through_python_api": 4.034700988433008, - "tests/cli/test_conda_argparse.py::test_parser_basics": 0.03175134075892556, - "tests/cli/test_config.py::test_add_invalid_key": 0.08807698595317118, - "tests/cli/test_config.py::test_add_key": 0.10255653030864374, - "tests/cli/test_config.py::test_channels_add_duplicate": 0.09914980231456866, - "tests/cli/test_config.py::test_channels_add_empty": 0.09738164613870356, - "tests/cli/test_config.py::test_channels_add_empty_with_defaults": 0.09708645096032138, - "tests/cli/test_config.py::test_channels_append": 0.10305593863248941, - "tests/cli/test_config.py::test_channels_append_duplicate": 0.1051377629661525, - "tests/cli/test_config.py::test_channels_prepend": 0.10149208985021732, - "tests/cli/test_config.py::test_channels_prepend_duplicate": 0.10213579060893271, - "tests/cli/test_config.py::test_channels_remove": 0.10080158674484545, - "tests/cli/test_config.py::test_channels_remove_duplicate": 0.1806586220449799, - "tests/cli/test_config.py::test_conda_config_describe": 11.776751203039078, - "tests/cli/test_config.py::test_conda_config_validate": 10.675029490528768, - "tests/cli/test_config.py::test_conda_config_validate_sslverify_truststore": 8.9133729302765, - "tests/cli/test_config.py::test_create_condarc_on_set": 0.09262912820777881, - "tests/cli/test_config.py::test_custom_multichannels_add": 0.09657967105115442, - "tests/cli/test_config.py::test_custom_multichannels_add_duplicate": 0.10082901837477982, - "tests/cli/test_config.py::test_custom_multichannels_append": 0.09542249007647298, - "tests/cli/test_config.py::test_custom_multichannels_append_duplicate": 0.100549081954994, - "tests/cli/test_config.py::test_custom_multichannels_prepend": 0.09653832438490484, - "tests/cli/test_config.py::test_custom_multichannels_prepend_duplicate": 0.0991930632468258, - "tests/cli/test_config.py::test_get_all": 0.11510498322429008, - "tests/cli/test_config.py::test_get_all_inc_maps": 0.1232646470897562, - "tests/cli/test_config.py::test_get_boolean_value": 0.10943539358056167, - "tests/cli/test_config.py::test_get_channels_list": 0.11059693246833743, - "tests/cli/test_config.py::test_get_invalid_key": 0.10905707591337474, - "tests/cli/test_config.py::test_get_map_full": 0.10886261827832074, - "tests/cli/test_config.py::test_get_map_subkey[conda_build.cache_dir-/tmp/conda-bld]": 0.11134167209109143, - "tests/cli/test_config.py::test_get_map_subkey[proxy_servers.http-1.2.3.4:5678]": 0.11006279361050172, - "tests/cli/test_config.py::test_get_multiple_keys": 0.11179695283510879, - "tests/cli/test_config.py::test_get_multiple_keys_incl_map_full": 0.11585333415518262, - "tests/cli/test_config.py::test_get_multiple_keys_incl_map_subkey": 0.11506890592309063, - "tests/cli/test_config.py::test_get_string_value": 0.10774443199808406, - "tests/cli/test_config.py::test_get_unconfigured_key": 0.10771016305467007, - "tests/cli/test_config.py::test_invalid_yaml": 0.08276800955210142, - "tests/cli/test_config.py::test_remove_key": 0.10149857621797072, - "tests/cli/test_config.py::test_remove_key_duplicate": 0.17880042863393425, - "tests/cli/test_config.py::test_remove_unconfigured_key": 0.08702241138969358, - "tests/cli/test_config.py::test_set_and_get_bool": 0.19211919842030115, - "tests/cli/test_config.py::test_set_check_types[always_yes-false-False]": 0.09391143801970722, - "tests/cli/test_config.py::test_set_check_types[always_yes-no-False]": 0.09318793145234192, - "tests/cli/test_config.py::test_set_check_types[always_yes-true-True]": 0.0924579519495318, - "tests/cli/test_config.py::test_set_check_types[always_yes-yes-True]": 0.09464437588951435, - "tests/cli/test_config.py::test_set_check_types[channel_alias-https://repo.example.com-https://repo.example.com]": 0.09426149201118923, - "tests/cli/test_config.py::test_set_check_types[proxy_servers.http-1.2.3.4:5678-py_value5]": 0.09561552478140939, - "tests/cli/test_config.py::test_set_invalid_key": 0.08988874025444081, - "tests/cli/test_config.py::test_set_key": 0.10434036205816, - "tests/cli/test_config.py::test_set_map_key[conda_build.cache_dir-/tmp/conda-bld-/var/tmp/build]": 0.1006327483273009, - "tests/cli/test_config.py::test_set_map_key[conda_build.error_overlinking-true-false]": 0.0006804241295062287, - "tests/cli/test_config.py::test_set_map_key[proxy_servers.http-1.2.3.4:5678-4.3.2.1:9876]": 0.10128463389384788, - "tests/cli/test_config.py::test_set_rc_without_user_rc": 0.08858499567034354, - "tests/cli/test_config.py::test_set_unconfigured_key": 0.10246285744634709, - "tests/cli/test_config.py::test_show_sorts_keys": 0.15858847580418325, - "tests/cli/test_config.py::test_ssl_verify_default": 0.0061781946389915686, - "tests/cli/test_config.py::test_ssl_verify_set_bool": 0.09450986230438485, - "tests/cli/test_config.py::test_ssl_verify_set_filename": 0.09726224967124839, - "tests/cli/test_env.py::test_conda_env_create_empty_file[classic]": 0.09345183994927916, - "tests/cli/test_env.py::test_conda_env_create_empty_file[libmamba]": 0.09271195887380547, - "tests/cli/test_env.py::test_conda_env_create_http[classic]": 351.0658804141162, - "tests/cli/test_env.py::test_conda_env_create_http[libmamba]": 22.149968573992304, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file[classic]": 0.08658895126572236, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file[libmamba]": 0.08921637648059608, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[classic]": 0.09113961959018801, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[libmamba]": 0.09276225380336077, - "tests/cli/test_env.py::test_conda_env_create_no_file[classic]": 0.08703644337359578, - "tests/cli/test_env.py::test_conda_env_create_no_file[libmamba]": 0.09665085374668382, - "tests/cli/test_env.py::test_create_dry_run_json[classic]": 2.0017312772966713, - "tests/cli/test_env.py::test_create_dry_run_json[libmamba]": 6.165489205173784, - "tests/cli/test_env.py::test_create_dry_run_yaml[classic]": 3.3053319985688883, - "tests/cli/test_env.py::test_create_dry_run_yaml[libmamba]": 5.665469071620696, - "tests/cli/test_env.py::test_create_unsolvable_env[classic]": 2.48568535939053, - "tests/cli/test_env.py::test_create_unsolvable_env[libmamba]": 7.59486540032582, - "tests/cli/test_env.py::test_create_valid_env[classic]": 6.320347314983639, - "tests/cli/test_env.py::test_create_valid_env[libmamba]": 8.643088709774375, - "tests/cli/test_env.py::test_create_valid_env_json_output[classic]": 0.9981108270725757, - "tests/cli/test_env.py::test_create_valid_env_json_output[libmamba]": 4.5614439575430765, - "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[classic]": 212.68953802601624, - "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[libmamba]": 21.41334467799104, - "tests/cli/test_env.py::test_create_valid_env_with_variables[classic]": 1.7074650001019933, - "tests/cli/test_env.py::test_create_valid_env_with_variables[libmamba]": 6.40443526575, + "tests/base/test_context.py::test_clobber_enum[clobber]": 0.01582143810558275, + "tests/base/test_context.py::test_clobber_enum[prevent]": 0.015675149275432218, + "tests/base/test_context.py::test_clobber_enum[warn]": 0.015871971241194965, + "tests/base/test_context.py::test_conda_bld_path": 0.02290574178273045, + "tests/base/test_context.py::test_conda_build_root_dir": 0.03167485836856543, + "tests/base/test_context.py::test_conda_envs_path": 0.059026675659823724, + "tests/base/test_context.py::test_context_parameter_map": 0.03171921758152524, + "tests/base/test_context.py::test_context_parameters_have_descriptions": 0.06506668102104206, + "tests/base/test_context.py::test_custom_multichannels": 0.03385665945591464, + "tests/base/test_context.py::test_default_python_validation[-True]": 0.0024875786226855275, + "tests/base/test_context.py::test_default_python_validation[3.12-True]": 0.002476880540072311, + "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.0024951309206941376, + "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.0024626548781702187, + "tests/base/test_context.py::test_default_target_is_root_prefix": 0.03169577012025655, + "tests/base/test_context.py::test_expandvars": 0.12630694625507932, + "tests/base/test_context.py::test_get_plugin_config_data_env_var_source": 0.0023598419519710217, + "tests/base/test_context.py::test_get_plugin_config_data_file_source": 0.010167027096963106, + "tests/base/test_context.py::test_get_plugin_config_data_skip_bad_values": 0.0023961584168269295, + "tests/base/test_context.py::test_local_build_root_custom_rc": 0.06011475689837476, + "tests/base/test_context.py::test_local_build_root_default_rc": 0.016134916099680374, + "tests/base/test_context.py::test_migrated_custom_channels": 0.03633464161753197, + "tests/base/test_context.py::test_old_channel_alias": 0.03569883940037087, + "tests/base/test_context.py::test_proxy_servers": 0.03216039517052351, + "tests/base/test_context.py::test_reporters_default_value": 0.0027082682165712954, + "tests/base/test_context.py::test_reporters_from_config_file": 0.033464908655178136, + "tests/base/test_context.py::test_reporters_json_is_true": 0.04726051885563666, + "tests/base/test_context.py::test_reporters_quiet_is_true": 0.04713884401935756, + "tests/base/test_context.py::test_restore_free_channel": 0.02023104567041338, + "tests/base/test_context.py::test_signing_metadata_url_base": 0.04599239030819506, + "tests/base/test_context.py::test_signing_metadata_url_base_empty_default_channels": 0.04650860426172022, + "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.03607634165161223, + "tests/base/test_context.py::test_specify_channels_cli_not_adding_defaults_no_condarc": 0.03399683975892716, + "tests/base/test_context.py::test_specify_different_channels_cli_condarc": 0.035693796223614294, + "tests/base/test_context.py::test_specify_same_channels_cli_as_in_condarc": 0.03575819910751953, + "tests/base/test_context.py::test_subdirs": 0.015178975149428071, + "tests/base/test_context.py::test_target_prefix": 0.06768679216211199, + "tests/base/test_context.py::test_threads": 0.06783318245952641, + "tests/base/test_context.py::test_validate_prefix_name[base-False-mock_return_values2-expected2]": 0.004054506247714448, + "tests/base/test_context.py::test_validate_prefix_name[env-name-False-mock_return_values0-expected0]": 0.00527973992985149, + "tests/base/test_context.py::test_validate_prefix_name[not/allow#characters:in-path-False-mock_return_values1-expected1]": 0.005795065705678169, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command0]": 0.4658393508031335, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command1]": 0.4658425132086372, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command2]": 0.07141232325208102, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command3]": 0.09186687930839607, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command4]": 0.17475739569163984, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command0]": 0.5256979809145703, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command1]": 0.5033522103174417, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command2]": 0.0760012105442035, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command3]": 0.09586055325016317, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command4]": 0.17643762760768708, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command0]": 0.4613346179515944, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command1]": 0.45590733314438636, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command2]": 0.07085706167799426, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command3]": 0.09253524349962677, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command4]": 0.17705273073497343, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command0]": 0.45863217397959677, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command1]": 0.46178217709755237, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command2]": 0.07372724353739259, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command3]": 0.10980570170069687, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command4]": 0.17408702717310415, + "tests/cli/test_cli_install.py::test_emscripten_forge[classic]": 11.605231070085418, + "tests/cli/test_cli_install.py::test_emscripten_forge[libmamba]": 15.274855165466786, + "tests/cli/test_cli_install.py::test_find_conflicts_called_once[classic]": 234.84031531614664, + "tests/cli/test_cli_install.py::test_find_conflicts_called_once[libmamba]": 0.028632523989367418, + "tests/cli/test_cli_install.py::test_pre_link_message[classic]": 1.4854469050028043, + "tests/cli/test_cli_install.py::test_pre_link_message[libmamba]": 1.5801430963651433, + "tests/cli/test_common.py::test_check_non_admin_enabled_false": 0.005135485516973057, + "tests/cli/test_common.py::test_check_non_admin_enabled_true": 0.0043382288715181835, + "tests/cli/test_common.py::test_confirm_dry_run_exit": 0.0040998991981413815, + "tests/cli/test_common.py::test_confirm_yn_always_yes": 0.004155920932060347, + "tests/cli/test_common.py::test_confirm_yn_dry_run_exit": 0.0041377471942558594, + "tests/cli/test_common.py::test_confirm_yn_no": 0.0047667228397141135, + "tests/cli/test_common.py::test_confirm_yn_yes": 0.004389069999758196, + "tests/cli/test_common.py::test_is_active_prefix[-False]": 0.0030137462763241735, + "tests/cli/test_common.py::test_is_active_prefix[active_prefix-True]": 0.0028151600009960935, + "tests/cli/test_common.py::test_print_envs_list": 0.016143395595806645, + "tests/cli/test_common.py::test_print_envs_list_output_false": 0.011726539590886789, + "tests/cli/test_compare.py::test_compare_fail": 0.4838483467346849, + "tests/cli/test_compare.py::test_compare_success": 1.203583742967957, + "tests/cli/test_conda_argparse.py::test_cli_args_as_strings": 0.09303214527257914, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ArgumentParser-isclass]": 0.0027774533898443734, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.BUILTIN_COMMANDS-]": 0.002769850123832736, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ExtendConstAction-isclass]": 0.0027867092362127786, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.NullCountAction-isclass]": 0.0027600306188686934, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_output_and_prompt_options-isfunction]": 0.0029506606099741718, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_channels-isfunction]": 0.0028453103396929207, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_create_install_update-isfunction]": 0.002895406228857211, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_default_packages-isfunction]": 0.0028200039308607693, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_help-isfunction]": 0.0027903264483643392, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_json-isfunction]": 0.002792372217644222, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_known-isfunction]": 0.0027815471897397544, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_networking-isfunction]": 0.002785889351303337, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_package_install_options-isfunction]": 0.0027774350352564215, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prefix-isfunction]": 0.002787524964729585, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prune-isfunction]": 0.0027736837226308335, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_pscheck-isfunction]": 0.0027785248054807508, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_show_channel_urls-isfunction]": 0.0027632306963076506, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver-isfunction]": 0.002772090052212147, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver_mode-isfunction]": 0.00276875652344134, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_update_modifiers-isfunction]": 0.0027676839045952042, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_verbose-isfunction]": 0.0027591150286886156, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_clean-isfunction]": 0.0027846223868961497, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_compare-isfunction]": 0.0027758838269972123, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_config-isfunction]": 0.002780412896178594, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_create-isfunction]": 0.002771855308910771, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_info-isfunction]": 0.0027821746857813307, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_init-isfunction]": 0.0027967382453987187, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_install-isfunction]": 0.0027945024815907377, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_list-isfunction]": 0.0027613649188075046, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_notices-isfunction]": 0.0027805085664960815, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_package-isfunction]": 0.0027656823631070694, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_plugins-isfunction]": 0.0027846308941617405, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_remove-isfunction]": 0.002799033017198142, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_rename-isfunction]": 0.002750202641506668, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_run-isfunction]": 0.0027604804557562184, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_search-isfunction]": 0.002755459897511336, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_update-isfunction]": 0.002771761262171984, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.do_call-isfunction]": 0.0027708013585971427, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_sys_rc_path-]": 0.002784863431190544, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_user_rc_path-]": 0.0027607656040355964, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.find_builtin_commands-isfunction]": 0.0027779731488392343, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_parser-isfunction]": 0.0027771952988583193, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_pre_parser-isfunction]": 0.0027588371699216493, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.sys_rc_path-]": 0.002790026053773232, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.user_rc_path-]": 0.0027899625020753826, + "tests/cli/test_conda_argparse.py::test_list_through_python_api": 3.798408890195911, + "tests/cli/test_conda_argparse.py::test_parser_basics": 0.030925707111953936, + "tests/cli/test_conda_argparse.py::test_sorted_commands_in_error": 0.004501911122049886, + "tests/cli/test_config.py::test_add_invalid_key": 0.08762202330518705, + "tests/cli/test_config.py::test_add_key": 0.10162168259568621, + "tests/cli/test_config.py::test_channels_add_duplicate": 0.09855542046638746, + "tests/cli/test_config.py::test_channels_add_empty": 0.09541688047964467, + "tests/cli/test_config.py::test_channels_add_empty_with_defaults": 0.09513871369407342, + "tests/cli/test_config.py::test_channels_append": 0.1022896539789737, + "tests/cli/test_config.py::test_channels_append_duplicate": 0.10612348433716379, + "tests/cli/test_config.py::test_channels_prepend": 0.10513794249426227, + "tests/cli/test_config.py::test_channels_prepend_duplicate": 0.10390218437062024, + "tests/cli/test_config.py::test_channels_remove": 0.10097783444727287, + "tests/cli/test_config.py::test_channels_remove_duplicate": 0.17879054119870125, + "tests/cli/test_config.py::test_conda_config_describe": 11.566247294820034, + "tests/cli/test_config.py::test_conda_config_validate": 9.979447636572566, + "tests/cli/test_config.py::test_conda_config_validate_sslverify_truststore": 7.862179200764541, + "tests/cli/test_config.py::test_create_condarc_on_set": 0.09198395732093398, + "tests/cli/test_config.py::test_custom_multichannels_add": 0.09695531244085687, + "tests/cli/test_config.py::test_custom_multichannels_add_duplicate": 0.10252837284849434, + "tests/cli/test_config.py::test_custom_multichannels_append": 0.09447231712610234, + "tests/cli/test_config.py::test_custom_multichannels_append_duplicate": 0.09877632201199611, + "tests/cli/test_config.py::test_custom_multichannels_prepend": 0.09922588487288668, + "tests/cli/test_config.py::test_custom_multichannels_prepend_duplicate": 0.0987456501357848, + "tests/cli/test_config.py::test_get_all": 0.11459593959861675, + "tests/cli/test_config.py::test_get_all_inc_maps": 0.12527639640746777, + "tests/cli/test_config.py::test_get_boolean_value": 0.10850546351124152, + "tests/cli/test_config.py::test_get_channels_list": 0.10979567659242592, + "tests/cli/test_config.py::test_get_invalid_key": 0.10864692293563658, + "tests/cli/test_config.py::test_get_map_full": 0.11009172505569131, + "tests/cli/test_config.py::test_get_map_subkey[conda_build.cache_dir-/tmp/conda-bld]": 0.10995472999071078, + "tests/cli/test_config.py::test_get_map_subkey[proxy_servers.http-1.2.3.4:5678]": 0.11173664483367736, + "tests/cli/test_config.py::test_get_multiple_keys": 0.10926108595358885, + "tests/cli/test_config.py::test_get_multiple_keys_incl_map_full": 0.11443213671806031, + "tests/cli/test_config.py::test_get_multiple_keys_incl_map_subkey": 0.1152698607679628, + "tests/cli/test_config.py::test_get_string_value": 0.10890521426192605, + "tests/cli/test_config.py::test_get_unconfigured_key": 0.10708488088712952, + "tests/cli/test_config.py::test_invalid_yaml": 0.08060043439275248, + "tests/cli/test_config.py::test_remove_key": 0.10322917172101433, + "tests/cli/test_config.py::test_remove_key_duplicate": 0.17754922868544298, + "tests/cli/test_config.py::test_remove_unconfigured_key": 0.08807356771252181, + "tests/cli/test_config.py::test_set_and_get_bool": 0.19157921427203925, + "tests/cli/test_config.py::test_set_check_types[always_yes-false-False]": 0.09285834791579421, + "tests/cli/test_config.py::test_set_check_types[always_yes-no-False]": 0.0927939798632652, + "tests/cli/test_config.py::test_set_check_types[always_yes-true-True]": 0.09746847389168703, + "tests/cli/test_config.py::test_set_check_types[always_yes-yes-True]": 0.09369677391596824, + "tests/cli/test_config.py::test_set_check_types[channel_alias-https://repo.example.com-https://repo.example.com]": 0.09342622357146876, + "tests/cli/test_config.py::test_set_check_types[proxy_servers.http-1.2.3.4:5678-py_value5]": 0.0945455717965912, + "tests/cli/test_config.py::test_set_invalid_key": 0.08691352435482717, + "tests/cli/test_config.py::test_set_key": 0.10399819351301436, + "tests/cli/test_config.py::test_set_map_key[conda_build.cache_dir-/tmp/conda-bld-/var/tmp/build]": 0.10008224024135168, + "tests/cli/test_config.py::test_set_map_key[conda_build.error_overlinking-true-false]": 0.0006774810314712646, + "tests/cli/test_config.py::test_set_map_key[proxy_servers.http-1.2.3.4:5678-4.3.2.1:9876]": 0.10046759058576349, + "tests/cli/test_config.py::test_set_rc_without_user_rc": 0.08831450551355628, + "tests/cli/test_config.py::test_set_unconfigured_key": 0.1014329371371153, + "tests/cli/test_config.py::test_show_sorts_keys": 0.15740067211511932, + "tests/cli/test_config.py::test_ssl_verify_default": 0.006171384868352249, + "tests/cli/test_config.py::test_ssl_verify_set_bool": 0.10145598500304502, + "tests/cli/test_config.py::test_ssl_verify_set_filename": 0.09579726873805951, + "tests/cli/test_env.py::test_conda_env_create_empty_file[classic]": 0.09047115839926251, + "tests/cli/test_env.py::test_conda_env_create_empty_file[libmamba]": 0.08953952234729709, + "tests/cli/test_env.py::test_conda_env_create_http[classic]": 341.9214246343978, + "tests/cli/test_env.py::test_conda_env_create_http[libmamba]": 20.060536678810553, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file[classic]": 0.08619875085329143, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file[libmamba]": 0.08853050370831583, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[classic]": 0.08910480565489974, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[libmamba]": 0.09304454578809147, + "tests/cli/test_env.py::test_conda_env_create_no_file[classic]": 0.09609843268910616, + "tests/cli/test_env.py::test_conda_env_create_no_file[libmamba]": 0.11207680334240425, + "tests/cli/test_env.py::test_create_dry_run_json[classic]": 1.9427640239527582, + "tests/cli/test_env.py::test_create_dry_run_json[libmamba]": 6.025016949490672, + "tests/cli/test_env.py::test_create_dry_run_yaml[classic]": 2.3252763410984114, + "tests/cli/test_env.py::test_create_dry_run_yaml[libmamba]": 5.252634518507884, + "tests/cli/test_env.py::test_create_unsolvable_env[classic]": 3.159943067769319, + "tests/cli/test_env.py::test_create_unsolvable_env[libmamba]": 6.3989907731413656, + "tests/cli/test_env.py::test_create_valid_env[classic]": 6.102192263475095, + "tests/cli/test_env.py::test_create_valid_env[libmamba]": 8.013179078152294, + "tests/cli/test_env.py::test_create_valid_env_json_output[classic]": 0.7082897899389359, + "tests/cli/test_env.py::test_create_valid_env_json_output[libmamba]": 4.37429468186558, + "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[classic]": 186.09000861136357, + "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[libmamba]": 18.946378813619006, + "tests/cli/test_env.py::test_create_valid_env_with_variables[classic]": 2.3007644578291893, + "tests/cli/test_env.py::test_create_valid_env_with_variables[libmamba]": 6.180742798256901, "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.0449455011059126, - "tests/cli/test_env.py::test_deprecated_binstar[classic]": 0.1534544189628789, - "tests/cli/test_env.py::test_deprecated_binstar[libmamba]": 0.15193478868715765, - "tests/cli/test_env.py::test_env_export[classic]": 23.52067968189544, - "tests/cli/test_env.py::test_env_export[libmamba]": 9.746142832543491, - "tests/cli/test_env.py::test_env_export_json[classic]": 9.913145127766642, - "tests/cli/test_env.py::test_env_export_json[libmamba]": 4.709871953080871, - "tests/cli/test_env.py::test_env_export_with_variables[classic]": 17.2821852986604, - "tests/cli/test_env.py::test_env_export_with_variables[libmamba]": 9.81053934298593, - "tests/cli/test_env.py::test_export_multi_channel[classic]": 57.882427945395165, - "tests/cli/test_env.py::test_export_multi_channel[libmamba]": 47.00705017949508, - "tests/cli/test_env.py::test_invalid_extensions[classic]": 0.08830740817261641, - "tests/cli/test_env.py::test_invalid_extensions[libmamba]": 0.08596138695765261, - "tests/cli/test_env.py::test_list[classic]": 1.8049349716778822, - "tests/cli/test_env.py::test_list[libmamba]": 12.51837961249642, + "tests/cli/test_env.py::test_create_valid_remote_env[libmamba]": 7.044945501105912, + "tests/cli/test_env.py::test_deprecated_binstar[classic]": 0.1522713695083934, + "tests/cli/test_env.py::test_deprecated_binstar[libmamba]": 0.15178796897386815, + "tests/cli/test_env.py::test_env_export[classic]": 21.82863883210811, + "tests/cli/test_env.py::test_env_export[libmamba]": 9.421449453870913, + "tests/cli/test_env.py::test_env_export_json[classic]": 6.880430196203683, + "tests/cli/test_env.py::test_env_export_json[libmamba]": 4.590464578436925, + "tests/cli/test_env.py::test_env_export_with_variables[classic]": 17.34510974065872, + "tests/cli/test_env.py::test_env_export_with_variables[libmamba]": 9.425529833820185, + "tests/cli/test_env.py::test_export_multi_channel[classic]": 56.350873834100774, + "tests/cli/test_env.py::test_export_multi_channel[libmamba]": 43.9577301370067, + "tests/cli/test_env.py::test_invalid_extensions[classic]": 0.08703639486124748, + "tests/cli/test_env.py::test_invalid_extensions[libmamba]": 0.08558923467762794, + "tests/cli/test_env.py::test_list[classic]": 1.8771695268284267, + "tests/cli/test_env.py::test_list[libmamba]": 11.935881290358543, "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.9488403801324621, - "tests/cli/test_env.py::test_name_override[libmamba]": 4.690122799985735, - "tests/cli/test_env.py::test_non_existent_file[classic]": 0.08524825799710707, - "tests/cli/test_env.py::test_non_existent_file[libmamba]": 0.09028129258078957, - "tests/cli/test_env.py::test_pip_error_is_propagated[classic]": 167.8693285158351, - "tests/cli/test_env.py::test_pip_error_is_propagated[libmamba]": 18.641508989096607, - "tests/cli/test_env.py::test_remove_dry_run[classic]": 0.4512672822354741, - "tests/cli/test_env.py::test_remove_dry_run[libmamba]": 4.752347289354373, - "tests/cli/test_env.py::test_set_unset_env_vars[classic]": 0.7058465242635976, - "tests/cli/test_env.py::test_set_unset_env_vars[libmamba]": 4.93295794721588, - "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[classic]": 0.08934012678843588, - "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[libmamba]": 0.11909570361602627, - "tests/cli/test_env.py::test_update[classic]": 87.03026979419158, - "tests/cli/test_env.py::test_update[libmamba]": 9.486446057990182, - "tests/cli/test_env.py::test_update_env_json_output[classic]": 68.34815695648432, - "tests/cli/test_env.py::test_update_env_json_output[libmamba]": 9.035614584474278, - "tests/cli/test_env.py::test_update_env_no_action_json_output[classic]": 315.87939320701486, - "tests/cli/test_env.py::test_update_env_no_action_json_output[libmamba]": 28.02361625377514, - "tests/cli/test_env.py::test_update_env_only_pip_json_output[classic]": 344.22174366208765, - "tests/cli/test_env.py::test_update_env_only_pip_json_output[libmamba]": 28.804050988940418, - "tests/cli/test_find_commands.py::test_find_commands": 0.02360068862435394, - "tests/cli/test_find_commands.py::test_find_executable": 0.007891685566636449, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--debug]": 0.0568399842606783, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--json]": 0.054739506733780814, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--trace]": 0.06298174636825457, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[-v]": 0.05969627589249137, - "tests/cli/test_main.py::test_main": 0.06896665665209116, - "tests/cli/test_main_clean.py::test_clean_all[False]": 0.7086868221786805, - "tests/cli/test_main_clean.py::test_clean_all[True]": 0.7114964127661879, - "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[False]": 0.4978458990573424, - "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[True]": 0.3719389152243202, - "tests/cli/test_main_clean.py::test_clean_and_packages": 0.4753417381243184, - "tests/cli/test_main_clean.py::test_clean_force_pkgs_dirs": 0.3869235831002114, - "tests/cli/test_main_clean.py::test_clean_index_cache": 0.26322481845195794, - "tests/cli/test_main_clean.py::test_clean_logfiles": 0.2509170204719171, - "tests/cli/test_main_clean.py::test_clean_tarballs": 0.2572573168170193, - "tests/cli/test_main_clean.py::test_clean_tempfiles": 0.260494932205585, - "tests/cli/test_main_clean.py::test_get_size": 0.00451109128950767, - "tests/cli/test_main_clean.py::test_get_size_None": 0.0027676079938652887, - "tests/cli/test_main_clean.py::test_get_size_list": 0.0028000407645218587, - "tests/cli/test_main_commands.py::test_commands": 0.09938709495496198, - "tests/cli/test_main_compare.py::test_compare": 0.0762930991555703, - "tests/cli/test_main_config.py::test_config_get_key": 0.017459402655016124, - "tests/cli/test_main_config.py::test_config_get_missing[get]": 0.10619794844929765, - "tests/cli/test_main_config.py::test_config_get_missing[key]": 0.10536158142491661, - "tests/cli/test_main_config.py::test_config_get_missing[unknown]": 0.1077309453524594, - "tests/cli/test_main_config.py::test_config_get_system[get]": 0.10791551437272663, - "tests/cli/test_main_config.py::test_config_get_system[key]": 0.10294002096537841, - "tests/cli/test_main_config.py::test_config_get_system[unknown]": 0.1046891186994427, - "tests/cli/test_main_config.py::test_config_get_user[get]": 0.11077330678271467, - "tests/cli/test_main_config.py::test_config_get_user[key]": 0.10655883612849457, - "tests/cli/test_main_config.py::test_config_get_user[unknown]": 0.10695789257431833, - "tests/cli/test_main_config.py::test_config_read_rc": 0.005902296552707093, - "tests/cli/test_main_config.py::test_config_remove_item": 0.009796331205805881, - "tests/cli/test_main_config.py::test_config_remove_key": 0.004517410992841241, - "tests/cli/test_main_config.py::test_config_set_key": 0.0069568175172553, - "tests/cli/test_main_config.py::test_config_set_keys": 0.010629329101416186, - "tests/cli/test_main_config.py::test_config_show_sources_json": 0.08925332055263793, - "tests/cli/test_main_config.py::test_config_write_rc": 0.005352990046790307, - "tests/cli/test_main_export.py::test_execute_export_no_file_specified": 0.0930119684286004, - "tests/cli/test_main_export.py::test_export": 0.09559479157171379, - "tests/cli/test_main_export.py::test_export_add_channels": 0.09329673157810642, - "tests/cli/test_main_export.py::test_export_override_channels": 0.10426875074631571, - "tests/cli/test_main_export.py::test_export_with_json": 0.09057394897815897, - "tests/cli/test_main_export.py::test_export_yaml_file_extension": 0.08149786968813366, - "tests/cli/test_main_info.py::test_info": 0.3865289343599891, + "tests/cli/test_env.py::test_name_override[classic]": 0.8806216423674866, + "tests/cli/test_env.py::test_name_override[libmamba]": 4.427428219144006, + "tests/cli/test_env.py::test_non_existent_file[classic]": 0.09006685856663438, + "tests/cli/test_env.py::test_non_existent_file[libmamba]": 0.08891794439384021, + "tests/cli/test_env.py::test_pip_error_is_propagated[classic]": 153.85688012674837, + "tests/cli/test_env.py::test_pip_error_is_propagated[libmamba]": 16.794160075864692, + "tests/cli/test_env.py::test_remove_dry_run[classic]": 0.5498101929411197, + "tests/cli/test_env.py::test_remove_dry_run[libmamba]": 4.554680933231802, + "tests/cli/test_env.py::test_set_unset_env_vars[classic]": 0.813622595137851, + "tests/cli/test_env.py::test_set_unset_env_vars[libmamba]": 4.79021226055195, + "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[classic]": 0.08832726227994189, + "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[libmamba]": 0.08994395145489227, + "tests/cli/test_env.py::test_update[classic]": 81.74381100431602, + "tests/cli/test_env.py::test_update[libmamba]": 9.134777289719231, + "tests/cli/test_env.py::test_update_env_json_output[classic]": 58.36372706092915, + "tests/cli/test_env.py::test_update_env_json_output[libmamba]": 8.874301735402035, + "tests/cli/test_env.py::test_update_env_no_action_json_output[classic]": 300.5886429696738, + "tests/cli/test_env.py::test_update_env_no_action_json_output[libmamba]": 25.21320026675856, + "tests/cli/test_env.py::test_update_env_only_pip_json_output[classic]": 315.3311829136643, + "tests/cli/test_env.py::test_update_env_only_pip_json_output[libmamba]": 26.539378606251642, + "tests/cli/test_find_commands.py::test_find_commands": 0.023542178358070497, + "tests/cli/test_find_commands.py::test_find_executable": 0.008043028329651043, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--debug]": 0.05883613615571852, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--json]": 0.05418092258877503, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--trace]": 0.06216990749218348, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[-v]": 0.060712099867653684, + "tests/cli/test_main.py::test_main": 0.07131200572479725, + "tests/cli/test_main_clean.py::test_clean_all[False]": 0.7127795663507953, + "tests/cli/test_main_clean.py::test_clean_all[True]": 0.7052399507372616, + "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[False]": 0.5570695667598136, + "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[True]": 0.36895521974844225, + "tests/cli/test_main_clean.py::test_clean_and_packages": 0.4716386753532677, + "tests/cli/test_main_clean.py::test_clean_force_pkgs_dirs": 0.39375368046024345, + "tests/cli/test_main_clean.py::test_clean_index_cache": 0.2624800629705139, + "tests/cli/test_main_clean.py::test_clean_logfiles": 0.25359576159252933, + "tests/cli/test_main_clean.py::test_clean_tarballs": 0.2545740310180714, + "tests/cli/test_main_clean.py::test_clean_tempfiles": 0.2542364840541485, + "tests/cli/test_main_clean.py::test_get_size": 0.004492626423566209, + "tests/cli/test_main_clean.py::test_get_size_None": 0.0027639876403146597, + "tests/cli/test_main_clean.py::test_get_size_list": 0.0028021774380977073, + "tests/cli/test_main_commands.py::test_commands": 0.09982934904149991, + "tests/cli/test_main_compare.py::test_compare": 0.07771504388076289, + "tests/cli/test_main_config.py::test_config_get_key": 0.017355355689271094, + "tests/cli/test_main_config.py::test_config_get_missing[get]": 0.10370794087384068, + "tests/cli/test_main_config.py::test_config_get_missing[key]": 0.10442745816244234, + "tests/cli/test_main_config.py::test_config_get_missing[unknown]": 0.10829904642053649, + "tests/cli/test_main_config.py::test_config_get_system[get]": 0.10337947759376478, + "tests/cli/test_main_config.py::test_config_get_system[key]": 0.10285861518335877, + "tests/cli/test_main_config.py::test_config_get_system[unknown]": 0.10386301381076074, + "tests/cli/test_main_config.py::test_config_get_user[get]": 0.11003777529737899, + "tests/cli/test_main_config.py::test_config_get_user[key]": 0.10634098536489571, + "tests/cli/test_main_config.py::test_config_get_user[unknown]": 0.1063492232284156, + "tests/cli/test_main_config.py::test_config_read_rc": 0.005864073878853886, + "tests/cli/test_main_config.py::test_config_remove_item": 0.00985045676561525, + "tests/cli/test_main_config.py::test_config_remove_key": 0.004526149388937047, + "tests/cli/test_main_config.py::test_config_set_key": 0.007024287122968917, + "tests/cli/test_main_config.py::test_config_set_keys": 0.010607156905878327, + "tests/cli/test_main_config.py::test_config_show_sources_json": 0.08728419579366099, + "tests/cli/test_main_config.py::test_config_write_rc": 0.0053465433457169555, + "tests/cli/test_main_export.py::test_execute_export_no_file_specified": 0.09310712795354514, + "tests/cli/test_main_export.py::test_export": 0.094101872754017, + "tests/cli/test_main_export.py::test_export_add_channels": 0.09314462219969355, + "tests/cli/test_main_export.py::test_export_override_channels": 0.10441328929738508, + "tests/cli/test_main_export.py::test_export_with_json": 0.08953405108372288, + "tests/cli/test_main_export.py::test_export_yaml_file_extension": 0.08068010725445815, + "tests/cli/test_main_info.py::test_info": 0.3891368589692493, "tests/cli/test_main_info.py::test_info_all": 0.10127750000005635, - "tests/cli/test_main_info.py::test_info_json": 0.10066519561225923, - "tests/cli/test_main_info.py::test_info_root": 0.1991105857366127, - "tests/cli/test_main_info.py::test_info_unsafe_channels": 0.20257318042618988, - "tests/cli/test_main_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 648.6274143683075, - "tests/cli/test_main_install.py::test_install_freezes_env_by_default": 0.8223317081082628, - "tests/cli/test_main_install.py::test_install_from_extracted_package": 32.259805854248256, - "tests/cli/test_main_install.py::test_install_mkdir": 57.331451587184894, - "tests/cli/test_main_list.py::test_explicit[--md5]": 12.673716103840134, - "tests/cli/test_main_list.py::test_explicit[--quiet]": 12.912856577386794, - "tests/cli/test_main_list.py::test_explicit[--sha256]": 12.56147662017038, - "tests/cli/test_main_list.py::test_export": 2.0201864359179806, - "tests/cli/test_main_list.py::test_list": 7.358594759215122, - "tests/cli/test_main_list.py::test_list_explicit": 11.764701469573692, - "tests/cli/test_main_list.py::test_list_json": 0.21307764878478622, - "tests/cli/test_main_list.py::test_list_package": 0.09135469970682648, - "tests/cli/test_main_list.py::test_list_reverse": 8.7859929843898, - "tests/cli/test_main_list.py::test_list_revisions": 0.16494871977218425, - "tests/cli/test_main_list.py::test_list_specific_version": 0.25882226701006134, - "tests/cli/test_main_notices.py::test_cache_names_appear_as_expected": 0.09733030261434733, - "tests/cli/test_main_notices.py::test_main_notices[200]": 0.08198913296221472, - "tests/cli/test_main_notices.py::test_main_notices[404]": 0.08277885478323352, - "tests/cli/test_main_notices.py::test_main_notices_handles_bad_expired_at_field": 0.07932869318666701, - "tests/cli/test_main_notices.py::test_main_notices_help": 0.04427262284339577, - "tests/cli/test_main_notices.py::test_main_notices_json": 0.05416481448343884, - "tests/cli/test_main_notices.py::test_main_notices_reads_from_cache": 0.0832166366559593, - "tests/cli/test_main_notices.py::test_main_notices_reads_from_expired_cache": 0.0987857527011836, - "tests/cli/test_main_notices.py::test_notices_appear_once_when_running_decorated_commands": 9.497616905003756, - "tests/cli/test_main_notices.py::test_notices_cannot_read_cache_files": 0.1346537809617326, - "tests/cli/test_main_notices.py::test_notices_does_not_interrupt_command_on_failure": 0.3794421297009853, - "tests/cli/test_main_notices.py::test_notices_work_with_s3_channel": 0.1340932960534421, - "tests/cli/test_main_remove.py::test_remove_all": 23.572275470683707, - "tests/cli/test_main_remove.py::test_remove_all_keep_env": 22.936773201945936, - "tests/cli/test_main_remove.py::test_remove_globbed_package_names[classic]": 23.2549240629117, - "tests/cli/test_main_remove.py::test_remove_globbed_package_names[libmamba]": 1.538799167951588, - "tests/cli/test_main_remove.py::test_remove_nonexistent_env": 0.07237915162407281, - "tests/cli/test_main_rename.py::test_cannot_rename_active_env_by_name": 8.883051331604893, - "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_name": 0.08803552044833075, - "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_path": 0.13526911083828314, - "tests/cli/test_main_rename.py::test_cannot_rename_nonexistent_env": 0.10034875893787287, - "tests/cli/test_main_rename.py::test_protected_dirs_error_for_rename": 9.646837512999996, - "tests/cli/test_main_rename.py::test_rename_by_name_name_already_exists_error": 7.970779776222423, - "tests/cli/test_main_rename.py::test_rename_by_name_success": 8.81024049858196, - "tests/cli/test_main_rename.py::test_rename_by_path_path_already_exists_error": 5.491003634510977, - "tests/cli/test_main_rename.py::test_rename_by_path_success": 9.680104977177653, - "tests/cli/test_main_rename.py::test_rename_with_dry_run": 6.662128449008292, - "tests/cli/test_main_rename.py::test_rename_with_force": 16.899374950814433, - "tests/cli/test_main_rename.py::test_rename_with_force_and_dry_run": 9.991715986420246, - "tests/cli/test_main_rename.py::test_rename_with_force_with_errors": 15.709037533715692, - "tests/cli/test_main_rename.py::test_rename_with_force_with_errors_prefix": 8.445135920216519, - "tests/cli/test_main_rename.py::test_separator_chars_on_win": 7.680500645597962, - "tests/cli/test_main_run.py::test_conda_run_nonexistant_prefix": 0.07204796939234434, - "tests/cli/test_main_run.py::test_conda_run_prefix_not_a_conda_env": 0.07323912033496043, - "tests/cli/test_main_run.py::test_multiline_run_command": 9.867569732926988, - "tests/cli/test_main_run.py::test_run_readonly_env": 0.0006202809261195595, - "tests/cli/test_main_run.py::test_run_returns_int": 9.21892867122789, - "tests/cli/test_main_run.py::test_run_returns_nonzero_errorlevel": 7.165800309382466, - "tests/cli/test_main_run.py::test_run_returns_zero_errorlevel": 9.155689371984172, - "tests/cli/test_main_run.py::test_run_uncaptured": 9.100225093995649, - "tests/cli/test_main_search.py::test_anaconda_token_with_private_package": 55.53625162553801, - "tests/cli/test_main_search.py::test_bad_anaconda_token": 1.4410782120391117, - "tests/cli/test_main_search.py::test_current_platform_package_missing": 0.19501488006440154, - "tests/cli/test_main_search.py::test_different_platform_package_found": 0.14157212827474483, - "tests/cli/test_main_search.py::test_mocked_platform_package_found": 0.17398447267815498, - "tests/cli/test_main_search.py::test_pretty_record": 0.004428670043556406, - "tests/cli/test_main_search.py::test_rpy_search[linux-32]": 16.862329429574668, - "tests/cli/test_main_search.py::test_rpy_search[linux-64]": 18.46414499728047, - "tests/cli/test_main_search.py::test_rpy_search[osx-64]": 20.978128550574393, - "tests/cli/test_main_search.py::test_rpy_search[win-32]": 12.888275190057351, - "tests/cli/test_main_search.py::test_rpy_search[win-64]": 13.710004895307003, - "tests/cli/test_main_search.py::test_search_0": 24.72023344721227, - "tests/cli/test_main_search.py::test_search_1": 0.762850170820881, - "tests/cli/test_main_search.py::test_search_2[exact]": 0.1458000731396969, - "tests/cli/test_main_search.py::test_search_2[wildcard]": 10.255117983998485, - "tests/cli/test_main_search.py::test_search_3": 2.247140936722067, - "tests/cli/test_main_search.py::test_search_4": 0.2699447003751716, - "tests/cli/test_main_search.py::test_search_5": 1.1671795244886682, - "tests/cli/test_main_search.py::test_search_envs": 0.14507822567278053, - "tests/cli/test_main_search.py::test_search_envs_info": 0.15578735478436925, - "tests/cli/test_main_search.py::test_search_envs_json": 0.12441755050586036, - "tests/cli/test_main_search.py::test_search_inflexible": 1.193538103097506, - "tests/cli/test_main_search.py::test_unknown_platform_package_missing": 0.15444655954201028, - "tests/cli/test_subcommands.py::test_clean[classic]": 1.5416000800563965, - "tests/cli/test_subcommands.py::test_clean[libmamba]": 2.489080202337561, - "tests/cli/test_subcommands.py::test_compare[classic]": 0.21676349753943064, - "tests/cli/test_subcommands.py::test_compare[libmamba]": 8.633075148033805, - "tests/cli/test_subcommands.py::test_config[classic]": 0.10563686560315164, - "tests/cli/test_subcommands.py::test_config[libmamba]": 0.10183666459051945, - "tests/cli/test_subcommands.py::test_create[classic]": 0.2715623071585926, - "tests/cli/test_subcommands.py::test_create[libmamba]": 8.961166455829845, - "tests/cli/test_subcommands.py::test_doctor[classic]": 6.077473708907746, - "tests/cli/test_subcommands.py::test_doctor[libmamba]": 6.1447982263023855, - "tests/cli/test_subcommands.py::test_env_config_vars[classic]": 0.4581326528872841, - "tests/cli/test_subcommands.py::test_env_config_vars[libmamba]": 9.728231233779232, - "tests/cli/test_subcommands.py::test_env_create[classic]": 1.1546057386511013, - "tests/cli/test_subcommands.py::test_env_create[libmamba]": 10.796635147934884, - "tests/cli/test_subcommands.py::test_env_export[classic]": 1.135076774268311, - "tests/cli/test_subcommands.py::test_env_export[libmamba]": 1.1631483956111903, - "tests/cli/test_subcommands.py::test_env_list[classic]": 0.20975939855505338, - "tests/cli/test_subcommands.py::test_env_list[libmamba]": 0.21514364311312595, - "tests/cli/test_subcommands.py::test_env_remove[classic]": 0.23313891354630964, - "tests/cli/test_subcommands.py::test_env_remove[libmamba]": 7.773128186387746, - "tests/cli/test_subcommands.py::test_env_update[classic]": 1.4165105613310516, - "tests/cli/test_subcommands.py::test_env_update[libmamba]": 17.074208829668635, - "tests/cli/test_subcommands.py::test_info[classic]": 0.10907921855823069, - "tests/cli/test_subcommands.py::test_info[libmamba]": 0.11033155490895231, - "tests/cli/test_subcommands.py::test_info_json[classic]": 0.21192914066839763, - "tests/cli/test_subcommands.py::test_info_json[libmamba]": 0.22180161221913794, - "tests/cli/test_subcommands.py::test_init[classic]": 0.47164985691455674, - "tests/cli/test_subcommands.py::test_init[libmamba]": 0.483930151061903, - "tests/cli/test_subcommands.py::test_install[classic]": 2.858168655082294, - "tests/cli/test_subcommands.py::test_install[libmamba]": 15.612587209811844, - "tests/cli/test_subcommands.py::test_list[classic]": 1.482120995877281, - "tests/cli/test_subcommands.py::test_list[libmamba]": 7.659646494793802, - "tests/cli/test_subcommands.py::test_notices[classic]": 0.19287504912529743, - "tests/cli/test_subcommands.py::test_notices[libmamba]": 0.21696982523035838, - "tests/cli/test_subcommands.py::test_package[classic]": 0.21367870557143598, - "tests/cli/test_subcommands.py::test_package[libmamba]": 9.270994205428229, - "tests/cli/test_subcommands.py::test_remove[classic-remove]": 0.22696820173736607, - "tests/cli/test_subcommands.py::test_remove[classic-uninstall]": 0.24325829130717136, - "tests/cli/test_subcommands.py::test_remove[libmamba-remove]": 8.716173722529707, - "tests/cli/test_subcommands.py::test_remove[libmamba-uninstall]": 7.755334189844862, - "tests/cli/test_subcommands.py::test_remove_all_json[classic-remove]": 0.9367798005952463, - "tests/cli/test_subcommands.py::test_remove_all_json[classic-uninstall]": 0.601148899712707, - "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-remove]": 7.36777930336605, - "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-uninstall]": 7.883920841118169, - "tests/cli/test_subcommands.py::test_rename[classic]": 0.3133384005433707, - "tests/cli/test_subcommands.py::test_rename[libmamba]": 10.778106894271817, - "tests/cli/test_subcommands.py::test_run[classic]": 0.9596833683958289, - "tests/cli/test_subcommands.py::test_run[libmamba]": 9.668900206137138, - "tests/cli/test_subcommands.py::test_search[classic]": 3.205848002407949, - "tests/cli/test_subcommands.py::test_search[libmamba]": 15.044349358825867, - "tests/cli/test_subcommands.py::test_update[classic-update]": 1.4726836366804235, - "tests/cli/test_subcommands.py::test_update[classic-upgrade]": 1.8035512762144266, - "tests/cli/test_subcommands.py::test_update[libmamba-update]": 17.077899477530423, - "tests/cli/test_subcommands.py::test_update[libmamba-upgrade]": 15.309509573404004, - "tests/common/os/test_windows.py::test_is_admin_on_windows": 0.0023891693777325076, - "tests/common/pkg_formats/test_python.py::test_basepydist_load_requires_provides_file": 0.004112074588712327, - "tests/common/pkg_formats/test_python.py::test_basepydist_parse_entries_file_data": 0.003166501930789494, - "tests/common/pkg_formats/test_python.py::test_basepydist_parse_requires_file_data": 0.002699841696137609, - "tests/common/pkg_formats/test_python.py::test_dist_get_paths": 0.003921524263345044, - "tests/common/pkg_formats/test_python.py::test_dist_get_paths_no_paths": 0.0030382544408257967, - "tests/common/pkg_formats/test_python.py::test_evaluate_marker": 0.0031975853935124533, - "tests/common/pkg_formats/test_python.py::test_get_default_marker_context": 0.0026450717617149382, - "tests/common/pkg_formats/test_python.py::test_get_dist_file_from_egg_link": 0.010052269245787686, - "tests/common/pkg_formats/test_python.py::test_get_dist_requirements": 0.004673305370145616, - "tests/common/pkg_formats/test_python.py::test_get_entry_points": 0.005282659504756416, - "tests/common/pkg_formats/test_python.py::test_get_extra_provides": 0.005247014728515911, - "tests/common/pkg_formats/test_python.py::test_get_python_distribution_info": 0.0005857134890636033, - "tests/common/pkg_formats/test_python.py::test_get_site_packages_anchor_files": 0.011372157357580712, + "tests/cli/test_main_info.py::test_info_json": 0.09886243461058726, + "tests/cli/test_main_info.py::test_info_root": 0.1985555159686671, + "tests/cli/test_main_info.py::test_info_unsafe_channels": 0.20768649790214022, + "tests/cli/test_main_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 653.8548886742894, + "tests/cli/test_main_install.py::test_install_freezes_env_by_default": 0.9384335175011373, + "tests/cli/test_main_install.py::test_install_from_extracted_package": 33.606107150603904, + "tests/cli/test_main_install.py::test_install_mkdir": 56.0296193588297, + "tests/cli/test_main_list.py::test_explicit[--md5]": 12.729726422934922, + "tests/cli/test_main_list.py::test_explicit[--quiet]": 13.028038881941235, + "tests/cli/test_main_list.py::test_explicit[--sha256]": 12.766244671403747, + "tests/cli/test_main_list.py::test_export": 2.1854718400640665, + "tests/cli/test_main_list.py::test_list": 8.737657819748689, + "tests/cli/test_main_list.py::test_list_explicit": 11.194025619296713, + "tests/cli/test_main_list.py::test_list_json": 0.2081802167050669, + "tests/cli/test_main_list.py::test_list_package": 0.09064656603742369, + "tests/cli/test_main_list.py::test_list_reverse": 9.73149127328536, + "tests/cli/test_main_list.py::test_list_revisions": 0.16239509887768933, + "tests/cli/test_main_list.py::test_list_specific_version": 0.3043021547599496, + "tests/cli/test_main_notices.py::test_cache_names_appear_as_expected": 0.11198179369210293, + "tests/cli/test_main_notices.py::test_main_notices[200]": 0.10106226118046435, + "tests/cli/test_main_notices.py::test_main_notices[404]": 0.10897795645116429, + "tests/cli/test_main_notices.py::test_main_notices_handles_bad_expired_at_field": 0.10103173143078693, + "tests/cli/test_main_notices.py::test_main_notices_help": 0.04004129028139451, + "tests/cli/test_main_notices.py::test_main_notices_json": 0.05866958107226084, + "tests/cli/test_main_notices.py::test_main_notices_reads_from_cache": 0.10649416048289469, + "tests/cli/test_main_notices.py::test_main_notices_reads_from_expired_cache": 0.11153345023490571, + "tests/cli/test_main_notices.py::test_notices_appear_once_when_running_decorated_commands": 10.036337173133205, + "tests/cli/test_main_notices.py::test_notices_cannot_read_cache_files": 0.14895267816058136, + "tests/cli/test_main_notices.py::test_notices_does_not_interrupt_command_on_failure": 0.4285684926714523, + "tests/cli/test_main_notices.py::test_notices_work_with_s3_channel": 0.156222011381684, + "tests/cli/test_main_remove.py::test_remove_all": 22.149602991722542, + "tests/cli/test_main_remove.py::test_remove_all_keep_env": 21.440302427857464, + "tests/cli/test_main_remove.py::test_remove_globbed_package_names[classic]": 22.774331414665042, + "tests/cli/test_main_remove.py::test_remove_globbed_package_names[libmamba]": 1.5663505128093829, + "tests/cli/test_main_remove.py::test_remove_nonexistent_env": 0.07028406750362476, + "tests/cli/test_main_rename.py::test_cannot_rename_active_env_by_name": 8.82564922827462, + "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_name": 0.08204650862683337, + "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_path": 0.12510744566795742, + "tests/cli/test_main_rename.py::test_cannot_rename_nonexistent_env": 0.09283172432648794, + "tests/cli/test_main_rename.py::test_protected_dirs_error_for_rename": 9.899213938002902, + "tests/cli/test_main_rename.py::test_rename_by_name_name_already_exists_error": 7.1763004999339515, + "tests/cli/test_main_rename.py::test_rename_by_name_success": 9.34631767927556, + "tests/cli/test_main_rename.py::test_rename_by_path_path_already_exists_error": 6.021199465986028, + "tests/cli/test_main_rename.py::test_rename_by_path_success": 8.035982869847183, + "tests/cli/test_main_rename.py::test_rename_with_dry_run": 8.068168317934933, + "tests/cli/test_main_rename.py::test_rename_with_force": 17.15714361769624, + "tests/cli/test_main_rename.py::test_rename_with_force_and_dry_run": 10.129536363882186, + "tests/cli/test_main_rename.py::test_rename_with_force_with_errors": 16.25990984738804, + "tests/cli/test_main_rename.py::test_rename_with_force_with_errors_prefix": 8.155720054051772, + "tests/cli/test_main_rename.py::test_separator_chars_on_win": 8.668270691326848, + "tests/cli/test_main_run.py::test_conda_run_nonexistant_prefix": 0.07158205141707322, + "tests/cli/test_main_run.py::test_conda_run_prefix_not_a_conda_env": 0.07228559664969075, + "tests/cli/test_main_run.py::test_multiline_run_command": 9.621118082534242, + "tests/cli/test_main_run.py::test_run_readonly_env": 0.0006101891627172348, + "tests/cli/test_main_run.py::test_run_returns_int": 8.353410885615716, + "tests/cli/test_main_run.py::test_run_returns_nonzero_errorlevel": 6.218613844226415, + "tests/cli/test_main_run.py::test_run_returns_zero_errorlevel": 7.750228998481042, + "tests/cli/test_main_run.py::test_run_uncaptured": 9.674005967345959, + "tests/cli/test_main_search.py::test_anaconda_token_with_private_package": 52.60384412043, + "tests/cli/test_main_search.py::test_bad_anaconda_token": 1.1344922096221877, + "tests/cli/test_main_search.py::test_current_platform_package_missing": 0.13498189605412036, + "tests/cli/test_main_search.py::test_different_platform_package_found": 0.1400202831103905, + "tests/cli/test_main_search.py::test_mocked_platform_package_found": 0.16514673371810523, + "tests/cli/test_main_search.py::test_pretty_record": 0.004448245578279776, + "tests/cli/test_main_search.py::test_rpy_search[linux-32]": 16.638908064587675, + "tests/cli/test_main_search.py::test_rpy_search[linux-64]": 20.88658673904888, + "tests/cli/test_main_search.py::test_rpy_search[osx-64]": 18.741573871545604, + "tests/cli/test_main_search.py::test_rpy_search[win-32]": 11.843018745141096, + "tests/cli/test_main_search.py::test_rpy_search[win-64]": 15.133217363387097, + "tests/cli/test_main_search.py::test_search_0": 13.48664688293855, + "tests/cli/test_main_search.py::test_search_1": 0.25529214700366565, + "tests/cli/test_main_search.py::test_search_2[exact]": 0.8357177520780571, + "tests/cli/test_main_search.py::test_search_2[wildcard]": 3.6838878686879215, + "tests/cli/test_main_search.py::test_search_3": 2.3317063012308084, + "tests/cli/test_main_search.py::test_search_4": 0.2930791840152029, + "tests/cli/test_main_search.py::test_search_5": 1.1371797646464104, + "tests/cli/test_main_search.py::test_search_envs": 0.16054542910463981, + "tests/cli/test_main_search.py::test_search_envs_info": 0.17477516934115805, + "tests/cli/test_main_search.py::test_search_envs_json": 0.1383402908909119, + "tests/cli/test_main_search.py::test_search_inflexible": 1.2035086564381505, + "tests/cli/test_main_search.py::test_unknown_platform_package_missing": 0.13892902988559827, + "tests/cli/test_subcommands.py::test_clean[classic]": 2.1617898142839365, + "tests/cli/test_subcommands.py::test_clean[libmamba]": 3.060454833649966, + "tests/cli/test_subcommands.py::test_compare[classic]": 0.23760581819773754, + "tests/cli/test_subcommands.py::test_compare[libmamba]": 7.413075686869979, + "tests/cli/test_subcommands.py::test_config[classic]": 0.10490784395639723, + "tests/cli/test_subcommands.py::test_config[libmamba]": 0.10166944609840685, + "tests/cli/test_subcommands.py::test_create[classic]": 0.40564157801467293, + "tests/cli/test_subcommands.py::test_create[libmamba]": 9.721018977208784, + "tests/cli/test_subcommands.py::test_doctor[classic]": 6.123878899887128, + "tests/cli/test_subcommands.py::test_doctor[libmamba]": 6.160769762076459, + "tests/cli/test_subcommands.py::test_env_config_vars[classic]": 0.42710347525093273, + "tests/cli/test_subcommands.py::test_env_config_vars[libmamba]": 9.885402239403813, + "tests/cli/test_subcommands.py::test_env_create[classic]": 1.3639488257280792, + "tests/cli/test_subcommands.py::test_env_create[libmamba]": 10.24292841936799, + "tests/cli/test_subcommands.py::test_env_export[classic]": 1.1682141460228639, + "tests/cli/test_subcommands.py::test_env_export[libmamba]": 1.1539221658528438, + "tests/cli/test_subcommands.py::test_env_list[classic]": 0.20751138012038106, + "tests/cli/test_subcommands.py::test_env_list[libmamba]": 0.2670833775391647, + "tests/cli/test_subcommands.py::test_env_remove[classic]": 0.22710515086491137, + "tests/cli/test_subcommands.py::test_env_remove[libmamba]": 7.4867239174646985, + "tests/cli/test_subcommands.py::test_env_update[classic]": 1.301104127756539, + "tests/cli/test_subcommands.py::test_env_update[libmamba]": 17.108870838156694, + "tests/cli/test_subcommands.py::test_info[classic]": 0.1154484089508985, + "tests/cli/test_subcommands.py::test_info[libmamba]": 0.11050533872365056, + "tests/cli/test_subcommands.py::test_info_json[classic]": 0.2101349681957905, + "tests/cli/test_subcommands.py::test_info_json[libmamba]": 0.21754473663945045, + "tests/cli/test_subcommands.py::test_init[classic]": 0.4717825198614403, + "tests/cli/test_subcommands.py::test_init[libmamba]": 0.4880065347968787, + "tests/cli/test_subcommands.py::test_install[classic]": 3.1588978324786483, + "tests/cli/test_subcommands.py::test_install[libmamba]": 15.844445153360311, + "tests/cli/test_subcommands.py::test_list[classic]": 1.5863708919154487, + "tests/cli/test_subcommands.py::test_list[libmamba]": 6.9615756112246565, + "tests/cli/test_subcommands.py::test_notices[classic]": 0.20711542585589618, + "tests/cli/test_subcommands.py::test_notices[libmamba]": 0.22782368257149296, + "tests/cli/test_subcommands.py::test_package[classic]": 0.21114690090187613, + "tests/cli/test_subcommands.py::test_package[libmamba]": 8.846120045683818, + "tests/cli/test_subcommands.py::test_remove[classic-remove]": 0.2243034793703794, + "tests/cli/test_subcommands.py::test_remove[classic-uninstall]": 0.2345180564725275, + "tests/cli/test_subcommands.py::test_remove[libmamba-remove]": 7.215967261100928, + "tests/cli/test_subcommands.py::test_remove[libmamba-uninstall]": 7.338751552183188, + "tests/cli/test_subcommands.py::test_remove_all_json[classic-remove]": 0.7363761971378334, + "tests/cli/test_subcommands.py::test_remove_all_json[classic-uninstall]": 0.48214160004638446, + "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-remove]": 6.841245179970031, + "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-uninstall]": 6.700591408794316, + "tests/cli/test_subcommands.py::test_rename[classic]": 0.40415685467523965, + "tests/cli/test_subcommands.py::test_rename[libmamba]": 9.937931116542439, + "tests/cli/test_subcommands.py::test_run[classic]": 1.1768056256532766, + "tests/cli/test_subcommands.py::test_run[libmamba]": 8.16188490800483, + "tests/cli/test_subcommands.py::test_search[classic]": 2.0973383070716376, + "tests/cli/test_subcommands.py::test_search[libmamba]": 18.59260783953092, + "tests/cli/test_subcommands.py::test_update[classic-update]": 1.2712501542876402, + "tests/cli/test_subcommands.py::test_update[classic-upgrade]": 1.5115923267714213, + "tests/cli/test_subcommands.py::test_update[libmamba-update]": 17.031627088478196, + "tests/cli/test_subcommands.py::test_update[libmamba-upgrade]": 15.875825689592947, + "tests/common/os/test_windows.py::test_is_admin_on_windows": 0.0023915328822886575, + "tests/common/pkg_formats/test_python.py::test_basepydist_load_requires_provides_file": 0.004279370232115612, + "tests/common/pkg_formats/test_python.py::test_basepydist_parse_entries_file_data": 0.003237012402124584, + "tests/common/pkg_formats/test_python.py::test_basepydist_parse_requires_file_data": 0.0027835866706464284, + "tests/common/pkg_formats/test_python.py::test_dist_get_paths": 0.00429764399686483, + "tests/common/pkg_formats/test_python.py::test_dist_get_paths_no_paths": 0.003181862828753874, + "tests/common/pkg_formats/test_python.py::test_evaluate_marker": 0.003207657833543926, + "tests/common/pkg_formats/test_python.py::test_get_default_marker_context": 0.002650690029987156, + "tests/common/pkg_formats/test_python.py::test_get_dist_file_from_egg_link": 0.008779306159911977, + "tests/common/pkg_formats/test_python.py::test_get_dist_requirements": 0.008814116349566336, + "tests/common/pkg_formats/test_python.py::test_get_entry_points": 0.006005104476360326, + "tests/common/pkg_formats/test_python.py::test_get_extra_provides": 0.00581050357201916, + "tests/common/pkg_formats/test_python.py::test_get_python_distribution_info": 0.0005964329539832076, + "tests/common/pkg_formats/test_python.py::test_get_site_packages_anchor_files": 0.013116673613616686, "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.0033093894201638636, - "tests/common/pkg_formats/test_python.py::test_metadata[path1-True-False-False-False]": 0.0033965197390720602, - "tests/common/pkg_formats/test_python.py::test_metadata[path2-True-True-True-False]": 0.0035572085454864456, - "tests/common/pkg_formats/test_python.py::test_metadata[path3-True-True-True-True]": 0.0034480395156779356, - "tests/common/pkg_formats/test_python.py::test_metadata_keys": 0.002337461427970444, - "tests/common/pkg_formats/test_python.py::test_metadata_none": 0.0024186607726483208, - "tests/common/pkg_formats/test_python.py::test_metadata_process_path": 0.0037399736733359553, - "tests/common/pkg_formats/test_python.py::test_metadata_read_metadata": 0.006264510239078074, - "tests/common/pkg_formats/test_python.py::test_norm_package_name": 0.0027964498468402263, - "tests/common/pkg_formats/test_python.py::test_norm_package_version": 0.0028997539595237726, - "tests/common/pkg_formats/test_python.py::test_parse_specification": 0.0052612995045279234, - "tests/common/pkg_formats/test_python.py::test_pydist_check_files": 0.005600119903326788, - "tests/common/pkg_formats/test_python.py::test_pypi_name_to_conda_name": 0.0025806418030602804, - "tests/common/pkg_formats/test_python.py::test_python_dist_egg_fpath": 0.006147965609690395, - "tests/common/pkg_formats/test_python.py::test_python_dist_egg_path": 0.00470957850949631, - "tests/common/pkg_formats/test_python.py::test_python_dist_info": 0.0060384486978497, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies": 0.005011435941589398, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_2": 0.004264179611228268, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_3": 0.0038206667254881595, - "tests/common/pkg_formats/test_python.py::test_split_spec": 0.002794887866536083, - "tests/common/test_compat.py::test_deprecations[FILESYSTEM_ENCODING-TypeError]": 0.0027076574119891256, - "tests/common/test_compat.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.002561013971885911, - "tests/common/test_compat.py::test_deprecations[ensure_unicode-TypeError]": 0.0025943346069640123, - "tests/common/test_compat.py::test_deprecations[open-TypeError]": 0.0026655964837203508, - "tests/common/test_compat.py::test_deprecations[six_with_metaclass-TypeError]": 0.0025904304515758027, - "tests/common/test_configuration.py::test_commented_map_parameter": 0.0039543592868056055, - "tests/common/test_configuration.py::test_config_resets": 0.0035960757823476812, - "tests/common/test_configuration.py::test_cross_parameter_validation": 0.0023442122859422365, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$$/suffix]": 0.000585548371807594, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$/suffix]": 0.002640505876376509, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$1/suffix]": 0.00251836992735527, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$MISSING/suffix]": 0.002538681585691254, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$VARIABLE/suffix]": 0.002573713998321608, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${1}/suffix]": 0.0024983868502490617, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${MISSING}/suffix]": 0.002514147143192761, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${VARIABLE}/suffix]": 0.0025208411320648844, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${}/suffix]": 0.0025079059353093833, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%%/suffix]": 0.0005259621080062003, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%/suffix]": 0.0025001505488414697, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1%/suffix]": 0.002517050677437842, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1/suffix]": 0.0025227157471202108, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%MISSING%/suffix]": 0.002519197658168917, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%VARIABLE%/suffix]": 0.0025281370121744977, - "tests/common/test_configuration.py::test_default_values": 0.002658540149603477, - "tests/common/test_configuration.py::test_empty_map_parameter": 0.006110082363614276, - "tests/common/test_configuration.py::test_env_var_config": 0.0031572682149183197, - "tests/common/test_configuration.py::test_env_var_config_alias": 0.003145750086470768, - "tests/common/test_configuration.py::test_env_var_config_empty_sequence": 0.003010222326188708, - "tests/common/test_configuration.py::test_env_var_config_no_split_sequence": 0.0035979415974468085, - "tests/common/test_configuration.py::test_env_var_config_split_sequence": 0.0031216918981192294, - "tests/common/test_configuration.py::test_expand_search_path": 0.0005594355823227827, - "tests/common/test_configuration.py::test_expanded_variables": 0.0075650294730744295, - "tests/common/test_configuration.py::test_important_primitive_map_merges": 0.08403044443154996, - "tests/common/test_configuration.py::test_invalid_map_parameter": 0.0025132827624513077, - "tests/common/test_configuration.py::test_invalid_seq_parameter": 0.0024579938826506556, - "tests/common/test_configuration.py::test_list_merges": 0.07314347740695137, - "tests/common/test_configuration.py::test_load_raw_configs": 0.028953822463789476, - "tests/common/test_configuration.py::test_map_parameter_must_be_map": 0.003489380100644327, - "tests/common/test_configuration.py::test_nested": 0.015383090294170725, - "tests/common/test_configuration.py::test_object": 0.011932701175167329, - "tests/common/test_configuration.py::test_object_defaults_completely_empty": 0.0032176006164909257, - "tests/common/test_configuration.py::test_object_defaults_partially_empty": 0.005465359380648824, - "tests/common/test_configuration.py::test_parameter": 0.002366185282606715, - "tests/common/test_configuration.py::test_parameter_flag": 0.0023192125011926726, - "tests/common/test_configuration.py::test_pretty_list": 0.002809572806524176, - "tests/common/test_configuration.py::test_raise_errors": 0.0023691244671204454, - "tests/common/test_configuration.py::test_simple_merges_and_caching": 0.018861413988485582, - "tests/common/test_configuration.py::test_unique_sequence_map_error_with_duplicates": 0.04334038980158203, - "tests/common/test_configuration.py::test_unique_sequence_map_error_with_unique_key": 0.0039249714444267135, - "tests/common/test_configuration.py::test_validate_all": 0.01338455885601044, - "tests/common/test_configuration.py::test_validation": 0.013060794378932082, - "tests/common/test_io.py::test_attach_stderr_handler": 0.003056486253751264, - "tests/common/test_io.py::test_captured": 0.002679582147433902, - "tests/common/test_path.py::test_get_major_minor_version_no_dot": 0.002481408728530366, - "tests/common/test_path.py::test_missing_pyc_files_27": 0.0023836043575584083, - "tests/common/test_path.py::test_missing_pyc_files_34": 0.0024822858415496254, - "tests/common/test_path.py::test_missing_pyc_files_35": 0.0024556119917632058, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH0]": 0.03192840994280616, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH10]": 0.04503934235441158, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH11]": 0.07157018980234209, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH1]": 0.04504019799330978, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH2]": 0.044737199681608754, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH3]": 0.03218183407447964, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH4]": 0.07213035470743015, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH5]": 0.04510971563773269, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH6]": 0.032316211237083885, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH7]": 0.045059237841429484, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH8]": 0.07175760350041194, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH9]": 0.03230091241674979, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC0]": 0.07254181095349584, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC1]": 2.4369734895688646, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC2]": 1.6030963786445045, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC3]": 0.5090332654913475, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC4]": 0.044952633531094355, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC5]": 0.133176417021734, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC6]": 0.1844335309377547, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC7]": 0.04501666728422445, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd0]": 0.07311578036242829, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd1]": 0.0049433028457463325, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd2]": 0.005368279577415638, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd3]": 0.07305027242370328, - "tests/common/test_path.py::test_path_conversion[cygpath-drive0]": 0.03171375338256476, - "tests/common/test_path.py::test_path_conversion[cygpath-drive10]": 0.07164244429263972, - "tests/common/test_path.py::test_path_conversion[cygpath-drive11]": 0.04501179574690527, - "tests/common/test_path.py::test_path_conversion[cygpath-drive12]": 0.04509178692535461, - "tests/common/test_path.py::test_path_conversion[cygpath-drive13]": 0.04517335363596822, - "tests/common/test_path.py::test_path_conversion[cygpath-drive14]": 0.07132274998078666, - "tests/common/test_path.py::test_path_conversion[cygpath-drive15]": 0.044881312006749816, - "tests/common/test_path.py::test_path_conversion[cygpath-drive1]": 0.03200595178232424, - "tests/common/test_path.py::test_path_conversion[cygpath-drive2]": 0.044611721576242325, - "tests/common/test_path.py::test_path_conversion[cygpath-drive3]": 0.04486838686003156, - "tests/common/test_path.py::test_path_conversion[cygpath-drive4]": 0.07125507065165822, - "tests/common/test_path.py::test_path_conversion[cygpath-drive5]": 0.031991808324385466, - "tests/common/test_path.py::test_path_conversion[cygpath-drive6]": 0.03192009724195403, - "tests/common/test_path.py::test_path_conversion[cygpath-drive7]": 0.03178525611397142, - "tests/common/test_path.py::test_path_conversion[cygpath-drive8]": 0.04494770450544581, - "tests/common/test_path.py::test_path_conversion[cygpath-drive9]": 0.04516892239311594, - "tests/common/test_path.py::test_path_conversion[cygpath-relative0]": 0.07117388010799167, - "tests/common/test_path.py::test_path_conversion[cygpath-relative1]": 0.07171371422645374, - "tests/common/test_path.py::test_path_conversion[cygpath-relative2]": 0.07119585115721841, - "tests/common/test_path.py::test_path_conversion[cygpath-root0]": 0.07242851164434708, - "tests/common/test_path.py::test_path_conversion[cygpath-root10]": 0.03236865629707159, - "tests/common/test_path.py::test_path_conversion[cygpath-root11]": 0.04564415459372611, - "tests/common/test_path.py::test_path_conversion[cygpath-root12]": 0.07228028448184266, - "tests/common/test_path.py::test_path_conversion[cygpath-root13]": 0.03608544114019634, - "tests/common/test_path.py::test_path_conversion[cygpath-root14]": 0.04547585044436629, - "tests/common/test_path.py::test_path_conversion[cygpath-root1]": 0.03252394501806072, - "tests/common/test_path.py::test_path_conversion[cygpath-root2]": 0.032270557427700096, - "tests/common/test_path.py::test_path_conversion[cygpath-root3]": 0.04553685631315315, - "tests/common/test_path.py::test_path_conversion[cygpath-root4]": 0.07219386513137072, - "tests/common/test_path.py::test_path_conversion[cygpath-root5]": 0.03248269675065216, - "tests/common/test_path.py::test_path_conversion[cygpath-root6]": 0.03246703355765082, - "tests/common/test_path.py::test_path_conversion[cygpath-root7]": 0.04556494076607518, - "tests/common/test_path.py::test_path_conversion[cygpath-root8]": 0.07187196273849814, - "tests/common/test_path.py::test_path_conversion[cygpath-root9]": 0.032462505282190725, - "tests/common/test_path.py::test_path_conversion[fallback-PATH0]": 0.011705359981233164, - "tests/common/test_path.py::test_path_conversion[fallback-PATH10]": 0.014577918194918814, - "tests/common/test_path.py::test_path_conversion[fallback-PATH11]": 0.020307245558431896, - "tests/common/test_path.py::test_path_conversion[fallback-PATH1]": 0.015386133537568403, - "tests/common/test_path.py::test_path_conversion[fallback-PATH2]": 0.014829942448834316, - "tests/common/test_path.py::test_path_conversion[fallback-PATH3]": 0.011666773573933057, - "tests/common/test_path.py::test_path_conversion[fallback-PATH4]": 0.020348411976797723, - "tests/common/test_path.py::test_path_conversion[fallback-PATH5]": 0.014549377261532055, - "tests/common/test_path.py::test_path_conversion[fallback-PATH6]": 0.011694920331395613, - "tests/common/test_path.py::test_path_conversion[fallback-PATH7]": 0.015937885248636933, - "tests/common/test_path.py::test_path_conversion[fallback-PATH8]": 0.020448276254005485, - "tests/common/test_path.py::test_path_conversion[fallback-PATH9]": 0.011837983933445295, - "tests/common/test_path.py::test_path_conversion[fallback-UNC0]": 0.020306969495636592, - "tests/common/test_path.py::test_path_conversion[fallback-UNC1]": 0.02029710936705721, - "tests/common/test_path.py::test_path_conversion[fallback-UNC2]": 0.02063232782127616, - "tests/common/test_path.py::test_path_conversion[fallback-UNC3]": 0.011645540017798967, - "tests/common/test_path.py::test_path_conversion[fallback-UNC4]": 0.014605676380980464, - "tests/common/test_path.py::test_path_conversion[fallback-UNC5]": 0.02033569016386409, - "tests/common/test_path.py::test_path_conversion[fallback-UNC6]": 0.01159499063646317, - "tests/common/test_path.py::test_path_conversion[fallback-UNC7]": 0.014589917022288823, - "tests/common/test_path.py::test_path_conversion[fallback-cwd0]": 0.02600158528264832, - "tests/common/test_path.py::test_path_conversion[fallback-cwd1]": 0.005611685900109563, - "tests/common/test_path.py::test_path_conversion[fallback-cwd2]": 0.005618360022205021, - "tests/common/test_path.py::test_path_conversion[fallback-cwd3]": 0.02073065751738984, - "tests/common/test_path.py::test_path_conversion[fallback-drive0]": 0.014470073137286302, - "tests/common/test_path.py::test_path_conversion[fallback-drive10]": 0.025927422563724486, - "tests/common/test_path.py::test_path_conversion[fallback-drive11]": 0.01748013410856126, - "tests/common/test_path.py::test_path_conversion[fallback-drive12]": 0.017595954844677044, - "tests/common/test_path.py::test_path_conversion[fallback-drive13]": 0.017406486172810216, - "tests/common/test_path.py::test_path_conversion[fallback-drive14]": 0.026015940860717863, - "tests/common/test_path.py::test_path_conversion[fallback-drive15]": 0.01742430554993155, - "tests/common/test_path.py::test_path_conversion[fallback-drive1]": 0.014631411455935106, - "tests/common/test_path.py::test_path_conversion[fallback-drive2]": 0.01759591997096048, - "tests/common/test_path.py::test_path_conversion[fallback-drive3]": 0.01746288351687929, - "tests/common/test_path.py::test_path_conversion[fallback-drive4]": 0.02612006917331426, - "tests/common/test_path.py::test_path_conversion[fallback-drive5]": 0.014517927913293156, - "tests/common/test_path.py::test_path_conversion[fallback-drive6]": 0.014442633308672233, - "tests/common/test_path.py::test_path_conversion[fallback-drive7]": 0.014536528750541872, - "tests/common/test_path.py::test_path_conversion[fallback-drive8]": 0.017545749417671883, - "tests/common/test_path.py::test_path_conversion[fallback-drive9]": 0.017480222117139788, - "tests/common/test_path.py::test_path_conversion[fallback-relative0]": 0.020262381066304853, - "tests/common/test_path.py::test_path_conversion[fallback-relative1]": 0.020236834507312486, - "tests/common/test_path.py::test_path_conversion[fallback-relative2]": 0.020127620082341462, - "tests/common/test_path.py::test_path_conversion[fallback-root0]": 0.023358750087094194, - "tests/common/test_path.py::test_path_conversion[fallback-root10]": 0.014091830361099233, - "tests/common/test_path.py::test_path_conversion[fallback-root11]": 0.014405542367794458, - "tests/common/test_path.py::test_path_conversion[fallback-root12]": 0.027678932730029124, - "tests/common/test_path.py::test_path_conversion[fallback-root13]": 0.011893610799899168, - "tests/common/test_path.py::test_path_conversion[fallback-root14]": 0.014523966057989814, - "tests/common/test_path.py::test_path_conversion[fallback-root1]": 0.011630635339549396, - "tests/common/test_path.py::test_path_conversion[fallback-root2]": 0.011600350397643764, - "tests/common/test_path.py::test_path_conversion[fallback-root3]": 0.014799891409025457, - "tests/common/test_path.py::test_path_conversion[fallback-root4]": 0.020613779698201665, - "tests/common/test_path.py::test_path_conversion[fallback-root5]": 0.011752745162415963, - "tests/common/test_path.py::test_path_conversion[fallback-root6]": 0.011783225640755152, - "tests/common/test_path.py::test_path_conversion[fallback-root7]": 0.014578309900272491, - "tests/common/test_path.py::test_path_conversion[fallback-root8]": 0.020517195305677194, - "tests/common/test_path.py::test_path_conversion[fallback-root9]": 0.01158600615967527, - "tests/common/test_path.py::test_path_conversion_falsy[None]": 0.0024976189612554043, - "tests/common/test_path.py::test_path_conversion_falsy[empty dict]": 0.0025420726694552398, - "tests/common/test_path.py::test_path_conversion_falsy[empty list]": 0.0024899157367670437, - "tests/common/test_path.py::test_path_conversion_falsy[empty set]": 0.002495837857597862, - "tests/common/test_path.py::test_path_conversion_falsy[empty tuple]": 0.0025117759941200167, - "tests/common/test_path.py::test_path_identity": 0.004260872929816343, - "tests/common/test_path.py::test_url_to_path_unix": 0.0024478931851332664, - "tests/common/test_path.py::test_url_to_path_windows_local": 0.003083275706452461, - "tests/common/test_path.py::test_url_to_path_windows_unc": 0.002402627059932838, - "tests/common/test_path.py::test_win_path_backout": 0.002329870035177154, - "tests/common/test_toposort.py::test_cycle": 0.0025001265387723523, - "tests/common/test_toposort.py::test_cycle_best_effort": 0.0024541960896080997, - "tests/common/test_toposort.py::test_degenerate": 0.002319524108662127, - "tests/common/test_toposort.py::test_pop_key": 0.0024042513240782807, - "tests/common/test_toposort.py::test_python_is_prioritized": 0.002439434376281801, - "tests/common/test_toposort.py::test_simple": 0.0024169505583272587, - "tests/common/test_url.py::test_add_username_and_pass_to_url": 0.002408082303583968, - "tests/common/test_url.py::test_is_ip_address": 0.0023265057107456585, - "tests/common/test_url.py::test_is_ipv6_address": 0.002338566416039306, - "tests/common/test_url.py::test_is_url": 0.002638156670956791, - "tests/common/test_url.py::test_maybe_add_auth": 0.0024942191742618218, - "tests/common/test_url.py::test_split_scheme_auth_token": 0.0023941418024044105, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj0-http://conda.io/path/to/somewhere]": 0.002520688008710991, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj1-https://user:pass@conda.io/path/to/somewhere]": 0.0025130340360652657, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj2-file:///opt/happy/path]": 0.0025448147895717147, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj3-file:///path/to/something.txt]": 0.0025152044415749143, - "tests/common/test_url.py::test_url_to_s3_info": 0.0023614971040101258, - "tests/common/test_url.py::test_urlparse[192.168.1.1:8080/path/to/resource-exp_url_obj0]": 0.002644494906569976, - "tests/common/test_url.py::test_urlparse[file:///opt/happy/path-exp_url_obj2]": 0.002592745395706751, - "tests/common/test_url.py::test_urlparse[https://conda.io/happy/path-exp_url_obj1]": 0.0026086231688804084, - "tests/common/test_url.py::test_urlparse[https://u:p@conda.io/t/x1029384756/more/path-exp_url_obj3]": 0.0025796404456361103, - "tests/common/test_yaml.py::test_dump": 0.006228472776603863, - "tests/common/test_yaml.py::test_map": 0.003084703293773495, - "tests/common/test_yaml.py::test_seq_simple": 0.0032626426455998913, - "tests/common/test_yaml.py::test_yaml_complex": 0.01112375551884548, - "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_none_values_error": 0.0005459248510576454, - "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_permission_error": 0.025263520138634074, - "tests/core/test_envs_manager.py::test_prefix_cli_flag": 0.007818930232370718, - "tests/core/test_envs_manager.py::test_register_env_directory_creation_error": 0.005833572574728834, - "tests/core/test_envs_manager.py::test_register_unregister_location_env": 0.012926027505453947, - "tests/core/test_envs_manager.py::test_rewrite_environments_txt_file": 0.0062152044475869, - "tests/core/test_index.py::TestIndex::test_cache_entries[False]": 0.2098006703751865, - "tests/core/test_index.py::TestIndex::test_cache_entries[True]": 0.3344191838072333, - "tests/core/test_index.py::TestIndex::test_contains_invalid[False]": 0.2293005429647852, - "tests/core/test_index.py::TestIndex::test_contains_invalid[True]": 0.38706022514754224, - "tests/core/test_index.py::TestIndex::test_contains_valid[False]": 0.20844972430601547, - "tests/core/test_index.py::TestIndex::test_contains_valid[True]": 0.35262724777727783, - "tests/core/test_index.py::TestIndex::test_copy[False]": 0.4497127622684873, - "tests/core/test_index.py::TestIndex::test_copy[True]": 0.33600821623506383, - "tests/core/test_index.py::TestIndex::test_getitem_cache[False]": 0.2070704395766648, - "tests/core/test_index.py::TestIndex::test_getitem_cache[True]": 0.33894605361699964, - "tests/core/test_index.py::TestIndex::test_getitem_channel[False]": 0.22289977405967962, - "tests/core/test_index.py::TestIndex::test_getitem_channel[True]": 0.34287624722393184, - "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[False]": 0.21520939853529494, - "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[True]": 0.33543026654433306, - "tests/core/test_index.py::TestIndex::test_getitem_feature[False]": 0.20547273969219187, - "tests/core/test_index.py::TestIndex::test_getitem_feature[True]": 0.33404905977235166, - "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[False]": 0.21467570524978236, - "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[True]": 0.34146119325573626, - "tests/core/test_index.py::TestIndex::test_getitem_prefix[False]": 0.21992252630798087, - "tests/core/test_index.py::TestIndex::test_getitem_prefix[True]": 0.33556589157624866, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[False]": 0.22967026961430026, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[True]": 0.33624582954005244, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[False]": 0.20733052441109454, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[True]": 0.3348745575282991, - "tests/core/test_index.py::TestIndex::test_init_conflicting_subdirs": 0.0514428942062553, - "tests/core/test_index.py::TestIndex::test_init_prefix_data": 0.05246108934376673, - "tests/core/test_index.py::TestIndex::test_init_prefix_path": 0.07017405210018643, - "tests/core/test_index.py::TestIndex::test_init_use_local": 0.04928487379999827, - "tests/core/test_index.py::TestIndex::test_reduced_index[False]": 0.31876398745979906, - "tests/core/test_index.py::TestIndex::test_reduced_index[True]": 0.45995097543744184, - "tests/core/test_index.py::test__make_virtual_package": 0.04968889962674995, - "tests/core/test_index.py::test__supplement_index_with_cache": 0.056607193534908645, - "tests/core/test_index.py::test__supplement_index_with_prefix": 0.37423676340409917, - "tests/core/test_index.py::test__supplement_index_with_prefix_index_class": 0.37444465688997347, - "tests/core/test_index.py::test_basic_get_reduced_index": 6.720923074825858, - "tests/core/test_index.py::test_calculate_channel_urls": 0.049587244661069924, - "tests/core/test_index.py::test_check_allowlist": 0.17863941409143178, - "tests/core/test_index.py::test_check_allowlist_and_denylist": 0.08945940247065931, - "tests/core/test_index.py::test_check_denylist": 0.12488742833737661, - "tests/core/test_index.py::test_dist_str_in_index": 0.08406732471478058, - "tests/core/test_index.py::test_fetch_index": 0.09010297215797215, - "tests/core/test_index.py::test_get_index_lazy": 5.2135287062929265, - "tests/core/test_index.py::test_get_index_linux64_platform": 17.075136800633217, - "tests/core/test_index.py::test_get_index_osx64_platform": 14.424498951437384, - "tests/core/test_index.py::test_get_index_win64_platform": 2.4675469692077567, - "tests/core/test_index.py::test_supplement_index_with_system": 0.07114130121594094, - "tests/core/test_index.py::test_supplement_index_with_system_archspec": 0.06613828049708353, - "tests/core/test_index.py::test_supplement_index_with_system_cuda": 0.046404356933104705, - "tests/core/test_index.py::test_supplement_index_with_system_glibc": 0.0005175039513193767, - "tests/core/test_index.py::test_supplement_index_with_system_linux[1.2.3.4-1.2.3.4]": 0.0005313617036596853, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2-4.2]": 0.0005354310114865796, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.0-42-generic-4.2.0]": 0.0005199338153453824, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.1-4.2.1]": 0.0005252615801435323, - "tests/core/test_index.py::test_supplement_index_with_system_linux[5.4.89+-5.4.89]": 0.000514297857787701, - "tests/core/test_index.py::test_supplement_index_with_system_linux[5.5-rc1-5.5]": 0.0005213820880381225, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a-9.1]": 0.0005273881748167582, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a.2-9.1]": 0.01640585395618963, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.a.1-0]": 0.0005202500833701456, - "tests/core/test_index.py::test_supplement_index_with_system_osx": 0.0005460783520803581, - "tests/core/test_initialize.py::test__get_python_info": 0.010815387805747598, - "tests/core/test_initialize.py::test_get_python_info": 0.011853401993342479, - "tests/core/test_initialize.py::test_init_all": 0.5309878740494004, - "tests/core/test_initialize.py::test_init_cmd_exe_registry": 0.007598919508227056, - "tests/core/test_initialize.py::test_init_enable_long_path": 0.0037577832641403678, - "tests/core/test_initialize.py::test_init_sh_system": 0.02837258502191634, - "tests/core/test_initialize.py::test_init_sh_user_tcsh_unix": 0.0005551319373034758, - "tests/core/test_initialize.py::test_init_sh_user_unix": 0.0005690206204935796, - "tests/core/test_initialize.py::test_init_sh_user_windows": 0.057892486496593565, - "tests/core/test_initialize.py::test_initialize_dev_bash": 0.050000873036940216, - "tests/core/test_initialize.py::test_initialize_dev_cmd_exe": 0.04175241903165386, - "tests/core/test_initialize.py::test_install_1": 0.019595106426020137, - "tests/core/test_initialize.py::test_install_conda_csh": 0.01491765509622841, - "tests/core/test_initialize.py::test_install_conda_fish": 0.01611317306602781, - "tests/core/test_initialize.py::test_install_conda_sh": 0.016848359339901604, - "tests/core/test_initialize.py::test_install_conda_xsh": 0.015686653874615875, - "tests/core/test_initialize.py::test_install_condabin_conda_bat": 0.014283484009161539, - "tests/core/test_initialize.py::test_make_entry_point": 0.014863798517484194, - "tests/core/test_initialize.py::test_make_entry_point_exe": 0.015174542769705701, - "tests/core/test_initialize.py::test_make_initialize_plan_bash_zsh": 0.014975043840676125, - "tests/core/test_initialize.py::test_make_initialize_plan_cmd_exe": 0.014705279525058235, - "tests/core/test_initialize.py::test_make_install_plan": 0.00650756631704035, - "tests/core/test_package_cache_data.py::test_ProgressiveFetchExtract_prefers_conda_v2_format": 0.03548250055788851, + "tests/common/pkg_formats/test_python.py::test_metadata[path0-False-False-False-False]": 0.0033229653592413947, + "tests/common/pkg_formats/test_python.py::test_metadata[path1-True-False-False-False]": 0.003414822545833892, + "tests/common/pkg_formats/test_python.py::test_metadata[path2-True-True-True-False]": 0.003561461018957441, + "tests/common/pkg_formats/test_python.py::test_metadata[path3-True-True-True-True]": 0.0034965959423094535, + "tests/common/pkg_formats/test_python.py::test_metadata_keys": 0.002363823553906616, + "tests/common/pkg_formats/test_python.py::test_metadata_none": 0.002402768807019881, + "tests/common/pkg_formats/test_python.py::test_metadata_process_path": 0.0037411202030739766, + "tests/common/pkg_formats/test_python.py::test_metadata_read_metadata": 0.006130456642071977, + "tests/common/pkg_formats/test_python.py::test_norm_package_name": 0.0028104305403121982, + "tests/common/pkg_formats/test_python.py::test_norm_package_version": 0.0029088060247197075, + "tests/common/pkg_formats/test_python.py::test_parse_specification": 0.005263711187672118, + "tests/common/pkg_formats/test_python.py::test_pydist_check_files": 0.005731011365485055, + "tests/common/pkg_formats/test_python.py::test_pypi_name_to_conda_name": 0.002604184884775909, + "tests/common/pkg_formats/test_python.py::test_python_dist_egg_fpath": 0.006097750567849595, + "tests/common/pkg_formats/test_python.py::test_python_dist_egg_path": 0.0046722175525074575, + "tests/common/pkg_formats/test_python.py::test_python_dist_info": 0.007684924520565571, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies": 0.005115789552692082, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_2": 0.004269585185487499, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_3": 0.00396169780360616, + "tests/common/pkg_formats/test_python.py::test_split_spec": 0.0028116837622119348, + "tests/common/test_compat.py::test_deprecations[FILESYSTEM_ENCODING-TypeError]": 0.0027063254586986397, + "tests/common/test_compat.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.0025654064667823707, + "tests/common/test_compat.py::test_deprecations[ensure_unicode-TypeError]": 0.0026025199124529532, + "tests/common/test_compat.py::test_deprecations[open-TypeError]": 0.0027047778238910346, + "tests/common/test_compat.py::test_deprecations[six_with_metaclass-TypeError]": 0.002614931851670914, + "tests/common/test_configuration.py::test_commented_map_parameter": 0.0039267034070148005, + "tests/common/test_configuration.py::test_config_resets": 0.0036191478768060285, + "tests/common/test_configuration.py::test_cross_parameter_validation": 0.0023604107638223095, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$$/suffix]": 0.0005797315305188672, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$/suffix]": 0.0025773931973350887, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$1/suffix]": 0.0025229014628216093, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$MISSING/suffix]": 0.002540730140185778, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$VARIABLE/suffix]": 0.002570447709182258, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${1}/suffix]": 0.002570245345358069, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${MISSING}/suffix]": 0.0025038465139528856, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${VARIABLE}/suffix]": 0.0025524712655348096, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${}/suffix]": 0.0025764039981844887, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%%/suffix]": 0.0005536514108536731, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%/suffix]": 0.0025020438190003465, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1%/suffix]": 0.002514192660342312, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1/suffix]": 0.002511777799978637, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%MISSING%/suffix]": 0.0025372514562302857, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%VARIABLE%/suffix]": 0.0025266516938178265, + "tests/common/test_configuration.py::test_default_values": 0.0026570531027636716, + "tests/common/test_configuration.py::test_empty_map_parameter": 0.006192498817382212, + "tests/common/test_configuration.py::test_env_var_config": 0.0031852859797396214, + "tests/common/test_configuration.py::test_env_var_config_alias": 0.003141391008131765, + "tests/common/test_configuration.py::test_env_var_config_empty_sequence": 0.0030330840051226893, + "tests/common/test_configuration.py::test_env_var_config_no_split_sequence": 0.003110130996684533, + "tests/common/test_configuration.py::test_env_var_config_split_sequence": 0.003130953813713271, + "tests/common/test_configuration.py::test_expand_search_path": 0.0005616741869570084, + "tests/common/test_configuration.py::test_expanded_variables": 0.007538222380710322, + "tests/common/test_configuration.py::test_important_primitive_map_merges": 0.08332409747333511, + "tests/common/test_configuration.py::test_invalid_map_parameter": 0.0025126537334726018, + "tests/common/test_configuration.py::test_invalid_seq_parameter": 0.0024637396489832863, + "tests/common/test_configuration.py::test_list_merges": 0.07300718086767162, + "tests/common/test_configuration.py::test_load_raw_configs": 0.028903823379400825, + "tests/common/test_configuration.py::test_map_parameter_must_be_map": 0.003502340108968519, + "tests/common/test_configuration.py::test_nested": 0.015260128175423543, + "tests/common/test_configuration.py::test_object": 0.012093679290830254, + "tests/common/test_configuration.py::test_object_defaults_completely_empty": 0.003194174082121895, + "tests/common/test_configuration.py::test_object_defaults_partially_empty": 0.005383631757206689, + "tests/common/test_configuration.py::test_parameter": 0.002370398997028769, + "tests/common/test_configuration.py::test_parameter_flag": 0.00232148940089066, + "tests/common/test_configuration.py::test_pretty_list": 0.0027606398961928006, + "tests/common/test_configuration.py::test_raise_errors": 0.0023935224713760713, + "tests/common/test_configuration.py::test_simple_merges_and_caching": 0.018726323760160635, + "tests/common/test_configuration.py::test_unique_sequence_map_error_with_duplicates": 0.013141717777171394, + "tests/common/test_configuration.py::test_unique_sequence_map_error_with_unique_key": 0.003910353078451102, + "tests/common/test_configuration.py::test_validate_all": 0.013325594730477473, + "tests/common/test_configuration.py::test_validation": 0.013030837546006426, + "tests/common/test_io.py::test_attach_stderr_handler": 0.0031291326719066373, + "tests/common/test_io.py::test_captured": 0.0026663041964249284, + "tests/common/test_path.py::test_get_major_minor_version_no_dot": 0.0025006230450266933, + "tests/common/test_path.py::test_missing_pyc_files_27": 0.0023914292270555445, + "tests/common/test_path.py::test_missing_pyc_files_34": 0.0024912903718462007, + "tests/common/test_path.py::test_missing_pyc_files_35": 0.002494341686632368, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH0]": 0.03149834695856312, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH10]": 0.0450869802678983, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH11]": 0.07195019609748632, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH1]": 0.044624773845361704, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH2]": 0.044173321384433875, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH3]": 0.031918958184052236, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH4]": 0.07165427292055906, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH5]": 0.044851778869725745, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH6]": 0.032054992077494515, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH7]": 0.04543884503660409, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH8]": 0.07212510376700929, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH9]": 0.03175357264071091, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC0]": 0.07194472573131971, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC1]": 2.4367592917512244, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC2]": 1.1814189907925585, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC3]": 0.6944118052074277, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC4]": 0.045221043457374197, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC5]": 0.36933322082565395, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC6]": 0.16631060759133762, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC7]": 0.044960073569960034, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd0]": 0.07292770304837058, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd1]": 0.004873096185602903, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd2]": 0.005918815792244548, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd3]": 0.07256973400235307, + "tests/common/test_path.py::test_path_conversion[cygpath-drive0]": 0.031382641870077756, + "tests/common/test_path.py::test_path_conversion[cygpath-drive10]": 0.07181709158217651, + "tests/common/test_path.py::test_path_conversion[cygpath-drive11]": 0.04461837597454457, + "tests/common/test_path.py::test_path_conversion[cygpath-drive12]": 0.04441236046485957, + "tests/common/test_path.py::test_path_conversion[cygpath-drive13]": 0.04533300675060223, + "tests/common/test_path.py::test_path_conversion[cygpath-drive14]": 0.07068310956838109, + "tests/common/test_path.py::test_path_conversion[cygpath-drive15]": 0.044821048305329014, + "tests/common/test_path.py::test_path_conversion[cygpath-drive1]": 0.0318622550185139, + "tests/common/test_path.py::test_path_conversion[cygpath-drive2]": 0.04431015622801851, + "tests/common/test_path.py::test_path_conversion[cygpath-drive3]": 0.044968601489487045, + "tests/common/test_path.py::test_path_conversion[cygpath-drive4]": 0.07130551462134663, + "tests/common/test_path.py::test_path_conversion[cygpath-drive5]": 0.032006008658888314, + "tests/common/test_path.py::test_path_conversion[cygpath-drive6]": 0.031966246067053894, + "tests/common/test_path.py::test_path_conversion[cygpath-drive7]": 0.031831769520235406, + "tests/common/test_path.py::test_path_conversion[cygpath-drive8]": 0.044205575300378296, + "tests/common/test_path.py::test_path_conversion[cygpath-drive9]": 0.0445182601497119, + "tests/common/test_path.py::test_path_conversion[cygpath-relative0]": 0.07139895342647838, + "tests/common/test_path.py::test_path_conversion[cygpath-relative1]": 0.07062061564302226, + "tests/common/test_path.py::test_path_conversion[cygpath-relative2]": 0.0705258993114257, + "tests/common/test_path.py::test_path_conversion[cygpath-root0]": 0.07284975084037346, + "tests/common/test_path.py::test_path_conversion[cygpath-root10]": 0.03236923338952126, + "tests/common/test_path.py::test_path_conversion[cygpath-root11]": 0.04483189021909356, + "tests/common/test_path.py::test_path_conversion[cygpath-root12]": 0.07188347972187968, + "tests/common/test_path.py::test_path_conversion[cygpath-root13]": 0.03204167049930652, + "tests/common/test_path.py::test_path_conversion[cygpath-root14]": 0.045153226622185294, + "tests/common/test_path.py::test_path_conversion[cygpath-root1]": 0.03264210322256067, + "tests/common/test_path.py::test_path_conversion[cygpath-root2]": 0.03231780425922247, + "tests/common/test_path.py::test_path_conversion[cygpath-root3]": 0.04575672831199837, + "tests/common/test_path.py::test_path_conversion[cygpath-root4]": 0.07194292959717638, + "tests/common/test_path.py::test_path_conversion[cygpath-root5]": 0.032053723403277765, + "tests/common/test_path.py::test_path_conversion[cygpath-root6]": 0.031794244131725054, + "tests/common/test_path.py::test_path_conversion[cygpath-root7]": 0.04604395305485365, + "tests/common/test_path.py::test_path_conversion[cygpath-root8]": 0.07104226925270972, + "tests/common/test_path.py::test_path_conversion[cygpath-root9]": 0.03250084311420032, + "tests/common/test_path.py::test_path_conversion[fallback-PATH0]": 0.011772664199403354, + "tests/common/test_path.py::test_path_conversion[fallback-PATH10]": 0.014368151824817982, + "tests/common/test_path.py::test_path_conversion[fallback-PATH11]": 0.020232127886282907, + "tests/common/test_path.py::test_path_conversion[fallback-PATH1]": 0.014518907262965074, + "tests/common/test_path.py::test_path_conversion[fallback-PATH2]": 0.014525497193954622, + "tests/common/test_path.py::test_path_conversion[fallback-PATH3]": 0.01153119393222812, + "tests/common/test_path.py::test_path_conversion[fallback-PATH4]": 0.020188988837541805, + "tests/common/test_path.py::test_path_conversion[fallback-PATH5]": 0.014496102177134056, + "tests/common/test_path.py::test_path_conversion[fallback-PATH6]": 0.011689532610670472, + "tests/common/test_path.py::test_path_conversion[fallback-PATH7]": 0.015355376979910905, + "tests/common/test_path.py::test_path_conversion[fallback-PATH8]": 0.020067949572067603, + "tests/common/test_path.py::test_path_conversion[fallback-PATH9]": 0.011645653814276687, + "tests/common/test_path.py::test_path_conversion[fallback-UNC0]": 0.020042271848724865, + "tests/common/test_path.py::test_path_conversion[fallback-UNC1]": 0.02026332708416915, + "tests/common/test_path.py::test_path_conversion[fallback-UNC2]": 0.020161835287586666, + "tests/common/test_path.py::test_path_conversion[fallback-UNC3]": 0.011594814852942592, + "tests/common/test_path.py::test_path_conversion[fallback-UNC4]": 0.01444393816140261, + "tests/common/test_path.py::test_path_conversion[fallback-UNC5]": 0.02032950261573723, + "tests/common/test_path.py::test_path_conversion[fallback-UNC6]": 0.011508667755980168, + "tests/common/test_path.py::test_path_conversion[fallback-UNC7]": 0.014641336926102795, + "tests/common/test_path.py::test_path_conversion[fallback-cwd0]": 0.02539313924673591, + "tests/common/test_path.py::test_path_conversion[fallback-cwd1]": 0.0057193069580597005, + "tests/common/test_path.py::test_path_conversion[fallback-cwd2]": 0.005589100525742521, + "tests/common/test_path.py::test_path_conversion[fallback-cwd3]": 0.020843474063376947, + "tests/common/test_path.py::test_path_conversion[fallback-drive0]": 0.014343202845426405, + "tests/common/test_path.py::test_path_conversion[fallback-drive10]": 0.025813663038016414, + "tests/common/test_path.py::test_path_conversion[fallback-drive11]": 0.017349532983680614, + "tests/common/test_path.py::test_path_conversion[fallback-drive12]": 0.017548836445781257, + "tests/common/test_path.py::test_path_conversion[fallback-drive13]": 0.01723879520912924, + "tests/common/test_path.py::test_path_conversion[fallback-drive14]": 0.025796773540648566, + "tests/common/test_path.py::test_path_conversion[fallback-drive15]": 0.017370746925864607, + "tests/common/test_path.py::test_path_conversion[fallback-drive1]": 0.014347288701911166, + "tests/common/test_path.py::test_path_conversion[fallback-drive2]": 0.017340442808238685, + "tests/common/test_path.py::test_path_conversion[fallback-drive3]": 0.01744305804629324, + "tests/common/test_path.py::test_path_conversion[fallback-drive4]": 0.025658470337282545, + "tests/common/test_path.py::test_path_conversion[fallback-drive5]": 0.014584698703769166, + "tests/common/test_path.py::test_path_conversion[fallback-drive6]": 0.014265466714735156, + "tests/common/test_path.py::test_path_conversion[fallback-drive7]": 0.014431949837578072, + "tests/common/test_path.py::test_path_conversion[fallback-drive8]": 0.017315294548224832, + "tests/common/test_path.py::test_path_conversion[fallback-drive9]": 0.0172144384495356, + "tests/common/test_path.py::test_path_conversion[fallback-relative0]": 0.020082868901896977, + "tests/common/test_path.py::test_path_conversion[fallback-relative1]": 0.020091221995786036, + "tests/common/test_path.py::test_path_conversion[fallback-relative2]": 0.01989881669405964, + "tests/common/test_path.py::test_path_conversion[fallback-root0]": 0.022461648086920534, + "tests/common/test_path.py::test_path_conversion[fallback-root10]": 0.01327431508277913, + "tests/common/test_path.py::test_path_conversion[fallback-root11]": 0.0145005018868738, + "tests/common/test_path.py::test_path_conversion[fallback-root12]": 0.024781309812353953, + "tests/common/test_path.py::test_path_conversion[fallback-root13]": 0.011455282801367811, + "tests/common/test_path.py::test_path_conversion[fallback-root14]": 0.01429058524379567, + "tests/common/test_path.py::test_path_conversion[fallback-root1]": 0.011522031619928916, + "tests/common/test_path.py::test_path_conversion[fallback-root2]": 0.011452435448400517, + "tests/common/test_path.py::test_path_conversion[fallback-root3]": 0.014838711082447102, + "tests/common/test_path.py::test_path_conversion[fallback-root4]": 0.020539151961463862, + "tests/common/test_path.py::test_path_conversion[fallback-root5]": 0.011650330344771745, + "tests/common/test_path.py::test_path_conversion[fallback-root6]": 0.011665134955125042, + "tests/common/test_path.py::test_path_conversion[fallback-root7]": 0.014538405607442222, + "tests/common/test_path.py::test_path_conversion[fallback-root8]": 0.02033543029228487, + "tests/common/test_path.py::test_path_conversion[fallback-root9]": 0.011576261154150549, + "tests/common/test_path.py::test_path_conversion_falsy[None]": 0.002517399909231469, + "tests/common/test_path.py::test_path_conversion_falsy[empty dict]": 0.0025541619728711726, + "tests/common/test_path.py::test_path_conversion_falsy[empty list]": 0.0024897640986620683, + "tests/common/test_path.py::test_path_conversion_falsy[empty set]": 0.0025119949034337822, + "tests/common/test_path.py::test_path_conversion_falsy[empty tuple]": 0.0025091771163810407, + "tests/common/test_path.py::test_path_identity": 0.004282525347409735, + "tests/common/test_path.py::test_url_to_path_unix": 0.0025184123101764408, + "tests/common/test_path.py::test_url_to_path_windows_local": 0.0030848509778290535, + "tests/common/test_path.py::test_url_to_path_windows_unc": 0.0024176230688514526, + "tests/common/test_path.py::test_win_path_backout": 0.0023521979056680365, + "tests/common/test_toposort.py::test_cycle": 0.0025042948078860933, + "tests/common/test_toposort.py::test_cycle_best_effort": 0.0024533682434985707, + "tests/common/test_toposort.py::test_degenerate": 0.002315497933839068, + "tests/common/test_toposort.py::test_pop_key": 0.0023951335476248806, + "tests/common/test_toposort.py::test_python_is_prioritized": 0.0024396434065080464, + "tests/common/test_toposort.py::test_simple": 0.0024567613250074307, + "tests/common/test_url.py::test_add_username_and_pass_to_url": 0.00243550851909449, + "tests/common/test_url.py::test_is_ip_address": 0.0023294727981631493, + "tests/common/test_url.py::test_is_ipv6_address": 0.002348428129215212, + "tests/common/test_url.py::test_is_url": 0.0026455558573702893, + "tests/common/test_url.py::test_maybe_add_auth": 0.0025032667248953435, + "tests/common/test_url.py::test_split_scheme_auth_token": 0.0024326224582292906, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj0-http://conda.io/path/to/somewhere]": 0.0025428983838554358, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj1-https://user:pass@conda.io/path/to/somewhere]": 0.002513090276315482, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj2-file:///opt/happy/path]": 0.002520751600507977, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj3-file:///path/to/something.txt]": 0.00250675660777154, + "tests/common/test_url.py::test_url_to_s3_info": 0.0023571895265710723, + "tests/common/test_url.py::test_urlparse[192.168.1.1:8080/path/to/resource-exp_url_obj0]": 0.0026682573791283622, + "tests/common/test_url.py::test_urlparse[file:///opt/happy/path-exp_url_obj2]": 0.0025917830029962077, + "tests/common/test_url.py::test_urlparse[https://conda.io/happy/path-exp_url_obj1]": 0.0026055288016459083, + "tests/common/test_url.py::test_urlparse[https://u:p@conda.io/t/x1029384756/more/path-exp_url_obj3]": 0.002582584428992368, + "tests/common/test_yaml.py::test_dump": 0.006210538388088457, + "tests/common/test_yaml.py::test_map": 0.003141391855942094, + "tests/common/test_yaml.py::test_seq_simple": 0.0032932463556245625, + "tests/common/test_yaml.py::test_yaml_complex": 0.011164491455599692, + "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_none_values_error": 0.0005575433107884229, + "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_permission_error": 0.025355407141304142, + "tests/core/test_envs_manager.py::test_prefix_cli_flag": 0.007670967782773261, + "tests/core/test_envs_manager.py::test_register_env_directory_creation_error": 0.005717774245319681, + "tests/core/test_envs_manager.py::test_register_unregister_location_env": 0.01292805612728414, + "tests/core/test_envs_manager.py::test_rewrite_environments_txt_file": 0.006012500975102505, + "tests/core/test_index.py::TestIndex::test_cache_entries[False]": 0.2119537606609061, + "tests/core/test_index.py::TestIndex::test_cache_entries[True]": 0.3367026765472091, + "tests/core/test_index.py::TestIndex::test_contains_invalid[False]": 0.223255550688162, + "tests/core/test_index.py::TestIndex::test_contains_invalid[True]": 0.37244086208714694, + "tests/core/test_index.py::TestIndex::test_contains_valid[False]": 0.20517990000637376, + "tests/core/test_index.py::TestIndex::test_contains_valid[True]": 0.35177670438451214, + "tests/core/test_index.py::TestIndex::test_copy[False]": 0.4526785182731034, + "tests/core/test_index.py::TestIndex::test_copy[True]": 0.3364123730003617, + "tests/core/test_index.py::TestIndex::test_getitem_cache[False]": 0.20442887940188742, + "tests/core/test_index.py::TestIndex::test_getitem_cache[True]": 0.3394192254978082, + "tests/core/test_index.py::TestIndex::test_getitem_channel[False]": 0.2394790540405215, + "tests/core/test_index.py::TestIndex::test_getitem_channel[True]": 0.3410645317050325, + "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[False]": 0.2167677966570956, + "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[True]": 0.3364888107331658, + "tests/core/test_index.py::TestIndex::test_getitem_feature[False]": 0.20294641168421793, + "tests/core/test_index.py::TestIndex::test_getitem_feature[True]": 0.3352160725672829, + "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[False]": 0.2115700286102614, + "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[True]": 0.34122027945705286, + "tests/core/test_index.py::TestIndex::test_getitem_prefix[False]": 0.21548133803612013, + "tests/core/test_index.py::TestIndex::test_getitem_prefix[True]": 0.33699384774851515, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[False]": 0.24421522798746811, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[True]": 0.3364296144037898, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[False]": 0.20618339489161536, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[True]": 0.3371665870643192, + "tests/core/test_index.py::TestIndex::test_init_conflicting_subdirs": 0.051244912286069366, + "tests/core/test_index.py::TestIndex::test_init_prefix_data": 0.053256474952285145, + "tests/core/test_index.py::TestIndex::test_init_prefix_path": 0.052947167035891696, + "tests/core/test_index.py::TestIndex::test_init_use_local": 0.049265451851311, + "tests/core/test_index.py::TestIndex::test_reduced_index[False]": 0.3272733793111172, + "tests/core/test_index.py::TestIndex::test_reduced_index[True]": 0.4633142784181329, + "tests/core/test_index.py::test__make_virtual_package": 0.050468630260439046, + "tests/core/test_index.py::test__supplement_index_with_cache": 0.07243874407475144, + "tests/core/test_index.py::test__supplement_index_with_prefix": 0.36863734116078833, + "tests/core/test_index.py::test__supplement_index_with_prefix_index_class": 0.3650343653425017, + "tests/core/test_index.py::test_basic_get_reduced_index": 9.429509225855195, + "tests/core/test_index.py::test_calculate_channel_urls": 0.049535401937396785, + "tests/core/test_index.py::test_check_allowlist": 0.178383135736967, + "tests/core/test_index.py::test_check_allowlist_and_denylist": 0.08698405745581736, + "tests/core/test_index.py::test_check_allowlist_deprecation_warning": 0.05096685770976796, + "tests/core/test_index.py::test_check_denylist": 0.10448434918472449, + "tests/core/test_index.py::test_dist_str_in_index": 0.08418020075095291, + "tests/core/test_index.py::test_fetch_index": 0.10396917917765389, + "tests/core/test_index.py::test_get_index_lazy": 4.165205136535482, + "tests/core/test_index.py::test_get_index_linux64_platform": 17.746569736791198, + "tests/core/test_index.py::test_get_index_osx64_platform": 15.16326059963653, + "tests/core/test_index.py::test_get_index_win64_platform": 2.754773431020977, + "tests/core/test_index.py::test_supplement_index_with_system": 0.11088424277282312, + "tests/core/test_index.py::test_supplement_index_with_system_archspec": 0.07634687818798817, + "tests/core/test_index.py::test_supplement_index_with_system_cuda": 0.05877260499430588, + "tests/core/test_index.py::test_supplement_index_with_system_glibc": 0.0005257102975414824, + "tests/core/test_index.py::test_supplement_index_with_system_linux[1.2.3.4-1.2.3.4]": 0.0005495764870429496, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2-4.2]": 0.0005368338446563996, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.0-42-generic-4.2.0]": 0.0005240257638487785, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.1-4.2.1]": 0.0005272171424461693, + "tests/core/test_index.py::test_supplement_index_with_system_linux[5.4.89+-5.4.89]": 0.0005186702528296741, + "tests/core/test_index.py::test_supplement_index_with_system_linux[5.5-rc1-5.5]": 0.0005274026392862308, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a-9.1]": 0.0005308793115266274, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a.2-9.1]": 0.009112851605298386, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.a.1-0]": 0.0005349838108410308, + "tests/core/test_index.py::test_supplement_index_with_system_osx": 0.0005564214212636149, + "tests/core/test_initialize.py::test__get_python_info": 0.010807515226315598, + "tests/core/test_initialize.py::test_get_python_info": 0.011793831562135298, + "tests/core/test_initialize.py::test_init_all": 0.5332941789492872, + "tests/core/test_initialize.py::test_init_cmd_exe_registry": 0.007453280676704125, + "tests/core/test_initialize.py::test_init_enable_long_path": 0.00375154416890263, + "tests/core/test_initialize.py::test_init_sh_system": 0.027729401560830768, + "tests/core/test_initialize.py::test_init_sh_user_tcsh_unix": 0.0005424011376318678, + "tests/core/test_initialize.py::test_init_sh_user_unix": 0.0005732961169513693, + "tests/core/test_initialize.py::test_init_sh_user_windows": 0.05854492025181259, + "tests/core/test_initialize.py::test_initialize_dev_bash": 0.050373559737299504, + "tests/core/test_initialize.py::test_initialize_dev_cmd_exe": 0.041324542423774306, + "tests/core/test_initialize.py::test_install_1": 0.019715424727748575, + "tests/core/test_initialize.py::test_install_conda_csh": 0.014957183066593467, + "tests/core/test_initialize.py::test_install_conda_fish": 0.01628044316520731, + "tests/core/test_initialize.py::test_install_conda_sh": 0.016106751043458455, + "tests/core/test_initialize.py::test_install_conda_xsh": 0.01573093968343736, + "tests/core/test_initialize.py::test_install_condabin_conda_bat": 0.01448207220696575, + "tests/core/test_initialize.py::test_make_entry_point": 0.01494826039123456, + "tests/core/test_initialize.py::test_make_entry_point_exe": 0.015505458822571894, + "tests/core/test_initialize.py::test_make_initialize_plan_bash_zsh": 0.015176868727446164, + "tests/core/test_initialize.py::test_make_initialize_plan_cmd_exe": 0.014748140730629139, + "tests/core/test_initialize.py::test_make_install_plan": 0.005897183080697269, + "tests/core/test_package_cache_data.py::test_ProgressiveFetchExtract_prefers_conda_v2_format": 0.03463118771346221, "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.11612284514301033, - "tests/core/test_package_cache_data.py::test_cover_extract_bad_package": 0.015690653806599595, - "tests/core/test_package_cache_data.py::test_cover_fetch_not_exists": 22.271895508776787, - "tests/core/test_package_cache_data.py::test_cover_get_entry_to_link": 0.009883820068978814, - "tests/core/test_package_cache_data.py::test_cover_reverse": 0.0024940465875087224, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist": 0.04026726310750715, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist_read_only": 0.049998085375016106, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_unpacked_conda_exist": 0.037044340547034385, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_cache_not_extracted": 0.10259618972645765, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_doesnt_overwrite_conda_pkg": 0.12144659428663011, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_used_instead_of_conda_pkg": 0.054335360411054794, - "tests/core/test_path_actions.py::test_CompileMultiPycAction_generic": 0.004883649468647121, - "tests/core/test_path_actions.py::test_CompileMultiPycAction_noarch_python": 0.6529720473120744, - "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_generic": 0.00523273951230099, - "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_noarch_python": 0.009873044756164356, - "tests/core/test_path_actions.py::test_create_file_link_actions": 0.0068006052507801895, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_copy": 0.010270925470285715, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_directory": 0.005759601868231688, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_hardlink": 0.007418731149057522, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_softlink": 0.00794012279298325, - "tests/core/test_portability.py::test_escaped_prefix_replaced_only_shebang": 0.0005581152766335679, - "tests/core/test_portability.py::test_replace_long_shebang_spaces_in_prefix": 0.002521667087151115, - "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_escaped_space": 0.0025143300801767996, - "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_python": 0.002645187407819307, - "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_escaped_space": 0.0023558143085694342, - "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_python": 0.0025561243552151155, - "tests/core/test_portability.py::test_replace_simple_shebang_no_replacement": 0.003420404328095105, - "tests/core/test_portability.py::test_shebang_regex_matches": 0.003990406645883087, - "tests/core/test_prefix_data.py::test_corrupt_json_conda_meta_json": 0.002879414720584953, - "tests/core/test_prefix_data.py::test_corrupt_unicode_conda_meta_json": 0.0029921988736899313, - "tests/core/test_prefix_data.py::test_get_conda_anchor_files_and_records": 0.0059886710895207486, - "tests/core/test_prefix_data.py::test_get_environment_env_vars": 6.7804032381526635, - "tests/core/test_prefix_data.py::test_no_tokens_dumped[False]": 0.009142412852047477, - "tests/core/test_prefix_data.py::test_no_tokens_dumped[True]": 0.010103614949660382, - "tests/core/test_prefix_data.py::test_pip_interop[envpy27osx]": 0.0005566506492507395, - "tests/core/test_prefix_data.py::test_pip_interop[envpy27win_whl]": 0.5604717429336452, - "tests/core/test_prefix_data.py::test_pip_interop[envpy37osx_whl]": 0.000551274604255019, - "tests/core/test_prefix_data.py::test_pip_interop[envpy37win]": 0.3785563734009693, + "tests/core/test_package_cache_data.py::test_conda_pkg_in_pkg_cache_doesnt_overwrite_tar_bz2": 0.1251856471407936, + "tests/core/test_package_cache_data.py::test_cover_extract_bad_package": 0.015348504634542725, + "tests/core/test_package_cache_data.py::test_cover_fetch_not_exists": 22.269711754281754, + "tests/core/test_package_cache_data.py::test_cover_get_entry_to_link": 0.009649713207309623, + "tests/core/test_package_cache_data.py::test_cover_reverse": 0.002493820137351448, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist": 0.03897250367682783, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist_read_only": 0.05490470483857846, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_unpacked_conda_exist": 0.03568859559214128, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_cache_not_extracted": 0.104081510279994, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_doesnt_overwrite_conda_pkg": 0.11621177864101698, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_used_instead_of_conda_pkg": 0.05384392795519431, + "tests/core/test_path_actions.py::test_CompileMultiPycAction_generic": 0.004999551033892625, + "tests/core/test_path_actions.py::test_CompileMultiPycAction_noarch_python": 0.6662532557951788, + "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_generic": 0.0049990895125191495, + "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_noarch_python": 0.009527497683213154, + "tests/core/test_path_actions.py::test_create_file_link_actions": 0.006827170169971277, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_copy": 0.009199405792116411, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_directory": 0.005667939050669203, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_hardlink": 0.007278587284120305, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_softlink": 0.007709384733056009, + "tests/core/test_portability.py::test_escaped_prefix_replaced_only_shebang": 0.0005573628122470186, + "tests/core/test_portability.py::test_replace_long_shebang_spaces_in_prefix": 0.0025209023744541745, + "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_escaped_space": 0.0024836458548775447, + "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_python": 0.0026306378920929905, + "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_escaped_space": 0.00234066193770995, + "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_python": 0.0025159054484317337, + "tests/core/test_portability.py::test_replace_simple_shebang_no_replacement": 0.0036922771188960903, + "tests/core/test_portability.py::test_shebang_regex_matches": 0.004010562597169998, + "tests/core/test_prefix_data.py::test_corrupt_json_conda_meta_json": 0.0029200666781105437, + "tests/core/test_prefix_data.py::test_corrupt_unicode_conda_meta_json": 0.002985088714435148, + "tests/core/test_prefix_data.py::test_get_conda_anchor_files_and_records": 0.006015154269897271, + "tests/core/test_prefix_data.py::test_get_environment_env_vars": 7.9440129594272175, + "tests/core/test_prefix_data.py::test_no_tokens_dumped[False]": 0.009047562501344709, + "tests/core/test_prefix_data.py::test_no_tokens_dumped[True]": 0.009392040307528262, + "tests/core/test_prefix_data.py::test_pip_interop[envpy27osx]": 0.0005629357243907971, + "tests/core/test_prefix_data.py::test_pip_interop[envpy27win_whl]": 0.5516001147867065, + "tests/core/test_prefix_data.py::test_pip_interop[envpy37osx_whl]": 0.0005570148170285387, + "tests/core/test_prefix_data.py::test_pip_interop[envpy37win]": 0.38521187654426775, "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.005124237812172957, - "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-missing-True]": 0.0054583844797317675, - "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-{path}-False]": 0.005344718356620217, - "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-None-False]": 0.004889211649007184, - "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-missing-False]": 0.005243676798726889, - "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-{path}-True]": 0.005217437450135023, - "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars": 7.836496415224894, - "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars_no_exist": 7.973592186540287, - "tests/core/test_solve.py::test_aggressive_update_packages[classic]": 9.20166387018715, - "tests/core/test_solve.py::test_aggressive_update_packages[libmamba]": 8.86029817744937, - "tests/core/test_solve.py::test_archspec_call[classic]": 2.6400593123444636, - "tests/core/test_solve.py::test_archspec_call[libmamba]": 1.2743028977307544, - "tests/core/test_solve.py::test_auto_update_conda[classic]": 6.106330205303494, - "tests/core/test_solve.py::test_auto_update_conda[libmamba]": 5.09455513086292, - "tests/core/test_solve.py::test_broken_install[classic]": 7.5139587542119965, - "tests/core/test_solve.py::test_broken_install[libmamba]": 0.019548351277346856, - "tests/core/test_solve.py::test_channel_priority_churn_minimized[classic]": 13.329206764104027, - "tests/core/test_solve.py::test_channel_priority_churn_minimized[libmamba]": 1.4936586729486754, - "tests/core/test_solve.py::test_conda_downgrade[classic]": 38.19447091954942, - "tests/core/test_solve.py::test_conda_downgrade[libmamba]": 7.749760921397933, - "tests/core/test_solve.py::test_cuda_1[classic]": 1.3059245582154166, - "tests/core/test_solve.py::test_cuda_1[libmamba]": 1.280558105217275, - "tests/core/test_solve.py::test_cuda_2[classic]": 1.3024717184328942, - "tests/core/test_solve.py::test_cuda_2[libmamba]": 1.272947441777676, - "tests/core/test_solve.py::test_cuda_constrain_absent[classic]": 1.3117156031677073, - "tests/core/test_solve.py::test_cuda_constrain_absent[libmamba]": 1.277618672801218, - "tests/core/test_solve.py::test_cuda_constrain_sat[classic]": 0.00054553940570436, - "tests/core/test_solve.py::test_cuda_constrain_sat[libmamba]": 0.0005603299459786491, - "tests/core/test_solve.py::test_cuda_constrain_unsat[classic]": 0.0005368934645931193, - "tests/core/test_solve.py::test_cuda_constrain_unsat[libmamba]": 0.0005363059507800847, - "tests/core/test_solve.py::test_cuda_fail_1[classic]": 1.3288665047718526, - "tests/core/test_solve.py::test_cuda_fail_1[libmamba]": 1.2682724477327287, - "tests/core/test_solve.py::test_cuda_fail_2[classic]": 1.3161529509893992, - "tests/core/test_solve.py::test_cuda_fail_2[libmamba]": 1.2716439218467628, - "tests/core/test_solve.py::test_cuda_glibc_sat[classic]": 0.0005308759596806315, - "tests/core/test_solve.py::test_cuda_glibc_sat[libmamba]": 0.0005683139286851252, - "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[classic]": 0.0005723831807779775, - "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[libmamba]": 0.0005324335124642141, - "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[classic]": 0.0005548176804917026, - "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[libmamba]": 0.0005450579101453761, - "tests/core/test_solve.py::test_current_repodata_fallback[classic]": 0.09842753894447877, - "tests/core/test_solve.py::test_current_repodata_fallback[libmamba]": 0.04594030558784249, - "tests/core/test_solve.py::test_current_repodata_usage[classic]": 0.10499556748131979, - "tests/core/test_solve.py::test_current_repodata_usage[libmamba]": 0.049548068141386854, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[classic]": 0.021890790096688057, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[libmamba]": 0.023472075739257213, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[classic]": 0.022061871411776977, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[libmamba]": 0.023319895913337652, - "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[classic]": 0.022428102777478465, - "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[libmamba]": 0.023534694511827648, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[classic]": 0.021336778080464733, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[libmamba]": 0.022534545506332132, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[classic]": 0.021789535255371317, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[libmamba]": 0.022912192209667157, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[classic]": 0.021726303734838803, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[libmamba]": 0.023326319071758566, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[classic]": 0.021757314625393175, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[libmamba]": 0.022794815984491658, - "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[classic]": 7.073522824098675, - "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[libmamba]": 3.8911662061114023, - "tests/core/test_solve.py::test_explicit_conda_downgrade[classic]": 6.086453579655545, - "tests/core/test_solve.py::test_explicit_conda_downgrade[libmamba]": 5.112756381648905, - "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[classic]": 1.950894554426309, - "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[libmamba]": 0.873566119740271, - "tests/core/test_solve.py::test_features_solve_1[classic]": 6.539590167218368, - "tests/core/test_solve.py::test_features_solve_1[libmamba]": 0.33878891393255983, - "tests/core/test_solve.py::test_force_reinstall_1[classic]": 3.03677391811618, - "tests/core/test_solve.py::test_force_reinstall_1[libmamba]": 2.6525504004226925, - "tests/core/test_solve.py::test_force_reinstall_2[classic]": 1.4317963612083207, - "tests/core/test_solve.py::test_force_reinstall_2[libmamba]": 1.313447604349347, - "tests/core/test_solve.py::test_force_remove_1[classic]": 7.408899838738161, - "tests/core/test_solve.py::test_force_remove_1[libmamba]": 3.8088820487271917, - "tests/core/test_solve.py::test_freeze_deps_1[classic]": 39.09490970031911, - "tests/core/test_solve.py::test_freeze_deps_1[libmamba]": 5.6238847199855195, - "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[classic]": 8.032490482602379, - "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[libmamba]": 2.8378868788589893, - "tests/core/test_solve.py::test_no_deps_1[classic]": 6.634287011440428, - "tests/core/test_solve.py::test_no_deps_1[libmamba]": 3.7980146123466003, - "tests/core/test_solve.py::test_no_update_deps_1[classic]": 5.953463250121095, - "tests/core/test_solve.py::test_no_update_deps_1[libmamba]": 5.159746891156208, - "tests/core/test_solve.py::test_only_deps_1[classic]": 2.0066899191316554, - "tests/core/test_solve.py::test_only_deps_1[libmamba]": 1.273521743253775, - "tests/core/test_solve.py::test_only_deps_2[classic]": 9.610452065997345, - "tests/core/test_solve.py::test_only_deps_2[libmamba]": 5.1438689426541275, - "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[classic]": 0.02137165882875124, - "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[libmamba]": 0.02276603790742298, - "tests/core/test_solve.py::test_packages_in_solution_change_constrained[classic]": 0.020942211357489325, - "tests/core/test_solve.py::test_packages_in_solution_change_constrained[libmamba]": 0.022113943499207485, - "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[classic]": 0.02091668724519367, - "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[libmamba]": 0.022322034703035516, - "tests/core/test_solve.py::test_pinned_1[classic]": 17.8592680362827, - "tests/core/test_solve.py::test_pinned_1[libmamba]": 11.680334801361946, - "tests/core/test_solve.py::test_priority_1[classic]": 26.022053754932305, - "tests/core/test_solve.py::test_priority_1[libmamba]": 11.828506073575495, - "tests/core/test_solve.py::test_prune_1[classic]": 4.134535409696984, - "tests/core/test_solve.py::test_prune_1[libmamba]": 1.3234178884744334, - "tests/core/test_solve.py::test_python2_update[classic]": 7.193661188417829, - "tests/core/test_solve.py::test_python2_update[libmamba]": 1.6202075968152638, - "tests/core/test_solve.py::test_remove_with_constrained_dependencies[classic]": 7.863605821188234, - "tests/core/test_solve.py::test_remove_with_constrained_dependencies[libmamba]": 0.5747209140499492, - "tests/core/test_solve.py::test_solve_1[classic]": 5.4606167481295405, - "tests/core/test_solve.py::test_solve_1[libmamba]": 2.6624807862151556, - "tests/core/test_solve.py::test_solve_2[classic]": 24.999067311219022, - "tests/core/test_solve.py::test_solve_2[libmamba]": 0.019337674936616017, - "tests/core/test_solve.py::test_solve_msgs_exclude_vp[classic]": 1.3675194980539522, - "tests/core/test_solve.py::test_solve_msgs_exclude_vp[libmamba]": 1.2698063475440573, - "tests/core/test_solve.py::test_timestamps_1[classic]": 0.4200213154047494, - "tests/core/test_solve.py::test_timestamps_1[libmamba]": 0.2027082640850311, - "tests/core/test_solve.py::test_unfreeze_when_required[classic]": 0.33497340242621076, - "tests/core/test_solve.py::test_unfreeze_when_required[libmamba]": 0.19346977480894906, - "tests/core/test_solve.py::test_update_all_1[classic]": 6.563568053682103, - "tests/core/test_solve.py::test_update_all_1[libmamba]": 3.814572493866874, - "tests/core/test_solve.py::test_update_deps_1[classic]": 12.665237995279519, - "tests/core/test_solve.py::test_update_deps_1[libmamba]": 6.469498575212778, - "tests/core/test_solve.py::test_update_deps_2[classic]": 10.64892385727127, - "tests/core/test_solve.py::test_update_deps_2[libmamba]": 3.235781437355, - "tests/core/test_solve.py::test_update_prune_1[classic]": 3.727395160170949, - "tests/core/test_solve.py::test_update_prune_1[libmamba]": 2.5493412567015437, - "tests/core/test_solve.py::test_update_prune_2[classic]": 3.8033113826565073, - "tests/core/test_solve.py::test_update_prune_2[libmamba]": 1.305145263905887, - "tests/core/test_solve.py::test_update_prune_3[classic]": 4.215186556988224, - "tests/core/test_solve.py::test_update_prune_3[libmamba]": 1.297074325562422, - "tests/core/test_solve.py::test_update_prune_4[classic]": 3.6386049147898647, - "tests/core/test_solve.py::test_update_prune_4[libmamba]": 2.5597119818974017, - "tests/core/test_solve.py::test_update_prune_5[classic-False]": 4.295906884345028, - "tests/core/test_solve.py::test_update_prune_5[classic-True]": 3.6582336018988184, - "tests/core/test_solve.py::test_update_prune_5[libmamba-False]": 2.556500033223191, - "tests/core/test_solve.py::test_update_prune_5[libmamba-True]": 2.5890685169933536, - "tests/core/test_solve.py::test_virtual_package_solver[classic]": 1.3024067913127615, - "tests/core/test_solve.py::test_virtual_package_solver[libmamba]": 0.01947228044565912, - "tests/core/test_subdir_data.py::test_cache_fn_url_repo_anaconda_com": 0.002399532171695962, - "tests/core/test_subdir_data.py::test_cache_fn_url_repo_continuum_io": 0.002421797678887154, - "tests/core/test_subdir_data.py::test_get_index_no_platform_with_offline_cache": 2.366793460434352, - "tests/core/test_subdir_data.py::test_metadata_cache_clearing": 0.01335769836538254, - "tests/core/test_subdir_data.py::test_metadata_cache_works": 3.012420585089637, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[no-credentials]": 0.44412690136414956, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-auth]": 0.12656302494978786, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-token]": 0.08905154118604235, - "tests/core/test_subdir_data.py::test_repodata_version_error": 0.630851687790286, - "tests/core/test_subdir_data.py::test_search_by_packagerecord": 0.012777167866308326, - "tests/core/test_subdir_data.py::test_state_is_not_json": 0.028671908007896558, - "tests/core/test_subdir_data.py::test_subdir_data_coverage": 0.01974977394056753, - "tests/core/test_subdir_data.py::test_subdir_data_dict_state": 0.004891280563008739, - "tests/core/test_subdir_data.py::test_subdir_data_prefers_conda_to_tar_bz2": 0.01295144845155556, - "tests/core/test_subdir_data.py::test_use_only_tar_bz2": 0.023623936020908187, + "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-None-False]": 0.004974860084983777, + "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-missing-True]": 0.005469625629461474, + "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-{path}-False]": 0.005233157375261794, + "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-None-False]": 0.0048511237544120395, + "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-missing-False]": 0.005063788669068622, + "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-{path}-True]": 0.0051373365650359305, + "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars": 8.792997846030465, + "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars_no_exist": 9.176098111387114, + "tests/core/test_solve.py::test_aggressive_update_packages[classic]": 9.589949123704695, + "tests/core/test_solve.py::test_aggressive_update_packages[libmamba]": 9.022541938761687, + "tests/core/test_solve.py::test_archspec_call[classic]": 2.6550808775444934, + "tests/core/test_solve.py::test_archspec_call[libmamba]": 1.2865274228487855, + "tests/core/test_solve.py::test_auto_update_conda[classic]": 6.317090720701873, + "tests/core/test_solve.py::test_auto_update_conda[libmamba]": 5.173102027047828, + "tests/core/test_solve.py::test_broken_install[classic]": 7.81616379561045, + "tests/core/test_solve.py::test_broken_install[libmamba]": 0.019586731714421768, + "tests/core/test_solve.py::test_channel_priority_churn_minimized[classic]": 13.422695595055318, + "tests/core/test_solve.py::test_channel_priority_churn_minimized[libmamba]": 1.3424630338633219, + "tests/core/test_solve.py::test_conda_downgrade[classic]": 37.8237814166339, + "tests/core/test_solve.py::test_conda_downgrade[libmamba]": 8.9104452513567, + "tests/core/test_solve.py::test_cuda_1[classic]": 1.3660581680150015, + "tests/core/test_solve.py::test_cuda_1[libmamba]": 1.3204620002677079, + "tests/core/test_solve.py::test_cuda_2[classic]": 1.3624795195680008, + "tests/core/test_solve.py::test_cuda_2[libmamba]": 1.2815451322183338, + "tests/core/test_solve.py::test_cuda_constrain_absent[classic]": 1.3685584331238985, + "tests/core/test_solve.py::test_cuda_constrain_absent[libmamba]": 1.2830894612873813, + "tests/core/test_solve.py::test_cuda_constrain_sat[classic]": 0.000544393635243347, + "tests/core/test_solve.py::test_cuda_constrain_sat[libmamba]": 0.000577621262727798, + "tests/core/test_solve.py::test_cuda_constrain_unsat[classic]": 0.0005318959973702126, + "tests/core/test_solve.py::test_cuda_constrain_unsat[libmamba]": 0.0005444398312813948, + "tests/core/test_solve.py::test_cuda_fail_1[classic]": 1.3780089373850117, + "tests/core/test_solve.py::test_cuda_fail_1[libmamba]": 1.2776307600097394, + "tests/core/test_solve.py::test_cuda_fail_2[classic]": 1.3767078298952826, + "tests/core/test_solve.py::test_cuda_fail_2[libmamba]": 1.3028043574329708, + "tests/core/test_solve.py::test_cuda_glibc_sat[classic]": 0.0005561749070044375, + "tests/core/test_solve.py::test_cuda_glibc_sat[libmamba]": 0.0005642661246614663, + "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[classic]": 0.0005503606403682407, + "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[libmamba]": 0.0005352137365997867, + "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[classic]": 0.0005389781388942287, + "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[libmamba]": 0.0005391823934721998, + "tests/core/test_solve.py::test_current_repodata_fallback[classic]": 0.14509370511834643, + "tests/core/test_solve.py::test_current_repodata_fallback[libmamba]": 0.04555536914811312, + "tests/core/test_solve.py::test_current_repodata_usage[classic]": 0.15142707168503344, + "tests/core/test_solve.py::test_current_repodata_usage[libmamba]": 0.05004994656158013, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[classic]": 0.02180171477922686, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[libmamba]": 0.02361965043335962, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[classic]": 0.021939560487020695, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[libmamba]": 0.022949711175549357, + "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[classic]": 0.022420005523862464, + "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[libmamba]": 0.023862386195536968, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[classic]": 0.021268174159124187, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[libmamba]": 0.02282353007841128, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[classic]": 0.021710852450106625, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[libmamba]": 0.02323625664794171, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[classic]": 0.021683558880942814, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[libmamba]": 0.02310167973218841, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[classic]": 0.021810275402329164, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[libmamba]": 0.02272198978600006, + "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[classic]": 7.26174617488134, + "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[libmamba]": 3.91173916014717, + "tests/core/test_solve.py::test_explicit_conda_downgrade[classic]": 6.305829195580893, + "tests/core/test_solve.py::test_explicit_conda_downgrade[libmamba]": 5.143332141120611, + "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[classic]": 2.0325456631394734, + "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[libmamba]": 0.6149652239504461, + "tests/core/test_solve.py::test_features_solve_1[classic]": 6.60711348924532, + "tests/core/test_solve.py::test_features_solve_1[libmamba]": 0.31322277599442605, + "tests/core/test_solve.py::test_force_reinstall_1[classic]": 3.1485523664195427, + "tests/core/test_solve.py::test_force_reinstall_1[libmamba]": 2.688530737855685, + "tests/core/test_solve.py::test_force_reinstall_2[classic]": 1.473189384236693, + "tests/core/test_solve.py::test_force_reinstall_2[libmamba]": 1.28707952778211, + "tests/core/test_solve.py::test_force_remove_1[classic]": 7.567761156352276, + "tests/core/test_solve.py::test_force_remove_1[libmamba]": 3.8009195568652747, + "tests/core/test_solve.py::test_freeze_deps_1[classic]": 38.420020454733105, + "tests/core/test_solve.py::test_freeze_deps_1[libmamba]": 5.563071120203432, + "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[classic]": 8.14374019659917, + "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[libmamba]": 2.9647064622063826, + "tests/core/test_solve.py::test_no_deps_1[classic]": 6.8158324308065685, + "tests/core/test_solve.py::test_no_deps_1[libmamba]": 3.8227442985791296, + "tests/core/test_solve.py::test_no_update_deps_1[classic]": 6.131196293849402, + "tests/core/test_solve.py::test_no_update_deps_1[libmamba]": 5.157916352465235, + "tests/core/test_solve.py::test_only_deps_1[classic]": 2.0439729799088537, + "tests/core/test_solve.py::test_only_deps_1[libmamba]": 1.2895462234547113, + "tests/core/test_solve.py::test_only_deps_2[classic]": 9.781611487358168, + "tests/core/test_solve.py::test_only_deps_2[libmamba]": 5.189225736401502, + "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[classic]": 0.021225399753704733, + "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[libmamba]": 0.023148926805887867, + "tests/core/test_solve.py::test_packages_in_solution_change_constrained[classic]": 0.020920405575046555, + "tests/core/test_solve.py::test_packages_in_solution_change_constrained[libmamba]": 0.021886946534038953, + "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[classic]": 0.02098774030842756, + "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[libmamba]": 0.02224019674176793, + "tests/core/test_solve.py::test_pinned_1[classic]": 18.477699609588182, + "tests/core/test_solve.py::test_pinned_1[libmamba]": 11.771348412763638, + "tests/core/test_solve.py::test_priority_1[classic]": 24.49490512420372, + "tests/core/test_solve.py::test_priority_1[libmamba]": 11.798866056414553, + "tests/core/test_solve.py::test_prune_1[classic]": 4.195845716588688, + "tests/core/test_solve.py::test_prune_1[libmamba]": 1.3284538397064878, + "tests/core/test_solve.py::test_python2_update[classic]": 6.794505212016106, + "tests/core/test_solve.py::test_python2_update[libmamba]": 1.2980219219877098, + "tests/core/test_solve.py::test_remove_with_constrained_dependencies[classic]": 7.848662847139757, + "tests/core/test_solve.py::test_remove_with_constrained_dependencies[libmamba]": 0.5535085174011489, + "tests/core/test_solve.py::test_solve_1[classic]": 5.628358555047622, + "tests/core/test_solve.py::test_solve_1[libmamba]": 2.567447484164907, + "tests/core/test_solve.py::test_solve_2[classic]": 25.17206448323401, + "tests/core/test_solve.py::test_solve_2[libmamba]": 0.01926013491991789, + "tests/core/test_solve.py::test_solve_msgs_exclude_vp[classic]": 1.4114410197651284, + "tests/core/test_solve.py::test_solve_msgs_exclude_vp[libmamba]": 1.2760471163006157, + "tests/core/test_solve.py::test_timestamps_1[classic]": 0.4380383219109959, + "tests/core/test_solve.py::test_timestamps_1[libmamba]": 0.19070851167826114, + "tests/core/test_solve.py::test_unfreeze_when_required[classic]": 0.4657179153953292, + "tests/core/test_solve.py::test_unfreeze_when_required[libmamba]": 0.1807390550072951, + "tests/core/test_solve.py::test_update_all_1[classic]": 6.693647312201374, + "tests/core/test_solve.py::test_update_all_1[libmamba]": 3.886003645781397, + "tests/core/test_solve.py::test_update_deps_1[classic]": 12.895944015057335, + "tests/core/test_solve.py::test_update_deps_1[libmamba]": 6.55591176930342, + "tests/core/test_solve.py::test_update_deps_2[classic]": 10.884290346933927, + "tests/core/test_solve.py::test_update_deps_2[libmamba]": 3.670713634512388, + "tests/core/test_solve.py::test_update_prune_1[classic]": 3.9653890736396282, + "tests/core/test_solve.py::test_update_prune_1[libmamba]": 2.5640543623798053, + "tests/core/test_solve.py::test_update_prune_2[classic]": 3.888698935834305, + "tests/core/test_solve.py::test_update_prune_2[libmamba]": 1.3135059672653728, + "tests/core/test_solve.py::test_update_prune_3[classic]": 4.247667879761903, + "tests/core/test_solve.py::test_update_prune_3[libmamba]": 1.3148788998182106, + "tests/core/test_solve.py::test_update_prune_4[classic]": 3.7779327953193937, + "tests/core/test_solve.py::test_update_prune_4[libmamba]": 2.615453667199812, + "tests/core/test_solve.py::test_update_prune_5[classic-False]": 4.431309133913837, + "tests/core/test_solve.py::test_update_prune_5[classic-True]": 3.727897205723072, + "tests/core/test_solve.py::test_update_prune_5[libmamba-False]": 2.5850785742814724, + "tests/core/test_solve.py::test_update_prune_5[libmamba-True]": 2.606058961989701, + "tests/core/test_solve.py::test_virtual_package_solver[classic]": 1.3635209967102107, + "tests/core/test_solve.py::test_virtual_package_solver[libmamba]": 0.019500505784433773, + "tests/core/test_subdir_data.py::test_cache_fn_url_repo_anaconda_com": 0.0023992443348386364, + "tests/core/test_subdir_data.py::test_cache_fn_url_repo_continuum_io": 0.0024246563217597134, + "tests/core/test_subdir_data.py::test_get_index_no_platform_with_offline_cache": 2.4757071869369525, + "tests/core/test_subdir_data.py::test_metadata_cache_clearing": 0.013345877729031652, + "tests/core/test_subdir_data.py::test_metadata_cache_works": 3.0123799875684982, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[no-credentials]": 0.24997795081872487, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-auth]": 0.13110882533987003, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-token]": 0.1645305949292333, + "tests/core/test_subdir_data.py::test_repodata_version_error": 0.7610762133078461, + "tests/core/test_subdir_data.py::test_search_by_packagerecord": 0.012429505427525077, + "tests/core/test_subdir_data.py::test_state_is_not_json": 0.021507874745785128, + "tests/core/test_subdir_data.py::test_subdir_data_coverage": 0.019570009191549574, + "tests/core/test_subdir_data.py::test_subdir_data_dict_state": 0.004935574891242394, + "tests/core/test_subdir_data.py::test_subdir_data_prefers_conda_to_tar_bz2": 0.013124024767313, + "tests/core/test_subdir_data.py::test_use_only_tar_bz2": 0.02285460433752723, "tests/env/specs/test_binstar.py::test_binstar_not_installed": 0.0029298579132183, - "tests/env/specs/test_binstar.py::test_deprecations[BinstarSpec-None]": 0.003232434469123458, - "tests/env/specs/test_binstar.py::test_deprecations[ENVIRONMENT_TYPE-TypeError]": 0.003669362046295472, + "tests/env/specs/test_binstar.py::test_deprecations[BinstarSpec-None]": 0.0033453084381780893, + "tests/env/specs/test_binstar.py::test_deprecations[ENVIRONMENT_TYPE-TypeError]": 0.0036310010454849192, "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.007182236835854755, - "tests/env/specs/test_binstar.py::test_name_not_present": 0.007788526120257399, - "tests/env/specs/test_binstar.py::test_package_not_exist": 0.007216829588508505, + "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.0028313571362248227, - "tests/env/specs/test_requirements.py::test_no_environment_file": 0.0027520750237055164, - "tests/env/specs/test_requirements.py::test_no_name": 0.0023960523671818857, - "tests/env/specs/test_requirements.py::test_req_file_and_name": 0.0024452374292870263, - "tests/env/specs/test_yaml_file.py::test_environment_file_exist": 0.0027257740858513753, - "tests/env/specs/test_yaml_file.py::test_filename": 0.0030747270985579354, - "tests/env/specs/test_yaml_file.py::test_get_environment": 0.002702027063944055, - "tests/env/specs/test_yaml_file.py::test_no_environment_file": 0.002412197021510207, - "tests/env/test_create.py::test_create_advanced_pip": 32.85896225876043, - "tests/env/test_create.py::test_create_empty_env": 11.751860077824924, - "tests/env/test_create.py::test_create_env_default_packages": 47.1232606810642, - "tests/env/test_create.py::test_create_env_json[example/environment.yml]": 31.11426032543832, - "tests/env/test_create.py::test_create_env_json[example/environment_with_pip.yml]": 25.697367284754915, - "tests/env/test_create.py::test_create_env_no_default_packages": 27.945190712834435, - "tests/env/test_create.py::test_create_host_port": 0.0006997285962080654, - "tests/env/test_create.py::test_create_update": 25.176759843146268, - "tests/env/test_create.py::test_create_update_remote_env_file": 24.269499314318566, - "tests/env/test_create.py::test_fail_to_create_env_in_dir_with_colon": 0.0005467562272753184, - "tests/env/test_create.py::test_protected_dirs_error_for_env_create": 8.58584185891536, - "tests/env/test_env.py::test_add_channels": 0.0023281890863137093, - "tests/env/test_env.py::test_add_pip": 0.004914870620807419, - "tests/env/test_env.py::test_args_are_wildcarded": 0.0023765577118024656, - "tests/env/test_env.py::test_builds_spec_from_line_raw_dependency": 0.0024709472437205665, - "tests/env/test_env.py::test_can_add_dependencies_to_environment": 0.004843398475147722, - "tests/env/test_env.py::test_channels_are_provided_by_kwarg": 0.0023041556600117115, - "tests/env/test_env.py::test_channels_default_to_empty_list": 0.002319102521618634, - "tests/env/test_env.py::test_create_advanced_pip": 19.87550069639685, - "tests/env/test_env.py::test_creates_file_on_save": 0.00653863915987361, - "tests/env/test_env.py::test_dependencies_are_empty_by_default": 0.0022981755984364353, - "tests/env/test_env.py::test_dependencies_update_after_adding": 0.0037847164423554886, - "tests/env/test_env.py::test_envvars": 0.0050402435506138234, - "tests/env/test_env.py::test_from_history": 0.00422104503871812, - "tests/env/test_env.py::test_has_empty_filename_by_default": 0.002314302249990534, - "tests/env/test_env.py::test_has_empty_name_by_default": 0.002327578592887429, - "tests/env/test_env.py::test_has_filename_if_provided": 0.0023191577483845684, - "tests/env/test_env.py::test_has_name_if_provided": 0.0023200235450178152, - "tests/env/test_env.py::test_http": 0.19881937995840737, - "tests/env/test_env.py::test_http_raises": 0.2606980832130444, - "tests/env/test_env.py::test_invalid_keys": 0.0047190968271348865, - "tests/env/test_env.py::test_other_tips_of_dependencies_are_supported": 0.0024058354091089636, - "tests/env/test_env.py::test_parses_dependencies_from_raw_file": 0.003686582767874867, - "tests/env/test_env.py::test_remove_channels": 0.002312570321219995, - "tests/env/test_env.py::test_retains_full_filename": 0.0038921728084364187, - "tests/env/test_env.py::test_returns_Environment": 0.003990452469388725, - "tests/env/test_env.py::test_to_dict_returns_dictionary_of_data": 0.002459089102230641, - "tests/env/test_env.py::test_to_dict_returns_just_name_if_only_thing_present": 0.002316475784498552, - "tests/env/test_env.py::test_to_yaml_returns_proper_yaml": 0.0036240993329808486, - "tests/env/test_env.py::test_to_yaml_returns_yaml_parseable_string": 0.005960549477708816, - "tests/env/test_env.py::test_to_yaml_takes_stream": 0.0036703314660065053, - "tests/env/test_env.py::test_valid_keys": 0.005162797668087243, - "tests/env/test_env.py::test_with_pip": 0.004645164352578013, - "tests/env/test_pip_util.py::test_get_pip_installed_packages[Successfully installed foo bar-expected0]": 0.0032254446000171055, - "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.0026913909532917456, - "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.0031184961624419797, - "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.002683452980221815, - "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.002592680383743765, - "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[]": 0.002551533662758699, - "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[foo]": 0.0029646323608990906, - "tests/gateways/disk/test_delete.py::test_backoff_unlink": 0.012103660246493184, - "tests/gateways/disk/test_delete.py::test_backoff_unlink_doesnt_exist": 0.0033844366029457664, - "tests/gateways/disk/test_delete.py::test_deprecations[move_path_to_trash-TypeError-None]": 0.0026948592460845845, - "tests/gateways/disk/test_delete.py::test_deprecations[move_to_trash-TypeError-None]": 0.0027191363947977965, - "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs0]": 0.00281468425228074, - "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs1]": 0.002723829652469126, - "tests/gateways/disk/test_delete.py::test_deprecations[try_rmdir_all_empty-TypeError-None]": 0.0027606393875737757, - "tests/gateways/disk/test_delete.py::test_move_path_to_trash_couldnt": 0.0037849351111090253, - "tests/gateways/disk/test_delete.py::test_move_to_trash": 0.014272973454508318, - "tests/gateways/disk/test_delete.py::test_remove_dir": 0.013177344774538505, - "tests/gateways/disk/test_delete.py::test_remove_file": 0.0052014200643082905, - "tests/gateways/disk/test_delete.py::test_remove_file_to_trash": 0.0048718766385784555, - "tests/gateways/disk/test_delete.py::test_remove_link_to_dir": 0.01460380276239872, - "tests/gateways/disk/test_delete.py::test_remove_link_to_file": 0.005449415389431165, - "tests/gateways/disk/test_delete.py::test_rm_rf": 0.012520727322329374, - "tests/gateways/disk/test_delete.py::test_rm_rf_couldnt": 0.00381240979332664, - "tests/gateways/disk/test_delete.py::test_rm_rf_does_not_follow_symlinks": 0.022728061781261306, - "tests/gateways/disk/test_delete.py::test_try_rmdir_all_empty_doesnt_exist": 0.011481159763552944, - "tests/gateways/disk/test_link.py::test_hard_link": 0.005758352735625469, - "tests/gateways/disk/test_link.py::test_soft_link": 0.006479591325487288, - "tests/gateways/disk/test_permissions.py::test_make_executable": 0.0038536077832153548, - "tests/gateways/disk/test_permissions.py::test_make_writable": 0.004477210406272415, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EACCES": 0.0033129292209159522, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EPERM": 0.0032921372035206536, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EROFS": 0.0032047535934329797, - "tests/gateways/disk/test_permissions.py::test_make_writable_doesnt_exist": 0.0024599644775312388, - "tests/gateways/disk/test_permissions.py::test_recursive_make_writable": 0.004444504000858616, - "tests/gateways/disk/test_read.py::test_cherrypy_py27_osx_no_binary": 0.047176035111501015, - "tests/gateways/disk/test_read.py::test_cherrypy_py36_osx_whl": 0.07038876687398944, - "tests/gateways/disk/test_read.py::test_pyjwt_py27_osx_no_binary": 0.013137271402844035, - "tests/gateways/disk/test_read.py::test_pyjwt_py36_osx_whl": 0.017334776294372408, - "tests/gateways/disk/test_read.py::test_scrapy_py27_osx_no_binary": 0.10408339941038422, - "tests/gateways/disk/test_read.py::test_scrapy_py36_osx_whl": 0.159261805063747, - "tests/gateways/disk/test_read.py::test_six_py27_osx_no_binary_unmanageable": 0.006007940985134168, - "tests/gateways/disk/test_read.py::test_twilio_py27_osx_no_binary": 0.1355783640775594, - "tests/gateways/disk/test_read.py::test_twilio_py36_osx_whl": 0.21872593942923987, - "tests/gateways/test_connection.py::test_accept_range_none": 0.7958981293743803, - "tests/gateways/test_connection.py::test_add_binstar_token": 0.011926866681961999, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost-channels3-http://localhost]": 0.018451115278101515, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost/noarch/test-package-0.1.0.conda-channels2-http://localhost]": 0.018453695823372168, - "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.018738514496551954, - "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.01874529815549891, - "tests/gateways/test_connection.py::test_get_session_returns_default": 0.005974020701630271, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings": 0.010550243535873952, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings_multiple": 0.013317311813205298, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings_no_handler": 0.004601751424976926, - "tests/gateways/test_connection.py::test_get_session_with_request_headers": 0.0061865412252024975, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[exact-url]": 0.010743984418889184, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[no-match]": 0.00857338792117644, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[url-prefix]": 0.01229236644390371, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-match-same-schema]": 0.013610385600029092, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-different-scheme]": 0.006412025631389845, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-missing-scheme]": 0.006423847498874824, - "tests/gateways/test_connection.py::test_local_file_adapter_200": 0.020122570593589302, - "tests/gateways/test_connection.py::test_local_file_adapter_404": 0.005481737099654353, - "tests/gateways/test_connection.py::test_s3_server": 2.515481316654191, - "tests/gateways/test_connection.py::test_s3_server_with_mock": 2.739944391277055, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers0-expected0]": 0.0029475241092186905, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers1-expected1]": 0.0028314737237172104, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers2-expected2]": 0.0026789697115101162, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers3-expected3]": 0.0026705507915974085, - "tests/gateways/test_jlap.py::test_download_and_hash": 0.32554524086254, - "tests/gateways/test_jlap.py::test_hashwriter": 0.0023870756910270405, - "tests/gateways/test_jlap.py::test_jlap_cache_clock[False]": 0.06378136353409063, - "tests/gateways/test_jlap.py::test_jlap_cache_clock[True]": 0.0653046462619713, - "tests/gateways/test_jlap.py::test_jlap_core": 0.005737982008066812, - "tests/gateways/test_jlap.py::test_jlap_coverage": 0.002417652756353522, - "tests/gateways/test_jlap.py::test_jlap_errors": 0.14973887742101238, - "tests/gateways/test_jlap.py::test_jlap_fetch": 0.18474457573906453, - "tests/gateways/test_jlap.py::test_jlap_fetch_file": 0.022899966554139388, - "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[False]": 1.5210011777314854, - "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[True]": 8.262258379412337, - "tests/gateways/test_jlap.py::test_jlap_flag[]": 0.0038658551438059793, - "tests/gateways/test_jlap.py::test_jlap_flag[jlap,another]": 0.004020855011913306, - "tests/gateways/test_jlap.py::test_jlap_flag[jlap]": 0.003996110526744728, - "tests/gateways/test_jlap.py::test_jlap_flag[jlapopotamus]": 0.003975419758101585, - "tests/gateways/test_jlap.py::test_jlap_sought": 0.19661833167571469, - "tests/gateways/test_jlap.py::test_jlap_zst_not_404": 0.007751009924744385, - "tests/gateways/test_jlap.py::test_jlap_zst_not_zst": 0.03498987918512215, - "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[False]": 0.04688492523901497, - "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[True]": 0.07668562196423809, - "tests/gateways/test_jlap.py::test_repodata_state[False]": 0.02891493228485752, - "tests/gateways/test_jlap.py::test_repodata_state[True]": 0.041135951026144965, - "tests/gateways/test_jlap.py::test_repodata_use_zst[False]": 0.0039019421438922708, - "tests/gateways/test_jlap.py::test_repodata_use_zst[True]": 0.003885187851406276, - "tests/gateways/test_jlap.py::test_request_url_jlap_state": 0.02410030892521427, - "tests/gateways/test_jlap.py::test_server_available": 0.4251397580378106, - "tests/gateways/test_logging.py::test_token_not_present_in_conda_create": 8.029734184129174, - "tests/gateways/test_logging.py::test_token_replace_big_string": 0.0029730164346251343, - "tests/gateways/test_logging.py::test_token_replace_individual_strings": 0.002402948264691338, - "tests/gateways/test_repodata_gateway.py::test_coverage_conda_http_errors": 0.014642395193505131, - "tests/gateways/test_repodata_gateway.py::test_get_cache_control_max_age": 0.002354312724165942, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-False]": 0.010820354952873349, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-True]": 0.022659167676359296, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-False]": 0.010729031445200812, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-True]": 0.020739577836022555, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[False]": 0.028576317803936335, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[True]": 0.039777557835481626, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_jsondecodeerror": 0.007345747703864104, - "tests/gateways/test_repodata_gateway.py::test_repodata_state_has_format": 0.004824843644035939, - "tests/gateways/test_repodata_gateway.py::test_save": 0.10974294778856256, - "tests/gateways/test_repodata_gateway.py::test_ssl_unavailable_error_message": 0.0029568359468971485, - "tests/gateways/test_repodata_gateway.py::test_stale": 0.014183491851552493, + "tests/env/specs/test_requirements.py::test_environment": 0.0028551671073760343, + "tests/env/specs/test_requirements.py::test_no_environment_file": 0.0025638952187938386, + "tests/env/specs/test_requirements.py::test_no_name": 0.0024008047334657754, + "tests/env/specs/test_requirements.py::test_req_file_and_name": 0.0023962907441979014, + "tests/env/specs/test_yaml_file.py::test_environment_file_exist": 0.0027251180232962893, + "tests/env/specs/test_yaml_file.py::test_filename": 0.0029859175723635704, + "tests/env/specs/test_yaml_file.py::test_get_environment": 0.002691740827386165, + "tests/env/specs/test_yaml_file.py::test_no_environment_file": 0.002394411644805762, + "tests/env/test_create.py::test_create_advanced_pip": 31.437460851377693, + "tests/env/test_create.py::test_create_empty_env": 11.793023099187973, + "tests/env/test_create.py::test_create_env_default_packages": 43.37658034746788, + "tests/env/test_create.py::test_create_env_json[example/environment.yml]": 29.137499597140447, + "tests/env/test_create.py::test_create_env_json[example/environment_with_pip.yml]": 23.468153961698714, + "tests/env/test_create.py::test_create_env_no_default_packages": 25.834743474986734, + "tests/env/test_create.py::test_create_host_port": 0.0007071678227851416, + "tests/env/test_create.py::test_create_update": 22.871847356056527, + "tests/env/test_create.py::test_create_update_remote_env_file": 22.544865900663464, + "tests/env/test_create.py::test_fail_to_create_env_in_dir_with_colon": 0.0005729649334865667, + "tests/env/test_create.py::test_protected_dirs_error_for_env_create": 8.431520595105354, + "tests/env/test_env.py::test_add_channels": 0.0023201853892634385, + "tests/env/test_env.py::test_add_pip": 0.0048641788288154054, + "tests/env/test_env.py::test_args_are_wildcarded": 0.002394363409572096, + "tests/env/test_env.py::test_builds_spec_from_line_raw_dependency": 0.0024865676131939868, + "tests/env/test_env.py::test_can_add_dependencies_to_environment": 0.004893030317673751, + "tests/env/test_env.py::test_channels_are_provided_by_kwarg": 0.002294217759126847, + "tests/env/test_env.py::test_channels_default_to_empty_list": 0.002305008951764728, + "tests/env/test_env.py::test_create_advanced_pip": 17.705748124893123, + "tests/env/test_env.py::test_creates_file_on_save": 0.0065022002906767375, + "tests/env/test_env.py::test_dependencies_are_empty_by_default": 0.0022995925320852552, + "tests/env/test_env.py::test_dependencies_update_after_adding": 0.0038007816435433844, + "tests/env/test_env.py::test_envvars": 0.005060813845365708, + "tests/env/test_env.py::test_from_history": 0.004163925320758407, + "tests/env/test_env.py::test_has_empty_filename_by_default": 0.002328423542641735, + "tests/env/test_env.py::test_has_empty_name_by_default": 0.0023070850410553683, + "tests/env/test_env.py::test_has_filename_if_provided": 0.002324781239895307, + "tests/env/test_env.py::test_has_name_if_provided": 0.0023134644192143324, + "tests/env/test_env.py::test_http": 0.34444817178497583, + "tests/env/test_env.py::test_http_raises": 0.23331808966985546, + "tests/env/test_env.py::test_invalid_keys": 0.004692863659093868, + "tests/env/test_env.py::test_other_tips_of_dependencies_are_supported": 0.0024141183563753904, + "tests/env/test_env.py::test_parses_dependencies_from_raw_file": 0.00367942380242404, + "tests/env/test_env.py::test_remove_channels": 0.0023068530259456647, + "tests/env/test_env.py::test_retains_full_filename": 0.0038549199473391876, + "tests/env/test_env.py::test_returns_Environment": 0.0039503716877235424, + "tests/env/test_env.py::test_to_dict_returns_dictionary_of_data": 0.0024406901696037916, + "tests/env/test_env.py::test_to_dict_returns_just_name_if_only_thing_present": 0.0023019337128197107, + "tests/env/test_env.py::test_to_yaml_returns_proper_yaml": 0.003661686321669448, + "tests/env/test_env.py::test_to_yaml_returns_yaml_parseable_string": 0.005909241675205373, + "tests/env/test_env.py::test_to_yaml_takes_stream": 0.0036396652878250496, + "tests/env/test_env.py::test_valid_keys": 0.005185152060262957, + "tests/env/test_env.py::test_with_pip": 0.004689644273841145, + "tests/env/test_pip_util.py::test_get_pip_installed_packages[Successfully installed foo bar-expected0]": 0.003240968320343965, + "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.0027063584085943574, + "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.002992479359865434, + "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.0027810232760265867, + "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.002549957454919341, + "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[]": 0.0024963267296464545, + "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[foo]": 0.0028306486520875687, + "tests/gateways/disk/test_delete.py::test_backoff_unlink": 0.011953867959850309, + "tests/gateways/disk/test_delete.py::test_backoff_unlink_doesnt_exist": 0.0033794580902160197, + "tests/gateways/disk/test_delete.py::test_deprecations[move_path_to_trash-TypeError-None]": 0.0027327241317984794, + "tests/gateways/disk/test_delete.py::test_deprecations[move_to_trash-TypeError-None]": 0.0027120058484874842, + "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs0]": 0.0028063787293610984, + "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs1]": 0.0027125034757451414, + "tests/gateways/disk/test_delete.py::test_deprecations[try_rmdir_all_empty-TypeError-None]": 0.002798662660308439, + "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.013089445801489507, + "tests/gateways/disk/test_delete.py::test_remove_file": 0.005197990941980843, + "tests/gateways/disk/test_delete.py::test_remove_file_to_trash": 0.004914601321766285, + "tests/gateways/disk/test_delete.py::test_remove_link_to_dir": 0.014779481347823191, + "tests/gateways/disk/test_delete.py::test_remove_link_to_file": 0.00536028352703825, + "tests/gateways/disk/test_delete.py::test_rm_rf": 0.012495168901752512, + "tests/gateways/disk/test_delete.py::test_rm_rf_couldnt": 0.0037961294130412176, + "tests/gateways/disk/test_delete.py::test_rm_rf_does_not_follow_symlinks": 0.022489956946517654, + "tests/gateways/disk/test_delete.py::test_try_rmdir_all_empty_doesnt_exist": 0.011273919291756355, + "tests/gateways/disk/test_link.py::test_hard_link": 0.005707477338704981, + "tests/gateways/disk/test_link.py::test_soft_link": 0.006470758021218693, + "tests/gateways/disk/test_permissions.py::test_make_executable": 0.003842354081427425, + "tests/gateways/disk/test_permissions.py::test_make_writable": 0.004484069303397095, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EACCES": 0.003297814938913002, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EPERM": 0.0033239551992381346, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EROFS": 0.003198845133763774, + "tests/gateways/disk/test_permissions.py::test_make_writable_doesnt_exist": 0.002467470686516584, + "tests/gateways/disk/test_permissions.py::test_recursive_make_writable": 0.004455365941618496, + "tests/gateways/disk/test_read.py::test_cherrypy_py27_osx_no_binary": 0.047406428434614886, + "tests/gateways/disk/test_read.py::test_cherrypy_py36_osx_whl": 0.07243350118419561, + "tests/gateways/disk/test_read.py::test_pyjwt_py27_osx_no_binary": 0.013192028102553434, + "tests/gateways/disk/test_read.py::test_pyjwt_py36_osx_whl": 0.017412449199481903, + "tests/gateways/disk/test_read.py::test_scrapy_py27_osx_no_binary": 0.10469294052194793, + "tests/gateways/disk/test_read.py::test_scrapy_py36_osx_whl": 0.15994396415847142, + "tests/gateways/disk/test_read.py::test_six_py27_osx_no_binary_unmanageable": 0.0060329090810649815, + "tests/gateways/disk/test_read.py::test_twilio_py27_osx_no_binary": 0.14068750119284662, + "tests/gateways/disk/test_read.py::test_twilio_py36_osx_whl": 0.22164623795550878, + "tests/gateways/test_connection.py::test_accept_range_none": 0.7583038187822618, + "tests/gateways/test_connection.py::test_add_binstar_token": 0.011766467036926706, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost-channels3-http://localhost]": 0.018400181873886496, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost/noarch/test-package-0.1.0.conda-channels2-http://localhost]": 0.01856669111834947, + "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.0185840685934696, + "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.018737356137446926, + "tests/gateways/test_connection.py::test_get_session_returns_default": 0.005676218841786218, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings": 0.009765161192931039, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings_multiple": 0.009448373628940005, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings_no_handler": 0.0048224546331817756, + "tests/gateways/test_connection.py::test_get_session_with_request_headers": 0.006460852383343331, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[exact-url]": 0.010126240097194913, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[no-match]": 0.0088403077030292, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[url-prefix]": 0.011511550111039532, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-match-same-schema]": 0.0122172477020426, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-different-scheme]": 0.0067322862403986486, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-missing-scheme]": 0.00665675526450201, + "tests/gateways/test_connection.py::test_local_file_adapter_200": 0.01977502354458712, + "tests/gateways/test_connection.py::test_local_file_adapter_404": 0.00625631678331606, + "tests/gateways/test_connection.py::test_s3_server": 2.471502135679687, + "tests/gateways/test_connection.py::test_s3_server_with_mock": 2.7627218172303136, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers0-expected0]": 0.002946686576031256, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers1-expected1]": 0.0028306070694950544, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers2-expected2]": 0.0026794420689852565, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers3-expected3]": 0.002670594560132676, + "tests/gateways/test_jlap.py::test_download_and_hash": 0.24368621163248308, + "tests/gateways/test_jlap.py::test_hashwriter": 0.002392203757941448, + "tests/gateways/test_jlap.py::test_jlap_cache_clock[False]": 0.06455998472028672, + "tests/gateways/test_jlap.py::test_jlap_cache_clock[True]": 0.06627445527165704, + "tests/gateways/test_jlap.py::test_jlap_core": 0.005700418653195495, + "tests/gateways/test_jlap.py::test_jlap_coverage": 0.002419023260584226, + "tests/gateways/test_jlap.py::test_jlap_errors": 0.14640732147963564, + "tests/gateways/test_jlap.py::test_jlap_fetch": 0.14589212323576042, + "tests/gateways/test_jlap.py::test_jlap_fetch_file": 0.021962059859519163, + "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[False]": 1.695352703827367, + "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[True]": 8.284560864394264, + "tests/gateways/test_jlap.py::test_jlap_flag[]": 0.003880213469801235, + "tests/gateways/test_jlap.py::test_jlap_flag[jlap,another]": 0.004041416661518073, + "tests/gateways/test_jlap.py::test_jlap_flag[jlap]": 0.004006327906194718, + "tests/gateways/test_jlap.py::test_jlap_flag[jlapopotamus]": 0.003960665585341132, + "tests/gateways/test_jlap.py::test_jlap_sought": 0.17950194657409202, + "tests/gateways/test_jlap.py::test_jlap_zst_not_404": 0.007352781622020002, + "tests/gateways/test_jlap.py::test_jlap_zst_not_zst": 0.03538560545895265, + "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[False]": 0.04897312242065506, + "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[True]": 0.10988681080285746, + "tests/gateways/test_jlap.py::test_repodata_state[False]": 0.028892755911454064, + "tests/gateways/test_jlap.py::test_repodata_state[True]": 0.03750645139927558, + "tests/gateways/test_jlap.py::test_repodata_use_zst[False]": 0.0039220880412543044, + "tests/gateways/test_jlap.py::test_repodata_use_zst[True]": 0.0039005081845867946, + "tests/gateways/test_jlap.py::test_request_url_jlap_state": 0.024109190824201182, + "tests/gateways/test_jlap.py::test_server_available": 0.5135516097976389, + "tests/gateways/test_logging.py::test_token_not_present_in_conda_create": 7.816412877744929, + "tests/gateways/test_logging.py::test_token_replace_big_string": 0.0029981271070938058, + "tests/gateways/test_logging.py::test_token_replace_individual_strings": 0.0024089736053627534, + "tests/gateways/test_repodata_gateway.py::test_coverage_conda_http_errors": 0.014720849218694201, + "tests/gateways/test_repodata_gateway.py::test_get_cache_control_max_age": 0.0023794188471436455, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-False]": 0.010561886824421727, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-True]": 0.02316751938501162, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-False]": 0.010748440217769582, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-True]": 0.020919788693336386, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[False]": 0.027969766369111446, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[True]": 0.04035559118200357, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_jsondecodeerror": 0.00725644526439637, + "tests/gateways/test_repodata_gateway.py::test_repodata_state_has_format": 0.004799617282063464, + "tests/gateways/test_repodata_gateway.py::test_save": 0.1097107213145978, + "tests/gateways/test_repodata_gateway.py::test_ssl_unavailable_error_message": 0.0029770024760243778, + "tests/gateways/test_repodata_gateway.py::test_stale": 0.01454737681293673, "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.754250559710716, - "tests/gateways/test_repodata_lock.py::test_lock_no_lock[True]": 1.7061306329853905, - "tests/gateways/test_repodata_lock.py::test_lock_rename": 0.0005653340445609883, - "tests/gateways/test_subprocess.py::test_subprocess_call_with_capture_output": 0.4976435069497725, - "tests/gateways/test_subprocess.py::test_subprocess_call_without_capture_output": 0.503119654039432, - "tests/models/test_channel.py::test_bare_channel_file": 0.00402527736870624, - "tests/models/test_channel.py::test_bare_channel_http": 0.003816390116492456, - "tests/models/test_channel.py::test_canonicalized_url_gets_correct_token": 0.019302305316492883, - "tests/models/test_channel.py::test_channel_alias": 0.024330481616772134, - "tests/models/test_channel.py::test_channel_alias_channels": 0.004086183695164587, - "tests/models/test_channel.py::test_channel_alias_w_conda_path": 0.01842845739881375, - "tests/models/test_channel.py::test_channel_alias_w_subhcnnale": 0.018290239300496346, - "tests/models/test_channel.py::test_channel_cache": 0.003648911071470222, - "tests/models/test_channel.py::test_channel_host_port": 0.003859546835595883, - "tests/models/test_channel.py::test_channel_mangles_urls": 0.004265816600133017, - "tests/models/test_channel.py::test_channel_name_subdir_only": 0.004885668891309023, - "tests/models/test_channel.py::test_channels_with_dashes": 0.020624832754859535, - "tests/models/test_channel.py::test_custom_channels": 0.026545328407655746, - "tests/models/test_channel.py::test_custom_channels_port_token_auth": 0.02556637640632554, - "tests/models/test_channel.py::test_custom_token_in_channel": 0.018524086142784172, - "tests/models/test_channel.py::test_default_channel": 0.005299632234766873, - "tests/models/test_channel.py::test_default_channels": 0.023760715074280216, - "tests/models/test_channel.py::test_defaults_channel": 0.024689487058865554, - "tests/models/test_channel.py::test_env_var_file_urls": 0.005649730935550658, - "tests/models/test_channel.py::test_expanded_variables": 0.022236679748571273, - "tests/models/test_channel.py::test_file_channel": 0.02554829247720188, - "tests/models/test_channel.py::test_file_url_with_backslashes": 0.0039822577335136165, - "tests/models/test_channel.py::test_file_urls": 0.00401167136419474, - "tests/models/test_channel.py::test_local_channel": 0.036770147324117326, - "tests/models/test_channel.py::test_migrated_custom_channels": 0.026052873799025465, - "tests/models/test_channel.py::test_multichannel_priority": 0.005334055199820794, - "tests/models/test_channel.py::test_named_custom_channel": 0.02380223030492858, - "tests/models/test_channel.py::test_named_custom_channel_w_subchan": 0.023451726790373224, - "tests/models/test_channel.py::test_old_channel_alias": 0.026077975994796464, - "tests/models/test_channel.py::test_pkgs_main": 0.027983301371976133, - "tests/models/test_channel.py::test_pkgs_pro": 0.027621909864194907, - "tests/models/test_channel.py::test_ppc64le_vs_ppc64": 0.004728128209577892, - "tests/models/test_channel.py::test_regression_against_unknown_none": 0.005170566181357149, - "tests/models/test_channel.py::test_subdir_env_var": 0.01381895301806401, - "tests/models/test_channel.py::test_subdirs_env_var": 0.01494935495677749, - "tests/models/test_channel.py::test_token_in_custom_channel": 0.004403493884077507, - "tests/models/test_channel.py::test_unexpanded_variables": 0.021485104202903206, - "tests/models/test_channel.py::test_url_channel_w_platform": 0.005095335851091827, - "tests/models/test_channel.py::test_url_custom_channel": 0.023496762617284932, - "tests/models/test_channel.py::test_url_custom_channel_w_subchan": 0.023713616914442428, - "tests/models/test_dist.py::test_channel[.conda]": 0.004728669431403999, - "tests/models/test_dist.py::test_channel[.tar.bz2]": 0.0045509464043539585, - "tests/models/test_dist.py::test_dist[.conda]": 0.004093701129888124, - "tests/models/test_dist.py::test_dist[.tar.bz2]": 0.0037134353475835216, - "tests/models/test_dist.py::test_dist_with_channel_url[.conda]": 0.03431200044966582, - "tests/models/test_dist.py::test_dist_with_channel_url[.tar.bz2]": 0.034374891622282557, - "tests/models/test_dist.py::test_dist_with_non_channel_url[.conda]": 0.004342888993206022, - "tests/models/test_dist.py::test_dist_with_non_channel_url[.tar.bz2]": 0.004234210265587331, + "tests/gateways/test_repodata_lock.py::test_lock_no_lock[False]": 10.796381056119703, + "tests/gateways/test_repodata_lock.py::test_lock_no_lock[True]": 1.7622566997287188, + "tests/gateways/test_repodata_lock.py::test_lock_rename": 0.0005735154962424374, + "tests/gateways/test_subprocess.py::test_subprocess_call_with_capture_output": 0.528910697021993, + "tests/gateways/test_subprocess.py::test_subprocess_call_without_capture_output": 0.538292112545793, + "tests/models/test_channel.py::test_bare_channel_file": 0.004004034827822841, + "tests/models/test_channel.py::test_bare_channel_http": 0.0038270299153987408, + "tests/models/test_channel.py::test_canonicalized_url_gets_correct_token": 0.019320210319146883, + "tests/models/test_channel.py::test_channel_alias": 0.024218624538497647, + "tests/models/test_channel.py::test_channel_alias_channels": 0.004040807187419679, + "tests/models/test_channel.py::test_channel_alias_w_conda_path": 0.018346499336747472, + "tests/models/test_channel.py::test_channel_alias_w_subhcnnale": 0.018287471674532103, + "tests/models/test_channel.py::test_channel_cache": 0.003674605848034714, + "tests/models/test_channel.py::test_channel_host_port": 0.0038775411596456218, + "tests/models/test_channel.py::test_channel_mangles_urls": 0.004250251667818008, + "tests/models/test_channel.py::test_channel_name_subdir_only": 0.004871646751237477, + "tests/models/test_channel.py::test_channels_with_dashes": 0.02057910758530034, + "tests/models/test_channel.py::test_custom_channels": 0.026705107066046656, + "tests/models/test_channel.py::test_custom_channels_port_token_auth": 0.025565313148885802, + "tests/models/test_channel.py::test_custom_token_in_channel": 0.01844840373192777, + "tests/models/test_channel.py::test_default_channel": 0.005344175564261068, + "tests/models/test_channel.py::test_default_channels": 0.0237612561580943, + "tests/models/test_channel.py::test_defaults_channel": 0.024727643947823518, + "tests/models/test_channel.py::test_env_var_file_urls": 0.005705741436502717, + "tests/models/test_channel.py::test_expanded_variables": 0.018099316264222648, + "tests/models/test_channel.py::test_file_channel": 0.025404164577660947, + "tests/models/test_channel.py::test_file_url_with_backslashes": 0.004014156236083891, + "tests/models/test_channel.py::test_file_urls": 0.004014569322496433, + "tests/models/test_channel.py::test_local_channel": 0.03652770911649384, + "tests/models/test_channel.py::test_migrated_custom_channels": 0.026137180795053023, + "tests/models/test_channel.py::test_multichannel_priority": 0.005357856264282864, + "tests/models/test_channel.py::test_named_custom_channel": 0.023514612932541118, + "tests/models/test_channel.py::test_named_custom_channel_w_subchan": 0.023374586481342826, + "tests/models/test_channel.py::test_old_channel_alias": 0.025822431409704364, + "tests/models/test_channel.py::test_pkgs_main": 0.0280294306163602, + "tests/models/test_channel.py::test_pkgs_pro": 0.027466566114109508, + "tests/models/test_channel.py::test_ppc64le_vs_ppc64": 0.004730062033259269, + "tests/models/test_channel.py::test_regression_against_unknown_none": 0.005190224142884678, + "tests/models/test_channel.py::test_subdir_env_var": 0.014081485591385359, + "tests/models/test_channel.py::test_subdirs_env_var": 0.015011699996961182, + "tests/models/test_channel.py::test_token_in_custom_channel": 0.0044367594255975435, + "tests/models/test_channel.py::test_unexpanded_variables": 0.01717989102978049, + "tests/models/test_channel.py::test_url_channel_w_platform": 0.005064535623044914, + "tests/models/test_channel.py::test_url_custom_channel": 0.02355703148805416, + "tests/models/test_channel.py::test_url_custom_channel_w_subchan": 0.023672552725719314, + "tests/models/test_dist.py::test_channel[.conda]": 0.004802282530917059, + "tests/models/test_dist.py::test_channel[.tar.bz2]": 0.004545346538730457, + "tests/models/test_dist.py::test_dist[.conda]": 0.004032725226474074, + "tests/models/test_dist.py::test_dist[.tar.bz2]": 0.0036492379629858664, + "tests/models/test_dist.py::test_dist_with_channel_url[.conda]": 0.0341117944366043, + "tests/models/test_dist.py::test_dist_with_channel_url[.tar.bz2]": 0.03407310602573636, + "tests/models/test_dist.py::test_dist_with_non_channel_url[.conda]": 0.0043703898693623075, + "tests/models/test_dist.py::test_dist_with_non_channel_url[.tar.bz2]": 0.004258016042059044, "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.008199970364748345, - "tests/models/test_match_spec.py::test_build_merge": 0.0044962823133502415, - "tests/models/test_match_spec.py::test_build_number_and_filename": 0.002369034815433002, - "tests/models/test_match_spec.py::test_build_number_merge": 0.004591864357977654, - "tests/models/test_match_spec.py::test_canonical_string_forms": 0.01102855353399856, - "tests/models/test_match_spec.py::test_catch_invalid_regexes": 0.005339436239356387, - "tests/models/test_match_spec.py::test_channel_matching": 0.0057110115115741695, - "tests/models/test_match_spec.py::test_channel_merge": 0.00472222764370805, - "tests/models/test_match_spec.py::test_comment": 0.0024536445016510194, - "tests/models/test_match_spec.py::test_conda_style": 0.002496934000694442, - "tests/models/test_match_spec.py::test_dist": 0.006041032330130699, - "tests/models/test_match_spec.py::test_dist_str": 0.0067974521157782575, - "tests/models/test_match_spec.py::test_exact_values": 0.0032927501326355563, - "tests/models/test_match_spec.py::test_hash": 0.0028034516082891554, - "tests/models/test_match_spec.py::test_hash_merge_with_name": 0.005147746939399753, - "tests/models/test_match_spec.py::test_hash_merge_wo_name": 0.0028813606107746495, - "tests/models/test_match_spec.py::test_index_record": 0.0051714026503169004, - "tests/models/test_match_spec.py::test_invalid": 0.0023035297924751414, - "tests/models/test_match_spec.py::test_invalid_arg2spec": 0.002403810510833604, - "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg 4.2.2<6.0.0]": 0.0025892227362429945, - "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.002663160139930535, - "tests/models/test_match_spec.py::test_key_value_features_canonical_string_forms": 0.0005461931903431792, - "tests/models/test_match_spec.py::test_legacy_features_canonical_string_forms": 0.0024609251327095665, - "tests/models/test_match_spec.py::test_license_match": 0.008715826193753001, - "tests/models/test_match_spec.py::test_match_1": 0.02085510329006912, - "tests/models/test_match_spec.py::test_matchspec_errors": 0.0025280147147924794, - "tests/models/test_match_spec.py::test_merge_multiple_name": 0.005195422966303905, - "tests/models/test_match_spec.py::test_merge_single_name": 0.004815291151298772, - "tests/models/test_match_spec.py::test_no_name_match_spec": 0.0023916575359267216, - "tests/models/test_match_spec.py::test_openssl_match": 0.004412594386896011, - "tests/models/test_match_spec.py::test_parse_build_number_brackets": 0.0025026891694164654, - "tests/models/test_match_spec.py::test_parse_channel_subdir": 0.00383152109596557, - "tests/models/test_match_spec.py::test_parse_equal_equal": 0.0024517173990698635, - "tests/models/test_match_spec.py::test_parse_errors": 0.0023712146809301104, - "tests/models/test_match_spec.py::test_parse_hard": 0.0026513721409916085, - "tests/models/test_match_spec.py::test_parse_parens": 0.003624498963545283, - "tests/models/test_match_spec.py::test_parse_spec_str_no_brackets": 0.003935301131092334, - "tests/models/test_match_spec.py::test_parse_spec_str_tarball_url": 0.005611629439732372, - "tests/models/test_match_spec.py::test_parse_spec_str_with_brackets": 0.00415148110378948, - "tests/models/test_match_spec.py::test_pip_style": 0.002672884439049392, - "tests/models/test_match_spec.py::test_pip_style2": 0.003122241599116296, - "tests/models/test_match_spec.py::test_simple": 0.003027121292306618, - "tests/models/test_match_spec.py::test_star_name": 0.0023977029842042635, - "tests/models/test_match_spec.py::test_strictness": 0.004645611703598239, - "tests/models/test_match_spec.py::test_subdir_merge": 0.004768512706903628, - "tests/models/test_match_spec.py::test_tarball_match_specs": 0.008574984847408512, - "tests/models/test_match_spec.py::test_to_filename": 0.004226821199454713, - "tests/models/test_match_spec.py::test_track_features_match": 0.008525566268830664, - "tests/models/test_package_info.py::test_package_info": 0.004176809554771797, - "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[classic]": 1.729188969472633, - "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[libmamba]": 0.5763746136190365, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[classic]": 0.02296755861147644, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[libmamba]": 0.023640768085986617, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[classic]": 0.022880793532833146, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[libmamba]": 0.023486492184376408, - "tests/models/test_prefix_graph.py::test_prefix_graph_1[classic]": 6.8202332508376164, - "tests/models/test_prefix_graph.py::test_prefix_graph_1[libmamba]": 0.35004848370302055, - "tests/models/test_prefix_graph.py::test_prefix_graph_2[classic]": 6.747849738367553, - "tests/models/test_prefix_graph.py::test_prefix_graph_2[libmamba]": 0.33525556816420504, - "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[classic]": 6.822268860377926, - "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[libmamba]": 0.349014026348276, - "tests/models/test_prefix_graph.py::test_sort_without_prep[classic]": 7.6223370942496045, - "tests/models/test_prefix_graph.py::test_sort_without_prep[libmamba]": 1.8662560513637279, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[classic]": 7.783980878565279, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[libmamba]": 1.8540938775438138, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[classic]": 7.4427790539113365, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[libmamba]": 1.8242033676028107, - "tests/models/test_records.py::test_package_record_feature": 0.004326379032991616, - "tests/models/test_records.py::test_package_record_timestamp": 0.004980311353765208, - "tests/models/test_records.py::test_package_virtual_package[123-testbuild]": 0.004420205396858551, - "tests/models/test_records.py::test_package_virtual_package[None-None]": 0.004471413519433081, - "tests/models/test_records.py::test_package_virtual_package[None-testbuild]": 0.004455079558784367, - "tests/models/test_records.py::test_prefix_record_no_channel": 0.005953402347256045, - "tests/models/test_version.py::test_compatible_release_versions": 0.002786601020726966, - "tests/models/test_version.py::test_compound_versions": 0.0028357397551777774, - "tests/models/test_version.py::test_hexrd": 0.0023604001902895913, - "tests/models/test_version.py::test_invalid_version_specs": 0.0028645075298747665, - "tests/models/test_version.py::test_local_identifier": 0.002507658567376498, - "tests/models/test_version.py::test_match": 0.008411312922745133, - "tests/models/test_version.py::test_not_eq_star": 0.002683884950155908, - "tests/models/test_version.py::test_openssl_convention": 0.0030319444559209117, - "tests/models/test_version.py::test_pep440": 0.004051491116783307, - "tests/models/test_version.py::test_pep_440_arbitrary_equality_operator": 0.0023740310431777803, - "tests/models/test_version.py::test_ver_eval": 0.003135413357650478, - "tests/models/test_version.py::test_ver_eval_errors": 0.002422062435900071, - "tests/models/test_version.py::test_version_order": 0.005129577478685942, - "tests/models/test_version.py::test_version_spec_1": 0.0023989362499096723, - "tests/models/test_version.py::test_version_spec_2": 0.0027195424000892696, - "tests/models/test_version.py::test_version_spec_3": 0.0023401820779004336, - "tests/models/test_version.py::test_version_spec_4": 0.0025292477980032807, - "tests/notices/test_core.py::test__conda_user_story__disable_notices": 0.02297877465457352, - "tests/notices/test_core.py::test__conda_user_story__more_notices_message": 0.06814482224436219, - "tests/notices/test_core.py::test__conda_user_story__only_see_once": 0.06801926623138647, - "tests/notices/test_core.py::test_display_notices_happy_path[200]": 0.11103207034401401, - "tests/notices/test_core.py::test_display_notices_happy_path[404]": 0.11026873880803495, - "tests/notices/test_core.py::test_display_notices_happy_path[500]": 0.10940948102454695, - "tests/notices/test_core.py::test_notices_decorator": 0.06653025152818973, - "tests/notices/test_fetch.py::test_get_channel_notice_response_malformed_json": 0.05295975663040551, - "tests/notices/test_fetch.py::test_get_channel_notice_response_timeout_error": 0.05366366820088307, - "tests/notices/test_fetch.py::test_notice_response_cache_expired": 0.0024112895978273346, - "tests/notices/test_types.py::test_channel_notice_response": 0.0024433473571326618, - "tests/notices/test_types.py::test_channel_notice_response_date_parse_error": 0.002464888255316705, - "tests/notices/test_types.py::test_channel_notice_response_integer_id": 0.0023188699753646826, - "tests/notices/test_types.py::test_channel_notice_undefined_id": 0.0023324348689388956, - "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer": 0.004152005653833499, - "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list": 0.004950122492055832, - "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list_output_false": 0.0025125114777811673, - "tests/plugins/reporter_backends/test_console.py::test_prompt": 0.0025817825986140857, - "tests/plugins/reporter_backends/test_console.py::test_prompt_bad_option": 0.0026733973034992883, - "tests/plugins/reporter_backends/test_console.py::test_prompt_error_reading_stdin": 0.0033810414280538614, - "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner": 0.0026885921963961225, - "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner_with_error": 0.0026560629597120727, - "tests/plugins/reporter_backends/test_console.py::test_spinner": 0.10689001565388484, - "tests/plugins/reporter_backends/test_console.py::test_spinner_with_error": 0.1059048006395225, - "tests/plugins/reporter_backends/test_console.py::test_spinner_with_os_error_errno_epipe": 0.012336121938539607, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error": 0.003107640999195987, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error_with_epipe_errno": 0.0031322353217126905, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error": 0.004306677260049953, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error_with_errno_epipe": 0.004171280502286258, - "tests/plugins/reporter_backends/test_json.py::test_json_handler": 0.0026012743213267796, - "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_enabled": 0.004291024455036079, - "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_not_enabled": 0.003351034014081641, - "tests/plugins/reporter_backends/test_json.py::test_json_spinner": 0.0026299528462090395, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path": 6.009275773693541, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_show_help": 0.0577449396462671, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_verbose": 5.99497287363796, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_non_existent_environment": 0.08354009285937199, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_test_environment": 7.697682999883361, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyc]": 0.008661827525934154, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyo]": 0.008297281703979762, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-False]": 0.009207077069449695, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-True]": 0.009464297225605553, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-False]": 0.009020505986435355, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-True]": 0.008855770116977482, + "tests/models/test_match_spec.py::test_bracket_matches": 0.008290962830184228, + "tests/models/test_match_spec.py::test_build_merge": 0.004487690263095046, + "tests/models/test_match_spec.py::test_build_number_and_filename": 0.002371246957386903, + "tests/models/test_match_spec.py::test_build_number_merge": 0.004585627895544103, + "tests/models/test_match_spec.py::test_canonical_string_forms": 0.011185228990972242, + "tests/models/test_match_spec.py::test_catch_invalid_regexes": 0.005352761927463359, + "tests/models/test_match_spec.py::test_channel_matching": 0.005704212574858497, + "tests/models/test_match_spec.py::test_channel_merge": 0.004746700685532132, + "tests/models/test_match_spec.py::test_comment": 0.0024730192190819886, + "tests/models/test_match_spec.py::test_conda_style": 0.002492963277561309, + "tests/models/test_match_spec.py::test_dist": 0.006173747726232667, + "tests/models/test_match_spec.py::test_dist_str": 0.006834048921346423, + "tests/models/test_match_spec.py::test_exact_values": 0.0033565056348053846, + "tests/models/test_match_spec.py::test_hash": 0.0028016899884020937, + "tests/models/test_match_spec.py::test_hash_merge_with_name": 0.005186827085436577, + "tests/models/test_match_spec.py::test_hash_merge_wo_name": 0.0028951665818757236, + "tests/models/test_match_spec.py::test_index_record": 0.005165550552570628, + "tests/models/test_match_spec.py::test_invalid": 0.0023242826860533873, + "tests/models/test_match_spec.py::test_invalid_arg2spec": 0.0024193658891576864, + "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg 4.2.2<6.0.0]": 0.0025949157470271564, + "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.0026716054550351017, + "tests/models/test_match_spec.py::test_key_value_features_canonical_string_forms": 0.0005471090326951424, + "tests/models/test_match_spec.py::test_legacy_features_canonical_string_forms": 0.0024662243332934796, + "tests/models/test_match_spec.py::test_license_match": 0.008774536357574294, + "tests/models/test_match_spec.py::test_match_1": 0.020932983763003687, + "tests/models/test_match_spec.py::test_matchspec_errors": 0.0025469429318409308, + "tests/models/test_match_spec.py::test_merge_multiple_name": 0.005201399244906282, + "tests/models/test_match_spec.py::test_merge_single_name": 0.004778341719370989, + "tests/models/test_match_spec.py::test_no_name_match_spec": 0.002403934799406755, + "tests/models/test_match_spec.py::test_openssl_match": 0.0044297508931334766, + "tests/models/test_match_spec.py::test_parse_build_number_brackets": 0.0025212465090097566, + "tests/models/test_match_spec.py::test_parse_channel_subdir": 0.0038132029753990145, + "tests/models/test_match_spec.py::test_parse_equal_equal": 0.002442023776976576, + "tests/models/test_match_spec.py::test_parse_errors": 0.002388302773043069, + "tests/models/test_match_spec.py::test_parse_hard": 0.002654922902400182, + "tests/models/test_match_spec.py::test_parse_parens": 0.0036332888381444455, + "tests/models/test_match_spec.py::test_parse_spec_str_no_brackets": 0.003989912676574733, + "tests/models/test_match_spec.py::test_parse_spec_str_tarball_url": 0.005583512274219124, + "tests/models/test_match_spec.py::test_parse_spec_str_with_brackets": 0.004108769075006896, + "tests/models/test_match_spec.py::test_pip_style": 0.002676342819562566, + "tests/models/test_match_spec.py::test_pip_style2": 0.003134456266507575, + "tests/models/test_match_spec.py::test_simple": 0.0030280051700828105, + "tests/models/test_match_spec.py::test_star_name": 0.0023802097742707737, + "tests/models/test_match_spec.py::test_strictness": 0.00466549582872537, + "tests/models/test_match_spec.py::test_subdir_merge": 0.004784376063641446, + "tests/models/test_match_spec.py::test_tarball_match_specs": 0.008613413827310842, + "tests/models/test_match_spec.py::test_to_filename": 0.004195172622585446, + "tests/models/test_match_spec.py::test_track_features_match": 0.008629583238201703, + "tests/models/test_package_info.py::test_package_info": 0.00421464190245917, + "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[classic]": 1.765279421734032, + "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[libmamba]": 0.570091056855898, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[classic]": 0.022869115525247386, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[libmamba]": 0.023404782502456378, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[classic]": 0.022958289169510336, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[libmamba]": 0.023301157134533818, + "tests/models/test_prefix_graph.py::test_prefix_graph_1[classic]": 6.840590209511981, + "tests/models/test_prefix_graph.py::test_prefix_graph_1[libmamba]": 0.33957175009159163, + "tests/models/test_prefix_graph.py::test_prefix_graph_2[classic]": 6.752270344601012, + "tests/models/test_prefix_graph.py::test_prefix_graph_2[libmamba]": 0.3233026961157151, + "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[classic]": 6.9016408807489515, + "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[libmamba]": 0.3380230687411899, + "tests/models/test_prefix_graph.py::test_sort_without_prep[classic]": 7.7568345224065895, + "tests/models/test_prefix_graph.py::test_sort_without_prep[libmamba]": 1.7338967049036105, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[classic]": 7.9278089145964845, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[libmamba]": 1.9220082119634405, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[classic]": 7.665015960640675, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[libmamba]": 1.877000832982999, + "tests/models/test_records.py::test_package_record_feature": 0.004312190583513284, + "tests/models/test_records.py::test_package_record_timestamp": 0.004973434793176323, + "tests/models/test_records.py::test_package_virtual_package[123-testbuild]": 0.004414446394586796, + "tests/models/test_records.py::test_package_virtual_package[None-None]": 0.004471718339729256, + "tests/models/test_records.py::test_package_virtual_package[None-testbuild]": 0.004451876905633262, + "tests/models/test_records.py::test_prefix_record_no_channel": 0.0059648351110574895, + "tests/models/test_version.py::test_compatible_release_versions": 0.002790150499507422, + "tests/models/test_version.py::test_compound_versions": 0.0028685333260578313, + "tests/models/test_version.py::test_hexrd": 0.0023788204671049474, + "tests/models/test_version.py::test_invalid_version_specs": 0.0029416249317482115, + "tests/models/test_version.py::test_local_identifier": 0.002510403718157862, + "tests/models/test_version.py::test_match": 0.008470425580274148, + "tests/models/test_version.py::test_not_eq_star": 0.002696535422500762, + "tests/models/test_version.py::test_openssl_convention": 0.0030990564358083545, + "tests/models/test_version.py::test_pep440": 0.004048525509806102, + "tests/models/test_version.py::test_pep_440_arbitrary_equality_operator": 0.0023638048296740046, + "tests/models/test_version.py::test_ver_eval": 0.0031629750723478857, + "tests/models/test_version.py::test_ver_eval_errors": 0.0024408803230431693, + "tests/models/test_version.py::test_version_order": 0.005105067818687529, + "tests/models/test_version.py::test_version_spec_1": 0.002420391053866488, + "tests/models/test_version.py::test_version_spec_2": 0.0027383806616111317, + "tests/models/test_version.py::test_version_spec_3": 0.00235777167929236, + "tests/models/test_version.py::test_version_spec_4": 0.002562880414910594, + "tests/notices/test_core.py::test__conda_user_story__disable_notices": 0.023661802582354678, + "tests/notices/test_core.py::test__conda_user_story__more_notices_message": 0.09130443307792399, + "tests/notices/test_core.py::test__conda_user_story__only_see_once": 0.08969448079210701, + "tests/notices/test_core.py::test_display_notices_happy_path[200]": 0.1553780762199927, + "tests/notices/test_core.py::test_display_notices_happy_path[404]": 0.15193721628456192, + "tests/notices/test_core.py::test_display_notices_happy_path[500]": 0.15553675477064807, + "tests/notices/test_core.py::test_notices_decorator": 0.08790699486537226, + "tests/notices/test_fetch.py::test_get_channel_notice_response_malformed_json": 0.07414844443436192, + "tests/notices/test_fetch.py::test_get_channel_notice_response_timeout_error": 0.0758965903575961, + "tests/notices/test_fetch.py::test_notice_response_cache_expired": 0.0024103339446462056, + "tests/notices/test_types.py::test_channel_notice_response": 0.002456270224079108, + "tests/notices/test_types.py::test_channel_notice_response_date_parse_error": 0.002493704712269959, + "tests/notices/test_types.py::test_channel_notice_response_integer_id": 0.002328959051489546, + "tests/notices/test_types.py::test_channel_notice_undefined_id": 0.002338935022326558, + "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer": 0.0041737445341453495, + "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list": 0.004835826062968941, + "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list_output_false": 0.0024593721620397454, + "tests/plugins/reporter_backends/test_console.py::test_prompt": 0.002604432840661744, + "tests/plugins/reporter_backends/test_console.py::test_prompt_bad_option": 0.0026797058723630096, + "tests/plugins/reporter_backends/test_console.py::test_prompt_error_reading_stdin": 0.0033889811674387466, + "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner": 0.002689246989723907, + "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner_with_error": 0.0026683014918467245, + "tests/plugins/reporter_backends/test_console.py::test_spinner": 0.10700999336686948, + "tests/plugins/reporter_backends/test_console.py::test_spinner_with_error": 0.10616932603723472, + "tests/plugins/reporter_backends/test_console.py::test_spinner_with_os_error_errno_epipe": 0.012796136854321346, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error": 0.0032016261243458873, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error_with_epipe_errno": 0.003149202676664499, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error": 0.012340987154765842, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error_with_errno_epipe": 0.004196569609902585, + "tests/plugins/reporter_backends/test_json.py::test_json_handler": 0.002579296375253128, + "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_enabled": 0.004193367019099202, + "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_not_enabled": 0.0033297318099567525, + "tests/plugins/reporter_backends/test_json.py::test_json_spinner": 0.002633471522198459, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path": 6.106143745634746, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_show_help": 0.056527534549014644, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_verbose": 6.00949312876589, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_non_existent_environment": 0.08349397688823387, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_test_environment": 8.153259010854018, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyc]": 0.008576933128557009, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyo]": 0.008079250732987275, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-False]": 0.008567466919381643, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-True]": 0.008512149693753551, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-False]": 0.008674250800944302, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-True]": 0.008457051873914916, "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, @@ -1309,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.009369453440274681, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyo]": 0.009125520145916565, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyc]": 0.008426547199248938, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyo]": 0.008634398901921013, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyc]": 0.008756569050908354, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyo]": 0.008405426386597128, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyc]": 0.009105045323132171, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyo]": 0.0087211970676121, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyc]": 0.007752515114547033, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyo]": 0.008527466839236364, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-False]": 0.008400113379322359, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-True]": 0.008221558118501103, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-False]": 0.009093138667645492, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-True]": 0.009151204072053184, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyc]": 0.008264407217544888, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyo]": 0.007869550686701718, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-False]": 0.009226814277779735, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-True]": 0.008810680096128651, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-False]": 0.009294515894387992, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-True]": 0.008515042088490426, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyc]": 0.007976797425774241, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyo]": 0.00786631613496825, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-False]": 0.007944767089790581, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-True]": 0.008803209032892863, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-False]": 0.00798687020620874, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-True]": 0.008179794511537107, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyc]": 0.009316916187727805, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyo]": 0.008888195738394505, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyc]": 0.009411344363514132, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyo]": 0.009015139783247007, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyc]": 3.4939985102428732, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyo]": 3.429983735432526, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyc]": 0.009343172303005694, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyo]": 0.009100740278125729, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyc]": 0.010706050080199493, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyo]": 0.04151552008207447, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyc]": 0.00829818359593992, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyo]": 0.008412661560548755, - "tests/plugins/test_auth_handlers.py::test_duplicated": 0.0065667645981781035, - "tests/plugins/test_auth_handlers.py::test_get_auth_handler": 0.0045083895741060385, - "tests/plugins/test_auth_handlers.py::test_get_auth_handler_multiple": 0.004479646106275082, - "tests/plugins/test_health_checks.py::test_health_check_not_ran": 0.09703001242464794, - "tests/plugins/test_health_checks.py::test_health_check_ran": 0.08548059469212713, - "tests/plugins/test_manager.py::test_disable_external_plugins[VerboseSolverPlugin]": 0.004077881093996965, - "tests/plugins/test_manager.py::test_disable_external_plugins[tests.plugins.test_manager]": 0.004028882195726923, - "tests/plugins/test_manager.py::test_get_canonical_name_class": 0.0037214484171297114, - "tests/plugins/test_manager.py::test_get_canonical_name_instance": 0.005630097790752048, - "tests/plugins/test_manager.py::test_get_canonical_name_module": 0.003689601589753357, - "tests/plugins/test_manager.py::test_get_canonical_name_object": 0.006210796571717057, - "tests/plugins/test_manager.py::test_get_hook_results": 0.00985175709941271, - "tests/plugins/test_manager.py::test_get_request_headers": 0.0036964120447005567, - "tests/plugins/test_manager.py::test_get_session_headers": 0.00407061839349086, - "tests/plugins/test_manager.py::test_get_solvers": 0.003954339123518294, - "tests/plugins/test_manager.py::test_get_virtual_packages": 0.004006765532852832, - "tests/plugins/test_manager.py::test_get_virtual_packages_no_name": 0.005051003315455915, - "tests/plugins/test_manager.py::test_known_solver": 0.004063064847127865, - "tests/plugins/test_manager.py::test_load_entrypoints_blocked": 0.019619653246411843, - "tests/plugins/test_manager.py::test_load_entrypoints_importerror": 0.023610835276623568, - "tests/plugins/test_manager.py::test_load_entrypoints_register_valueerror": 0.03219143498479279, - "tests/plugins/test_manager.py::test_load_entrypoints_success": 0.02317241929560775, - "tests/plugins/test_manager.py::test_load_plugins_error": 0.004022001999390307, - "tests/plugins/test_manager.py::test_load_two_plugins_one_impls": 0.004300476001553671, - "tests/plugins/test_manager.py::test_load_without_plugins": 0.003815706713552668, - "tests/plugins/test_manager.py::test_unknown_solver": 0.003930621882912969, - "tests/plugins/test_post_commands.py::test_post_command_action_raises_exception": 0.08224951873609415, - "tests/plugins/test_post_commands.py::test_post_command_invoked": 0.09425581372547116, - "tests/plugins/test_post_commands.py::test_post_command_not_invoked": 0.10052142033146978, - "tests/plugins/test_post_solves.py::test_post_solve_action_raises_exception": 13.046584414968846, - "tests/plugins/test_post_solves.py::test_post_solve_invoked": 28.231661160863627, - "tests/plugins/test_post_solves.py::test_post_solve_not_invoked": 0.09931139619648136, - "tests/plugins/test_pre_commands.py::test_pre_command_action_raises_exception": 0.07424164157848968, - "tests/plugins/test_pre_commands.py::test_pre_command_invoked": 0.1055783318130702, - "tests/plugins/test_pre_commands.py::test_pre_command_not_invoked": 0.1034309676926591, - "tests/plugins/test_pre_solves.py::test_pre_solve_action_raises_exception": 0.08576848807288634, - "tests/plugins/test_pre_solves.py::test_pre_solve_invoked": 12.402003217317466, - "tests/plugins/test_pre_solves.py::test_pre_solve_not_invoked": 0.09842039436289118, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-classic-argument2-\\n test : something\\n\\n]": 0.004805823370689444, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-json-argument3-{\\n \"test\": \"something\"\\n}]": 0.004667508936380525, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-classic-test-test]": 0.004775364088803582, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-json-test-\"test\"]": 0.004834630021921626, - "tests/plugins/test_reporter_backends.py::test_default_reporter_backends_are_registered": 0.004362811617793555, - "tests/plugins/test_reporter_backends.py::test_dummy_reporter_backend_is_registered": 0.004229569364840441, - "tests/plugins/test_request_headers.py::test_get_auth_handler": 0.004050377399905402, - "tests/plugins/test_request_headers.py::test_get_auth_handler_multiple": 0.003977498687032776, - "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/endpoint.json]": 0.004364896234743383, - "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/path/somewhere.txt]": 0.004170592420121738, - "tests/plugins/test_request_headers.py::test_get_request_headers[example.com]": 0.004156386613638855, - "tests/plugins/test_request_headers.py::test_get_request_headers[random.com/endpoint.json]": 0.004152246695703899, - "tests/plugins/test_request_headers.py::test_get_request_headers[random.com]": 0.007559670107597313, - "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/endpoint.json]": 0.0042659509007698364, - "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/path/somewhere.txt]": 0.0043754159776925716, - "tests/plugins/test_request_headers.py::test_get_session_headers[example.com]": 0.0041972728714572555, - "tests/plugins/test_request_headers.py::test_get_session_headers[random.com/endpoint.json]": 0.004280115188997155, - "tests/plugins/test_request_headers.py::test_get_session_headers[random.com]": 0.004314456433685847, - "tests/plugins/test_settings.py::test_get_settings": 0.004364893499990619, - "tests/plugins/test_settings.py::test_load_configuration_parameters": 0.004497880690519449, - "tests/plugins/test_settings.py::test_load_plugin_config_with_env_var": 0.018603976651988697, - "tests/plugins/test_settings.py::test_load_plugin_settings_with_condarc": 0.020049743913858154, - "tests/plugins/test_solvers.py::test_duplicated": 0.005794564452221272, - "tests/plugins/test_solvers.py::test_get_cached_solver_backend": 0.007146987675027642, - "tests/plugins/test_solvers.py::test_get_conflicting_solvers": 0.005733506825561983, - "tests/plugins/test_solvers.py::test_get_no_solver": 0.0037614168827050953, - "tests/plugins/test_solvers.py::test_get_one_solver": 0.004001440621826096, - "tests/plugins/test_solvers.py::test_get_solver_backend": 0.018318462967798, - "tests/plugins/test_solvers.py::test_get_solver_backend_multiple": 0.018273360083876176, - "tests/plugins/test_solvers.py::test_get_two_solvers": 0.004113969382932641, - "tests/plugins/test_solvers.py::test_solver_user_agent": 0.018238865848258432, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[activate]": 0.056924938971759514, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[clean]": 0.06553428857956756, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[commands]": 0.05743958190303053, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[compare]": 0.05747176338042379, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[config]": 0.06303642106817407, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[create]": 0.062480661874243844, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[deactivate]": 0.059372301348742905, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[env]": 0.06702499897076987, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[export]": 0.06062053718006616, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[info]": 0.057345924816708534, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[init]": 0.05712941862012075, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[install]": 0.06335277133568235, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[list]": 0.06193526435110501, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[notices]": 0.06240005249098981, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[package]": 0.05716665088927117, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[remove]": 0.059312669189597746, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[rename]": 0.06013177519137176, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[run]": 0.06389233894503453, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[search]": 0.06498609190330432, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[uninstall]": 0.05880210894679782, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[update]": 0.06688493385176823, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[upgrade]": 0.061696392302130934, - "tests/plugins/test_subcommands.py::test_custom_plugin_extend_parser": 0.06250274098844509, - "tests/plugins/test_subcommands.py::test_custom_plugin_not_extend_parser": 0.08758443649748095, - "tests/plugins/test_subcommands.py::test_duplicated": 0.0045778999912147, - "tests/plugins/test_subcommands.py::test_help": 0.05565609770617871, - "tests/plugins/test_subcommands.py::test_invoked": 0.08338623158312189, - "tests/plugins/test_subcommands.py::test_parser_no_plugins": 0.05118717479197568, - "tests/plugins/test_virtual_packages.py::test_archspec_override[None-False]": 2.0010513000238914, - "tests/plugins/test_virtual_packages.py::test_archspec_override[bla-True]": 1.8749239140390985, - "tests/plugins/test_virtual_packages.py::test_conda_virtual_package": 1.7101970383598333, - "tests/plugins/test_virtual_packages.py::test_cuda_detection": 1.574957577903969, - "tests/plugins/test_virtual_packages.py::test_cuda_override": 0.0026472416304981912, - "tests/plugins/test_virtual_packages.py::test_cuda_override_none": 0.002552529023033168, - "tests/plugins/test_virtual_packages.py::test_duplicated": 3.4802073565722798, - "tests/plugins/test_virtual_packages.py::test_glibc_override[1.0-True]": 1.9665358285538617, - "tests/plugins/test_virtual_packages.py::test_glibc_override[None-False]": 2.8535375029915, - "tests/plugins/test_virtual_packages.py::test_invoked": 7.739813940947988, - "tests/plugins/test_virtual_packages.py::test_linux_override[1.0-True]": 2.9150371651106064, - "tests/plugins/test_virtual_packages.py::test_linux_override[None-True]": 4.632277374792597, - "tests/plugins/test_virtual_packages.py::test_osx_override[1.0-True]": 1.7665768953422887, - "tests/plugins/test_virtual_packages.py::test_osx_override[None-False]": 2.678859841135199, - "tests/plugins/test_virtual_packages.py::test_subdir_override[emscripten-wasm32]": 2.0945795330573564, - "tests/plugins/test_virtual_packages.py::test_subdir_override[freebsd-64]": 1.7536523765333836, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-32]": 2.262169414452545, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-64]": 7.231862871654783, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-aarch64]": 3.9463956616985527, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv6l]": 0.42755643154691664, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv7l]": 0.7949779817436642, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64]": 1.1730974753484682, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64le]": 3.2773640204976715, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-riscv64]": 1.2164182926947709, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-s390x]": 3.1447420176377427, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-64]": 5.373107410749308, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-aarch64]": 1.1825208491108232, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-arm64]": 3.87741839329985, - "tests/plugins/test_virtual_packages.py::test_subdir_override[wasi-wasm32]": 1.2149906061040283, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-32]": 3.2477906242999075, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-640]": 1.4311652744171388, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-641]": 1.4301936407435283, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_0]": 7.003662409461384, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_1]": 5.017930961790629, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-arm64]": 1.0317171993132088, - "tests/plugins/test_virtual_packages.py::test_subdir_override[zos-z]": 0.4257187648705024, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 legacy]": 4.163902802351036, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 mingw64]": 4.047506444303399, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-legacy]": 4.162753565719464, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-mingw64 legacy]": 4.073498299088599, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-nothing]": 4.135105593210827, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 clang64]": 4.30512359874061, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 legacy]": 4.3120377286846905, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64]": 4.182268708415925, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 legacy]": 4.165761423680998, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 mingw64]": 4.190247169773838, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-legacy]": 4.18375162451253, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-mingw64 legacy]": 4.215799107817466, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-nothing]": 4.054562351732789, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 clang64]": 4.28470228193136, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 legacy]": 4.189651121757949, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64]": 4.083213103131875, - "tests/test_activate.py::test_PS1": 0.16616853146456445, - "tests/test_activate.py::test_PS1_no_changeps1": 0.17782627215390032, - "tests/test_activate.py::test_activate_and_deactivate_for_uninitialized_env": 0.21614105736390685, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyc]": 0.009975634837433243, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyo]": 0.008863570247366635, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyc]": 0.007819206100642876, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyo]": 0.007891972375986121, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyc]": 0.008662898451563575, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyo]": 0.008117034672393135, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyc]": 0.008550314500704903, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyo]": 0.009417129116177663, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyc]": 0.007512391738590468, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyo]": 0.007509836112141224, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-False]": 0.008095388151008444, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-True]": 0.008807474968428614, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-False]": 0.008678113661305515, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-True]": 0.00836030396095091, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyc]": 0.007662374335958858, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyo]": 0.008353368353105902, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-False]": 0.008767594429469693, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-True]": 0.008377594422776979, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-False]": 0.008166092953547581, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-True]": 0.008136415078684749, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyc]": 0.007541778973020478, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyo]": 0.00760334279941113, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-False]": 0.00830830969552016, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-True]": 0.008539031923540195, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-False]": 0.0077697717449136255, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-True]": 0.00782446021743612, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyc]": 0.008947829816175389, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyo]": 0.008816240372190138, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyc]": 0.009225904138554073, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyo]": 0.008295768245044655, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyc]": 4.364633363574947, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyo]": 4.367964917796388, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyc]": 0.013213570673839298, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyo]": 0.009037074125573304, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyc]": 0.009788663541194053, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyo]": 0.029574021547195045, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyc]": 0.008306938964434902, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyo]": 0.008147298120581806, + "tests/plugins/test_auth_handlers.py::test_duplicated": 0.0069269085160478805, + "tests/plugins/test_auth_handlers.py::test_get_auth_handler": 0.004500204491309923, + "tests/plugins/test_auth_handlers.py::test_get_auth_handler_multiple": 0.004472989590156722, + "tests/plugins/test_health_checks.py::test_health_check_not_ran": 0.09622505210263797, + "tests/plugins/test_health_checks.py::test_health_check_ran": 0.08891498711558704, + "tests/plugins/test_manager.py::test_disable_external_plugins[VerboseSolverPlugin]": 0.0041725011238036465, + "tests/plugins/test_manager.py::test_disable_external_plugins[tests.plugins.test_manager]": 0.004086465930952008, + "tests/plugins/test_manager.py::test_get_canonical_name_class": 0.003792908089452124, + "tests/plugins/test_manager.py::test_get_canonical_name_instance": 0.005619539867075685, + "tests/plugins/test_manager.py::test_get_canonical_name_module": 0.0037808966546063103, + "tests/plugins/test_manager.py::test_get_canonical_name_object": 0.005798870849385548, + "tests/plugins/test_manager.py::test_get_hook_results": 0.009877159671797055, + "tests/plugins/test_manager.py::test_get_request_headers": 0.003761980822625976, + "tests/plugins/test_manager.py::test_get_session_headers": 0.003995082760296605, + "tests/plugins/test_manager.py::test_get_solvers": 0.004032408558723489, + "tests/plugins/test_manager.py::test_get_virtual_packages": 0.004065060600621239, + "tests/plugins/test_manager.py::test_get_virtual_packages_no_name": 0.005042408945081667, + "tests/plugins/test_manager.py::test_known_solver": 0.004013928711272509, + "tests/plugins/test_manager.py::test_load_entrypoints_blocked": 0.01953402249487435, + "tests/plugins/test_manager.py::test_load_entrypoints_importerror": 0.02360722144895907, + "tests/plugins/test_manager.py::test_load_entrypoints_register_valueerror": 0.032228763527622335, + "tests/plugins/test_manager.py::test_load_entrypoints_success": 0.023160542810064525, + "tests/plugins/test_manager.py::test_load_plugins_error": 0.004128387831559016, + "tests/plugins/test_manager.py::test_load_two_plugins_one_impls": 0.004325660022450596, + "tests/plugins/test_manager.py::test_load_without_plugins": 0.003858559420478143, + "tests/plugins/test_manager.py::test_unknown_solver": 0.0040034453608998165, + "tests/plugins/test_post_commands.py::test_post_command_action_raises_exception": 0.08034935111057427, + "tests/plugins/test_post_commands.py::test_post_command_invoked": 0.09384027621332637, + "tests/plugins/test_post_commands.py::test_post_command_not_invoked": 0.10145044144949496, + "tests/plugins/test_post_solves.py::test_post_solve_action_raises_exception": 9.16308258912161, + "tests/plugins/test_post_solves.py::test_post_solve_invoked": 27.73854877472236, + "tests/plugins/test_post_solves.py::test_post_solve_not_invoked": 0.09889619384851886, + "tests/plugins/test_pre_commands.py::test_pre_command_action_raises_exception": 0.07228329188852159, + "tests/plugins/test_pre_commands.py::test_pre_command_invoked": 0.10149605446454854, + "tests/plugins/test_pre_commands.py::test_pre_command_not_invoked": 0.10262180357148187, + "tests/plugins/test_pre_solves.py::test_pre_solve_action_raises_exception": 0.08455737593546649, + "tests/plugins/test_pre_solves.py::test_pre_solve_invoked": 10.156204039769483, + "tests/plugins/test_pre_solves.py::test_pre_solve_not_invoked": 0.10724428755366228, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-classic-argument2-\\n test : something\\n\\n]": 0.004827406417486697, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-json-argument3-{\\n \"test\": \"something\"\\n}]": 0.004648724700585615, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-classic-test-test]": 0.004760572421515379, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-json-test-\"test\"]": 0.004837312308776402, + "tests/plugins/test_reporter_backends.py::test_default_reporter_backends_are_registered": 0.004402315432475746, + "tests/plugins/test_reporter_backends.py::test_dummy_reporter_backend_is_registered": 0.004268139676191363, + "tests/plugins/test_request_headers.py::test_get_auth_handler": 0.004052718228079416, + "tests/plugins/test_request_headers.py::test_get_auth_handler_multiple": 0.003979129850102388, + "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/endpoint.json]": 0.004287640453906341, + "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/path/somewhere.txt]": 0.004279146102466142, + "tests/plugins/test_request_headers.py::test_get_request_headers[example.com]": 0.004254608997791269, + "tests/plugins/test_request_headers.py::test_get_request_headers[random.com/endpoint.json]": 0.004236773604173602, + "tests/plugins/test_request_headers.py::test_get_request_headers[random.com]": 0.007246241535856632, + "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/endpoint.json]": 0.004304066293672153, + "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/path/somewhere.txt]": 0.004438300778344612, + "tests/plugins/test_request_headers.py::test_get_session_headers[example.com]": 0.004334870393673293, + "tests/plugins/test_request_headers.py::test_get_session_headers[random.com/endpoint.json]": 0.004335341425795627, + "tests/plugins/test_request_headers.py::test_get_session_headers[random.com]": 0.00433433792205517, + "tests/plugins/test_settings.py::test_get_settings": 0.004286314196646149, + "tests/plugins/test_settings.py::test_load_configuration_parameters": 0.004553814978676593, + "tests/plugins/test_settings.py::test_load_plugin_config_with_env_var": 0.018412438858295684, + "tests/plugins/test_settings.py::test_load_plugin_settings_with_condarc": 0.019805429532557848, + "tests/plugins/test_solvers.py::test_duplicated": 0.005849353340257389, + "tests/plugins/test_solvers.py::test_get_cached_solver_backend": 0.0064492786626158235, + "tests/plugins/test_solvers.py::test_get_conflicting_solvers": 0.005718962429466264, + "tests/plugins/test_solvers.py::test_get_no_solver": 0.003788815129825204, + "tests/plugins/test_solvers.py::test_get_one_solver": 0.004052288373084431, + "tests/plugins/test_solvers.py::test_get_solver_backend": 0.01822565039058065, + "tests/plugins/test_solvers.py::test_get_solver_backend_multiple": 0.022325012491468593, + "tests/plugins/test_solvers.py::test_get_two_solvers": 0.004120123893106517, + "tests/plugins/test_solvers.py::test_solver_user_agent": 0.01816802412677855, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[activate]": 0.05577280660164312, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[clean]": 0.06225701737697178, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[commands]": 0.05623808479796984, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[compare]": 0.05705002811458731, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[config]": 0.06070925893759605, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[create]": 0.06665156809052641, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[deactivate]": 0.06214159913690929, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[env]": 0.058479966412634615, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[export]": 0.061478242507913304, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[info]": 0.05682410941735835, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[init]": 0.0569493825696561, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[install]": 0.06197062775520217, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[list]": 0.058393990685429734, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[notices]": 0.0612360934891755, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[package]": 0.07027324410739494, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[remove]": 0.05861634015757734, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[rename]": 0.05901447338805172, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[run]": 0.06614970544963542, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[search]": 0.05904726693632523, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[uninstall]": 0.05825118864727949, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[update]": 0.06003945286259994, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[upgrade]": 0.060909826071346575, + "tests/plugins/test_subcommands.py::test_custom_plugin_extend_parser": 0.05546951083057727, + "tests/plugins/test_subcommands.py::test_custom_plugin_not_extend_parser": 0.08549626636257303, + "tests/plugins/test_subcommands.py::test_duplicated": 0.004616326492555356, + "tests/plugins/test_subcommands.py::test_help": 0.055545406769182785, + "tests/plugins/test_subcommands.py::test_invoked": 0.10085249330913594, + "tests/plugins/test_subcommands.py::test_parser_no_plugins": 0.0491871506487196, + "tests/plugins/test_virtual_packages.py::test_archspec_override[None-False]": 1.8387833789090127, + "tests/plugins/test_virtual_packages.py::test_archspec_override[bla-True]": 1.752838245103448, + "tests/plugins/test_virtual_packages.py::test_conda_virtual_package": 1.64845484873477, + "tests/plugins/test_virtual_packages.py::test_cuda_detection": 1.6467777697051054, + "tests/plugins/test_virtual_packages.py::test_cuda_override": 0.002722527029500689, + "tests/plugins/test_virtual_packages.py::test_cuda_override_none": 0.002559565138841891, + "tests/plugins/test_virtual_packages.py::test_duplicated": 5.244449008080599, + "tests/plugins/test_virtual_packages.py::test_glibc_override[1.0-True]": 2.5925751224912252, + "tests/plugins/test_virtual_packages.py::test_glibc_override[None-False]": 2.0164209857764077, + "tests/plugins/test_virtual_packages.py::test_invoked": 6.47697707834177, + "tests/plugins/test_virtual_packages.py::test_linux_override[1.0-True]": 2.437583831924448, + "tests/plugins/test_virtual_packages.py::test_linux_override[None-True]": 4.767584674044587, + "tests/plugins/test_virtual_packages.py::test_osx_override[1.0-True]": 2.1800687517683692, + "tests/plugins/test_virtual_packages.py::test_osx_override[None-False]": 2.42639063118438, + "tests/plugins/test_virtual_packages.py::test_subdir_override[emscripten-wasm32]": 1.8845399810677947, + "tests/plugins/test_virtual_packages.py::test_subdir_override[freebsd-64]": 1.493267314338263, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-32]": 2.178654252328587, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-64]": 6.972591926555213, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-aarch64]": 4.002562913191282, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv6l]": 0.427899973580675, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv7l]": 0.8026137633492865, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64]": 1.3053292205611506, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64le]": 3.268367878293007, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-riscv64]": 1.2130445951679054, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-s390x]": 3.1967008874344853, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-64]": 5.2507149668621, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-aarch64]": 1.1616677256467804, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-arm64]": 3.9254826706200023, + "tests/plugins/test_virtual_packages.py::test_subdir_override[wasi-wasm32]": 1.2238509570794385, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-32]": 3.1337093673829983, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-640]": 1.44514807714563, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-641]": 1.4427644598183562, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_0]": 6.4133768156091095, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-64_1]": 4.716723307689146, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-arm64]": 1.0363825754121883, + "tests/plugins/test_virtual_packages.py::test_subdir_override[zos-z]": 0.4126960410983173, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 legacy]": 3.8903546989881637, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 mingw64]": 3.674399918775169, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-legacy]": 3.761124213351337, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-mingw64 legacy]": 3.8712902720431357, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-nothing]": 3.846134664636458, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 clang64]": 3.8760158448455284, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 legacy]": 3.936753419585954, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64]": 3.795774814339446, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 legacy]": 3.9238917013544903, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 mingw64]": 3.867986577854517, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-legacy]": 3.9367120048152437, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-mingw64 legacy]": 3.8086545463300583, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-nothing]": 3.8549575321076683, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 clang64]": 3.9818437264557605, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 legacy]": 3.8362852529828753, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64]": 3.7692684509925583, + "tests/test_activate.py::test_PS1": 0.16474228821264603, + "tests/test_activate.py::test_PS1_no_changeps1": 0.17654546179856107, + "tests/test_activate.py::test_activate_and_deactivate_for_uninitialized_env": 0.2126940725347102, "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.04093333771625486, - "tests/test_activate.py::test_activate_same_environment": 4.877145699195259, - "tests/test_activate.py::test_activator_invalid_command_arguments[command_args0-'activate', 'deactivate', 'hook', 'commands', or 'reactivate' command must be given.]": 0.01982796551728542, - "tests/test_activate.py::test_activator_invalid_command_arguments[command_args1-cannot specify both --stack and --no-stack to activate]": 0.019079089080443364, - "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.01923274942526072, - "tests/test_activate.py::test_activator_invalid_command_arguments[command_args3-deactivate does not accept arguments\\nremainder_args: \\\\['env-one']\\n]": 0.019226234482823866, - "tests/test_activate.py::test_add_prefix_to_path_cmdexe": 0.017656540425191762, - "tests/test_activate.py::test_add_prefix_to_path_posix": 0.002842384063571531, + "tests/test_activate.py::test_activate_environment_not_found": 0.03473539597181397, + "tests/test_activate.py::test_activate_same_environment": 4.802798709217694, + "tests/test_activate.py::test_activator_invalid_command_arguments[command_args0-'activate', 'deactivate', 'hook', 'commands', or 'reactivate' command must be given.]": 0.019889467385415232, + "tests/test_activate.py::test_activator_invalid_command_arguments[command_args1-cannot specify both --stack and --no-stack to activate]": 0.01907302144084849, + "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.019357865501712212, + "tests/test_activate.py::test_activator_invalid_command_arguments[command_args3-deactivate does not accept arguments\\nremainder_args: \\\\['env-one']\\n]": 0.019261505861588257, + "tests/test_activate.py::test_add_prefix_to_path_cmdexe": 0.017453503192079233, + "tests/test_activate.py::test_add_prefix_to_path_posix": 0.002180318488269668, "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.639099917806342, - "tests/test_activate.py::test_build_activate_restore_unset_env_vars": 0.000601672503462923, - "tests/test_activate.py::test_build_activate_shlvl_0": 5.209277901785486, - "tests/test_activate.py::test_build_activate_shlvl_1": 0.0007063804407544672, - "tests/test_activate.py::test_build_activate_shlvl_warn_clobber_vars": 5.574153264869507, - "tests/test_activate.py::test_build_deactivate_shlvl_1": 4.293474319745568, - "tests/test_activate.py::test_build_deactivate_shlvl_2_from_activate": 0.0005608431575134079, - "tests/test_activate.py::test_build_deactivate_shlvl_2_from_stack": 0.0005854755993475223, - "tests/test_activate.py::test_build_stack_shlvl_1": 0.0006003153766396483, + "tests/test_activate.py::test_build_activate_dont_activate_unset_var": 6.488184320031135, + "tests/test_activate.py::test_build_activate_restore_unset_env_vars": 0.0006182652223939374, + "tests/test_activate.py::test_build_activate_shlvl_0": 4.482340017649151, + "tests/test_activate.py::test_build_activate_shlvl_1": 0.0007071855560630699, + "tests/test_activate.py::test_build_activate_shlvl_warn_clobber_vars": 5.667985610958944, + "tests/test_activate.py::test_build_deactivate_shlvl_1": 4.0696872871539265, + "tests/test_activate.py::test_build_deactivate_shlvl_2_from_activate": 0.0005644402191583418, + "tests/test_activate.py::test_build_deactivate_shlvl_2_from_stack": 0.0005806865921297576, + "tests/test_activate.py::test_build_stack_shlvl_1": 0.0006192067308237227, "tests/test_activate.py::test_cmd_exe_activate_error": 3.531163757864586, - "tests/test_activate.py::test_cmd_exe_basic": 0.07217989515142632, + "tests/test_activate.py::test_cmd_exe_basic": 0.07120353565473958, "tests/test_activate.py::test_cmd_exe_basic_integration": 20.20887056783675, - "tests/test_activate.py::test_csh_basic": 2.2477806827967663, - "tests/test_activate.py::test_default_env": 0.04056990586202894, - "tests/test_activate.py::test_deprecations[ensure_binary-TypeError]": 0.016955888521843585, - "tests/test_activate.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.016843982506414255, - "tests/test_activate.py::test_deprecations[path_identity-TypeError]": 0.01732686572900189, - "tests/test_activate.py::test_fish_basic": 2.264723997919327, + "tests/test_activate.py::test_csh_basic": 2.2352988639059275, + "tests/test_activate.py::test_default_env": 0.03235339162011142, + "tests/test_activate.py::test_deprecations[ensure_binary-TypeError]": 0.017072597274109626, + "tests/test_activate.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.016807926996724235, + "tests/test_activate.py::test_deprecations[path_identity-TypeError]": 0.01720078558091828, + "tests/test_activate.py::test_fish_basic": 2.2475737114166336, "tests/test_activate.py::test_fish_basic_integration": 0.0005565784223396417, - "tests/test_activate.py::test_force_uppercase[False]": 0.05902335422075379, - "tests/test_activate.py::test_force_uppercase[True]": 0.059252494305113194, - "tests/test_activate.py::test_get_env_vars_big_whitespace": 4.033157995565239, - "tests/test_activate.py::test_get_env_vars_empty_file": 4.301575785010651, - "tests/test_activate.py::test_json_basic": 2.2559513693709303, + "tests/test_activate.py::test_force_uppercase[False]": 0.05878248152891878, + "tests/test_activate.py::test_force_uppercase[True]": 0.058687177810265355, + "tests/test_activate.py::test_get_env_vars_big_whitespace": 3.8437728022893203, + "tests/test_activate.py::test_get_env_vars_empty_file": 3.9896225201169386, + "tests/test_activate.py::test_json_basic": 2.2355693885717143, "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.05910936733414149, - "tests/test_activate.py::test_metavars_force_uppercase[True]": 0.059282688664301274, - "tests/test_activate.py::test_native_path_to_unix[cygpath-None]": 0.017432689881117, - "tests/test_activate.py::test_native_path_to_unix[cygpath-empty string]": 0.01723412055796367, - "tests/test_activate.py::test_native_path_to_unix[cygpath-empty tuple]": 0.017238271372174215, - "tests/test_activate.py::test_native_path_to_unix[cygpath-list[path]]": 0.03150880764108426, - "tests/test_activate.py::test_native_path_to_unix[cygpath-path;...]": 0.031420055960891556, - "tests/test_activate.py::test_native_path_to_unix[cygpath-path]": 0.03180783817908759, - "tests/test_activate.py::test_native_path_to_unix[cygpath-tuple[path, ...]]": 0.03156625075295917, - "tests/test_activate.py::test_native_path_to_unix[fallback-None]": 0.019853536732800423, - "tests/test_activate.py::test_native_path_to_unix[fallback-empty string]": 0.01873590715689093, - "tests/test_activate.py::test_native_path_to_unix[fallback-empty tuple]": 0.018144779197048207, - "tests/test_activate.py::test_native_path_to_unix[fallback-list[path]]": 0.0236489803862987, - "tests/test_activate.py::test_native_path_to_unix[fallback-path;...]": 0.022710838899816635, - "tests/test_activate.py::test_native_path_to_unix[fallback-path]": 0.024530404043051453, - "tests/test_activate.py::test_native_path_to_unix[fallback-tuple[path, ...]]": 0.022420299628739582, - "tests/test_activate.py::test_posix_basic": 2.2552688062527326, + "tests/test_activate.py::test_metavars_force_uppercase[False]": 0.0588410233408014, + "tests/test_activate.py::test_metavars_force_uppercase[True]": 0.05902216987323317, + "tests/test_activate.py::test_native_path_to_unix[cygpath-None]": 0.01723855850716172, + "tests/test_activate.py::test_native_path_to_unix[cygpath-empty string]": 0.01711980861575909, + "tests/test_activate.py::test_native_path_to_unix[cygpath-empty tuple]": 0.017007171673279368, + "tests/test_activate.py::test_native_path_to_unix[cygpath-list[path]]": 0.03132683522586208, + "tests/test_activate.py::test_native_path_to_unix[cygpath-path;...]": 0.0310533432589559, + "tests/test_activate.py::test_native_path_to_unix[cygpath-path]": 0.031499800667503304, + "tests/test_activate.py::test_native_path_to_unix[cygpath-tuple[path, ...]]": 0.03146462715071298, + "tests/test_activate.py::test_native_path_to_unix[fallback-None]": 0.01966584224123448, + "tests/test_activate.py::test_native_path_to_unix[fallback-empty string]": 0.01844376143324967, + "tests/test_activate.py::test_native_path_to_unix[fallback-empty tuple]": 0.01819355460412028, + "tests/test_activate.py::test_native_path_to_unix[fallback-list[path]]": 0.023403573989161753, + "tests/test_activate.py::test_native_path_to_unix[fallback-path;...]": 0.022268401476624865, + "tests/test_activate.py::test_native_path_to_unix[fallback-path]": 0.02447661949095868, + "tests/test_activate.py::test_native_path_to_unix[fallback-tuple[path, ...]]": 0.02202339583403894, + "tests/test_activate.py::test_posix_basic": 2.242084467762103, "tests/test_activate.py::test_powershell_PATH_management": 20.503760820346663, - "tests/test_activate.py::test_powershell_basic": 0.06877026403221573, - "tests/test_activate.py::test_powershell_basic_integration": 30.337398399423545, - "tests/test_activate.py::test_pre_post_command_invoked[activate]": 0.16951549541383654, - "tests/test_activate.py::test_pre_post_command_invoked[commands]": 0.05524258701573449, - "tests/test_activate.py::test_pre_post_command_invoked[deactivate]": 0.02245092749627368, - "tests/test_activate.py::test_pre_post_command_invoked[hook]": 0.025726479398591857, - "tests/test_activate.py::test_pre_post_command_invoked[reactivate]": 0.021257428090329378, - "tests/test_activate.py::test_pre_post_command_raises[activate]": 0.16764044491675847, - "tests/test_activate.py::test_pre_post_command_raises[commands]": 0.0614033489832978, - "tests/test_activate.py::test_pre_post_command_raises[deactivate]": 0.021299804804757013, - "tests/test_activate.py::test_pre_post_command_raises[hook]": 0.022616234533025484, - "tests/test_activate.py::test_pre_post_command_raises[reactivate]": 0.02209348993215587, - "tests/test_activate.py::test_remove_prefix_from_path_1": 0.16949618312352013, - "tests/test_activate.py::test_remove_prefix_from_path_2": 0.1552798454187351, - "tests/test_activate.py::test_replace_prefix_in_path_1": 0.25188649849669237, - "tests/test_activate.py::test_replace_prefix_in_path_2": 0.2415407242749202, + "tests/test_activate.py::test_powershell_basic": 0.06719103296567887, + "tests/test_activate.py::test_powershell_basic_integration": 30.33739839942354, + "tests/test_activate.py::test_pre_post_command_invoked[activate]": 0.16675036297993903, + "tests/test_activate.py::test_pre_post_command_invoked[commands]": 0.05501874823555657, + "tests/test_activate.py::test_pre_post_command_invoked[deactivate]": 0.02168023160104669, + "tests/test_activate.py::test_pre_post_command_invoked[hook]": 0.023920044142036943, + "tests/test_activate.py::test_pre_post_command_invoked[reactivate]": 0.020851579134201145, + "tests/test_activate.py::test_pre_post_command_raises[activate]": 0.16712609032241083, + "tests/test_activate.py::test_pre_post_command_raises[commands]": 0.058352681940493964, + "tests/test_activate.py::test_pre_post_command_raises[deactivate]": 0.020888367232967074, + "tests/test_activate.py::test_pre_post_command_raises[hook]": 0.021706165853523484, + "tests/test_activate.py::test_pre_post_command_raises[reactivate]": 0.04149647862877074, + "tests/test_activate.py::test_remove_prefix_from_path_1": 0.16902454536571498, + "tests/test_activate.py::test_remove_prefix_from_path_2": 0.15458810712902024, + "tests/test_activate.py::test_replace_prefix_in_path_1": 0.2487875659120101, + "tests/test_activate.py::test_replace_prefix_in_path_2": 0.23938562803760297, "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, @@ -1603,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.019151469382526064, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount [trailing]]": 1.3964368333916892, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount]": 2.406507636552213, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path [extra]]": 0.2969848198029917, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path]": 0.42114814403484563, + "tests/test_activate.py::test_unix_path_to_native[cygpath-None]": 0.019663779446468504, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount [trailing]]": 1.5162915493944462, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount]": 2.39945570537953, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path [extra]]": 0.46877154192750065, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path]": 0.250120383195354, "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, @@ -1649,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.9643646132499812, + "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, @@ -1662,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.03337514781821511, - "tests/test_activate.py::test_unix_path_to_native[cygpath-drive [trailing]]": 0.033671641184388326, - "tests/test_activate.py::test_unix_path_to_native[cygpath-drive]": 0.033505584477518016, - "tests/test_activate.py::test_unix_path_to_native[cygpath-empty string]": 0.019092133961848213, - "tests/test_activate.py::test_unix_path_to_native[cygpath-empty tuple]": 0.019126092830874922, - "tests/test_activate.py::test_unix_path_to_native[cygpath-list[path]]": 0.03367487438635906, - "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [extra]]": 0.03362232528678132, - "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [trailing]]": 0.03352965352157973, - "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path]": 0.03318689098740526, - "tests/test_activate.py::test_unix_path_to_native[cygpath-path;...]": 2.387385920766263, - "tests/test_activate.py::test_unix_path_to_native[cygpath-relative [extra]]": 0.033608750520681636, - "tests/test_activate.py::test_unix_path_to_native[cygpath-relative]": 0.03317979068190937, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading, trailing]]": 0.03340606603736959, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading]]": 0.03365028602061942, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [extra]]": 0.03344979228903273, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading, trailing]]": 0.03351047207837212, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading]]": 0.033599102315909624, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [trailing]]": 0.033396570971988865, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path0]": 0.033353954674462734, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path1]": 0.03368252467919195, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root]": 0.033970703466352524, - "tests/test_activate.py::test_unix_path_to_native[cygpath-tuple[path, ...]]": 0.19544572184010356, - "tests/test_activate.py::test_unix_path_to_native[fallback-None]": 0.020266875731043972, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount [trailing]]": 0.023207919800038748, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount]": 0.023098474696420332, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path [extra]]": 0.022960779002164623, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path]": 0.022765173041563957, + "tests/test_activate.py::test_unix_path_to_native[cygpath-bare UNC mount]": 0.03301128471679843, + "tests/test_activate.py::test_unix_path_to_native[cygpath-drive [trailing]]": 0.033537977701854835, + "tests/test_activate.py::test_unix_path_to_native[cygpath-drive]": 0.03363408557548704, + "tests/test_activate.py::test_unix_path_to_native[cygpath-empty string]": 0.018994848950758005, + "tests/test_activate.py::test_unix_path_to_native[cygpath-empty tuple]": 0.019024636167833054, + "tests/test_activate.py::test_unix_path_to_native[cygpath-list[path]]": 0.03335567456822334, + "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [extra]]": 0.03306020762427212, + "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [trailing]]": 0.033066237825394945, + "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path]": 0.033262049792699616, + "tests/test_activate.py::test_unix_path_to_native[cygpath-path;...]": 2.3845524941374205, + "tests/test_activate.py::test_unix_path_to_native[cygpath-relative [extra]]": 0.033440706801782516, + "tests/test_activate.py::test_unix_path_to_native[cygpath-relative]": 0.032939152228635034, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading, trailing]]": 0.03291881677722873, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading]]": 0.03353437458762907, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [extra]]": 0.033258568609902485, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading, trailing]]": 0.033239810624524066, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading]]": 0.03331126937095897, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [trailing]]": 0.033317450366813814, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path0]": 0.033336150196820236, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path1]": 0.033255633292880955, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root]": 0.033511915055866925, + "tests/test_activate.py::test_unix_path_to_native[cygpath-tuple[path, ...]]": 0.12195425015344612, + "tests/test_activate.py::test_unix_path_to_native[fallback-None]": 0.02004377267279494, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount [trailing]]": 0.022663668144953537, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount]": 0.022798230692708237, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path [extra]]": 0.022582344780398125, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path]": 0.022512908493883235, "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, @@ -1730,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, @@ -1743,365 +1768,365 @@ "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.02289428549768306, - "tests/test_activate.py::test_unix_path_to_native[fallback-drive [trailing]]": 0.022714164414108853, - "tests/test_activate.py::test_unix_path_to_native[fallback-drive]": 0.02326163542739557, - "tests/test_activate.py::test_unix_path_to_native[fallback-empty string]": 0.020352155598312178, - "tests/test_activate.py::test_unix_path_to_native[fallback-empty tuple]": 0.020087335839408593, - "tests/test_activate.py::test_unix_path_to_native[fallback-list[path]]": 0.0230060967938269, - "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [extra]]": 0.023076237266016177, - "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [trailing]]": 0.023016399977117134, - "tests/test_activate.py::test_unix_path_to_native[fallback-normal path]": 0.02271025626840748, - "tests/test_activate.py::test_unix_path_to_native[fallback-path;...]": 0.02302109568003641, - "tests/test_activate.py::test_unix_path_to_native[fallback-relative [extra]]": 0.02290600895360742, - "tests/test_activate.py::test_unix_path_to_native[fallback-relative]": 0.022919855485908885, - "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading, trailing]]": 0.023047832620902986, - "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading]]": 0.02281040101803932, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [extra]]": 0.022963532773949358, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading, trailing]]": 0.02324157724515904, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading]]": 0.02306358180511194, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [trailing]]": 0.022977783389678135, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path0]": 0.023311778536904866, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path1]": 0.023316872195519346, - "tests/test_activate.py::test_unix_path_to_native[fallback-root]": 0.022963520792879895, - "tests/test_activate.py::test_unix_path_to_native[fallback-tuple[path, ...]]": 0.022904445502779334, - "tests/test_activate.py::test_xonsh_basic": 0.06679249664198113, - "tests/test_api.py::test_DepsModifier_contract": 0.002397560813393147, - "tests/test_api.py::test_PackageCacheData_contract": 0.0031730430676971426, - "tests/test_api.py::test_PackageCacheData_return_value_contract": 0.004590293803163977, - "tests/test_api.py::test_PrefixData_contract": 0.0030131275022463313, - "tests/test_api.py::test_PrefixData_return_value_contract": 1.3294809567048995, - "tests/test_api.py::test_Solver_inputs_contract": 0.0038049708159289923, - "tests/test_api.py::test_Solver_return_value_contract": 3.3108214659821846, - "tests/test_api.py::test_SubdirData_contract": 0.003004211971098802, - "tests/test_api.py::test_SubdirData_return_value_contract": 12.566020684118126, - "tests/test_api.py::test_UpdateModifier_contract": 0.0023586609007850766, - "tests/test_auxlib.py::test_deepfreeze[42.0]": 0.0024857366324266754, - "tests/test_auxlib.py::test_deepfreeze[42]": 0.0025196740658723735, - "tests/test_auxlib.py::test_deepfreeze[True]": 0.002462233930803098, - "tests/test_auxlib.py::test_deepfreeze[freeze_installed]": 0.0024852521681256305, - "tests/test_auxlib.py::test_deepfreeze[text]": 0.0026434972889654725, - "tests/test_auxlib.py::test_deepfreeze[unfrozen10]": 0.0031740650848241553, - "tests/test_auxlib.py::test_deepfreeze[unfrozen11]": 0.0026255829519075506, - "tests/test_auxlib.py::test_deepfreeze[unfrozen12]": 0.0024674219286043206, - "tests/test_auxlib.py::test_deepfreeze[unfrozen13]": 0.0030625807192816443, - "tests/test_auxlib.py::test_deepfreeze[unfrozen5]": 0.0026272006646139456, - "tests/test_auxlib.py::test_deepfreeze[unfrozen6]": 0.0026049776483355967, - "tests/test_auxlib.py::test_deepfreeze[unfrozen7]": 0.002587807711170847, - "tests/test_auxlib.py::test_deepfreeze[unfrozen8]": 0.002662707899563791, - "tests/test_auxlib.py::test_deepfreeze[unfrozen9]": 0.002539543572996129, - "tests/test_codesigned.py::test_stub_exe_signatures[cli-32.exe]": 0.18282888738343406, - "tests/test_codesigned.py::test_stub_exe_signatures[cli-64.exe]": 0.1437532070724011, - "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.009672536643842556, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.get_filename-conda.env.env.get_filename]": 0.003805073195603013, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.print_result-conda.env.env.print_result]": 0.007498969214423329, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.create_parser-None]": 0.004136603146186101, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.do_call-None]": 0.0031997652719409912, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.main-None]": 0.00290957041135202, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.show_help_on_empty_command-None]": 0.005666695583510428, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_description-None]": 0.004950083306472005, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_example-None]": 0.003451501918669894, - "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.003120351318129294, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.execute-conda.cli.main_env_config.execute]": 0.0031278116949268364, - "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.0032171570521136628, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.description-None]": 0.005302426789699704, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.example-None]": 0.004011697167951578, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.execute-conda.cli.main_env_create.execute]": 0.0026084657742580083, - "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.0052167525793719045, - "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.00275221911028631, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.description-None]": 0.005042810506334634, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.example-None]": 0.003683327296990453, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_env_export.execute]": 0.00416705047878135, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_export.execute]": 0.0032923959211109102, - "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.002991106276861715, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.description-None]": 0.004900386033158725, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.example-None]": 0.0039043695038745193, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.execute-conda.cli.main_env_list.execute]": 0.002880471147801871, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._description-None]": 0.0035692649673931052, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._example-None]": 0.0032379013947531625, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._help-None]": 0.004913482343794506, - "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.0026879152758953304, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.execute-conda.cli.main_env_remove.execute]": 0.0029904712725622065, - "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.0031383969915138948, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.description-None]": 0.004939141878320319, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.example-None]": 0.0036424222506749857, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.execute-conda.cli.main_env_update.execute]": 0.0027891658911401813, - "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.0025221830031342263, - "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.0024966383113621, - "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.0025144001858328937, - "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.002502048549443468, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_description-None]": 0.0031564125904239263, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_example-None]": 0.0029262938647765706, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_description-None]": 0.0025744269082403114, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_example-None]": 0.002669095221046492, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_description-None]": 0.002752891235729213, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_example-None]": 0.0024950974893424988, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_description-None]": 0.005009864882390456, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_example-None]": 0.0036626386116464836, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Dependencies-conda.env.env.Dependencies]": 0.0025385688295165776, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Environment-conda.env.env.Environment]": 0.0025429982865259686, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.VALID_KEYS-conda.env.env.VALID_KEYS]": 0.00502843887170788, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env._expand_channels-conda.env.env._expand_channels]": 0.002568239017762895, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_environment-conda.env.env.from_environment]": 0.00321355776807154, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_file-conda.env.env.from_file]": 0.00251766804547649, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_yaml-conda.env.env.from_yaml]": 0.00275491307538555, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.validate_keys-conda.env.env.validate_keys]": 0.004056712182833418, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.ENTRY_POINT-None]": 0.00845914690294447, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.InvalidInstaller-conda.exceptions.InvalidInstaller]": 0.005849522556075256, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.get_installer-conda.env.installers.base.get_installer]": 0.003603562956214924, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda._solve-conda.env.installers.conda._solve]": 0.006420697898720594, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.dry_run-conda.env.installers.conda.dry_run]": 0.0041902900668702595, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.install-conda.env.installers.conda.install]": 0.004254528287872448, - "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.006201766900078204, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip.install-conda.env.installers.pip.install]": 0.004852757509674912, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util._canonicalize_regex-None]": 0.003032854390735777, - "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.0040960950041418545, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.pip_subprocess-conda.env.pip_util.pip_subprocess]": 0.004946912165572298, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.FileSpecTypes-conda.env.specs.FileSpecTypes]": 0.0038150855351194246, + "tests/test_activate.py::test_unix_path_to_native[fallback-bare UNC mount]": 0.02261614481712363, + "tests/test_activate.py::test_unix_path_to_native[fallback-drive [trailing]]": 0.02277402154892914, + "tests/test_activate.py::test_unix_path_to_native[fallback-drive]": 0.02455287471705193, + "tests/test_activate.py::test_unix_path_to_native[fallback-empty string]": 0.019772776605202914, + "tests/test_activate.py::test_unix_path_to_native[fallback-empty tuple]": 0.01986940364820133, + "tests/test_activate.py::test_unix_path_to_native[fallback-list[path]]": 0.022780312895256886, + "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [extra]]": 0.022887768767600812, + "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [trailing]]": 0.02270913241147537, + "tests/test_activate.py::test_unix_path_to_native[fallback-normal path]": 0.0227596415758265, + "tests/test_activate.py::test_unix_path_to_native[fallback-path;...]": 0.022689654731350376, + "tests/test_activate.py::test_unix_path_to_native[fallback-relative [extra]]": 0.022875993676380817, + "tests/test_activate.py::test_unix_path_to_native[fallback-relative]": 0.022572769704888012, + "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading, trailing]]": 0.02285020043173215, + "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading]]": 0.0227448925275828, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [extra]]": 0.022897201570394335, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading, trailing]]": 0.023142991576872936, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading]]": 0.022908163184257507, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [trailing]]": 0.024342995690910033, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path0]": 0.022801832132180067, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path1]": 0.02292691196074776, + "tests/test_activate.py::test_unix_path_to_native[fallback-root]": 0.02294712799448936, + "tests/test_activate.py::test_unix_path_to_native[fallback-tuple[path, ...]]": 0.02265897793826377, + "tests/test_activate.py::test_xonsh_basic": 0.06615738231900833, + "tests/test_api.py::test_DepsModifier_contract": 0.002380877094150185, + "tests/test_api.py::test_PackageCacheData_contract": 0.0031766392357506982, + "tests/test_api.py::test_PackageCacheData_return_value_contract": 0.004573521485727399, + "tests/test_api.py::test_PrefixData_contract": 0.003022228415973741, + "tests/test_api.py::test_PrefixData_return_value_contract": 1.3466790675933953, + "tests/test_api.py::test_Solver_inputs_contract": 0.003790797656290194, + "tests/test_api.py::test_Solver_return_value_contract": 3.3430457372045965, + "tests/test_api.py::test_SubdirData_contract": 0.003023571055823766, + "tests/test_api.py::test_SubdirData_return_value_contract": 11.826285969236885, + "tests/test_api.py::test_UpdateModifier_contract": 0.002344642568977871, + "tests/test_auxlib.py::test_deepfreeze[42.0]": 0.002490923440070055, + "tests/test_auxlib.py::test_deepfreeze[42]": 0.0025181685217806086, + "tests/test_auxlib.py::test_deepfreeze[True]": 0.00250041828286263, + "tests/test_auxlib.py::test_deepfreeze[freeze_installed]": 0.002492194925004308, + "tests/test_auxlib.py::test_deepfreeze[text]": 0.002598098278774642, + "tests/test_auxlib.py::test_deepfreeze[unfrozen10]": 0.0032064109470198617, + "tests/test_auxlib.py::test_deepfreeze[unfrozen11]": 0.002603387725414922, + "tests/test_auxlib.py::test_deepfreeze[unfrozen12]": 0.0024796164927402497, + "tests/test_auxlib.py::test_deepfreeze[unfrozen13]": 0.0030693354918336045, + "tests/test_auxlib.py::test_deepfreeze[unfrozen5]": 0.0026124844735249428, + "tests/test_auxlib.py::test_deepfreeze[unfrozen6]": 0.0026174223781272325, + "tests/test_auxlib.py::test_deepfreeze[unfrozen7]": 0.0026166272243776994, + "tests/test_auxlib.py::test_deepfreeze[unfrozen8]": 0.0026547226218726757, + "tests/test_auxlib.py::test_deepfreeze[unfrozen9]": 0.002558727948248523, + "tests/test_codesigned.py::test_stub_exe_signatures[cli-32.exe]": 0.17708493042199314, + "tests/test_codesigned.py::test_stub_exe_signatures[cli-64.exe]": 0.14569361983710227, + "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.009692939709714249, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.get_filename-conda.env.env.get_filename]": 0.0034735800207172044, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.print_result-conda.env.env.print_result]": 0.007272828191375579, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.create_parser-None]": 0.0046752088722988, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.do_call-None]": 0.00298687984938031, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.main-None]": 0.0028205048679604845, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.show_help_on_empty_command-None]": 0.0061693439806978214, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_description-None]": 0.004903631249458282, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_example-None]": 0.0037467445031586603, + "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.0031104466217791843, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.execute-conda.cli.main_env_config.execute]": 0.002922857380720609, + "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.003221847073433319, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.description-None]": 0.005311994598780999, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.example-None]": 0.004095915907232273, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.execute-conda.cli.main_env_create.execute]": 0.0025723215186899, + "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.005240256306739173, + "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.0032867981981275648, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.description-None]": 0.005011449056613569, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.example-None]": 0.003253777374901247, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_env_export.execute]": 0.003926877453902237, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_export.execute]": 0.0033869206066345675, + "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.002847965019581384, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.description-None]": 0.004879166662791893, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.example-None]": 0.00413991993102378, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.execute-conda.cli.main_env_list.execute]": 0.0027486990296317813, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._description-None]": 0.003638711445509765, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._example-None]": 0.0032810392483615877, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._help-None]": 0.00495288436295687, + "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.0027798717891278314, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.execute-conda.cli.main_env_remove.execute]": 0.0028129648843234754, + "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.003127039152800882, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.description-None]": 0.004943631205799303, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.example-None]": 0.0038877460722819617, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.execute-conda.cli.main_env_update.execute]": 0.0026911883497248005, + "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.0025102755616140103, + "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.0025065071140624533, + "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.002522320730292741, + "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.0025198585927748004, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_description-None]": 0.0030820163976392244, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_example-None]": 0.0031414703426245936, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_description-None]": 0.0026053615311231945, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_example-None]": 0.0025932259936640076, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_description-None]": 0.0026655610598211375, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_example-None]": 0.0024944105362814427, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_description-None]": 0.004940343468768528, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_example-None]": 0.003713831898167906, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Dependencies-conda.env.env.Dependencies]": 0.0025345209049532913, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Environment-conda.env.env.Environment]": 0.0025299085912433377, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.VALID_KEYS-conda.env.env.VALID_KEYS]": 0.0049970289184596535, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env._expand_channels-conda.env.env._expand_channels]": 0.0025664225551773165, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_environment-conda.env.env.from_environment]": 0.0031790112625896777, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_file-conda.env.env.from_file]": 0.0025316349323506277, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_yaml-conda.env.env.from_yaml]": 0.003221115552855935, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.validate_keys-conda.env.env.validate_keys]": 0.0037335246146135634, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.ENTRY_POINT-None]": 0.008273040716083143, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.InvalidInstaller-conda.exceptions.InvalidInstaller]": 0.0055432938607650525, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.get_installer-conda.env.installers.base.get_installer]": 0.0034846911345520542, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda._solve-conda.env.installers.conda._solve]": 0.006758866524572531, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.dry_run-conda.env.installers.conda.dry_run]": 0.004838306510982157, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.install-conda.env.installers.conda.install]": 0.003853051108215537, + "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.006080513922469478, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip.install-conda.env.installers.pip.install]": 0.0037450455640541487, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util._canonicalize_regex-None]": 0.002961225252994327, + "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.003750370490239949, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.pip_subprocess-conda.env.pip_util.pip_subprocess]": 0.0049667064902334315, + "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.0043303360064213805, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.ENVIRONMENT_TYPE-conda.env.specs.binstar.ENVIRONMENT_TYPE]": 0.005443319230310769, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.detect-conda.env.specs.detect]": 0.004402573619548282, - "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.005170599078295803, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.requirements.RequirementsSpec-conda.env.specs.requirements.RequirementsSpec]": 0.005119110797165278, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.yaml_file.YamlFileSpec-conda.env.specs.yaml_file.YamlFileSpec]": 0.004888335645686917, - "tests/test_create.py::test_allow_softlinks[classic]": 0.3496160922899144, - "tests/test_create.py::test_allow_softlinks[libmamba]": 0.6077656175210591, - "tests/test_create.py::test_channel_usage_replacing_python[classic]": 223.20488671425426, - "tests/test_create.py::test_channel_usage_replacing_python[libmamba]": 194.7540179667477, - "tests/test_create.py::test_clone_offline_simple[classic]": 0.5873392545462442, - "tests/test_create.py::test_clone_offline_simple[libmamba]": 0.6016047720174318, - "tests/test_create.py::test_clone_offline_with_untracked[classic]": 0.5282649353204931, - "tests/test_create.py::test_clone_offline_with_untracked[libmamba]": 0.5016283976969043, - "tests/test_create.py::test_compile_pyc[classic-False]": 16.937916524212156, - "tests/test_create.py::test_compile_pyc[classic-True]": 0.7721528436154039, - "tests/test_create.py::test_compile_pyc[libmamba-False]": 18.697041995951942, - "tests/test_create.py::test_compile_pyc[libmamba-True]": 4.445630913514963, - "tests/test_create.py::test_conda_downgrade[classic]": 269.9959035336595, - "tests/test_create.py::test_conda_downgrade[libmamba]": 187.44702593754187, - "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[classic]": 64.78979676282891, - "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[libmamba]": 19.139686907007558, - "tests/test_create.py::test_conda_pip_interop_conda_editable_package[classic]": 38.68753852563469, - "tests/test_create.py::test_conda_pip_interop_conda_editable_package[libmamba]": 53.84751149934659, - "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[classic]": 45.52738278060663, - "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[libmamba]": 24.55973264220049, - "tests/test_create.py::test_conda_update_package_not_installed[classic]": 0.37568837865267823, - "tests/test_create.py::test_conda_update_package_not_installed[libmamba]": 4.2650823297543825, - "tests/test_create.py::test_create_default_packages[classic]": 0.5245605705832911, - "tests/test_create.py::test_create_default_packages[libmamba]": 0.4210473183052656, - "tests/test_create.py::test_create_default_packages_no_default_packages[classic]": 0.49907110796911575, - "tests/test_create.py::test_create_default_packages_no_default_packages[libmamba]": 0.41777933178725507, - "tests/test_create.py::test_create_dry_run[classic]": 7.004280219328334, - "tests/test_create.py::test_create_dry_run[libmamba]": 8.168455782995332, - "tests/test_create.py::test_create_dry_run_json[classic]": 7.2037550100272005, - "tests/test_create.py::test_create_dry_run_json[libmamba]": 4.425935536387312, - "tests/test_create.py::test_create_dry_run_without_prefix[classic]": 0.30722108498260164, - "tests/test_create.py::test_create_dry_run_without_prefix[libmamba]": 3.860725349930259, - "tests/test_create.py::test_create_dry_run_yes_safety[classic]": 0.2438886629949086, - "tests/test_create.py::test_create_dry_run_yes_safety[libmamba]": 4.014063969121037, - "tests/test_create.py::test_create_empty_env[classic]": 0.35443355505054236, - "tests/test_create.py::test_create_empty_env[libmamba]": 4.46636270026904, - "tests/test_create.py::test_create_env_different_platform[classic-cli]": 0.5799834328224018, - "tests/test_create.py::test_create_env_different_platform[classic-env]": 0.5200459383626663, - "tests/test_create.py::test_create_env_different_platform[libmamba-cli]": 0.5027537541750331, - "tests/test_create.py::test_create_env_different_platform[libmamba-env]": 0.7115461989489948, - "tests/test_create.py::test_create_install_update_remove_smoketest[classic]": 169.83889485281, - "tests/test_create.py::test_create_install_update_remove_smoketest[libmamba]": 82.2427067160988, - "tests/test_create.py::test_create_no_deps_flag[classic]": 0.3428656734395037, - "tests/test_create.py::test_create_no_deps_flag[libmamba]": 0.34516273465268027, - "tests/test_create.py::test_create_only_deps_flag[classic]": 1.1903530444221229, - "tests/test_create.py::test_create_only_deps_flag[libmamba]": 1.2002106128074068, - "tests/test_create.py::test_create_override_channels_enabled[classic]": 3.9862612123327037, - "tests/test_create.py::test_create_override_channels_enabled[libmamba]": 1.3631790939053274, - "tests/test_create.py::test_create_without_prefix_raises_argument_error[classic]": 0.10050935207257335, - "tests/test_create.py::test_create_without_prefix_raises_argument_error[libmamba]": 0.09580622528528628, - "tests/test_create.py::test_cross_channel_incompatibility[classic]": 52.36045086282695, - "tests/test_create.py::test_cross_channel_incompatibility[libmamba]": 12.929318550736834, - "tests/test_create.py::test_directory_not_a_conda_environment[classic]": 0.09151168570050575, - "tests/test_create.py::test_directory_not_a_conda_environment[libmamba]": 0.09270117680123703, - "tests/test_create.py::test_disallowed_packages[classic]": 0.000532621498283566, - "tests/test_create.py::test_disallowed_packages[libmamba]": 0.0005724925607287821, - "tests/test_create.py::test_dont_remove_conda_1[classic]": 226.88182653650264, - "tests/test_create.py::test_dont_remove_conda_1[libmamba]": 47.969485182617504, - "tests/test_create.py::test_dont_remove_conda_2[classic]": 240.91648104124587, - "tests/test_create.py::test_dont_remove_conda_2[libmamba]": 38.846579168236424, - "tests/test_create.py::test_download_only_flag[classic]": 10.44977498599727, - "tests/test_create.py::test_download_only_flag[libmamba]": 12.508250010311441, - "tests/test_create.py::test_force_remove[classic]": 58.50795016423495, - "tests/test_create.py::test_force_remove[libmamba]": 9.917808849588829, - "tests/test_create.py::test_install_bound_virtual_package[classic]": 0.0005242998571134556, - "tests/test_create.py::test_install_bound_virtual_package[libmamba]": 0.0005303375220173452, - "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[classic]": 1.619540884712739, - "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[libmamba]": 2.081551641804752, - "tests/test_create.py::test_install_force_reinstall_flag[classic]": 0.5103861046309988, - "tests/test_create.py::test_install_force_reinstall_flag[libmamba]": 0.4860746722155955, - "tests/test_create.py::test_install_only_deps_flag[classic]": 0.7143824773673028, - "tests/test_create.py::test_install_only_deps_flag[libmamba]": 0.6350401012527386, - "tests/test_create.py::test_install_prune_flag[classic]": 64.15947576434301, - "tests/test_create.py::test_install_prune_flag[libmamba]": 23.182412342779102, - "tests/test_create.py::test_install_python_and_search[classic]": 76.63214650994044, - "tests/test_create.py::test_install_python_and_search[libmamba]": 56.61419085636598, - "tests/test_create.py::test_install_tarball_from_file_based_channel[classic]": 1.2578795337251008, - "tests/test_create.py::test_install_tarball_from_file_based_channel[libmamba]": 4.780122634067934, - "tests/test_create.py::test_install_update_deps_flag[classic]": 0.702145932770832, - "tests/test_create.py::test_install_update_deps_flag[libmamba]": 0.657688986156264, - "tests/test_create.py::test_install_update_deps_only_deps_flags[classic]": 0.784141470555093, - "tests/test_create.py::test_install_update_deps_only_deps_flags[libmamba]": 0.7282439102701022, - "tests/test_create.py::test_install_virtual_packages[classic-__glibc-False]": 3.559305282907786, - "tests/test_create.py::test_install_virtual_packages[classic-__linux-False]": 1.1040465077957813, - "tests/test_create.py::test_install_virtual_packages[classic-__osx-False]": 1.0450808759753956, - "tests/test_create.py::test_install_virtual_packages[classic-__unix-False]": 1.1621598349186273, - "tests/test_create.py::test_install_virtual_packages[classic-__win-True]": 0.7185533716843591, - "tests/test_create.py::test_install_virtual_packages[libmamba-__glibc-False]": 3.762847316473764, - "tests/test_create.py::test_install_virtual_packages[libmamba-__linux-False]": 3.6078664394503654, - "tests/test_create.py::test_install_virtual_packages[libmamba-__osx-False]": 3.822813477144319, - "tests/test_create.py::test_install_virtual_packages[libmamba-__unix-False]": 3.70811315907333, - "tests/test_create.py::test_install_virtual_packages[libmamba-__win-True]": 3.740547013906955, - "tests/test_create.py::test_json_create_install_update_remove[classic]": 34.02907133978997, - "tests/test_create.py::test_json_create_install_update_remove[libmamba]": 33.18211150536745, - "tests/test_create.py::test_list_with_pip_no_binary[classic]": 23.08117203824002, - "tests/test_create.py::test_list_with_pip_no_binary[libmamba]": 23.87242204110118, - "tests/test_create.py::test_list_with_pip_wheel[classic]": 48.54794815162789, - "tests/test_create.py::test_list_with_pip_wheel[libmamba]": 49.29479629060342, - "tests/test_create.py::test_menuinst_v2[classic]": 5.720636247780856, - "tests/test_create.py::test_menuinst_v2[libmamba]": 7.574409610027363, - "tests/test_create.py::test_neutering_of_historic_specs[classic]": 0.0005502635285584891, - "tests/test_create.py::test_neutering_of_historic_specs[libmamba]": 0.0005723835108841772, - "tests/test_create.py::test_noarch_generic_package[classic]": 0.35577212203385694, - "tests/test_create.py::test_noarch_generic_package[libmamba]": 0.39880315334742694, - "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[classic]": 36.87842900187434, - "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[libmamba]": 41.76344101061074, - "tests/test_create.py::test_noarch_python_package_with_entry_points[classic]": 47.44283512332994, - "tests/test_create.py::test_noarch_python_package_with_entry_points[libmamba]": 27.390737477778583, - "tests/test_create.py::test_noarch_python_package_without_entry_points[classic]": 40.90034227041088, - "tests/test_create.py::test_noarch_python_package_without_entry_points[libmamba]": 25.514421513033753, - "tests/test_create.py::test_nonadmin_file_untouched[classic]": 2.774194128848565, - "tests/test_create.py::test_nonadmin_file_untouched[libmamba]": 11.737999351396889, - "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[classic]": 0.5377958866596113, - "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[libmamba]": 8.568437676513915, - "tests/test_create.py::test_offline_with_empty_index_cache[classic]": 22.855993663955786, - "tests/test_create.py::test_offline_with_empty_index_cache[libmamba]": 10.738754550084048, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.BinstarSpec-conda.env.specs.binstar.BinstarSpec]": 0.0038958374516988446, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.ENVIRONMENT_TYPE-conda.env.specs.binstar.ENVIRONMENT_TYPE]": 0.005196583886943949, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.detect-conda.env.specs.detect]": 0.0045370674241756795, + "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.0051211807752565884, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.requirements.RequirementsSpec-conda.env.specs.requirements.RequirementsSpec]": 0.00561305372246749, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.yaml_file.YamlFileSpec-conda.env.specs.yaml_file.YamlFileSpec]": 0.004964053302824468, + "tests/test_create.py::test_allow_softlinks[classic]": 0.3452779602817963, + "tests/test_create.py::test_allow_softlinks[libmamba]": 0.4240680124931016, + "tests/test_create.py::test_channel_usage_replacing_python[classic]": 218.31759887124701, + "tests/test_create.py::test_channel_usage_replacing_python[libmamba]": 200.1807333635032, + "tests/test_create.py::test_clone_offline_simple[classic]": 0.8003062028308077, + "tests/test_create.py::test_clone_offline_simple[libmamba]": 0.6670186300784972, + "tests/test_create.py::test_clone_offline_with_untracked[classic]": 0.6603000626318002, + "tests/test_create.py::test_clone_offline_with_untracked[libmamba]": 0.756509701616004, + "tests/test_create.py::test_compile_pyc[classic-False]": 14.895624645558003, + "tests/test_create.py::test_compile_pyc[classic-True]": 1.0019601009316241, + "tests/test_create.py::test_compile_pyc[libmamba-False]": 15.823544441764321, + "tests/test_create.py::test_compile_pyc[libmamba-True]": 4.655649911317613, + "tests/test_create.py::test_conda_downgrade[classic]": 272.0174954614931, + "tests/test_create.py::test_conda_downgrade[libmamba]": 185.52413268442814, + "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[classic]": 61.338523779968185, + "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[libmamba]": 16.992107526561973, + "tests/test_create.py::test_conda_pip_interop_conda_editable_package[classic]": 33.83544728924228, + "tests/test_create.py::test_conda_pip_interop_conda_editable_package[libmamba]": 48.54807337250097, + "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[classic]": 44.98422667531441, + "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[libmamba]": 22.508833264774925, + "tests/test_create.py::test_conda_update_package_not_installed[classic]": 0.37857280685047096, + "tests/test_create.py::test_conda_update_package_not_installed[libmamba]": 4.1100121823340405, + "tests/test_create.py::test_create_default_packages[classic]": 0.5521980259409682, + "tests/test_create.py::test_create_default_packages[libmamba]": 0.5228830110556852, + "tests/test_create.py::test_create_default_packages_no_default_packages[classic]": 0.6152510726877318, + "tests/test_create.py::test_create_default_packages_no_default_packages[libmamba]": 0.45284483146135296, + "tests/test_create.py::test_create_dry_run[classic]": 7.009563552103137, + "tests/test_create.py::test_create_dry_run[libmamba]": 7.9218814577744725, + "tests/test_create.py::test_create_dry_run_json[classic]": 7.177814780040935, + "tests/test_create.py::test_create_dry_run_json[libmamba]": 4.310408960697541, + "tests/test_create.py::test_create_dry_run_without_prefix[classic]": 0.3346242954818669, + "tests/test_create.py::test_create_dry_run_without_prefix[libmamba]": 3.9063725698295086, + "tests/test_create.py::test_create_dry_run_yes_safety[classic]": 0.4099649197446639, + "tests/test_create.py::test_create_dry_run_yes_safety[libmamba]": 3.8948209641571885, + "tests/test_create.py::test_create_empty_env[classic]": 0.3306550770388134, + "tests/test_create.py::test_create_empty_env[libmamba]": 3.9597602825876366, + "tests/test_create.py::test_create_env_different_platform[classic-cli]": 0.6146137706835277, + "tests/test_create.py::test_create_env_different_platform[classic-env]": 0.5777268058565266, + "tests/test_create.py::test_create_env_different_platform[libmamba-cli]": 0.57942208786331, + "tests/test_create.py::test_create_env_different_platform[libmamba-env]": 0.6306578990346161, + "tests/test_create.py::test_create_install_update_remove_smoketest[classic]": 165.63040078419874, + "tests/test_create.py::test_create_install_update_remove_smoketest[libmamba]": 81.47159390961583, + "tests/test_create.py::test_create_no_deps_flag[classic]": 0.36143170476010966, + "tests/test_create.py::test_create_no_deps_flag[libmamba]": 0.37114499708881377, + "tests/test_create.py::test_create_only_deps_flag[classic]": 1.497741594280714, + "tests/test_create.py::test_create_only_deps_flag[libmamba]": 1.303654705373615, + "tests/test_create.py::test_create_override_channels_enabled[classic]": 3.705010510992024, + "tests/test_create.py::test_create_override_channels_enabled[libmamba]": 1.3928532070826471, + "tests/test_create.py::test_create_without_prefix_raises_argument_error[classic]": 0.09846079128488162, + "tests/test_create.py::test_create_without_prefix_raises_argument_error[libmamba]": 0.09527582408320441, + "tests/test_create.py::test_cross_channel_incompatibility[classic]": 54.0588078253252, + "tests/test_create.py::test_cross_channel_incompatibility[libmamba]": 13.093122047485036, + "tests/test_create.py::test_directory_not_a_conda_environment[classic]": 0.09123359199433474, + "tests/test_create.py::test_directory_not_a_conda_environment[libmamba]": 0.09268868816477442, + "tests/test_create.py::test_disallowed_packages[classic]": 0.0005357790529438008, + "tests/test_create.py::test_disallowed_packages[libmamba]": 0.0005800880844643457, + "tests/test_create.py::test_dont_remove_conda_1[classic]": 220.0296140436922, + "tests/test_create.py::test_dont_remove_conda_1[libmamba]": 42.472552884182775, + "tests/test_create.py::test_dont_remove_conda_2[classic]": 212.50097649584774, + "tests/test_create.py::test_dont_remove_conda_2[libmamba]": 36.766796156934376, + "tests/test_create.py::test_download_only_flag[classic]": 9.271483893548094, + "tests/test_create.py::test_download_only_flag[libmamba]": 12.114480820959068, + "tests/test_create.py::test_force_remove[classic]": 44.15317466565306, + "tests/test_create.py::test_force_remove[libmamba]": 8.79528516043461, + "tests/test_create.py::test_install_bound_virtual_package[classic]": 0.0005265884077254295, + "tests/test_create.py::test_install_bound_virtual_package[libmamba]": 0.0005540521629665597, + "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[classic]": 1.6731972206045744, + "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[libmamba]": 2.579379603576645, + "tests/test_create.py::test_install_force_reinstall_flag[classic]": 0.4858755334321584, + "tests/test_create.py::test_install_force_reinstall_flag[libmamba]": 0.6606412839925915, + "tests/test_create.py::test_install_only_deps_flag[classic]": 0.912012380483139, + "tests/test_create.py::test_install_only_deps_flag[libmamba]": 0.7718188275111256, + "tests/test_create.py::test_install_prune_flag[classic]": 62.833648155390144, + "tests/test_create.py::test_install_prune_flag[libmamba]": 20.85789478140187, + "tests/test_create.py::test_install_python_and_search[classic]": 65.39087331149207, + "tests/test_create.py::test_install_python_and_search[libmamba]": 53.0832205433856, + "tests/test_create.py::test_install_tarball_from_file_based_channel[classic]": 1.102723640056742, + "tests/test_create.py::test_install_tarball_from_file_based_channel[libmamba]": 4.8534454322677245, + "tests/test_create.py::test_install_update_deps_flag[classic]": 0.9399614867719205, + "tests/test_create.py::test_install_update_deps_flag[libmamba]": 0.7207597549117128, + "tests/test_create.py::test_install_update_deps_only_deps_flags[classic]": 1.0503530737072262, + "tests/test_create.py::test_install_update_deps_only_deps_flags[libmamba]": 0.7587780016297738, + "tests/test_create.py::test_install_virtual_packages[classic-__glibc-False]": 2.743396219888149, + "tests/test_create.py::test_install_virtual_packages[classic-__linux-False]": 1.2003166798385592, + "tests/test_create.py::test_install_virtual_packages[classic-__osx-False]": 2.220883739332869, + "tests/test_create.py::test_install_virtual_packages[classic-__unix-False]": 1.2139470814437217, + "tests/test_create.py::test_install_virtual_packages[classic-__win-True]": 0.7597144726795976, + "tests/test_create.py::test_install_virtual_packages[libmamba-__glibc-False]": 3.5842240362551694, + "tests/test_create.py::test_install_virtual_packages[libmamba-__linux-False]": 3.542566063701547, + "tests/test_create.py::test_install_virtual_packages[libmamba-__osx-False]": 3.5492877809690686, + "tests/test_create.py::test_install_virtual_packages[libmamba-__unix-False]": 3.7665285613693014, + "tests/test_create.py::test_install_virtual_packages[libmamba-__win-True]": 3.49705429317772, + "tests/test_create.py::test_json_create_install_update_remove[classic]": 30.10067255567594, + "tests/test_create.py::test_json_create_install_update_remove[libmamba]": 32.941398089687155, + "tests/test_create.py::test_list_with_pip_no_binary[classic]": 19.73314797617956, + "tests/test_create.py::test_list_with_pip_no_binary[libmamba]": 22.108043364632806, + "tests/test_create.py::test_list_with_pip_wheel[classic]": 42.84977157288077, + "tests/test_create.py::test_list_with_pip_wheel[libmamba]": 42.3892835368819, + "tests/test_create.py::test_menuinst_v2[classic]": 5.272434393307235, + "tests/test_create.py::test_menuinst_v2[libmamba]": 8.603104074313935, + "tests/test_create.py::test_neutering_of_historic_specs[classic]": 0.0005599148693029271, + "tests/test_create.py::test_neutering_of_historic_specs[libmamba]": 0.0005845248337805424, + "tests/test_create.py::test_noarch_generic_package[classic]": 0.37022972731200465, + "tests/test_create.py::test_noarch_generic_package[libmamba]": 0.37265625047209366, + "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[classic]": 31.79907659112862, + "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[libmamba]": 36.115401531082505, + "tests/test_create.py::test_noarch_python_package_with_entry_points[classic]": 43.54827247056121, + "tests/test_create.py::test_noarch_python_package_with_entry_points[libmamba]": 24.246976995651206, + "tests/test_create.py::test_noarch_python_package_without_entry_points[classic]": 41.00054231672091, + "tests/test_create.py::test_noarch_python_package_without_entry_points[libmamba]": 22.273118032534928, + "tests/test_create.py::test_nonadmin_file_untouched[classic]": 2.405286213872892, + "tests/test_create.py::test_nonadmin_file_untouched[libmamba]": 11.718563745412368, + "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[classic]": 0.6253913012256882, + "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[libmamba]": 7.977583672840294, + "tests/test_create.py::test_offline_with_empty_index_cache[classic]": 21.997767385688256, + "tests/test_create.py::test_offline_with_empty_index_cache[libmamba]": 10.963219497064303, "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.19727640660796864, - "tests/test_create.py::test_override_channels_disabled[libmamba]": 0.19823672781418297, - "tests/test_create.py::test_package_cache_regression[classic]": 0.5159534192576364, - "tests/test_create.py::test_package_cache_regression[libmamba]": 0.3494896143732944, - "tests/test_create.py::test_package_optional_pinning[classic]": 0.9296262241051652, - "tests/test_create.py::test_package_optional_pinning[libmamba]": 0.9980773666588867, - "tests/test_create.py::test_package_pinning[classic]": 1.0683643907266862, - "tests/test_create.py::test_package_pinning[libmamba]": 0.9344865769181555, - "tests/test_create.py::test_packages_not_found[classic]": 0.47425494542285146, - "tests/test_create.py::test_packages_not_found[libmamba]": 7.496919119561452, - "tests/test_create.py::test_pinned_override_with_explicit_spec[classic]": 1.3459569806326699, - "tests/test_create.py::test_pinned_override_with_explicit_spec[libmamba]": 1.2295442473551141, - "tests/test_create.py::test_post_link_run_in_env[classic]": 1.2237704194957655, - "tests/test_create.py::test_post_link_run_in_env[libmamba]": 5.566236133722762, - "tests/test_create.py::test_python_site_packages_path[classic]": 0.000557914591631025, - "tests/test_create.py::test_python_site_packages_path[libmamba]": 0.0007163463929637271, - "tests/test_create.py::test_remove_empty_env[classic]": 0.3730830691547157, - "tests/test_create.py::test_remove_empty_env[libmamba]": 3.888663116490744, - "tests/test_create.py::test_remove_force_remove_flag[classic]": 0.0005426047874324666, - "tests/test_create.py::test_remove_force_remove_flag[libmamba]": 0.0006064390260178502, - "tests/test_create.py::test_remove_ignore_nonenv[classic]": 0.08307773294325027, - "tests/test_create.py::test_remove_ignore_nonenv[libmamba]": 0.09819014816538264, - "tests/test_create.py::test_remove_spellcheck[classic]": 0.6669319340296368, - "tests/test_create.py::test_remove_spellcheck[libmamba]": 0.814625961696918, - "tests/test_create.py::test_repodata_v2_base_url[classic]": 0.5891305574448517, - "tests/test_create.py::test_repodata_v2_base_url[libmamba]": 0.39847679136906977, - "tests/test_create.py::test_rm_rf[classic]": 17.017854151447615, - "tests/test_create.py::test_rm_rf[libmamba]": 21.653617799449307, - "tests/test_create.py::test_run_preserves_arguments[classic]": 22.63849685861141, - "tests/test_create.py::test_run_preserves_arguments[libmamba]": 17.639170290285556, - "tests/test_create.py::test_run_script_called[classic]": 0.0005434815928406682, - "tests/test_create.py::test_run_script_called[libmamba]": 0.0006104337460889303, - "tests/test_create.py::test_safety_checks_disabled[classic]": 13.762406539624832, - "tests/test_create.py::test_safety_checks_disabled[libmamba]": 17.90052269724792, - "tests/test_create.py::test_safety_checks_enabled[classic]": 8.348144644863844, - "tests/test_create.py::test_safety_checks_enabled[libmamba]": 13.484855828188572, - "tests/test_create.py::test_safety_checks_warn[classic]": 19.135640425287452, - "tests/test_create.py::test_safety_checks_warn[libmamba]": 23.140118839074464, - "tests/test_create.py::test_search_override_channels_enabled[classic]": 0.3213920486984893, - "tests/test_create.py::test_search_override_channels_enabled[libmamba]": 0.7406353917819798, - "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[classic]": 53.77443291149319, - "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[libmamba]": 29.05620886347751, - "tests/test_create.py::test_shortcut_absent_when_condarc_set[classic]": 53.27912160267937, - "tests/test_create.py::test_shortcut_absent_when_condarc_set[libmamba]": 28.554549026736026, - "tests/test_create.py::test_shortcut_creation_installs_shortcut[classic]": 54.14042477304891, - "tests/test_create.py::test_shortcut_creation_installs_shortcut[libmamba]": 29.554572126215707, - "tests/test_create.py::test_strict_channel_priority[classic]": 0.0006278919480665964, - "tests/test_create.py::test_strict_channel_priority[libmamba]": 0.0008029292483363831, - "tests/test_create.py::test_strict_resolve_get_reduced_index[classic]": 81.04950844095822, - "tests/test_create.py::test_strict_resolve_get_reduced_index[libmamba]": 85.64038406458396, - "tests/test_create.py::test_tarball_install[classic]": 0.6244172280352566, - "tests/test_create.py::test_tarball_install[libmamba]": 0.6322410170033005, - "tests/test_create.py::test_tarball_install_and_bad_metadata[classic]": 1.2163171688671646, - "tests/test_create.py::test_tarball_install_and_bad_metadata[libmamba]": 1.0831050163676808, - "tests/test_create.py::test_transactional_rollback_simple[classic]": 0.4983039860169609, - "tests/test_create.py::test_transactional_rollback_simple[libmamba]": 0.49018187940747154, - "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[classic]": 0.7794854902839268, - "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[libmamba]": 0.7037579395541501, - "tests/test_create.py::test_update_all_updates_pip_pkg[classic]": 28.81967378056593, - "tests/test_create.py::test_update_all_updates_pip_pkg[libmamba]": 34.05204457653629, - "tests/test_create.py::test_update_deps_flag_absent[classic]": 0.700960861707105, - "tests/test_create.py::test_update_deps_flag_absent[libmamba]": 0.6361497072779406, - "tests/test_create.py::test_update_deps_flag_present[classic]": 0.8357360971594873, - "tests/test_create.py::test_update_deps_flag_present[libmamba]": 0.6800498411694509, - "tests/test_create.py::test_update_with_pinned_packages[classic]": 0.8258323275590536, - "tests/test_create.py::test_update_with_pinned_packages[libmamba]": 0.6488398289641518, - "tests/test_create.py::test_use_index_cache[classic]": 24.063555921194144, - "tests/test_create.py::test_use_index_cache[libmamba]": 23.4562995943171, - "tests/test_deprecations.py::test_action[future]": 0.0033814872057904132, - "tests/test_deprecations.py::test_action[pending]": 0.003495208858446324, - "tests/test_deprecations.py::test_action[remove]": 0.002955569755418683, - "tests/test_deprecations.py::test_arguments[deprecated]": 0.0028058315356239327, - "tests/test_deprecations.py::test_arguments[pending]": 0.0028538338270519747, - "tests/test_deprecations.py::test_arguments[remove]": 0.002634166081609656, - "tests/test_deprecations.py::test_class[deprecated]": 0.00288663801235823, - "tests/test_deprecations.py::test_class[pending]": 0.0027874359428188846, - "tests/test_deprecations.py::test_class[remove]": 0.0026679917608784082, - "tests/test_deprecations.py::test_constant[deprecated]": 0.003696891269401665, - "tests/test_deprecations.py::test_constant[pending]": 0.0036983910719042188, - "tests/test_deprecations.py::test_constant[remove]": 0.003573885211551911, - "tests/test_deprecations.py::test_function[deprecated]": 0.0032236965593640515, - "tests/test_deprecations.py::test_function[pending]": 0.0035710031648272275, - "tests/test_deprecations.py::test_function[remove]": 0.002648157813348239, - "tests/test_deprecations.py::test_method[deprecated]": 0.0028820231766496676, - "tests/test_deprecations.py::test_method[pending]": 0.00315581961244466, - "tests/test_deprecations.py::test_method[remove]": 0.002667562523590327, - "tests/test_deprecations.py::test_module[deprecated]": 0.0037606028859520075, - "tests/test_deprecations.py::test_module[pending]": 0.003755838936208155, - "tests/test_deprecations.py::test_module[remove]": 0.003609156851559844, - "tests/test_deprecations.py::test_topic[deprecated]": 0.002648231727551346, - "tests/test_deprecations.py::test_topic[pending]": 0.002698241801428367, - "tests/test_deprecations.py::test_topic[remove]": 0.002629046100844186, - "tests/test_deprecations.py::test_version_fallback": 0.0027516167629368757, - "tests/test_exceptions.py::test_BasicClobberError": 0.01660980948763525, - "tests/test_exceptions.py::test_BinaryPrefixReplacementError": 0.03040461141375603, - "tests/test_exceptions.py::test_CommandNotFoundError_conda_build": 0.030848277042676443, - "tests/test_exceptions.py::test_CommandNotFoundError_simple": 0.03161166846411935, - "tests/test_exceptions.py::test_CondaFileNotFoundError": 0.03006149046883739, - "tests/test_exceptions.py::test_CondaHTTPError": 0.030866206314178635, - "tests/test_exceptions.py::test_CondaKeyError": 0.030311400172371092, - "tests/test_exceptions.py::test_DirectoryNotFoundError": 0.03000359004905188, - "tests/test_exceptions.py::test_KnownPackageClobberError": 0.01662177681027669, - "tests/test_exceptions.py::test_MD5MismatchError": 0.030860820121650853, - "tests/test_exceptions.py::test_PackageNotFoundError": 0.03232089623907526, + "tests/test_create.py::test_override_channels_disabled[classic]": 0.19731394181278514, + "tests/test_create.py::test_override_channels_disabled[libmamba]": 0.1975621133090202, + "tests/test_create.py::test_package_cache_regression[classic]": 0.47747083488604924, + "tests/test_create.py::test_package_cache_regression[libmamba]": 0.5861441822656487, + "tests/test_create.py::test_package_optional_pinning[classic]": 1.34197069360426, + "tests/test_create.py::test_package_optional_pinning[libmamba]": 1.0998397042109118, + "tests/test_create.py::test_package_pinning[classic]": 1.3181131813831384, + "tests/test_create.py::test_package_pinning[libmamba]": 1.1202572246128062, + "tests/test_create.py::test_packages_not_found[classic]": 0.7066174470141021, + "tests/test_create.py::test_packages_not_found[libmamba]": 7.790804477805331, + "tests/test_create.py::test_pinned_override_with_explicit_spec[classic]": 1.262172586765309, + "tests/test_create.py::test_pinned_override_with_explicit_spec[libmamba]": 1.2757508464613188, + "tests/test_create.py::test_post_link_run_in_env[classic]": 1.544032336605205, + "tests/test_create.py::test_post_link_run_in_env[libmamba]": 5.336678371400841, + "tests/test_create.py::test_python_site_packages_path[classic]": 0.0005540466704507782, + "tests/test_create.py::test_python_site_packages_path[libmamba]": 0.0006676999540186645, + "tests/test_create.py::test_remove_empty_env[classic]": 0.49562560126167593, + "tests/test_create.py::test_remove_empty_env[libmamba]": 4.035685818116636, + "tests/test_create.py::test_remove_force_remove_flag[classic]": 0.0006106612770499049, + "tests/test_create.py::test_remove_force_remove_flag[libmamba]": 0.000605714309570422, + "tests/test_create.py::test_remove_ignore_nonenv[classic]": 0.0826551419726393, + "tests/test_create.py::test_remove_ignore_nonenv[libmamba]": 0.10474684582840549, + "tests/test_create.py::test_remove_spellcheck[classic]": 0.8344280798398238, + "tests/test_create.py::test_remove_spellcheck[libmamba]": 0.808151995570463, + "tests/test_create.py::test_repodata_v2_base_url[classic]": 0.7117414841953533, + "tests/test_create.py::test_repodata_v2_base_url[libmamba]": 0.42369175924268615, + "tests/test_create.py::test_rm_rf[classic]": 14.78850774436426, + "tests/test_create.py::test_rm_rf[libmamba]": 18.826909987293547, + "tests/test_create.py::test_run_preserves_arguments[classic]": 18.464203766833005, + "tests/test_create.py::test_run_preserves_arguments[libmamba]": 16.260263308233753, + "tests/test_create.py::test_run_script_called[classic]": 0.0006294009279143712, + "tests/test_create.py::test_run_script_called[libmamba]": 0.0006105355898185716, + "tests/test_create.py::test_safety_checks_disabled[classic]": 11.276360222728297, + "tests/test_create.py::test_safety_checks_disabled[libmamba]": 16.83191657799449, + "tests/test_create.py::test_safety_checks_enabled[classic]": 8.754819660291258, + "tests/test_create.py::test_safety_checks_enabled[libmamba]": 13.790892186236, + "tests/test_create.py::test_safety_checks_warn[classic]": 17.65342448134367, + "tests/test_create.py::test_safety_checks_warn[libmamba]": 20.402007459071058, + "tests/test_create.py::test_search_override_channels_enabled[classic]": 0.30477540699143757, + "tests/test_create.py::test_search_override_channels_enabled[libmamba]": 0.8218224262902142, + "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[classic]": 49.91948230515901, + "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[libmamba]": 26.693752571205334, + "tests/test_create.py::test_shortcut_absent_when_condarc_set[classic]": 49.561620502451404, + "tests/test_create.py::test_shortcut_absent_when_condarc_set[libmamba]": 27.092658452823066, + "tests/test_create.py::test_shortcut_creation_installs_shortcut[classic]": 50.022016852238316, + "tests/test_create.py::test_shortcut_creation_installs_shortcut[libmamba]": 27.02163435706592, + "tests/test_create.py::test_strict_channel_priority[classic]": 0.0005970388836396923, + "tests/test_create.py::test_strict_channel_priority[libmamba]": 0.0008114018120795915, + "tests/test_create.py::test_strict_resolve_get_reduced_index[classic]": 83.47277979775596, + "tests/test_create.py::test_strict_resolve_get_reduced_index[libmamba]": 84.05189144035103, + "tests/test_create.py::test_tarball_install[classic]": 0.7287353566446372, + "tests/test_create.py::test_tarball_install[libmamba]": 0.6473939580683843, + "tests/test_create.py::test_tarball_install_and_bad_metadata[classic]": 1.5194951244452168, + "tests/test_create.py::test_tarball_install_and_bad_metadata[libmamba]": 1.2108093135574916, + "tests/test_create.py::test_transactional_rollback_simple[classic]": 0.6474322069565459, + "tests/test_create.py::test_transactional_rollback_simple[libmamba]": 0.5702333130312599, + "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[classic]": 1.0518659637370946, + "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[libmamba]": 0.862341300750079, + "tests/test_create.py::test_update_all_updates_pip_pkg[classic]": 25.988845148149732, + "tests/test_create.py::test_update_all_updates_pip_pkg[libmamba]": 29.922765687456916, + "tests/test_create.py::test_update_deps_flag_absent[classic]": 0.8823914857363709, + "tests/test_create.py::test_update_deps_flag_absent[libmamba]": 0.7360321145469615, + "tests/test_create.py::test_update_deps_flag_present[classic]": 0.9984992251261344, + "tests/test_create.py::test_update_deps_flag_present[libmamba]": 0.7502134702890156, + "tests/test_create.py::test_update_with_pinned_packages[classic]": 0.9072511854602278, + "tests/test_create.py::test_update_with_pinned_packages[libmamba]": 0.744458388993303, + "tests/test_create.py::test_use_index_cache[classic]": 23.428180196067817, + "tests/test_create.py::test_use_index_cache[libmamba]": 23.220669039273353, + "tests/test_deprecations.py::test_action[future]": 0.003466595968113569, + "tests/test_deprecations.py::test_action[pending]": 0.003554389651453437, + "tests/test_deprecations.py::test_action[remove]": 0.002960713356595557, + "tests/test_deprecations.py::test_arguments[deprecated]": 0.002761352627995861, + "tests/test_deprecations.py::test_arguments[pending]": 0.002811569372043085, + "tests/test_deprecations.py::test_arguments[remove]": 0.0026428638900307696, + "tests/test_deprecations.py::test_class[deprecated]": 0.0028467377508676625, + "tests/test_deprecations.py::test_class[pending]": 0.0028990945367069793, + "tests/test_deprecations.py::test_class[remove]": 0.0026623574894253307, + "tests/test_deprecations.py::test_constant[deprecated]": 0.0037130899676422677, + "tests/test_deprecations.py::test_constant[pending]": 0.0037009280235742554, + "tests/test_deprecations.py::test_constant[remove]": 0.0035704342258753986, + "tests/test_deprecations.py::test_function[deprecated]": 0.003214725087419487, + "tests/test_deprecations.py::test_function[pending]": 0.003575943512033371, + "tests/test_deprecations.py::test_function[remove]": 0.0027369909787809356, + "tests/test_deprecations.py::test_method[deprecated]": 0.0030210764785350767, + "tests/test_deprecations.py::test_method[pending]": 0.003222143672961071, + "tests/test_deprecations.py::test_method[remove]": 0.0027151166900258685, + "tests/test_deprecations.py::test_module[deprecated]": 0.003678908296018355, + "tests/test_deprecations.py::test_module[pending]": 0.003730803561180522, + "tests/test_deprecations.py::test_module[remove]": 0.0036656252278970867, + "tests/test_deprecations.py::test_topic[deprecated]": 0.0026735555521820455, + "tests/test_deprecations.py::test_topic[pending]": 0.0027132270047659007, + "tests/test_deprecations.py::test_topic[remove]": 0.0026524677101932444, + "tests/test_deprecations.py::test_version_fallback": 0.002747439361871988, + "tests/test_exceptions.py::test_BasicClobberError": 0.01661017690399003, + "tests/test_exceptions.py::test_BinaryPrefixReplacementError": 0.03065566472317809, + "tests/test_exceptions.py::test_CommandNotFoundError_conda_build": 0.03089676801389499, + "tests/test_exceptions.py::test_CommandNotFoundError_simple": 0.031812170875785736, + "tests/test_exceptions.py::test_CondaFileNotFoundError": 0.03027143008942346, + "tests/test_exceptions.py::test_CondaHTTPError": 0.031099037690130667, + "tests/test_exceptions.py::test_CondaKeyError": 0.030248108425846725, + "tests/test_exceptions.py::test_DirectoryNotFoundError": 0.03019564288167224, + "tests/test_exceptions.py::test_KnownPackageClobberError": 0.016619654372972525, + "tests/test_exceptions.py::test_MD5MismatchError": 0.030869289039395714, + "tests/test_exceptions.py::test_PackageNotFoundError": 0.03189317138976622, "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2": 0.0065241998383866835, - "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[False]": 0.016514474156447207, - "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[True]": 0.017411507498107038, - "tests/test_exceptions.py::test_SharedLinkPathClobberError": 0.01646703303518563, - "tests/test_exceptions.py::test_TooManyArgumentsError": 0.030801822054569543, - "tests/test_exceptions.py::test_UnknownPackageClobberError": 0.016357270971566484, - "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_1": 0.0340762015157427, - "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_2": 0.020579598534370882, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_1": 0.03651481809759948, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_2": 0.033371317458609925, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_3": 0.03668991229096559, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_spaces": 0.0347405574957184, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_unicode": 0.040832704390751984, - "tests/test_export.py::test_explicit[classic---md5]": 30.273490499999866, - "tests/test_export.py::test_explicit[classic---quiet]": 30.02941630000003, + "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[False]": 0.01644047539979442, + "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[True]": 0.017331790638896, + "tests/test_exceptions.py::test_SharedLinkPathClobberError": 0.016555364079349738, + "tests/test_exceptions.py::test_TooManyArgumentsError": 0.031000823628517502, + "tests/test_exceptions.py::test_UnknownPackageClobberError": 0.01655250535691708, + "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_1": 0.03357243963444791, + "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_2": 0.02097422976549731, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_1": 0.036419464281202754, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_2": 0.032434109757242945, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_3": 0.03668454810878662, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_spaces": 0.03466488829069943, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_unicode": 0.038339217902860885, + "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, "tests/test_export.py::test_explicit[libmamba---md5]": 10.891355100000018, @@ -2126,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.002568997949890977, + "tests/test_exports.py::test_deprecations[Completer-None]": 0.002590949527423392, "tests/test_exports.py::test_deprecations[IndexRecord-TypeError]": 0.0027222583148208764, - "tests/test_exports.py::test_deprecations[InstalledPackages-None]": 0.0025598353810276924, - "tests/test_exports.py::test_deprecations[KEYS-TypeError]": 0.002641532320775472, - "tests/test_exports.py::test_deprecations[KEYS_DIR-TypeError]": 0.002612673285598796, - "tests/test_exports.py::test_deprecations[_symlink_conda_hlp-TypeError]": 0.0025932393322114274, + "tests/test_exports.py::test_deprecations[InstalledPackages-None]": 0.002594356413376547, + "tests/test_exports.py::test_deprecations[KEYS-TypeError]": 0.0026290135020612814, + "tests/test_exports.py::test_deprecations[KEYS_DIR-TypeError]": 0.0026179096503955957, + "tests/test_exports.py::test_deprecations[_symlink_conda_hlp-TypeError]": 0.002629660393172282, "tests/test_exports.py::test_deprecations[fetch_index-TypeError]": 0.0026151207963397865, - "tests/test_exports.py::test_deprecations[hash_file-TypeError]": 0.002606913883835622, - "tests/test_exports.py::test_deprecations[iteritems-TypeError]": 0.002646162637237431, - "tests/test_exports.py::test_deprecations[move_to_trash-TypeError]": 0.002624386615912206, - "tests/test_exports.py::test_deprecations[symlink_conda-TypeError]": 0.0026112535859965803, - "tests/test_exports.py::test_deprecations[verify-TypeError]": 0.0025829713044928115, - "tests/test_exports.py::test_deprecations[win_conda_bat_redirect-TypeError]": 0.002608650491004303, - "tests/test_features.py::test_install_track_features_downgrade": 1.2949119139724845, - "tests/test_features.py::test_install_track_features_upgrade": 1.3283830009432145, - "tests/test_features.py::test_remove_features_downgrade": 0.4445751393110395, - "tests/test_features.py::test_remove_features_upgrade": 0.5749838621089313, - "tests/test_fetch.py::test_checksum_checks_bytes[bad-type]": 0.015969864522636226, - "tests/test_fetch.py::test_checksum_checks_bytes[gibberish]": 0.22177058775961567, - "tests/test_fetch.py::test_checksum_checks_bytes[original]": 0.5631230236338088, - "tests/test_fetch.py::test_checksum_checks_bytes[upper]": 0.4054292611363259, - "tests/test_fetch.py::test_download_connectionerror": 5.251626228927014, - "tests/test_fetch.py::test_download_http_errors": 0.004211880327057576, - "tests/test_fetch.py::test_download_httperror": 0.006874663807085752, - "tests/test_fetch.py::test_download_when_ranges_not_supported": 0.01146354038250814, - "tests/test_fetch.py::test_fetchrepodate_connectionerror": 4.214238611967984, - "tests/test_fetch.py::test_resume_download": 0.0213152579473333, - "tests/test_fetch.py::test_resume_partial": 1.3788266128861777, - "tests/test_fetch.py::test_tmpDownload": 0.09299586190242343, - "tests/test_history.py::test_calls_update_on_exit": 0.006958885505559242, - "tests/test_history.py::test_comment_parsing[conda 4.5.1]": 0.0025199561851549377, - "tests/test_history.py::test_comment_parsing[conda 4.5.1dev0]": 0.0025159374933392004, - "tests/test_history.py::test_comment_parsing[conda 4.5.1rc1]": 0.0025217122200630587, - "tests/test_history.py::test_comment_parsing[post 4.4, install spec]": 0.0025596663944576744, - "tests/test_history.py::test_comment_parsing[post 4.4, update spec]": 0.0025558695828496627, - "tests/test_history.py::test_comment_parsing[pre 4.4, install many specs]": 0.002521065859363103, - "tests/test_history.py::test_comment_parsing[pre 4.4, install one spec]": 0.002528445915981456, - "tests/test_history.py::test_comment_parsing[pre 4.4, install two specs]": 0.002521225867112313, - "tests/test_history.py::test_comment_parsing[pre 4.4, update one spec]": 0.002502528250990904, - "tests/test_history.py::test_comment_parsing[pre 4.4, update two specs]": 0.0025212491857800104, - "tests/test_history.py::test_empty_history_check_on_empty_env": 0.007042617402659961, - "tests/test_history.py::test_history_malformed": 0.005581412874503108, - "tests/test_history.py::test_parse_on_empty_env": 0.0069689769979270335, - "tests/test_history.py::test_returns_history_object_as_context_object": 0.00562214106847846, - "tests/test_history.py::test_user_requests[0]": 0.003229567759217405, - "tests/test_history.py::test_user_requests[1]": 0.0031781313359518486, - "tests/test_history.py::test_user_requests[2]": 0.003169852373023948, - "tests/test_history.py::test_user_requests[3]": 0.0031573460699867457, - "tests/test_history.py::test_user_requests[4]": 0.0030963477031807677, - "tests/test_history.py::test_user_requests[5]": 0.0030758290746441585, - "tests/test_history.py::test_works_as_context_manager": 0.004537954614600385, - "tests/test_install.py::test_binary[linux-64]": 0.018153625318975596, - "tests/test_install.py::test_binary[noarch]": 0.007024383958608681, - "tests/test_install.py::test_binary[win-64]": 0.007512364342784642, + "tests/test_exports.py::test_deprecations[hash_file-TypeError]": 0.002629494465066352, + "tests/test_exports.py::test_deprecations[iteritems-TypeError]": 0.0026261104803914402, + "tests/test_exports.py::test_deprecations[move_to_trash-TypeError]": 0.0027315981940981603, + "tests/test_exports.py::test_deprecations[symlink_conda-TypeError]": 0.0026076931883150644, + "tests/test_exports.py::test_deprecations[verify-TypeError]": 0.0025902663836913273, + "tests/test_exports.py::test_deprecations[win_conda_bat_redirect-TypeError]": 0.0026215624814804423, + "tests/test_features.py::test_install_track_features_downgrade": 1.5935391479114722, + "tests/test_features.py::test_install_track_features_upgrade": 1.588300953785012, + "tests/test_features.py::test_remove_features_downgrade": 0.484257398333939, + "tests/test_features.py::test_remove_features_upgrade": 0.6735507807755888, + "tests/test_fetch.py::test_checksum_checks_bytes[bad-type]": 0.01518214776442938, + "tests/test_fetch.py::test_checksum_checks_bytes[gibberish]": 0.5874144285084755, + "tests/test_fetch.py::test_checksum_checks_bytes[original]": 0.5420182267990837, + "tests/test_fetch.py::test_checksum_checks_bytes[upper]": 0.15722610799904677, + "tests/test_fetch.py::test_download_connectionerror": 4.470394333982456, + "tests/test_fetch.py::test_download_http_errors": 0.004436298810569999, + "tests/test_fetch.py::test_download_httperror": 0.006441079572507039, + "tests/test_fetch.py::test_download_when_ranges_not_supported": 0.01593056061599702, + "tests/test_fetch.py::test_fetchrepodate_connectionerror": 4.264811766975976, + "tests/test_fetch.py::test_resume_download": 0.020733439453854963, + "tests/test_fetch.py::test_resume_partial": 1.40151486919446, + "tests/test_fetch.py::test_tmpDownload": 0.08702731291589708, + "tests/test_history.py::test_calls_update_on_exit": 0.007195102591212888, + "tests/test_history.py::test_comment_parsing[conda 4.5.1]": 0.0025303830059221306, + "tests/test_history.py::test_comment_parsing[conda 4.5.1dev0]": 0.002514652296698306, + "tests/test_history.py::test_comment_parsing[conda 4.5.1rc1]": 0.002523405782936518, + "tests/test_history.py::test_comment_parsing[post 4.4, install spec]": 0.0025479646392289994, + "tests/test_history.py::test_comment_parsing[post 4.4, update spec]": 0.0025514114302205913, + "tests/test_history.py::test_comment_parsing[pre 4.4, install many specs]": 0.0025251005162987205, + "tests/test_history.py::test_comment_parsing[pre 4.4, install one spec]": 0.0025325680278740683, + "tests/test_history.py::test_comment_parsing[pre 4.4, install two specs]": 0.0025291022926647593, + "tests/test_history.py::test_comment_parsing[pre 4.4, update one spec]": 0.002507268905839992, + "tests/test_history.py::test_comment_parsing[pre 4.4, update two specs]": 0.0025227502746492493, + "tests/test_history.py::test_empty_history_check_on_empty_env": 0.008808768608195836, + "tests/test_history.py::test_history_malformed": 0.005656600859615292, + "tests/test_history.py::test_parse_on_empty_env": 0.006830870377457446, + "tests/test_history.py::test_returns_history_object_as_context_object": 0.005398681151197061, + "tests/test_history.py::test_user_requests[0]": 0.003213990673435018, + "tests/test_history.py::test_user_requests[1]": 0.0031826246851788522, + "tests/test_history.py::test_user_requests[2]": 0.0031983273929401604, + "tests/test_history.py::test_user_requests[3]": 0.004987132112844242, + "tests/test_history.py::test_user_requests[4]": 0.003089494761863217, + "tests/test_history.py::test_user_requests[5]": 0.0030816920409683607, + "tests/test_history.py::test_works_as_context_manager": 0.00403388647917561, + "tests/test_install.py::test_binary[linux-64]": 0.01787194493687196, + "tests/test_install.py::test_binary[noarch]": 0.00707670703281432, + "tests/test_install.py::test_binary[win-64]": 0.0073363525273789565, "tests/test_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 280.7085377664012, - "tests/test_install.py::test_default_text": 0.0066166036772091884, - "tests/test_install.py::test_ends_with_newl[linux-64]": 0.003272226522973835, - "tests/test_install.py::test_ends_with_newl[noarch]": 0.004395839745500103, - "tests/test_install.py::test_ends_with_newl[win-64]": 0.004521303511446038, + "tests/test_install.py::test_default_text": 0.006537267156147141, + "tests/test_install.py::test_ends_with_newl[linux-64]": 0.0032744368659991443, + "tests/test_install.py::test_ends_with_newl[noarch]": 0.004302968131326937, + "tests/test_install.py::test_ends_with_newl[win-64]": 0.004542622849003133, "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.0005543948388153417, - "tests/test_install.py::test_multiple[linux-64]": 0.002786121947036483, - "tests/test_install.py::test_multiple[noarch]": 0.004418687124707726, - "tests/test_install.py::test_multiple[win-64]": 0.004427170613682062, - "tests/test_install.py::test_no_extra[linux-64]": 0.0025643700865238747, - "tests/test_install.py::test_no_extra[noarch]": 0.004402475288412321, - "tests/test_install.py::test_no_extra[win-64]": 0.004554878138226543, - "tests/test_install.py::test_read_no_link": 0.005093368304723578, - "tests/test_install.py::test_shorter[linux-64]": 0.002844551246461917, - "tests/test_install.py::test_shorter[noarch]": 0.004528965079440906, - "tests/test_install.py::test_shorter[win-64]": 0.004563761738119493, - "tests/test_install.py::test_simple[linux-64]": 0.01121907054369402, - "tests/test_install.py::test_simple[noarch]": 0.004924132121182906, - "tests/test_install.py::test_simple[win-64]": 0.005490393801718379, - "tests/test_install.py::test_spaces[linux-64]": 0.0038344641473810237, - "tests/test_install.py::test_spaces[noarch]": 0.004300109175057076, - "tests/test_install.py::test_spaces[win-64]": 0.004365863173432951, - "tests/test_install.py::test_too_long[linux-64]": 0.0027973458250736658, - "tests/test_install.py::test_too_long[noarch]": 0.0025478280855617255, - "tests/test_install.py::test_too_long[win-64]": 0.0025542080737121853, - "tests/test_install.py::test_trash_outside_prefix": 0.02139240710817747, - "tests/test_install.py::test_two[linux-64]": 0.0025581365927772595, - "tests/test_install.py::test_two[noarch]": 0.004358943792454572, - "tests/test_install.py::test_two[win-64]": 0.004385190759116398, - "tests/test_install.py::test_windows_entry_point": 1.865110085212293, - "tests/test_install.py::test_yield_lines": 0.00445140914726307, - "tests/test_instructions.py::test_check_files_in_tarball_files_exist": 0.0023735129925035155, - "tests/test_instructions.py::test_check_files_in_tarball_files_not_exist": 0.0024624461741061363, - "tests/test_instructions.py::test_expected_operation_order": 0.0023384987388198686, - "tests/test_instructions.py::test_simple_instruction": 0.002738678357387168, - "tests/test_instructions.py::test_state": 0.0024734308202288193, - "tests/test_link_order.py::test_link_order_post_link_actions": 0.3062510222385745, - "tests/test_link_order.py::test_link_order_post_link_depend": 0.28658569749893875, - "tests/test_logic.py::test_ALL": 19.250536773522818, - "tests/test_logic.py::test_AMONE": 2.8653711125263777, - "tests/test_logic.py::test_AND": 0.020971244230491192, - "tests/test_logic.py::test_ANY": 18.46477114968887, - "tests/test_logic.py::test_ITE": 0.7517783453618284, - "tests/test_logic.py::test_LinearBound": 9.06522483562806, - "tests/test_logic.py::test_NOT": 0.00381963686061008, - "tests/test_logic.py::test_OR": 0.020301847501024334, - "tests/test_logic.py::test_XONE": 2.8230937427444287, - "tests/test_logic.py::test_XOR": 0.029845090220058396, - "tests/test_logic.py::test_minimal_unsatisfiable_subset": 0.002463397952245061, - "tests/test_logic.py::test_minimize": 0.005650096342030547, - "tests/test_logic.py::test_sat": 0.0029805182477725314, - "tests/test_misc.py::test_Utf8NamedTemporaryFile": 0.003490730668735195, - "tests/test_misc.py::test_cache_fn_url": 0.002372634541241781, - "tests/test_misc.py::test_explicit_missing_cache_entries": 5.173653809105616, - "tests/test_misc.py::test_explicit_no_cache": 0.009073848174138201, - "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03-ParseError]": 0.002784036294202667, - "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.004466866706483177, - "tests/test_misc.py::test_explicit_parser[doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.00454491719156887, - "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-None]": 0.004466104591919611, - "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.002720390015018227, - "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.002732052042221166, - "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.004415390291047893, - "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.004559056850179481, - "tests/test_misc.py::test_url_pat_1": 0.002336244540082338, - "tests/test_misc.py::test_url_pat_2": 0.002299157487489778, - "tests/test_misc.py::test_url_pat_3": 0.0022866340595399798, - "tests/test_misc.py::test_walk_prefix": 0.009444316052571252, - "tests/test_plan.py::test_adds_to_existing_actions": 0.00289553195637928, - "tests/test_plan.py::test_deprecations[_get_best_prec_match]": 0.0024912127409517015, - "tests/test_plan.py::test_deprecations[_handle_menuinst]": 0.002457491480260014, - "tests/test_plan.py::test_deprecations[_inject_UNLINKLINKTRANSACTION]": 0.0024582348622407355, - "tests/test_plan.py::test_deprecations[_plan_from_actions]": 0.0024610180153019252, - "tests/test_plan.py::test_deprecations[_update_old_plan]": 0.0024691749348618804, - "tests/test_plan.py::test_deprecations[add_defaults_to_specs]": 0.002488375617188533, - "tests/test_plan.py::test_deprecations[add_unlink]": 0.0025606300021606115, - "tests/test_plan.py::test_deprecations[display_actions]": 0.002540599011775785, - "tests/test_plan.py::test_deprecations[execute_actions]": 0.002485374286227975, - "tests/test_plan.py::test_deprecations[execute_instructions]": 0.0024619108572953713, - "tests/test_plan.py::test_deprecations[execute_plan]": 0.0025028884849484325, - "tests/test_plan.py::test_deprecations[get_blank_actions]": 0.002447610751605215, - "tests/test_plan.py::test_deprecations[install_actions]": 0.002501416809383158, - "tests/test_plan.py::test_deprecations[print_dists]": 0.0026452926305003776, - "tests/test_plan.py::test_deprecations[revert_actions]": 0.0024815752925961792, - "tests/test_plan.py::test_display_actions_0": 0.11623624756214646, - "tests/test_plan.py::test_display_actions_features": 0.1585140318155316, - "tests/test_plan.py::test_display_actions_link_type": 0.016232812672836938, - "tests/test_plan.py::test_display_actions_show_channel_urls": 0.1420689886691034, - "tests/test_plan.py::test_execute_plan": 0.0025312836304039973, - "tests/test_plan.py::test_pinned_specs_CONDA_PINNED_PACKAGES": 0.017311959124158473, - "tests/test_plan.py::test_pinned_specs_all": 4.354548603826461, - "tests/test_plan.py::test_pinned_specs_conda_meta_pinned": 4.179624788330414, - "tests/test_plan.py::test_pinned_specs_condarc": 4.365740426522895, - "tests/test_plan.py::test_simply_adds_unlink_on_non_windows": 0.0034675557882099025, - "tests/test_plan.py::test_update_old_plan": 0.0024599604513497273, - "tests/test_priority.py::test_reorder_channel_priority[classic-with pinned_package]": 18.16596446324958, - "tests/test_priority.py::test_reorder_channel_priority[classic-without pinned_package]": 14.541343003127684, - "tests/test_priority.py::test_reorder_channel_priority[libmamba-with pinned_package]": 13.075688900080731, - "tests/test_priority.py::test_reorder_channel_priority[libmamba-without pinned_package]": 13.613677517318026, - "tests/test_reporters.py::test_confirm_yn_always_yes": 0.0038605315068219424, - "tests/test_reporters.py::test_confirm_yn_dry_run_exit": 0.003753513402708891, - "tests/test_reporters.py::test_confirm_yn_no": 0.0043615579036768385, - "tests/test_reporters.py::test_confirm_yn_yes": 0.004173442028824292, - "tests/test_reporters.py::test_get_progress_bar": 0.003639187813529854, - "tests/test_reporters.py::test_get_progress_bar_context_managers": 0.0025373785429064506, - "tests/test_reporters.py::test_render": 0.00581167646348941, - "tests/test_shell.py::test_activate_deactivate_modify_path[bash]": 14.259865238881764, - "tests/test_shell.py::test_activate_deactivate_modify_path[cmd.exe]": 2.9443167680655655, - "tests/test_shell.py::test_bash_activate_error": 0.0006539975876935407, - "tests/test_shell.py::test_basic_integration[bash-basic_posix]": 0.0005905581170401854, - "tests/test_shell.py::test_basic_integration[csh-basic_csh]": 0.0005261657050220853, - "tests/test_shell.py::test_basic_integration[dash-basic_posix]": 0.0005546183766359171, - "tests/test_shell.py::test_basic_integration[tcsh-basic_csh]": 0.0005575577519397404, - "tests/test_shell.py::test_basic_integration[zsh-basic_posix]": 0.000541607155363473, - "tests/test_shell.py::test_cmd_exe_activate_error": 3.2832674443614613, - "tests/test_shell.py::test_cmd_exe_basic_integration": 24.922409031788202, - "tests/test_shell.py::test_fish_basic_integration": 0.0005391388415339517, - "tests/test_shell.py::test_legacy_activate_deactivate_bash": 21.601085394984054, - "tests/test_shell.py::test_legacy_activate_deactivate_cmd_exe": 8.943227504845611, - "tests/test_shell.py::test_powershell_PATH_management": 22.120732491849783, - "tests/test_shell.py::test_powershell_basic_integration": 38.56739251737556, - "tests/test_shell.py::test_stacking[0--base-base,sys]": 20.030954739430456, - "tests/test_shell.py::test_stacking[0--has-has,sys]": 20.157713562166695, - "tests/test_shell.py::test_stacking[0--not-sys]": 19.87534563666197, - "tests/test_shell.py::test_stacking[0-base-base-base,sys]": 19.970449156402395, - "tests/test_shell.py::test_stacking[0-base-has-has,sys]": 20.537985624294745, - "tests/test_shell.py::test_stacking[0-base-not-sys]": 19.962486927966804, - "tests/test_shell.py::test_stacking[0-has-base-base,sys]": 19.55023154579709, - "tests/test_shell.py::test_stacking[0-has-has-has,sys]": 19.774234449687878, - "tests/test_shell.py::test_stacking[0-has-not-sys]": 19.875531718961444, - "tests/test_shell.py::test_stacking[0-not-base-base,sys]": 19.97315774691738, - "tests/test_shell.py::test_stacking[0-not-has-has,sys]": 20.25636642212495, - "tests/test_shell.py::test_stacking[0-not-not-sys]": 20.22938227837302, - "tests/test_shell.py::test_stacking[5-base,has-base-base,has,sys]": 20.25205143327005, - "tests/test_shell.py::test_stacking[5-base,has-has-has,base,sys]": 20.613256340775035, - "tests/test_shell.py::test_stacking[5-base,has-not-has,base,sys]": 20.196781130679092, - "tests/test_shell.py::test_stacking[5-base,not-base-base,sys]": 20.6464428641872, - "tests/test_shell.py::test_stacking[5-base,not-has-has,base,sys]": 20.392242043736314, - "tests/test_shell.py::test_stacking[5-base,not-not-base,sys]": 20.425726935186418, - "tests/test_shell.py::test_stacking[5-base-base-base,sys]": 19.914393138473542, - "tests/test_shell.py::test_stacking[5-base-has-has,base,sys]": 20.124274143700568, - "tests/test_shell.py::test_stacking[5-base-not-base,sys]": 20.114151383851635, - "tests/test_shell.py::test_stacking[5-has-base-base,has,sys]": 20.01295040978912, - "tests/test_shell.py::test_stacking[5-has-has-has,sys]": 19.828523724073303, - "tests/test_shell.py::test_stacking[5-has-not-has,sys]": 20.53144340149976, - "tests/test_shell.py::test_stacking[5-not-base-base,sys]": 20.263541463619998, - "tests/test_shell.py::test_stacking[5-not-has-has,sys]": 20.128126215503023, - "tests/test_shell.py::test_stacking[5-not-not-sys]": 20.168066515329592, - "tests/test_solvers.py::TestClassicSolver::test_accelerate": 3.692982739189519, - "tests/test_solvers.py::TestClassicSolver::test_anaconda_nomkl": 2.35045457557686, - "tests/test_solvers.py::TestClassicSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.11141633670325704, - "tests/test_solvers.py::TestClassicSolver::test_channel_priority_1": 1.2605496283741702, - "tests/test_solvers.py::TestClassicSolver::test_circular_dependencies": 0.45070748812451633, - "tests/test_solvers.py::TestClassicSolver::test_empty": 1.3194409272450234, - "tests/test_solvers.py::TestClassicSolver::test_get_dists": 2.4660726338102514, - "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_preferred_solution": 0.11978497016570205, - "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.11839468528400471, - "tests/test_solvers.py::TestClassicSolver::test_install_package_with_feature": 0.5316385654448383, - "tests/test_solvers.py::TestClassicSolver::test_iopro_mkl": 1.7678986617938042, - "tests/test_solvers.py::TestClassicSolver::test_iopro_nomkl": 1.422371756947528, - "tests/test_solvers.py::TestClassicSolver::test_irrational_version": 0.2874516877537972, - "tests/test_solvers.py::TestClassicSolver::test_mkl": 2.863592809040239, - "tests/test_solvers.py::TestClassicSolver::test_no_features": 3.6004350707649078, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater": 0.11188528502969748, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.11405664152966853, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater": 0.11277898586305087, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.11666961291087788, - "tests/test_solvers.py::TestClassicSolver::test_nonexistent": 0.200536118951343, - "tests/test_solvers.py::TestClassicSolver::test_nonexistent_deps": 2.8604513152154887, - "tests/test_solvers.py::TestClassicSolver::test_pseudo_boolean": 2.1912209129663003, - "tests/test_solvers.py::TestClassicSolver::test_remove": 1.9909218557071418, - "tests/test_solvers.py::TestClassicSolver::test_scipy_mkl": 1.1309927452719581, - "tests/test_solvers.py::TestClassicSolver::test_surplus_features_1": 0.12155576812726068, - "tests/test_solvers.py::TestClassicSolver::test_surplus_features_2": 0.11739520677200523, - "tests/test_solvers.py::TestClassicSolver::test_timestamps_and_deps": 1.0299102131989784, - "tests/test_solvers.py::TestClassicSolver::test_unintentional_feature_downgrade": 1.5791871842459377, - "tests/test_solvers.py::TestClassicSolver::test_unsat_any_two_not_three": 0.4688420690690004, - "tests/test_solvers.py::TestClassicSolver::test_unsat_chain": 0.13348167629270585, - "tests/test_solvers.py::TestClassicSolver::test_unsat_channel_priority": 0.266338182227299, - "tests/test_solvers.py::TestClassicSolver::test_unsat_expand_single": 0.1224369717695839, - "tests/test_solvers.py::TestClassicSolver::test_unsat_from_r1": 3.8512709956644304, - "tests/test_solvers.py::TestClassicSolver::test_unsat_missing_dep": 0.11951202507067851, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_1": 0.1303796185390614, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_2": 0.12892684455807654, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_3": 0.1315290456130293, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_4": 0.1303199913392223, - "tests/test_solvers.py::TestClassicSolver::test_unsat_simple": 0.1332069527517779, - "tests/test_solvers.py::TestLibMambaSolver::test_accelerate": 0.0021905126108205785, - "tests/test_solvers.py::TestLibMambaSolver::test_anaconda_nomkl": 0.4261337123242137, - "tests/test_solvers.py::TestLibMambaSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.06568027430684563, - "tests/test_solvers.py::TestLibMambaSolver::test_channel_priority_1": 0.15448900839565044, - "tests/test_solvers.py::TestLibMambaSolver::test_circular_dependencies": 0.29706698445847773, - "tests/test_solvers.py::TestLibMambaSolver::test_empty": 0.10489797529573418, - "tests/test_solvers.py::TestLibMambaSolver::test_get_dists": 0.18450643923847515, - "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_preferred_solution": 0.06832619789012048, - "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.06589575942166578, - "tests/test_solvers.py::TestLibMambaSolver::test_install_package_with_feature": 0.11152918863046032, - "tests/test_solvers.py::TestLibMambaSolver::test_iopro_mkl": 0.002298457230302606, - "tests/test_solvers.py::TestLibMambaSolver::test_iopro_nomkl": 0.0022355062724224413, - "tests/test_solvers.py::TestLibMambaSolver::test_irrational_version": 0.11020416325819356, - "tests/test_solvers.py::TestLibMambaSolver::test_mkl": 0.0022952332906695434, - "tests/test_solvers.py::TestLibMambaSolver::test_no_features": 0.0022896038819380927, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater": 0.0678563728074319, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.06948321433793407, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater": 0.06861714175219684, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.0682392005694465, - "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent": 0.0792544974257752, - "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent_deps": 1.3739888235779358, - "tests/test_solvers.py::TestLibMambaSolver::test_pseudo_boolean": 0.00222537871366959, - "tests/test_solvers.py::TestLibMambaSolver::test_remove": 0.0023197177402606785, - "tests/test_solvers.py::TestLibMambaSolver::test_scipy_mkl": 0.002205640748378771, - "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_1": 0.00222966193044654, - "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_2": 0.002221361297555175, - "tests/test_solvers.py::TestLibMambaSolver::test_timestamps_and_deps": 0.6638451772582556, - "tests/test_solvers.py::TestLibMambaSolver::test_unintentional_feature_downgrade": 0.0023052682155169234, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_any_two_not_three": 0.22281179160490117, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_chain": 0.04826697028231054, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_channel_priority": 0.1765671641431492, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_expand_single": 0.047264318344485384, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_from_r1": 0.2611695787110523, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_missing_dep": 0.04860770550990303, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_1": 0.04745862003081268, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_2": 0.06101262432944446, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_3": 0.051407268951312944, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_4": 0.04881509376335227, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_simple": 0.04799864157980061, + "tests/test_install.py::test_long_default_text": 0.0005485694045115298, + "tests/test_install.py::test_multiple[linux-64]": 0.002969163108378724, + "tests/test_install.py::test_multiple[noarch]": 0.004397786815047598, + "tests/test_install.py::test_multiple[win-64]": 0.004461107769360642, + "tests/test_install.py::test_no_extra[linux-64]": 0.0025402849397063, + "tests/test_install.py::test_no_extra[noarch]": 0.004432561430987027, + "tests/test_install.py::test_no_extra[win-64]": 0.004524632743417156, + "tests/test_install.py::test_read_no_link": 0.0049895209402699365, + "tests/test_install.py::test_shorter[linux-64]": 0.003205604862825884, + "tests/test_install.py::test_shorter[noarch]": 0.00449438947099727, + "tests/test_install.py::test_shorter[win-64]": 0.0044998755354827315, + "tests/test_install.py::test_simple[linux-64]": 0.011383444361597977, + "tests/test_install.py::test_simple[noarch]": 0.004892982878973803, + "tests/test_install.py::test_simple[win-64]": 0.005539986963409729, + "tests/test_install.py::test_spaces[linux-64]": 0.003697644169572401, + "tests/test_install.py::test_spaces[noarch]": 0.004183076623056441, + "tests/test_install.py::test_spaces[win-64]": 0.004332226066566364, + "tests/test_install.py::test_too_long[linux-64]": 0.00266246940738803, + "tests/test_install.py::test_too_long[noarch]": 0.0025643102650684266, + "tests/test_install.py::test_too_long[win-64]": 0.0025929965664675545, + "tests/test_install.py::test_trash_outside_prefix": 0.02118315158895497, + "tests/test_install.py::test_two[linux-64]": 0.0025300283218865436, + "tests/test_install.py::test_two[noarch]": 0.004300749015051122, + "tests/test_install.py::test_two[win-64]": 0.004380871055936691, + "tests/test_install.py::test_windows_entry_point": 1.9071455006488485, + "tests/test_install.py::test_yield_lines": 0.004285330835836422, + "tests/test_instructions.py::test_check_files_in_tarball_files_exist": 0.0023748158002754663, + "tests/test_instructions.py::test_check_files_in_tarball_files_not_exist": 0.002454317261565371, + "tests/test_instructions.py::test_expected_operation_order": 0.0023287301886102544, + "tests/test_instructions.py::test_simple_instruction": 0.0026348549709726723, + "tests/test_instructions.py::test_state": 0.0024805903724859865, + "tests/test_link_order.py::test_link_order_post_link_actions": 0.34625793513527564, + "tests/test_link_order.py::test_link_order_post_link_depend": 0.36665641608477006, + "tests/test_logic.py::test_ALL": 19.28314980195105, + "tests/test_logic.py::test_AMONE": 2.8710508804418753, + "tests/test_logic.py::test_AND": 0.02109935969561994, + "tests/test_logic.py::test_ANY": 18.496040169265548, + "tests/test_logic.py::test_ITE": 0.7561232629950372, + "tests/test_logic.py::test_LinearBound": 9.15891701162057, + "tests/test_logic.py::test_NOT": 0.0037062056345617124, + "tests/test_logic.py::test_OR": 0.020281669482125633, + "tests/test_logic.py::test_XONE": 2.8237527222393486, + "tests/test_logic.py::test_XOR": 0.02811881126179411, + "tests/test_logic.py::test_minimal_unsatisfiable_subset": 0.002461571835423702, + "tests/test_logic.py::test_minimize": 0.005665661283201171, + "tests/test_logic.py::test_sat": 0.0029669426410764803, + "tests/test_misc.py::test_Utf8NamedTemporaryFile": 0.0033403497539665856, + "tests/test_misc.py::test_cache_fn_url": 0.0023812706839957468, + "tests/test_misc.py::test_explicit_missing_cache_entries": 5.1194488701208885, + "tests/test_misc.py::test_explicit_no_cache": 0.008895776215142053, + "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03-ParseError]": 0.002781665979350863, + "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.004481852324949831, + "tests/test_misc.py::test_explicit_parser[doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.004565699879445426, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-None]": 0.004426621160416307, + "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.002739111988209323, + "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.0028102286796044375, + "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.004394544494898676, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.0045215752117985925, + "tests/test_misc.py::test_url_pat_1": 0.002350700386925398, + "tests/test_misc.py::test_url_pat_2": 0.0023051838775185766, + "tests/test_misc.py::test_url_pat_3": 0.0022931312929681145, + "tests/test_misc.py::test_walk_prefix": 0.007364087965869315, + "tests/test_plan.py::test_adds_to_existing_actions": 0.0030861164289001887, + "tests/test_plan.py::test_deprecations[_get_best_prec_match]": 0.002499433757446712, + "tests/test_plan.py::test_deprecations[_handle_menuinst]": 0.002485176088858727, + "tests/test_plan.py::test_deprecations[_inject_UNLINKLINKTRANSACTION]": 0.0024671121711931517, + "tests/test_plan.py::test_deprecations[_plan_from_actions]": 0.0024774301663865084, + "tests/test_plan.py::test_deprecations[_update_old_plan]": 0.0025299074236097797, + "tests/test_plan.py::test_deprecations[add_defaults_to_specs]": 0.002481783436127226, + "tests/test_plan.py::test_deprecations[add_unlink]": 0.0025706666228553906, + "tests/test_plan.py::test_deprecations[display_actions]": 0.0025563191941295237, + "tests/test_plan.py::test_deprecations[execute_actions]": 0.00249877351732872, + "tests/test_plan.py::test_deprecations[execute_instructions]": 0.0025498908157225862, + "tests/test_plan.py::test_deprecations[execute_plan]": 0.0025678888040126064, + "tests/test_plan.py::test_deprecations[get_blank_actions]": 0.0024551361803504547, + "tests/test_plan.py::test_deprecations[install_actions]": 0.0025179486362981985, + "tests/test_plan.py::test_deprecations[print_dists]": 0.0026320979665121745, + "tests/test_plan.py::test_deprecations[revert_actions]": 0.0024797974400098954, + "tests/test_plan.py::test_display_actions_0": 0.11632938060247243, + "tests/test_plan.py::test_display_actions_features": 0.16024110501896574, + "tests/test_plan.py::test_display_actions_link_type": 0.016150205430429037, + "tests/test_plan.py::test_display_actions_show_channel_urls": 0.14125859363211432, + "tests/test_plan.py::test_execute_plan": 0.002538262974878093, + "tests/test_plan.py::test_pinned_specs_CONDA_PINNED_PACKAGES": 0.016355798375734417, + "tests/test_plan.py::test_pinned_specs_all": 3.996871646540686, + "tests/test_plan.py::test_pinned_specs_conda_meta_pinned": 3.9851623772428773, + "tests/test_plan.py::test_pinned_specs_condarc": 4.112551269081768, + "tests/test_plan.py::test_simply_adds_unlink_on_non_windows": 0.00349836759796897, + "tests/test_plan.py::test_update_old_plan": 0.002468931255711892, + "tests/test_priority.py::test_reorder_channel_priority[classic-with pinned_package]": 21.025631982428933, + "tests/test_priority.py::test_reorder_channel_priority[classic-without pinned_package]": 11.351390892186034, + "tests/test_priority.py::test_reorder_channel_priority[libmamba-with pinned_package]": 13.543555515196083, + "tests/test_priority.py::test_reorder_channel_priority[libmamba-without pinned_package]": 14.089620774518949, + "tests/test_reporters.py::test_confirm_yn_always_yes": 0.0038624459652655324, + "tests/test_reporters.py::test_confirm_yn_dry_run_exit": 0.003746087699497379, + "tests/test_reporters.py::test_confirm_yn_no": 0.004318016310212654, + "tests/test_reporters.py::test_confirm_yn_yes": 0.004182574506878621, + "tests/test_reporters.py::test_get_progress_bar": 0.003495445523542985, + "tests/test_reporters.py::test_get_progress_bar_context_managers": 0.002516322627621926, + "tests/test_reporters.py::test_render": 0.005902294987661186, + "tests/test_shell.py::test_activate_deactivate_modify_path[bash]": 15.164278113265704, + "tests/test_shell.py::test_activate_deactivate_modify_path[cmd.exe]": 3.0382065724290803, + "tests/test_shell.py::test_bash_activate_error": 0.0006581870901882402, + "tests/test_shell.py::test_basic_integration[bash-basic_posix]": 0.000589172466873367, + "tests/test_shell.py::test_basic_integration[csh-basic_csh]": 0.0005372133703655422, + "tests/test_shell.py::test_basic_integration[dash-basic_posix]": 0.0005535318063921294, + "tests/test_shell.py::test_basic_integration[tcsh-basic_csh]": 0.0005509509706424044, + "tests/test_shell.py::test_basic_integration[zsh-basic_posix]": 0.0005437551486216785, + "tests/test_shell.py::test_cmd_exe_activate_error": 3.3929239379189937, + "tests/test_shell.py::test_cmd_exe_basic_integration": 25.76897033549477, + "tests/test_shell.py::test_fish_basic_integration": 0.0005446919916932277, + "tests/test_shell.py::test_legacy_activate_deactivate_bash": 22.67154763793427, + "tests/test_shell.py::test_legacy_activate_deactivate_cmd_exe": 9.346712969544733, + "tests/test_shell.py::test_powershell_PATH_management": 22.630575399685984, + "tests/test_shell.py::test_powershell_basic_integration": 39.78192718913361, + "tests/test_shell.py::test_stacking[0--base-base,sys]": 20.494251892938102, + "tests/test_shell.py::test_stacking[0--has-has,sys]": 20.699743060513743, + "tests/test_shell.py::test_stacking[0--not-sys]": 20.586294248399806, + "tests/test_shell.py::test_stacking[0-base-base-base,sys]": 20.944067443440233, + "tests/test_shell.py::test_stacking[0-base-has-has,sys]": 20.824266485779454, + "tests/test_shell.py::test_stacking[0-base-not-sys]": 20.507099289832617, + "tests/test_shell.py::test_stacking[0-has-base-base,sys]": 20.483479863358554, + "tests/test_shell.py::test_stacking[0-has-has-has,sys]": 20.454718447879863, + "tests/test_shell.py::test_stacking[0-has-not-sys]": 20.908114628108837, + "tests/test_shell.py::test_stacking[0-not-base-base,sys]": 20.547462919630586, + "tests/test_shell.py::test_stacking[0-not-has-has,sys]": 21.459039709801417, + "tests/test_shell.py::test_stacking[0-not-not-sys]": 21.22720386018092, + "tests/test_shell.py::test_stacking[5-base,has-base-base,has,sys]": 20.90831608981398, + "tests/test_shell.py::test_stacking[5-base,has-has-has,base,sys]": 21.59862828835889, + "tests/test_shell.py::test_stacking[5-base,has-not-has,base,sys]": 21.018154049941284, + "tests/test_shell.py::test_stacking[5-base,not-base-base,sys]": 21.173925352117845, + "tests/test_shell.py::test_stacking[5-base,not-has-has,base,sys]": 21.10219171654635, + "tests/test_shell.py::test_stacking[5-base,not-not-base,sys]": 21.314361006345386, + "tests/test_shell.py::test_stacking[5-base-base-base,sys]": 20.605815475553293, + "tests/test_shell.py::test_stacking[5-base-has-has,base,sys]": 20.375014831380717, + "tests/test_shell.py::test_stacking[5-base-not-base,sys]": 21.233149958415947, + "tests/test_shell.py::test_stacking[5-has-base-base,has,sys]": 20.689392897991915, + "tests/test_shell.py::test_stacking[5-has-has-has,sys]": 20.66578091859684, + "tests/test_shell.py::test_stacking[5-has-not-has,sys]": 21.037253023527402, + "tests/test_shell.py::test_stacking[5-not-base-base,sys]": 21.189367174518686, + "tests/test_shell.py::test_stacking[5-not-has-has,sys]": 21.32430255749829, + "tests/test_shell.py::test_stacking[5-not-not-sys]": 21.460794056194608, + "tests/test_solvers.py::TestClassicSolver::test_accelerate": 3.702888428398992, + "tests/test_solvers.py::TestClassicSolver::test_anaconda_nomkl": 2.3845484513005246, + "tests/test_solvers.py::TestClassicSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.14906294278488508, + "tests/test_solvers.py::TestClassicSolver::test_channel_priority_1": 1.2510804106179187, + "tests/test_solvers.py::TestClassicSolver::test_circular_dependencies": 0.5578576231682564, + "tests/test_solvers.py::TestClassicSolver::test_empty": 1.3930786954195322, + "tests/test_solvers.py::TestClassicSolver::test_get_dists": 2.4962279656265203, + "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_preferred_solution": 0.15516641918150623, + "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.15560703178882768, + "tests/test_solvers.py::TestClassicSolver::test_install_package_with_feature": 0.5397694976930347, + "tests/test_solvers.py::TestClassicSolver::test_iopro_mkl": 1.6434002158513086, + "tests/test_solvers.py::TestClassicSolver::test_iopro_nomkl": 1.688088357511619, + "tests/test_solvers.py::TestClassicSolver::test_irrational_version": 0.2962446968327935, + "tests/test_solvers.py::TestClassicSolver::test_mkl": 2.8150137876484687, + "tests/test_solvers.py::TestClassicSolver::test_no_features": 3.6874120267646457, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater": 0.1499742359372388, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.15080404586916382, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater": 0.15058971255463957, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.15466332514986963, + "tests/test_solvers.py::TestClassicSolver::test_nonexistent": 0.2780611771978536, + "tests/test_solvers.py::TestClassicSolver::test_nonexistent_deps": 3.0659758902438026, + "tests/test_solvers.py::TestClassicSolver::test_pseudo_boolean": 2.2217244934373297, + "tests/test_solvers.py::TestClassicSolver::test_remove": 2.097995190193882, + "tests/test_solvers.py::TestClassicSolver::test_scipy_mkl": 1.1403346100392848, + "tests/test_solvers.py::TestClassicSolver::test_surplus_features_1": 0.15602965290632081, + "tests/test_solvers.py::TestClassicSolver::test_surplus_features_2": 0.15200416034482409, + "tests/test_solvers.py::TestClassicSolver::test_timestamps_and_deps": 1.2584896354999686, + "tests/test_solvers.py::TestClassicSolver::test_unintentional_feature_downgrade": 1.5897368176114546, + "tests/test_solvers.py::TestClassicSolver::test_unsat_any_two_not_three": 0.6221397772827008, + "tests/test_solvers.py::TestClassicSolver::test_unsat_chain": 0.16573371529339062, + "tests/test_solvers.py::TestClassicSolver::test_unsat_channel_priority": 0.327718196543369, + "tests/test_solvers.py::TestClassicSolver::test_unsat_expand_single": 0.15501758955398198, + "tests/test_solvers.py::TestClassicSolver::test_unsat_from_r1": 3.976520215848164, + "tests/test_solvers.py::TestClassicSolver::test_unsat_missing_dep": 0.15711965280290754, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_1": 0.15982722675060854, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_2": 0.1622141105880069, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_3": 0.16308576706022154, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_4": 0.16364024837372051, + "tests/test_solvers.py::TestClassicSolver::test_unsat_simple": 0.1622447318570559, + "tests/test_solvers.py::TestLibMambaSolver::test_accelerate": 0.0021917985669941643, + "tests/test_solvers.py::TestLibMambaSolver::test_anaconda_nomkl": 0.42231902560994206, + "tests/test_solvers.py::TestLibMambaSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.06414459604398633, + "tests/test_solvers.py::TestLibMambaSolver::test_channel_priority_1": 0.15033591629112383, + "tests/test_solvers.py::TestLibMambaSolver::test_circular_dependencies": 0.28777913933303056, + "tests/test_solvers.py::TestLibMambaSolver::test_empty": 0.10236636971251717, + "tests/test_solvers.py::TestLibMambaSolver::test_get_dists": 0.18205100391851978, + "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_preferred_solution": 0.06666960879214563, + "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.06509631169233643, + "tests/test_solvers.py::TestLibMambaSolver::test_install_package_with_feature": 0.10925820853626779, + "tests/test_solvers.py::TestLibMambaSolver::test_iopro_mkl": 0.0023222078271245544, + "tests/test_solvers.py::TestLibMambaSolver::test_iopro_nomkl": 0.0022197821556535088, + "tests/test_solvers.py::TestLibMambaSolver::test_irrational_version": 0.10785075813456999, + "tests/test_solvers.py::TestLibMambaSolver::test_mkl": 0.002259955535120802, + "tests/test_solvers.py::TestLibMambaSolver::test_no_features": 0.0023132189903263037, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater": 0.06562258936276003, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.06772872626137612, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater": 0.06634783454384485, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.06679270125731546, + "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent": 0.07495933882622723, + "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent_deps": 1.4647718538316046, + "tests/test_solvers.py::TestLibMambaSolver::test_pseudo_boolean": 0.0023004346706745355, + "tests/test_solvers.py::TestLibMambaSolver::test_remove": 0.00231009055657172, + "tests/test_solvers.py::TestLibMambaSolver::test_scipy_mkl": 0.0021809558017877907, + "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_1": 0.0022208202238002493, + "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_2": 0.0022321873783157247, + "tests/test_solvers.py::TestLibMambaSolver::test_timestamps_and_deps": 0.6468542045798882, + "tests/test_solvers.py::TestLibMambaSolver::test_unintentional_feature_downgrade": 0.0023066336633114103, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_any_two_not_three": 0.2173781648693623, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_chain": 0.04626818166646894, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_channel_priority": 0.16729296713406697, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_expand_single": 0.04511753077090479, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_from_r1": 0.25416746049692784, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_missing_dep": 0.044713695681137346, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_1": 0.04723899670179733, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_2": 0.05330538894173385, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_3": 0.048800729157082536, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_4": 0.045995323367492416, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_simple": 0.04558655434687822, "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.0025820443171022367, - "tests/test_utils.py::test_deprecations[msys2_shell_base-TypeError]": 0.002590024972017462, - "tests/test_utils.py::test_deprecations[path_identity-TypeError]": 0.002583425249070459, - "tests/test_utils.py::test_deprecations[shells-TypeError]": 0.0026048135534809174, - "tests/test_utils.py::test_deprecations[translate_stream-TypeError]": 0.002567870670383861, - "tests/test_utils.py::test_deprecations[unix_shell_base-TypeError]": 0.0026177227334753367, - "tests/test_utils.py::test_deprecations[win_path_to_cygwin-TypeError]": 0.002593510295110648, - "tests/test_utils.py::test_ensure_dir": 0.004410665727011046, - "tests/test_utils.py::test_ensure_dir_errors": 0.003026094843700996, - "tests/test_utils.py::test_path_translations": 0.046372876916815284, - "tests/test_utils.py::test_quote_for_shell[!-!]": 0.002516779702972999, - "tests/test_utils.py::test_quote_for_shell[\"-\"\"\"\"]": 0.00251865981677638, - "tests/test_utils.py::test_quote_for_shell[#-#]": 0.0024789425909465053, - "tests/test_utils.py::test_quote_for_shell[$-$]": 0.0024884473764962213, - "tests/test_utils.py::test_quote_for_shell[%-\"%%\"]": 0.0025082949674820783, - "tests/test_utils.py::test_quote_for_shell[&-\"&\"]": 0.002486921989732119, - "tests/test_utils.py::test_quote_for_shell['-']": 0.0024985666240023336, - "tests/test_utils.py::test_quote_for_shell[(-(]": 0.002472913809295452, - "tests/test_utils.py::test_quote_for_shell[)-)]": 0.0024765314601048376, - "tests/test_utils.py::test_quote_for_shell[*-*]": 0.0024902246519941124, - "tests/test_utils.py::test_quote_for_shell[+-+]": 0.0024824744259378064, - "tests/test_utils.py::test_quote_for_shell[,-,]": 0.0024880774912925487, - "tests/test_utils.py::test_quote_for_shell[---]": 0.002484589687607306, - "tests/test_utils.py::test_quote_for_shell[.-.]": 0.002490360056799466, - "tests/test_utils.py::test_quote_for_shell[/-/]": 0.0024895336570419863, - "tests/test_utils.py::test_quote_for_shell[1>/dev/null-\"1>/dev/null\"]": 0.002507161263882925, - "tests/test_utils.py::test_quote_for_shell[1>NUL-\"1>NUL\"]": 0.002509844627166908, - "tests/test_utils.py::test_quote_for_shell[2>&1-\"2>&1\"]": 0.0025018006416618415, - "tests/test_utils.py::test_quote_for_shell[2>/dev/null-\"2>/dev/null\"]": 0.002497796779852527, - "tests/test_utils.py::test_quote_for_shell[2>NUL-\"2>NUL\"]": 0.0024942549062164734, - "tests/test_utils.py::test_quote_for_shell[:-:]": 0.0024843877794165493, - "tests/test_utils.py::test_quote_for_shell[;-;]": 0.002486831986011175, - "tests/test_utils.py::test_quote_for_shell[<-\"<\"]": 0.0025177800400681422, - "tests/test_utils.py::test_quote_for_shell[=-=]": 0.0024857687443458985, - "tests/test_utils.py::test_quote_for_shell[>-\">\"]": 0.0025087073258331627, - "tests/test_utils.py::test_quote_for_shell[>/dev/null-\">/dev/null\"]": 0.002506164557778795, - "tests/test_utils.py::test_quote_for_shell[>NUL-\">NUL\"]": 0.0025087302870925956, - "tests/test_utils.py::test_quote_for_shell[?-?]": 0.0024816399907188246, - "tests/test_utils.py::test_quote_for_shell[@-@]": 0.0025119194489313197, - "tests/test_utils.py::test_quote_for_shell[C:\\\\temp\\\\some ^%file^% > nul-\"C:\\\\temp\\\\some ^%%file^%% > nul\"]": 0.0024996157736277233, - "tests/test_utils.py::test_quote_for_shell[None-\"\"]": 0.0024899329914287826, - "tests/test_utils.py::test_quote_for_shell[[-[]": 0.0024845420958532075, - "tests/test_utils.py::test_quote_for_shell[\\\\-\\\\]": 0.002493399077041764, - "tests/test_utils.py::test_quote_for_shell[]-]]": 0.002488532802430363, - "tests/test_utils.py::test_quote_for_shell[^-\"^\"]": 0.002495717965477074, - "tests/test_utils.py::test_quote_for_shell[arg1 and 2-\"arg1 and 2\"]": 0.002641761583680033, - "tests/test_utils.py::test_quote_for_shell[arg1-arg1]": 0.00264571070807162, - "tests/test_utils.py::test_quote_for_shell[arg1\\nand\\n2-\"arg1\\nand\\n2\"]": 0.002585131593391858, - "tests/test_utils.py::test_quote_for_shell[malicious argument\\\\\"&whoami-\"malicious argument\\\\\"\"&whoami\"]": 0.00251199415916456, - "tests/test_utils.py::test_quote_for_shell[numpy<1.22-\"numpy<1.22\"]": 0.002555676989621177, - "tests/test_utils.py::test_quote_for_shell[numpy>=1.0-\"numpy>=1.0\"]": 0.002518991856346889, - "tests/test_utils.py::test_quote_for_shell[one|two-\"one|two\"]": 0.0025362282705829148, - "tests/test_utils.py::test_quote_for_shell[{-{]": 0.002488209081734935, - "tests/test_utils.py::test_quote_for_shell[|-\"|\"]": 0.0024875034634738663, - "tests/test_utils.py::test_quote_for_shell[}-}]": 0.0024761467668526177, - "tests/test_utils.py::test_quote_for_shell[~-~]": 0.002488782749884415, - "tests/test_utils.py::test_text_translations": 0.01722157403682659, - "tests/testing/test_fixtures.py::test_conda_cli": 0.10022841566817699, - "tests/testing/test_fixtures.py::test_env": 25.106100307894746, - "tests/testing/test_fixtures.py::test_monkeypatch": 0.016528210934947347, - "tests/testing/test_fixtures.py::test_path_factory": 0.005994723254065134, - "tests/testing/test_fixtures.py::test_session_capsys": 0.0028182467104611478, - "tests/testing/test_fixtures.py::test_session_conda_cli": 0.10004882451157397, - "tests/testing/test_fixtures.py::test_session_tmp_env": 6.781582128157693, - "tests/testing/test_fixtures.py::test_tmp_channel": 7.262212283133007, - "tests/testing/test_fixtures.py::test_tmp_env": 8.90000398126056, - "tests/testing/test_fixtures.py::test_tmp_envs_dir": 0.006824023122034948, - "tests/testing/test_fixtures.py::test_tmp_pkgs_dir": 0.007318390108122238, - "tests/testing/test_testing.py::test_deprecations[CondaCLIFixture-TypeError]": 0.0027059097548804817, - "tests/testing/test_testing.py::test_deprecations[PathFactoryFixture-TypeError]": 0.002665457786455789, - "tests/testing/test_testing.py::test_deprecations[TmpChannelFixture-TypeError]": 0.0026153283324387914, - "tests/testing/test_testing.py::test_deprecations[TmpEnvFixture-TypeError]": 0.0026417309997182263, - "tests/trust/test_signature_verification.py::test_2nd_root_metadata_from_web": 0.0309312422450936, - "tests/trust/test_signature_verification.py::test_3rd_root_metadata_from_web": 0.021436399339199268, - "tests/trust/test_signature_verification.py::test_invalid_2nd_metadata_on_disk_no_new_metadata_on_web": 0.009220015007529546, - "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.conda-None]": 3.330826720667565, - "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.tar.bz2-False]": 3.228146681616373, - "tests/trust/test_signature_verification.py::test_signature_verification[first.tar.bz2-True]": 3.3185907385053732, - "tests/trust/test_signature_verification.py::test_signature_verification[second.conda-True]": 3.4055052604706146, - "tests/trust/test_signature_verification.py::test_signature_verification[third.conda-True]": 3.295172678208851, - "tests/trust/test_signature_verification.py::test_signature_verification_not_enabled": 0.03801199808799723, - "tests/trust/test_signature_verification.py::test_single_invalid_signature_3rd_root_metadata_from_web": 0.018092001068274174, - "tests/trust/test_signature_verification.py::test_trusted_root_2nd_metadata_on_disk_no_new_metadata_on_web": 0.021552779695333955, - "tests/trust/test_signature_verification.py::test_trusted_root_invalid_key_mgr_online_valid_on_disk": 0.010710507794664115, - "tests/trust/test_signature_verification.py::test_trusted_root_new_key_mgr_online": 0.012715304172766936, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_is_on_disk": 0.011498375293642662, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_not_on_disk": 0.010584393610754615, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_metadata": 0.008050097096304713 + "tests/test_utils.py::test_deprecations[cygwin_path_to_win-TypeError]": 0.002575343030330414, + "tests/test_utils.py::test_deprecations[msys2_shell_base-TypeError]": 0.002628180037292418, + "tests/test_utils.py::test_deprecations[path_identity-TypeError]": 0.0026017345549257304, + "tests/test_utils.py::test_deprecations[shells-TypeError]": 0.0025980902231181402, + "tests/test_utils.py::test_deprecations[translate_stream-TypeError]": 0.002574548061401495, + "tests/test_utils.py::test_deprecations[unix_shell_base-TypeError]": 0.0026210117904123015, + "tests/test_utils.py::test_deprecations[win_path_to_cygwin-TypeError]": 0.0025870839631089446, + "tests/test_utils.py::test_ensure_dir": 0.004305643701317224, + "tests/test_utils.py::test_ensure_dir_errors": 0.003020923465667959, + "tests/test_utils.py::test_path_translations": 0.046033540843819054, + "tests/test_utils.py::test_quote_for_shell[!-!]": 0.002519705353037631, + "tests/test_utils.py::test_quote_for_shell[\"-\"\"\"\"]": 0.0025267051293924913, + "tests/test_utils.py::test_quote_for_shell[#-#]": 0.0024854849655706747, + "tests/test_utils.py::test_quote_for_shell[$-$]": 0.0025056149501843463, + "tests/test_utils.py::test_quote_for_shell[%-\"%%\"]": 0.002517966753524435, + "tests/test_utils.py::test_quote_for_shell[&-\"&\"]": 0.0024994596263235003, + "tests/test_utils.py::test_quote_for_shell['-']": 0.002505926488357523, + "tests/test_utils.py::test_quote_for_shell[(-(]": 0.0024885692960919647, + "tests/test_utils.py::test_quote_for_shell[)-)]": 0.0024950105718505675, + "tests/test_utils.py::test_quote_for_shell[*-*]": 0.002496473624678499, + "tests/test_utils.py::test_quote_for_shell[+-+]": 0.0025138074923607887, + "tests/test_utils.py::test_quote_for_shell[,-,]": 0.00249860169773191, + "tests/test_utils.py::test_quote_for_shell[---]": 0.002496595502921811, + "tests/test_utils.py::test_quote_for_shell[.-.]": 0.002500589416255292, + "tests/test_utils.py::test_quote_for_shell[/-/]": 0.0024975281852382962, + "tests/test_utils.py::test_quote_for_shell[1>/dev/null-\"1>/dev/null\"]": 0.0025073285183799584, + "tests/test_utils.py::test_quote_for_shell[1>NUL-\"1>NUL\"]": 0.002528543966951009, + "tests/test_utils.py::test_quote_for_shell[2>&1-\"2>&1\"]": 0.0025037501072072955, + "tests/test_utils.py::test_quote_for_shell[2>/dev/null-\"2>/dev/null\"]": 0.0025300519987390066, + "tests/test_utils.py::test_quote_for_shell[2>NUL-\"2>NUL\"]": 0.0024979253780499275, + "tests/test_utils.py::test_quote_for_shell[:-:]": 0.002504355790967072, + "tests/test_utils.py::test_quote_for_shell[;-;]": 0.0025007885797868014, + "tests/test_utils.py::test_quote_for_shell[<-\"<\"]": 0.0025028637837374553, + "tests/test_utils.py::test_quote_for_shell[=-=]": 0.002486794831896281, + "tests/test_utils.py::test_quote_for_shell[>-\">\"]": 0.0025133672196360995, + "tests/test_utils.py::test_quote_for_shell[>/dev/null-\">/dev/null\"]": 0.0025425100291911334, + "tests/test_utils.py::test_quote_for_shell[>NUL-\">NUL\"]": 0.002513912699587895, + "tests/test_utils.py::test_quote_for_shell[?-?]": 0.002486215977440291, + "tests/test_utils.py::test_quote_for_shell[@-@]": 0.002522990589868438, + "tests/test_utils.py::test_quote_for_shell[C:\\\\temp\\\\some ^%file^% > nul-\"C:\\\\temp\\\\some ^%%file^%% > nul\"]": 0.002520199206826941, + "tests/test_utils.py::test_quote_for_shell[None-\"\"]": 0.0024991108375866863, + "tests/test_utils.py::test_quote_for_shell[[-[]": 0.0024897278472185364, + "tests/test_utils.py::test_quote_for_shell[\\\\-\\\\]": 0.0024926901120265444, + "tests/test_utils.py::test_quote_for_shell[]-]]": 0.0024907299464361253, + "tests/test_utils.py::test_quote_for_shell[^-\"^\"]": 0.002502360724852158, + "tests/test_utils.py::test_quote_for_shell[arg1 and 2-\"arg1 and 2\"]": 0.0026390076972783775, + "tests/test_utils.py::test_quote_for_shell[arg1-arg1]": 0.002668429923762276, + "tests/test_utils.py::test_quote_for_shell[arg1\\nand\\n2-\"arg1\\nand\\n2\"]": 0.002607372242908592, + "tests/test_utils.py::test_quote_for_shell[malicious argument\\\\\"&whoami-\"malicious argument\\\\\"\"&whoami\"]": 0.0025170698273081337, + "tests/test_utils.py::test_quote_for_shell[numpy<1.22-\"numpy<1.22\"]": 0.002592290115262104, + "tests/test_utils.py::test_quote_for_shell[numpy>=1.0-\"numpy>=1.0\"]": 0.002524263279184796, + "tests/test_utils.py::test_quote_for_shell[one|two-\"one|two\"]": 0.0025413195614180017, + "tests/test_utils.py::test_quote_for_shell[{-{]": 0.002502491557717253, + "tests/test_utils.py::test_quote_for_shell[|-\"|\"]": 0.002515865737537925, + "tests/test_utils.py::test_quote_for_shell[}-}]": 0.0025085841145396515, + "tests/test_utils.py::test_quote_for_shell[~-~]": 0.002514234727892097, + "tests/test_utils.py::test_text_translations": 0.017440172500512163, + "tests/testing/test_fixtures.py::test_conda_cli": 0.098270417639696, + "tests/testing/test_fixtures.py::test_env": 25.919113447614016, + "tests/testing/test_fixtures.py::test_monkeypatch": 0.016552758773035837, + "tests/testing/test_fixtures.py::test_path_factory": 0.005829841013065306, + "tests/testing/test_fixtures.py::test_session_capsys": 0.0028122663720276954, + "tests/testing/test_fixtures.py::test_session_conda_cli": 0.10475209281985706, + "tests/testing/test_fixtures.py::test_session_tmp_env": 6.079157616396069, + "tests/testing/test_fixtures.py::test_tmp_channel": 7.107137688392811, + "tests/testing/test_fixtures.py::test_tmp_env": 8.134663550994032, + "tests/testing/test_fixtures.py::test_tmp_envs_dir": 0.0066918787667963695, + "tests/testing/test_fixtures.py::test_tmp_pkgs_dir": 0.006877263994100842, + "tests/testing/test_testing.py::test_deprecations[CondaCLIFixture-TypeError]": 0.0027244495195862697, + "tests/testing/test_testing.py::test_deprecations[PathFactoryFixture-TypeError]": 0.002656349028629012, + "tests/testing/test_testing.py::test_deprecations[TmpChannelFixture-TypeError]": 0.0026306747960454786, + "tests/testing/test_testing.py::test_deprecations[TmpEnvFixture-TypeError]": 0.002665182418096363, + "tests/trust/test_signature_verification.py::test_2nd_root_metadata_from_web": 0.028537492784934747, + "tests/trust/test_signature_verification.py::test_3rd_root_metadata_from_web": 0.019666833831915656, + "tests/trust/test_signature_verification.py::test_invalid_2nd_metadata_on_disk_no_new_metadata_on_web": 0.009168775661108191, + "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.conda-None]": 2.162946477944801, + "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.tar.bz2-False]": 2.091679635031805, + "tests/trust/test_signature_verification.py::test_signature_verification[first.tar.bz2-True]": 2.2404709149243116, + "tests/trust/test_signature_verification.py::test_signature_verification[second.conda-True]": 2.186772790582378, + "tests/trust/test_signature_verification.py::test_signature_verification[third.conda-True]": 2.183774733968431, + "tests/trust/test_signature_verification.py::test_signature_verification_not_enabled": 0.03748979935202266, + "tests/trust/test_signature_verification.py::test_single_invalid_signature_3rd_root_metadata_from_web": 0.018539419654594706, + "tests/trust/test_signature_verification.py::test_trusted_root_2nd_metadata_on_disk_no_new_metadata_on_web": 0.010093136351162317, + "tests/trust/test_signature_verification.py::test_trusted_root_invalid_key_mgr_online_valid_on_disk": 0.009894689429395639, + "tests/trust/test_signature_verification.py::test_trusted_root_new_key_mgr_online": 0.01353233893766874, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_is_on_disk": 0.011462887309705912, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_not_on_disk": 0.01017442981843412, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_metadata": 0.008080031670377014 } diff --git a/durations/macOS.json b/durations/macOS.json index bffb9dd3..006e02b9 100644 --- a/durations/macOS.json +++ b/durations/macOS.json @@ -1,1611 +1,1636 @@ { - "tests/base/test_constants.py::test_ChannelPriority": 0.003716203790285723, - "tests/base/test_constants.py::test_null_is_falsey": 0.0038102531088768095, - "tests/base/test_context.py::test_aggressive_update_packages": 0.0268207998447747, - "tests/base/test_context.py::test_channel_alias_validation[bad_value-channel_alias value 'bad_value' must have scheme/protocol.]": 0.00370471012687692, - "tests/base/test_context.py::test_channel_alias_validation[https://example.com/-True]": 0.004414649298752992, - "tests/base/test_context.py::test_channel_priority": 0.04487987922427015, - "tests/base/test_context.py::test_channel_settings": 0.04884006257077936, - "tests/base/test_context.py::test_channels_defaults": 0.05235805125654302, - "tests/base/test_context.py::test_channels_defaults_condarc": 0.05197238838287241, - "tests/base/test_context.py::test_channels_empty": 0.056129947708137264, - "tests/base/test_context.py::test_client_ssl_cert": 0.07471593302077578, - "tests/base/test_context.py::test_clobber_enum": 0.054252940819218, - "tests/base/test_context.py::test_clobber_enum[clobber]": 0.02334398473658797, - "tests/base/test_context.py::test_clobber_enum[prevent]": 0.02482022170797626, - "tests/base/test_context.py::test_clobber_enum[warn]": 0.024044560151907982, - "tests/base/test_context.py::test_conda_bld_path": 0.032418730764675295, - "tests/base/test_context.py::test_conda_build_root_dir": 0.053878936213541444, - "tests/base/test_context.py::test_conda_envs_path": 0.0905962147621435, - "tests/base/test_context.py::test_context_parameter_map": 0.04796809755573431, - "tests/base/test_context.py::test_context_parameters_have_descriptions": 0.11285089290021684, - "tests/base/test_context.py::test_custom_multichannels": 0.04817657764990832, - "tests/base/test_context.py::test_default_python_validation[-True]": 0.0032854623862931635, - "tests/base/test_context.py::test_default_python_validation[3.12-True]": 0.005066158403850552, - "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.003532779595121866, - "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.0033259847671010334, - "tests/base/test_context.py::test_default_target_is_root_prefix": 0.046386837178603334, - "tests/base/test_context.py::test_expandvars": 0.1385938837888504, - "tests/base/test_context.py::test_get_plugin_config_data_env_var_source": 0.0032153071602633878, - "tests/base/test_context.py::test_get_plugin_config_data_file_source": 0.009349865551641148, - "tests/base/test_context.py::test_get_plugin_config_data_skip_bad_values": 0.004073730165570747, - "tests/base/test_context.py::test_local_build_root_custom_rc": 0.09504148958553406, - "tests/base/test_context.py::test_local_build_root_default_rc": 0.025557225044707258, - "tests/base/test_context.py::test_migrated_custom_channels": 0.05517388319965236, - "tests/base/test_context.py::test_old_channel_alias": 0.06302592713599614, - "tests/base/test_context.py::test_proxy_servers": 0.04880452316408631, - "tests/base/test_context.py::test_reporters_default_value": 0.003993675802483781, - "tests/base/test_context.py::test_reporters_from_config_file": 0.04740997983840568, - "tests/base/test_context.py::test_reporters_json_is_true": 0.07072454470144829, - "tests/base/test_context.py::test_reporters_quiet_is_true": 0.07236547619039442, - "tests/base/test_context.py::test_restore_free_channel": 0.032843638424911135, - "tests/base/test_context.py::test_signing_metadata_url_base": 0.0782582371751503, - "tests/base/test_context.py::test_signing_metadata_url_base_empty_default_channels": 0.06812580746586372, - "tests/base/test_context.py::test_specify_channels_cli_adding_defaults_no_condarc": 0.05123678721358847, - "tests/base/test_context.py::test_specify_channels_cli_condarc": 0.06647092624209118, - "tests/base/test_context.py::test_specify_channels_cli_not_adding_defaults_no_condarc": 0.05581286597885797, - "tests/base/test_context.py::test_specify_different_channels_cli_condarc": 0.05806384532088727, - "tests/base/test_context.py::test_specify_same_channels_cli_as_in_condarc": 0.0568158697224727, - "tests/base/test_context.py::test_subdirs": 0.021534396731220123, - "tests/base/test_context.py::test_target_prefix": 0.09436916018575213, - "tests/base/test_context.py::test_threads": 0.09628104087097754, - "tests/base/test_context.py::test_validate_prefix_name[base-False-mock_return_values2-expected2]": 0.00846036834212844, - "tests/base/test_context.py::test_validate_prefix_name[env-name-False-mock_return_values0-expected0]": 0.006340977945820797, - "tests/base/test_context.py::test_validate_prefix_name[not/allow#characters:in-path-False-mock_return_values1-expected1]": 0.005790728136349549, - "tests/cli/test_cli_install.py::test_emscripten_forge[classic]": 5.71417051675477, - "tests/cli/test_cli_install.py::test_emscripten_forge[libmamba]": 8.650208155266034, - "tests/cli/test_cli_install.py::test_find_conflicts_called_once[classic]": 19.7875624938849, - "tests/cli/test_cli_install.py::test_find_conflicts_called_once[libmamba]": 0.030332578144792736, - "tests/cli/test_cli_install.py::test_pre_link_message[classic]": 1.9130189005157627, - "tests/cli/test_cli_install.py::test_pre_link_message[libmamba]": 2.322303531827993, - "tests/cli/test_common.py::test_check_non_admin_enabled_false": 0.00683714944014878, - "tests/cli/test_common.py::test_check_non_admin_enabled_true": 0.006315457488064499, - "tests/cli/test_common.py::test_confirm_dry_run_exit": 0.00549575956386158, - "tests/cli/test_common.py::test_confirm_yn_always_yes": 0.006310345491229277, - "tests/cli/test_common.py::test_confirm_yn_dry_run_exit": 0.005470657551375384, - "tests/cli/test_common.py::test_confirm_yn_no": 0.005763988796845574, - "tests/cli/test_common.py::test_confirm_yn_yes": 0.006271513052302585, - "tests/cli/test_common.py::test_is_active_prefix[-False]": 0.004646879038803062, - "tests/cli/test_common.py::test_is_active_prefix[active_prefix-True]": 0.004204347274022761, - "tests/cli/test_common.py::test_print_envs_list": 0.005295857740523779, - "tests/cli/test_common.py::test_print_envs_list_output_false": 0.0037941044415784643, - "tests/cli/test_compare.py::test_compare_fail": 0.41947743477150945, - "tests/cli/test_compare.py::test_compare_success": 0.4740089858890191, - "tests/cli/test_conda_argparse.py::test_cli_args_as_strings": 0.12762192434475306, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ArgumentParser-isclass]": 0.004518975559102824, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.BUILTIN_COMMANDS-]": 0.0038301139296268933, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ExtendConstAction-isclass]": 0.004195796916632562, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.NullCountAction-isclass]": 0.0037266485803211014, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_output_and_prompt_options-isfunction]": 0.004694389093792452, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_channels-isfunction]": 0.004261749279327918, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_create_install_update-isfunction]": 0.004551972739254952, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_default_packages-isfunction]": 0.0054411151324876795, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_help-isfunction]": 0.004762955522519887, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_json-isfunction]": 0.00410879276346342, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_known-isfunction]": 0.0035864946827455614, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_networking-isfunction]": 0.004030495400302506, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_package_install_options-isfunction]": 0.004206781801822709, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prefix-isfunction]": 0.004542348133651463, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prune-isfunction]": 0.004239664620995441, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_pscheck-isfunction]": 0.00373828477814031, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_show_channel_urls-isfunction]": 0.003940857073610265, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver-isfunction]": 0.003846620564629929, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver_mode-isfunction]": 0.003932210340306761, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_update_modifiers-isfunction]": 0.003762641933633866, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_verbose-isfunction]": 0.0038272439437559065, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_clean-isfunction]": 0.0040709149737201715, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_compare-isfunction]": 0.0036604254841342537, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_config-isfunction]": 0.004023089191189103, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_create-isfunction]": 0.004161487533417406, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_info-isfunction]": 0.004056167148050099, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_init-isfunction]": 0.0036881297682585953, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_install-isfunction]": 0.004347671713776517, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_list-isfunction]": 0.003913406602283625, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_notices-isfunction]": 0.0038971131526523706, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_package-isfunction]": 0.003714445279544059, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_plugins-isfunction]": 0.004180536925411483, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_remove-isfunction]": 0.004834448830982307, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_rename-isfunction]": 0.003808456670575202, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_run-isfunction]": 0.0036750303875250946, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_search-isfunction]": 0.003965630503433734, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_update-isfunction]": 0.0040452160422292174, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.do_call-isfunction]": 0.004022588088115403, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_sys_rc_path-]": 0.004181564063820734, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_user_rc_path-]": 0.004780297489241554, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.find_builtin_commands-isfunction]": 0.004151221730882615, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_parser-isfunction]": 0.0036221928616146015, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_pre_parser-isfunction]": 0.004388856409773106, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.sys_rc_path-]": 0.004531274053000603, - "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.user_rc_path-]": 0.0039264117870411955, - "tests/cli/test_conda_argparse.py::test_list_through_python_api": 3.5216439009730545, - "tests/cli/test_conda_argparse.py::test_parser_basics": 0.051035532852851666, - "tests/cli/test_config.py::test_add_invalid_key": 0.1228721994196669, - "tests/cli/test_config.py::test_add_key": 0.14300507788306566, - "tests/cli/test_config.py::test_channels_add_duplicate": 0.14128395890619516, - "tests/cli/test_config.py::test_channels_add_empty": 0.18696177270248146, - "tests/cli/test_config.py::test_channels_add_empty_with_defaults": 0.16231400745588542, - "tests/cli/test_config.py::test_channels_append": 0.14909355607940136, - "tests/cli/test_config.py::test_channels_append_duplicate": 0.1396413513195178, - "tests/cli/test_config.py::test_channels_prepend": 0.14735148797027098, - "tests/cli/test_config.py::test_channels_prepend_duplicate": 0.1609093078075488, - "tests/cli/test_config.py::test_channels_remove": 0.14013880976197005, - "tests/cli/test_config.py::test_channels_remove_duplicate": 0.25355847841194895, - "tests/cli/test_config.py::test_conda_config_describe": 5.061060666570421, - "tests/cli/test_config.py::test_conda_config_validate": 3.694099888463121, - "tests/cli/test_config.py::test_conda_config_validate_sslverify_truststore": 2.737836174213702, - "tests/cli/test_config.py::test_create_condarc_on_set": 0.1389563763103189, - "tests/cli/test_config.py::test_custom_multichannels_add": 0.1485270428600838, - "tests/cli/test_config.py::test_custom_multichannels_add_duplicate": 0.1398617488340168, - "tests/cli/test_config.py::test_custom_multichannels_append": 0.1394420022488333, - "tests/cli/test_config.py::test_custom_multichannels_append_duplicate": 0.14508628538826207, - "tests/cli/test_config.py::test_custom_multichannels_prepend": 0.1304132301732378, - "tests/cli/test_config.py::test_custom_multichannels_prepend_duplicate": 0.13855608009099368, - "tests/cli/test_config.py::test_get_all": 0.15982394900503907, - "tests/cli/test_config.py::test_get_all_inc_maps": 0.16350505431048679, - "tests/cli/test_config.py::test_get_boolean_value": 0.15587405116487268, - "tests/cli/test_config.py::test_get_channels_list": 0.15701821766758253, - "tests/cli/test_config.py::test_get_invalid_key": 0.1494598735359347, - "tests/cli/test_config.py::test_get_map_full": 0.18358389270160722, - "tests/cli/test_config.py::test_get_map_subkey[conda_build.cache_dir-/tmp/conda-bld]": 0.1603867236619468, - "tests/cli/test_config.py::test_get_map_subkey[proxy_servers.http-1.2.3.4:5678]": 0.16667187674785935, - "tests/cli/test_config.py::test_get_multiple_keys": 0.14259041267063205, - "tests/cli/test_config.py::test_get_multiple_keys_incl_map_full": 0.15542226236280585, - "tests/cli/test_config.py::test_get_multiple_keys_incl_map_subkey": 0.17304399515179963, - "tests/cli/test_config.py::test_get_string_value": 0.15824887855479308, - "tests/cli/test_config.py::test_get_unconfigured_key": 0.15750641196742152, - "tests/cli/test_config.py::test_invalid_yaml": 0.137599687871416, - "tests/cli/test_config.py::test_remove_key": 0.13466750423206145, - "tests/cli/test_config.py::test_remove_key_duplicate": 0.23124182604740415, - "tests/cli/test_config.py::test_remove_unconfigured_key": 0.11274371514625273, - "tests/cli/test_config.py::test_set_and_get_bool": 0.28182646927037003, - "tests/cli/test_config.py::test_set_check_types[always_yes-false-False]": 0.14066145698117916, - "tests/cli/test_config.py::test_set_check_types[always_yes-no-False]": 0.13051528471859114, - "tests/cli/test_config.py::test_set_check_types[always_yes-true-True]": 0.13966868852605852, - "tests/cli/test_config.py::test_set_check_types[always_yes-yes-True]": 0.13688850181576134, - "tests/cli/test_config.py::test_set_check_types[channel_alias-https://repo.example.com-https://repo.example.com]": 0.14323903371634186, - "tests/cli/test_config.py::test_set_check_types[proxy_servers.http-1.2.3.4:5678-py_value5]": 0.1300646900932727, - "tests/cli/test_config.py::test_set_invalid_key": 0.11921616379332452, - "tests/cli/test_config.py::test_set_key": 0.13949059983410203, - "tests/cli/test_config.py::test_set_map_key[conda_build.cache_dir-/tmp/conda-bld-/var/tmp/build]": 0.1437395302520362, - "tests/cli/test_config.py::test_set_map_key[conda_build.error_overlinking-true-false]": 0.000623486868702981, - "tests/cli/test_config.py::test_set_map_key[proxy_servers.http-1.2.3.4:5678-4.3.2.1:9876]": 0.14214312320222564, - "tests/cli/test_config.py::test_set_rc_without_user_rc": 0.12388800569385193, - "tests/cli/test_config.py::test_set_unconfigured_key": 0.14478204391975746, - "tests/cli/test_config.py::test_show_sorts_keys": 0.24129112827758756, - "tests/cli/test_config.py::test_ssl_verify_default": 0.00718305738270877, - "tests/cli/test_config.py::test_ssl_verify_set_bool": 0.12665084442220798, - "tests/cli/test_config.py::test_ssl_verify_set_filename": 0.14822875242011999, - "tests/cli/test_env.py::test_conda_env_create_empty_file[classic]": 0.12267564581075169, - "tests/cli/test_env.py::test_conda_env_create_empty_file[libmamba]": 0.09086741752935262, - "tests/cli/test_env.py::test_conda_env_create_http[classic]": 267.4318301888399, - "tests/cli/test_env.py::test_conda_env_create_http[libmamba]": 15.457905683440789, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file[classic]": 0.05037005856231051, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file[libmamba]": 0.06470820134460713, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[classic]": 0.054082795530415194, - "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[libmamba]": 0.05427467802180918, - "tests/cli/test_env.py::test_conda_env_create_no_file[classic]": 0.056957058568512006, - "tests/cli/test_env.py::test_conda_env_create_no_file[libmamba]": 0.06461052826875037, - "tests/cli/test_env.py::test_create_dry_run_json[classic]": 3.863582901118613, - "tests/cli/test_env.py::test_create_dry_run_json[libmamba]": 2.0787699525601386, - "tests/cli/test_env.py::test_create_dry_run_yaml[classic]": 3.564661483797323, - "tests/cli/test_env.py::test_create_dry_run_yaml[libmamba]": 2.4261888463631602, - "tests/cli/test_env.py::test_create_unsolvable_env[classic]": 3.403413329664067, - "tests/cli/test_env.py::test_create_unsolvable_env[libmamba]": 2.207145338451066, - "tests/cli/test_env.py::test_create_valid_env[classic]": 7.919348863327275, - "tests/cli/test_env.py::test_create_valid_env[libmamba]": 3.250483996486268, - "tests/cli/test_env.py::test_create_valid_env_json_output[classic]": 0.20466204065906918, - "tests/cli/test_env.py::test_create_valid_env_json_output[libmamba]": 1.5687616792097812, - "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[classic]": 68.84379192831992, - "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[libmamba]": 13.377073444310586, - "tests/cli/test_env.py::test_create_valid_env_with_variables[classic]": 2.9608333564140867, - "tests/cli/test_env.py::test_create_valid_env_with_variables[libmamba]": 2.289521017812295, + "tests/base/test_constants.py::test_ChannelPriority": 0.0035343331317414916, + "tests/base/test_constants.py::test_null_is_falsey": 0.003289731473056422, + "tests/base/test_context.py::test_aggressive_update_packages": 0.028024616252185885, + "tests/base/test_context.py::test_channel_alias_validation[bad_value-channel_alias value 'bad_value' must have scheme/protocol.]": 0.0035692104737943685, + "tests/base/test_context.py::test_channel_alias_validation[https://example.com/-True]": 0.0038013153743614077, + "tests/base/test_context.py::test_channel_priority": 0.04486992045966598, + "tests/base/test_context.py::test_channel_settings": 0.04583066213317247, + "tests/base/test_context.py::test_channels_defaults": 0.0523580512565431, + "tests/base/test_context.py::test_channels_defaults_condarc": 0.05414514195950361, + "tests/base/test_context.py::test_channels_empty": 0.05257672009883791, + "tests/base/test_context.py::test_check_allowlist": 0.027541317287036113, + "tests/base/test_context.py::test_check_allowlist_and_denylist": 0.02422471649999433, + "tests/base/test_context.py::test_check_denylist": 0.022484249592592976, + "tests/base/test_context.py::test_client_ssl_cert": 0.07151792699624558, + "tests/base/test_context.py::test_clobber_enum": 0.05425294081921797, + "tests/base/test_context.py::test_clobber_enum[clobber]": 0.023221371002585072, + "tests/base/test_context.py::test_clobber_enum[prevent]": 0.02564709505613926, + "tests/base/test_context.py::test_clobber_enum[warn]": 0.025747825133155346, + "tests/base/test_context.py::test_conda_bld_path": 0.029047948704561562, + "tests/base/test_context.py::test_conda_build_root_dir": 0.04890387839820817, + "tests/base/test_context.py::test_conda_envs_path": 0.08293149427783732, + "tests/base/test_context.py::test_context_parameter_map": 0.047528887331251476, + "tests/base/test_context.py::test_context_parameters_have_descriptions": 0.10246613925448958, + "tests/base/test_context.py::test_custom_multichannels": 0.054157896726065684, + "tests/base/test_context.py::test_default_python_validation[-True]": 0.0031527692763951834, + "tests/base/test_context.py::test_default_python_validation[3.12-True]": 0.004549015372354797, + "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.003096055180493938, + "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.0031555147415248674, + "tests/base/test_context.py::test_default_target_is_root_prefix": 0.04523927563272792, + "tests/base/test_context.py::test_expandvars": 0.11692699845963164, + "tests/base/test_context.py::test_get_plugin_config_data_env_var_source": 0.0030132107939506744, + "tests/base/test_context.py::test_get_plugin_config_data_file_source": 0.011519720166460764, + "tests/base/test_context.py::test_get_plugin_config_data_skip_bad_values": 0.0035064323709496953, + "tests/base/test_context.py::test_local_build_root_custom_rc": 0.08818408056447809, + "tests/base/test_context.py::test_local_build_root_default_rc": 0.022498974020236134, + "tests/base/test_context.py::test_migrated_custom_channels": 0.05242622993429405, + "tests/base/test_context.py::test_old_channel_alias": 0.06482805757224155, + "tests/base/test_context.py::test_proxy_servers": 0.04545847966938226, + "tests/base/test_context.py::test_reporters_default_value": 0.003994212482478831, + "tests/base/test_context.py::test_reporters_from_config_file": 0.047410414837362594, + "tests/base/test_context.py::test_reporters_json_is_true": 0.07072389686595301, + "tests/base/test_context.py::test_reporters_quiet_is_true": 0.07236822338259367, + "tests/base/test_context.py::test_restore_free_channel": 0.03162586514163563, + "tests/base/test_context.py::test_signing_metadata_url_base": 0.07523543322488567, + "tests/base/test_context.py::test_signing_metadata_url_base_empty_default_channels": 0.06809055400111726, + "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.06158307048987928, + "tests/base/test_context.py::test_specify_channels_cli_not_adding_defaults_no_condarc": 0.053292895316357676, + "tests/base/test_context.py::test_specify_different_channels_cli_condarc": 0.05541444692961975, + "tests/base/test_context.py::test_specify_same_channels_cli_as_in_condarc": 0.05304037321521892, + "tests/base/test_context.py::test_subdirs": 0.021953692946183188, + "tests/base/test_context.py::test_target_prefix": 0.09398353769635945, + "tests/base/test_context.py::test_threads": 0.0974007882609948, + "tests/base/test_context.py::test_validate_prefix_name[base-False-mock_return_values2-expected2]": 0.0069708787856919184, + "tests/base/test_context.py::test_validate_prefix_name[env-name-False-mock_return_values0-expected0]": 0.005942150837416936, + "tests/base/test_context.py::test_validate_prefix_name[not/allow#characters:in-path-False-mock_return_values1-expected1]": 0.005208122908118437, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command0]": 0.5347793740833261, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command1]": 0.43316991116666115, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command2]": 0.1153700169074041, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command3]": 0.12284470967592247, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-False-command4]": 0.29603085036111165, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command0]": 0.4596241506666732, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command1]": 0.582789793990737, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command2]": 0.10729629720370787, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command3]": 0.1543159748888938, + "tests/cli/test_all_commands.py::test_denylist_channels[denylist_channel_name-True-command4]": 0.2172531956666668, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command0]": 0.4844800916203662, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command1]": 0.5091406490185201, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command2]": 0.20449391731480948, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command3]": 0.13126968001852035, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-False-command4]": 0.2879196344907457, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command0]": 0.42483269976852184, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command1]": 0.48843289059259076, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command2]": 0.1049382102592561, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command3]": 0.1632772470555529, + "tests/cli/test_all_commands.py::test_denylist_channels[https://conda.anaconda.org/denylist_channel_name-True-command4]": 0.2546157210092606, + "tests/cli/test_cli_install.py::test_emscripten_forge[classic]": 5.4478756603597995, + "tests/cli/test_cli_install.py::test_emscripten_forge[libmamba]": 8.27214216594364, + "tests/cli/test_cli_install.py::test_find_conflicts_called_once[classic]": 20.227525604942723, + "tests/cli/test_cli_install.py::test_find_conflicts_called_once[libmamba]": 0.03754506747081558, + "tests/cli/test_cli_install.py::test_pre_link_message[classic]": 1.6869021759385914, + "tests/cli/test_cli_install.py::test_pre_link_message[libmamba]": 2.599570140222794, + "tests/cli/test_common.py::test_check_non_admin_enabled_false": 0.006164257460935466, + "tests/cli/test_common.py::test_check_non_admin_enabled_true": 0.00579051175839189, + "tests/cli/test_common.py::test_confirm_dry_run_exit": 0.0054959538239233025, + "tests/cli/test_common.py::test_confirm_yn_always_yes": 0.006310086718691954, + "tests/cli/test_common.py::test_confirm_yn_dry_run_exit": 0.005470918251635725, + "tests/cli/test_common.py::test_confirm_yn_no": 0.005763861888290468, + "tests/cli/test_common.py::test_confirm_yn_yes": 0.006271645143515223, + "tests/cli/test_common.py::test_is_active_prefix[-False]": 0.004455823031103501, + "tests/cli/test_common.py::test_is_active_prefix[active_prefix-True]": 0.0038673999706546596, + "tests/cli/test_common.py::test_print_envs_list": 0.004660875020970776, + "tests/cli/test_common.py::test_print_envs_list_output_false": 0.0038118987756265484, + "tests/cli/test_compare.py::test_compare_fail": 0.4215007674678589, + "tests/cli/test_compare.py::test_compare_success": 0.45350101448909996, + "tests/cli/test_conda_argparse.py::test_cli_args_as_strings": 0.1304211514734859, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ArgumentParser-isclass]": 0.004222902984926131, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.BUILTIN_COMMANDS-]": 0.003990212339356177, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.ExtendConstAction-isclass]": 0.0038244764980092313, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.NullCountAction-isclass]": 0.003620541545614509, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_output_and_prompt_options-isfunction]": 0.004240725675504476, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_channels-isfunction]": 0.0038198708509274443, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_create_install_update-isfunction]": 0.003953257364932989, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_default_packages-isfunction]": 0.004659734702031525, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_help-isfunction]": 0.004711109483589328, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_json-isfunction]": 0.0037750595305692395, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_known-isfunction]": 0.004049623723382036, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_networking-isfunction]": 0.003847941910471384, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_package_install_options-isfunction]": 0.004110133382844784, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prefix-isfunction]": 0.004299578344193009, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_prune-isfunction]": 0.004232969907369498, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_pscheck-isfunction]": 0.005078231195440887, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_show_channel_urls-isfunction]": 0.004549493145960931, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver-isfunction]": 0.00569775963789046, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_solver_mode-isfunction]": 0.003913127817012601, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_update_modifiers-isfunction]": 0.003904031994994892, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.add_parser_verbose-isfunction]": 0.0035624497447645995, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_clean-isfunction]": 0.0037429506283379664, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_compare-isfunction]": 0.003941159004048902, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_config-isfunction]": 0.003923042148899884, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_create-isfunction]": 0.004048807794822711, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_info-isfunction]": 0.004006747312190726, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_init-isfunction]": 0.003895802743415664, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_install-isfunction]": 0.004496076294808966, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_list-isfunction]": 0.00388571854446574, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_notices-isfunction]": 0.0039746298135890906, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_package-isfunction]": 0.003665931488755062, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_plugins-isfunction]": 0.003930570241196752, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_remove-isfunction]": 0.004538125229800483, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_rename-isfunction]": 0.003618237258397922, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_run-isfunction]": 0.0038144685811619334, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_search-isfunction]": 0.0034825227757138127, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.configure_parser_update-isfunction]": 0.0037760999790009404, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.do_call-isfunction]": 0.0034969497101075926, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_sys_rc_path-]": 0.003657058013148656, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.escaped_user_rc_path-]": 0.004192949528023234, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.find_builtin_commands-isfunction]": 0.0038222654217857804, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_parser-isfunction]": 0.003971050565884329, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.generate_pre_parser-isfunction]": 0.0040533136131621055, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.sys_rc_path-]": 0.0040345173941027405, + "tests/cli/test_conda_argparse.py::test_imports[conda.cli.conda_argparse.user_rc_path-]": 0.0037384380390979846, + "tests/cli/test_conda_argparse.py::test_list_through_python_api": 3.6696506134110227, + "tests/cli/test_conda_argparse.py::test_parser_basics": 0.05053650630700303, + "tests/cli/test_conda_argparse.py::test_sorted_commands_in_error": 0.01220537085116305, + "tests/cli/test_config.py::test_add_invalid_key": 0.12531375299098407, + "tests/cli/test_config.py::test_add_key": 0.144592371331119, + "tests/cli/test_config.py::test_channels_add_duplicate": 0.12573171056750926, + "tests/cli/test_config.py::test_channels_add_empty": 0.14963842135668468, + "tests/cli/test_config.py::test_channels_add_empty_with_defaults": 0.1332482239838763, + "tests/cli/test_config.py::test_channels_append": 0.13600151518406162, + "tests/cli/test_config.py::test_channels_append_duplicate": 0.1523614297471712, + "tests/cli/test_config.py::test_channels_prepend": 0.13843496619776297, + "tests/cli/test_config.py::test_channels_prepend_duplicate": 0.14601834619035703, + "tests/cli/test_config.py::test_channels_remove": 0.13706461935967137, + "tests/cli/test_config.py::test_channels_remove_duplicate": 0.27093560282600515, + "tests/cli/test_config.py::test_conda_config_describe": 5.803517817245886, + "tests/cli/test_config.py::test_conda_config_validate": 3.5457685501528897, + "tests/cli/test_config.py::test_conda_config_validate_sslverify_truststore": 2.3058540658751094, + "tests/cli/test_config.py::test_create_condarc_on_set": 0.14562571707316357, + "tests/cli/test_config.py::test_custom_multichannels_add": 0.14061703183003119, + "tests/cli/test_config.py::test_custom_multichannels_add_duplicate": 0.14840999175228345, + "tests/cli/test_config.py::test_custom_multichannels_append": 0.13844160489574148, + "tests/cli/test_config.py::test_custom_multichannels_append_duplicate": 0.13097831793258016, + "tests/cli/test_config.py::test_custom_multichannels_prepend": 0.13837119980271403, + "tests/cli/test_config.py::test_custom_multichannels_prepend_duplicate": 0.15928918647186177, + "tests/cli/test_config.py::test_get_all": 0.16662861055209566, + "tests/cli/test_config.py::test_get_all_inc_maps": 0.16722063776818732, + "tests/cli/test_config.py::test_get_boolean_value": 0.15882015291022264, + "tests/cli/test_config.py::test_get_channels_list": 0.16033861022725907, + "tests/cli/test_config.py::test_get_invalid_key": 0.14984808107166928, + "tests/cli/test_config.py::test_get_map_full": 0.16787315520360868, + "tests/cli/test_config.py::test_get_map_subkey[conda_build.cache_dir-/tmp/conda-bld]": 0.1612985571626822, + "tests/cli/test_config.py::test_get_map_subkey[proxy_servers.http-1.2.3.4:5678]": 0.15578695973634835, + "tests/cli/test_config.py::test_get_multiple_keys": 0.15123955268467376, + "tests/cli/test_config.py::test_get_multiple_keys_incl_map_full": 0.17655779508083386, + "tests/cli/test_config.py::test_get_multiple_keys_incl_map_subkey": 0.15799521823313387, + "tests/cli/test_config.py::test_get_string_value": 0.1555808830992397, + "tests/cli/test_config.py::test_get_unconfigured_key": 0.14841046151584555, + "tests/cli/test_config.py::test_invalid_yaml": 0.12534138080978838, + "tests/cli/test_config.py::test_remove_key": 0.1401192763200485, + "tests/cli/test_config.py::test_remove_key_duplicate": 0.22263014009541168, + "tests/cli/test_config.py::test_remove_unconfigured_key": 0.11074822936609069, + "tests/cli/test_config.py::test_set_and_get_bool": 0.2645180287069779, + "tests/cli/test_config.py::test_set_check_types[always_yes-false-False]": 0.14084103572594606, + "tests/cli/test_config.py::test_set_check_types[always_yes-no-False]": 0.12985561000286053, + "tests/cli/test_config.py::test_set_check_types[always_yes-true-True]": 0.13780759213198948, + "tests/cli/test_config.py::test_set_check_types[always_yes-yes-True]": 0.14022995132958974, + "tests/cli/test_config.py::test_set_check_types[channel_alias-https://repo.example.com-https://repo.example.com]": 0.13211988817192555, + "tests/cli/test_config.py::test_set_check_types[proxy_servers.http-1.2.3.4:5678-py_value5]": 0.1340306858461901, + "tests/cli/test_config.py::test_set_invalid_key": 0.11911507797741074, + "tests/cli/test_config.py::test_set_key": 0.13965611196357777, + "tests/cli/test_config.py::test_set_map_key[conda_build.cache_dir-/tmp/conda-bld-/var/tmp/build]": 0.13478495280184266, + "tests/cli/test_config.py::test_set_map_key[conda_build.error_overlinking-true-false]": 0.0005770082500504197, + "tests/cli/test_config.py::test_set_map_key[proxy_servers.http-1.2.3.4:5678-4.3.2.1:9876]": 0.13605671778460635, + "tests/cli/test_config.py::test_set_rc_without_user_rc": 0.12785661666686512, + "tests/cli/test_config.py::test_set_unconfigured_key": 0.13881263680070538, + "tests/cli/test_config.py::test_show_sorts_keys": 0.23420342273381756, + "tests/cli/test_config.py::test_ssl_verify_default": 0.007399927691477345, + "tests/cli/test_config.py::test_ssl_verify_set_bool": 0.1259257795881358, + "tests/cli/test_config.py::test_ssl_verify_set_filename": 0.15157547955686873, + "tests/cli/test_env.py::test_conda_env_create_empty_file[classic]": 0.11573249408242212, + "tests/cli/test_env.py::test_conda_env_create_empty_file[libmamba]": 0.07606279269716817, + "tests/cli/test_env.py::test_conda_env_create_http[classic]": 270.8768324592815, + "tests/cli/test_env.py::test_conda_env_create_http[libmamba]": 15.338531414365203, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file[classic]": 0.059494968444066404, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file[libmamba]": 0.06219570603003484, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[classic]": 0.07175687933450284, + "tests/cli/test_env.py::test_conda_env_create_no_existent_file_with_name[libmamba]": 0.05418780105841474, + "tests/cli/test_env.py::test_conda_env_create_no_file[classic]": 0.06670652674475659, + "tests/cli/test_env.py::test_conda_env_create_no_file[libmamba]": 0.07465921489407584, + "tests/cli/test_env.py::test_create_dry_run_json[classic]": 3.9702310112733716, + "tests/cli/test_env.py::test_create_dry_run_json[libmamba]": 2.343044772227429, + "tests/cli/test_env.py::test_create_dry_run_yaml[classic]": 5.40424244275757, + "tests/cli/test_env.py::test_create_dry_run_yaml[libmamba]": 2.5407638951793956, + "tests/cli/test_env.py::test_create_unsolvable_env[classic]": 3.7113376071782342, + "tests/cli/test_env.py::test_create_unsolvable_env[libmamba]": 2.728629648528563, + "tests/cli/test_env.py::test_create_valid_env[classic]": 7.958840274618125, + "tests/cli/test_env.py::test_create_valid_env[libmamba]": 4.345361535612443, + "tests/cli/test_env.py::test_create_valid_env_json_output[classic]": 0.20692473974204678, + "tests/cli/test_env.py::test_create_valid_env_json_output[libmamba]": 1.3856744650711441, + "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[classic]": 79.35625306783851, + "tests/cli/test_env.py::test_create_valid_env_with_conda_and_pip_json_output[libmamba]": 14.448457315312648, + "tests/cli/test_env.py::test_create_valid_env_with_variables[classic]": 2.300375277629048, + "tests/cli/test_env.py::test_create_valid_env_with_variables[libmamba]": 2.2421075790946134, "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.09368978997793899, - "tests/cli/test_env.py::test_deprecated_binstar[libmamba]": 0.10577858223805289, - "tests/cli/test_env.py::test_env_export[classic]": 2.7073004209498777, - "tests/cli/test_env.py::test_env_export[libmamba]": 3.5751426554038863, - "tests/cli/test_env.py::test_env_export_json[classic]": 1.323544499997578, - "tests/cli/test_env.py::test_env_export_json[libmamba]": 1.3464139461216058, - "tests/cli/test_env.py::test_env_export_with_variables[classic]": 2.359632558769522, - "tests/cli/test_env.py::test_env_export_with_variables[libmamba]": 3.159553136082825, - "tests/cli/test_env.py::test_export_multi_channel[classic]": 62.01522950216954, - "tests/cli/test_env.py::test_export_multi_channel[libmamba]": 29.80937995746501, - "tests/cli/test_env.py::test_invalid_extensions[classic]": 0.05678314006639631, - "tests/cli/test_env.py::test_invalid_extensions[libmamba]": 0.061415544505350986, - "tests/cli/test_env.py::test_list[classic]": 1.1230691739652965, - "tests/cli/test_env.py::test_list[libmamba]": 3.539235589807497, - "tests/cli/test_env.py::test_name[classic]": 0.46650093347205823, - "tests/cli/test_env.py::test_name[libmamba]": 2.3510790046433083, - "tests/cli/test_env.py::test_name_override[classic]": 1.1270170923767568, - "tests/cli/test_env.py::test_name_override[libmamba]": 1.625151038031988, - "tests/cli/test_env.py::test_non_existent_file[classic]": 0.05878632442192873, - "tests/cli/test_env.py::test_non_existent_file[libmamba]": 0.05668811035326346, - "tests/cli/test_env.py::test_pip_error_is_propagated[classic]": 46.804220109662054, - "tests/cli/test_env.py::test_pip_error_is_propagated[libmamba]": 13.18310277695542, - "tests/cli/test_env.py::test_remove_dry_run[classic]": 0.6065590309073908, - "tests/cli/test_env.py::test_remove_dry_run[libmamba]": 1.5550276244797703, - "tests/cli/test_env.py::test_set_unset_env_vars[classic]": 0.6337615497506984, - "tests/cli/test_env.py::test_set_unset_env_vars[libmamba]": 1.9433525237437002, - "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[classic]": 0.05760332887555712, - "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[libmamba]": 0.06316703452328701, - "tests/cli/test_env.py::test_update[classic]": 1.1370116769430474, - "tests/cli/test_env.py::test_update[libmamba]": 3.407485795403913, - "tests/cli/test_env.py::test_update_env_json_output[classic]": 0.5201364261237111, - "tests/cli/test_env.py::test_update_env_json_output[libmamba]": 2.627893022996328, - "tests/cli/test_env.py::test_update_env_no_action_json_output[classic]": 82.96640740514742, - "tests/cli/test_env.py::test_update_env_no_action_json_output[libmamba]": 16.62458935518528, - "tests/cli/test_env.py::test_update_env_only_pip_json_output[classic]": 92.55818089206451, - "tests/cli/test_env.py::test_update_env_only_pip_json_output[libmamba]": 17.03501087285159, - "tests/cli/test_find_commands.py::test_find_commands": 0.018863961396994842, - "tests/cli/test_find_commands.py::test_find_executable": 0.008971963844018131, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--debug]": 0.0958523224220444, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--json]": 0.08008449880126385, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--trace]": 0.09001342698266149, - "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[-v]": 0.11774798861139564, - "tests/cli/test_main.py::test_main": 0.10008401627324527, - "tests/cli/test_main_clean.py::test_clean_all[False]": 1.149118757544161, - "tests/cli/test_main_clean.py::test_clean_all[True]": 1.1988908697101808, - "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[False]": 0.9397928791861863, - "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[True]": 0.6465399799657809, - "tests/cli/test_main_clean.py::test_clean_and_packages": 0.882015282888082, - "tests/cli/test_main_clean.py::test_clean_force_pkgs_dirs": 0.47631184200255844, - "tests/cli/test_main_clean.py::test_clean_index_cache": 0.46273821223087613, - "tests/cli/test_main_clean.py::test_clean_logfiles": 0.4288758031646072, - "tests/cli/test_main_clean.py::test_clean_tarballs": 0.4627212246828927, - "tests/cli/test_main_clean.py::test_clean_tempfiles": 0.44289895526254885, - "tests/cli/test_main_clean.py::test_get_size": 0.006243308732816774, - "tests/cli/test_main_clean.py::test_get_size_None": 0.0035817133063905954, - "tests/cli/test_main_clean.py::test_get_size_list": 0.003380365861462874, - "tests/cli/test_main_commands.py::test_commands": 0.13041472531687798, - "tests/cli/test_main_compare.py::test_compare": 0.12243084044745337, - "tests/cli/test_main_config.py::test_config_get_key": 0.027658077449540252, - "tests/cli/test_main_config.py::test_config_get_missing[get]": 0.1511378278747144, - "tests/cli/test_main_config.py::test_config_get_missing[key]": 0.1512207416331894, - "tests/cli/test_main_config.py::test_config_get_missing[unknown]": 0.1531180718227834, - "tests/cli/test_main_config.py::test_config_get_system[get]": 0.1549187988405808, - "tests/cli/test_main_config.py::test_config_get_system[key]": 0.14263015734776283, - "tests/cli/test_main_config.py::test_config_get_system[unknown]": 0.14597888756518498, - "tests/cli/test_main_config.py::test_config_get_user[get]": 0.1575822047124827, - "tests/cli/test_main_config.py::test_config_get_user[key]": 0.1518467168082754, - "tests/cli/test_main_config.py::test_config_get_user[unknown]": 0.14641502425230504, - "tests/cli/test_main_config.py::test_config_read_rc": 0.011495514290755881, - "tests/cli/test_main_config.py::test_config_remove_item": 0.008228242136133896, - "tests/cli/test_main_config.py::test_config_remove_key": 0.00414026745532084, - "tests/cli/test_main_config.py::test_config_set_key": 0.007286334339786731, - "tests/cli/test_main_config.py::test_config_set_keys": 0.016199778607248347, - "tests/cli/test_main_config.py::test_config_show_sources_json": 0.1499175988293212, - "tests/cli/test_main_config.py::test_config_write_rc": 0.006982256083026808, - "tests/cli/test_main_export.py::test_execute_export_no_file_specified": 0.1343882678372578, - "tests/cli/test_main_export.py::test_export": 0.14694325321808152, - "tests/cli/test_main_export.py::test_export_add_channels": 0.12754610272511624, - "tests/cli/test_main_export.py::test_export_override_channels": 0.1501130478264031, - "tests/cli/test_main_export.py::test_export_with_json": 0.12966240426749748, - "tests/cli/test_main_export.py::test_export_yaml_file_extension": 0.11471180967783035, - "tests/cli/test_main_info.py::test_info": 0.8901724193650842, + "tests/cli/test_env.py::test_deprecated_binstar[classic]": 0.09530134258402835, + "tests/cli/test_env.py::test_deprecated_binstar[libmamba]": 0.10136102013267888, + "tests/cli/test_env.py::test_env_export[classic]": 3.511864448349942, + "tests/cli/test_env.py::test_env_export[libmamba]": 3.770553308578727, + "tests/cli/test_env.py::test_env_export_json[classic]": 1.0987442777625107, + "tests/cli/test_env.py::test_env_export_json[libmamba]": 1.425809366293328, + "tests/cli/test_env.py::test_env_export_with_variables[classic]": 2.2518943591478213, + "tests/cli/test_env.py::test_env_export_with_variables[libmamba]": 3.5470724763879837, + "tests/cli/test_env.py::test_export_multi_channel[classic]": 63.34883571982315, + "tests/cli/test_env.py::test_export_multi_channel[libmamba]": 29.863872644537246, + "tests/cli/test_env.py::test_invalid_extensions[classic]": 0.05791128797129437, + "tests/cli/test_env.py::test_invalid_extensions[libmamba]": 0.1465452756945441, + "tests/cli/test_env.py::test_list[classic]": 1.6301801497673778, + "tests/cli/test_env.py::test_list[libmamba]": 4.011841836943246, + "tests/cli/test_env.py::test_name[classic]": 0.46650093347205596, + "tests/cli/test_env.py::test_name[libmamba]": 2.351079004643481, + "tests/cli/test_env.py::test_name_override[classic]": 1.2955606940101159, + "tests/cli/test_env.py::test_name_override[libmamba]": 1.8039521964552139, + "tests/cli/test_env.py::test_non_existent_file[classic]": 0.05750217895824911, + "tests/cli/test_env.py::test_non_existent_file[libmamba]": 0.061856786814720385, + "tests/cli/test_env.py::test_pip_error_is_propagated[classic]": 41.30496572119405, + "tests/cli/test_env.py::test_pip_error_is_propagated[libmamba]": 12.791057039344121, + "tests/cli/test_env.py::test_remove_dry_run[classic]": 0.7323308378121739, + "tests/cli/test_env.py::test_remove_dry_run[libmamba]": 1.8759175568737976, + "tests/cli/test_env.py::test_set_unset_env_vars[classic]": 0.828956018538717, + "tests/cli/test_env.py::test_set_unset_env_vars[libmamba]": 1.9245430495431335, + "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[classic]": 0.058595696447655214, + "tests/cli/test_env.py::test_set_unset_env_vars_env_no_exist[libmamba]": 0.05734992336160406, + "tests/cli/test_env.py::test_update[classic]": 1.5009247271612915, + "tests/cli/test_env.py::test_update[libmamba]": 3.811530063453234, + "tests/cli/test_env.py::test_update_env_json_output[classic]": 0.5392224017908019, + "tests/cli/test_env.py::test_update_env_json_output[libmamba]": 2.8377452686333817, + "tests/cli/test_env.py::test_update_env_no_action_json_output[classic]": 73.04977409847749, + "tests/cli/test_env.py::test_update_env_no_action_json_output[libmamba]": 17.959273543177915, + "tests/cli/test_env.py::test_update_env_only_pip_json_output[classic]": 102.86385080277313, + "tests/cli/test_env.py::test_update_env_only_pip_json_output[libmamba]": 16.85493178834884, + "tests/cli/test_find_commands.py::test_find_commands": 0.01849931573967475, + "tests/cli/test_find_commands.py::test_find_executable": 0.008422657475315374, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--debug]": 0.08934484697442023, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--json]": 0.08701024476685659, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[--trace]": 0.08757510606966347, + "tests/cli/test_main.py::test_ensure_no_command_provided_returns_help[-v]": 0.09891116348318733, + "tests/cli/test_main.py::test_main": 0.09504953070144745, + "tests/cli/test_main_clean.py::test_clean_all[False]": 1.1023207771567125, + "tests/cli/test_main_clean.py::test_clean_all[True]": 1.1006471757118297, + "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[False]": 1.0250804533344402, + "tests/cli/test_main_clean.py::test_clean_all_mock_lstat[True]": 0.6443342530339173, + "tests/cli/test_main_clean.py::test_clean_and_packages": 0.8609070214554403, + "tests/cli/test_main_clean.py::test_clean_force_pkgs_dirs": 0.48226747540187503, + "tests/cli/test_main_clean.py::test_clean_index_cache": 0.44463875468012015, + "tests/cli/test_main_clean.py::test_clean_logfiles": 0.44394845156347684, + "tests/cli/test_main_clean.py::test_clean_tarballs": 0.4402085191573494, + "tests/cli/test_main_clean.py::test_clean_tempfiles": 0.4281279004919931, + "tests/cli/test_main_clean.py::test_get_size": 0.00581250128456197, + "tests/cli/test_main_clean.py::test_get_size_None": 0.0034563343755158174, + "tests/cli/test_main_clean.py::test_get_size_list": 0.003361047871077896, + "tests/cli/test_main_commands.py::test_commands": 0.13185245407857893, + "tests/cli/test_main_compare.py::test_compare": 0.1148832773484027, + "tests/cli/test_main_config.py::test_config_get_key": 0.02610823832489046, + "tests/cli/test_main_config.py::test_config_get_missing[get]": 0.16052894329942705, + "tests/cli/test_main_config.py::test_config_get_missing[key]": 0.14573840290528672, + "tests/cli/test_main_config.py::test_config_get_missing[unknown]": 0.14105073667711238, + "tests/cli/test_main_config.py::test_config_get_system[get]": 0.1493574442841909, + "tests/cli/test_main_config.py::test_config_get_system[key]": 0.14804618730905664, + "tests/cli/test_main_config.py::test_config_get_system[unknown]": 0.14290072674713233, + "tests/cli/test_main_config.py::test_config_get_user[get]": 0.15603164937492986, + "tests/cli/test_main_config.py::test_config_get_user[key]": 0.15046098570054034, + "tests/cli/test_main_config.py::test_config_get_user[unknown]": 0.14495276683180147, + "tests/cli/test_main_config.py::test_config_read_rc": 0.009546647822455682, + "tests/cli/test_main_config.py::test_config_remove_item": 0.007715831446527165, + "tests/cli/test_main_config.py::test_config_remove_key": 0.003968113490139807, + "tests/cli/test_main_config.py::test_config_set_key": 0.006630308006164886, + "tests/cli/test_main_config.py::test_config_set_keys": 0.015035040130044057, + "tests/cli/test_main_config.py::test_config_show_sources_json": 0.13922531321999923, + "tests/cli/test_main_config.py::test_config_write_rc": 0.006401693200748983, + "tests/cli/test_main_export.py::test_execute_export_no_file_specified": 0.13259457832989924, + "tests/cli/test_main_export.py::test_export": 0.13542096667275993, + "tests/cli/test_main_export.py::test_export_add_channels": 0.12375616738015108, + "tests/cli/test_main_export.py::test_export_override_channels": 0.1500121189446719, + "tests/cli/test_main_export.py::test_export_with_json": 0.12142652453799885, + "tests/cli/test_main_export.py::test_export_yaml_file_extension": 0.10633645124499348, + "tests/cli/test_main_info.py::test_info": 0.8673547958868065, "tests/cli/test_main_info.py::test_info_all": 0.23057341150001065, - "tests/cli/test_main_info.py::test_info_json": 0.20491066413853473, - "tests/cli/test_main_info.py::test_info_root": 0.3250461685739664, - "tests/cli/test_main_info.py::test_info_unsafe_channels": 0.3465183496506961, - "tests/cli/test_main_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 175.09527899581317, - "tests/cli/test_main_install.py::test_install_freezes_env_by_default": 1.4263371840057326, - "tests/cli/test_main_install.py::test_install_from_extracted_package": 33.171243171029275, - "tests/cli/test_main_install.py::test_install_mkdir": 40.987526767687456, - "tests/cli/test_main_list.py::test_explicit[--md5]": 1.368209251095661, - "tests/cli/test_main_list.py::test_explicit[--quiet]": 1.5616909950933877, - "tests/cli/test_main_list.py::test_explicit[--sha256]": 1.3473806962526098, - "tests/cli/test_main_list.py::test_export": 0.6253017899589769, - "tests/cli/test_main_list.py::test_list": 4.825836495447847, - "tests/cli/test_main_list.py::test_list_explicit": 8.946596380097859, - "tests/cli/test_main_list.py::test_list_json": 0.2882684045273458, - "tests/cli/test_main_list.py::test_list_package": 0.1627327864221849, - "tests/cli/test_main_list.py::test_list_reverse": 9.528408157021254, - "tests/cli/test_main_list.py::test_list_revisions": 0.25892763720917783, - "tests/cli/test_main_list.py::test_list_specific_version": 0.5206477590075811, - "tests/cli/test_main_notices.py::test_cache_names_appear_as_expected": 0.12113515085555436, - "tests/cli/test_main_notices.py::test_main_notices[200]": 0.12148944302459144, - "tests/cli/test_main_notices.py::test_main_notices[404]": 0.12468071180514563, - "tests/cli/test_main_notices.py::test_main_notices_handles_bad_expired_at_field": 0.12161329960542584, - "tests/cli/test_main_notices.py::test_main_notices_help": 0.05277127266819963, - "tests/cli/test_main_notices.py::test_main_notices_json": 0.09604191391385991, - "tests/cli/test_main_notices.py::test_main_notices_reads_from_cache": 0.13751589540770406, - "tests/cli/test_main_notices.py::test_main_notices_reads_from_expired_cache": 0.12958591407185024, - "tests/cli/test_main_notices.py::test_notices_appear_once_when_running_decorated_commands": 4.190304645403868, - "tests/cli/test_main_notices.py::test_notices_cannot_read_cache_files": 0.18569618393955603, - "tests/cli/test_main_notices.py::test_notices_does_not_interrupt_command_on_failure": 1.2279111557658517, - "tests/cli/test_main_notices.py::test_notices_work_with_s3_channel": 0.21450163466150188, - "tests/cli/test_main_remove.py::test_remove_all": 24.96850989799877, - "tests/cli/test_main_remove.py::test_remove_all_keep_env": 25.47430327569349, - "tests/cli/test_main_remove.py::test_remove_globbed_package_names[classic]": 6.10488047530661, - "tests/cli/test_main_remove.py::test_remove_globbed_package_names[libmamba]": 0.5248718677612775, - "tests/cli/test_main_remove.py::test_remove_nonexistent_env": 0.11111034696250999, - "tests/cli/test_main_rename.py::test_cannot_rename_active_env_by_name": 2.535927908421863, - "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_name": 0.12741436578625936, - "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_path": 0.12224569717442649, - "tests/cli/test_main_rename.py::test_cannot_rename_nonexistent_env": 0.14096730919531547, - "tests/cli/test_main_rename.py::test_protected_dirs_error_for_rename": 2.110397341875192, - "tests/cli/test_main_rename.py::test_rename_by_name_name_already_exists_error": 3.347659915868761, - "tests/cli/test_main_rename.py::test_rename_by_name_success": 3.440473143144888, - "tests/cli/test_main_rename.py::test_rename_by_path_path_already_exists_error": 3.10552625921031, - "tests/cli/test_main_rename.py::test_rename_by_path_success": 3.243169183070307, - "tests/cli/test_main_rename.py::test_rename_with_dry_run": 2.6066102470926156, - "tests/cli/test_main_rename.py::test_rename_with_force": 5.252644516520702, - "tests/cli/test_main_rename.py::test_rename_with_force_and_dry_run": 1.792467879897456, - "tests/cli/test_main_rename.py::test_rename_with_force_with_errors": 4.996452801835699, - "tests/cli/test_main_rename.py::test_rename_with_force_with_errors_prefix": 2.584753439154423, - "tests/cli/test_main_rename.py::test_separator_chars_on_win": 0.0008006934472678396, - "tests/cli/test_main_run.py::test_conda_run_nonexistant_prefix": 0.11781874251582458, - "tests/cli/test_main_run.py::test_conda_run_prefix_not_a_conda_env": 0.11048662929163226, - "tests/cli/test_main_run.py::test_multiline_run_command": 4.167020271184938, - "tests/cli/test_main_run.py::test_run_readonly_env": 3.858095745888463, - "tests/cli/test_main_run.py::test_run_returns_int": 4.0889083117270255, - "tests/cli/test_main_run.py::test_run_returns_nonzero_errorlevel": 3.9812979016436616, - "tests/cli/test_main_run.py::test_run_returns_zero_errorlevel": 4.0974689231887815, - "tests/cli/test_main_run.py::test_run_uncaptured": 4.228148887124553, - "tests/cli/test_main_search.py::test_anaconda_token_with_private_package": 18.46740968682755, - "tests/cli/test_main_search.py::test_bad_anaconda_token": 0.9261241936766175, - "tests/cli/test_main_search.py::test_current_platform_package_missing": 0.14359532748092976, - "tests/cli/test_main_search.py::test_different_platform_package_found": 0.1895068847257772, - "tests/cli/test_main_search.py::test_mocked_platform_package_found": 0.1846946225040587, - "tests/cli/test_main_search.py::test_pretty_record": 0.0024091409448591004, - "tests/cli/test_main_search.py::test_rpy_search[linux-32]": 7.8210905872372996, - "tests/cli/test_main_search.py::test_rpy_search[linux-64]": 11.879338083278009, - "tests/cli/test_main_search.py::test_rpy_search[osx-64]": 13.474601690297844, - "tests/cli/test_main_search.py::test_rpy_search[win-32]": 7.457023098876376, - "tests/cli/test_main_search.py::test_rpy_search[win-64]": 10.59347669079171, - "tests/cli/test_main_search.py::test_search_0": 1.8691522038900865, - "tests/cli/test_main_search.py::test_search_1": 0.2570474146423317, - "tests/cli/test_main_search.py::test_search_2[exact]": 0.16659232218543907, - "tests/cli/test_main_search.py::test_search_2[wildcard]": 0.766070909152057, - "tests/cli/test_main_search.py::test_search_3": 1.816560393118836, - "tests/cli/test_main_search.py::test_search_4": 0.17562517788591708, - "tests/cli/test_main_search.py::test_search_5": 0.8690712415845199, - "tests/cli/test_main_search.py::test_search_envs": 0.14268102784522463, - "tests/cli/test_main_search.py::test_search_envs_info": 0.26148958287597734, - "tests/cli/test_main_search.py::test_search_envs_json": 0.3204788873803021, - "tests/cli/test_main_search.py::test_search_inflexible": 1.6402086505002038, - "tests/cli/test_main_search.py::test_unknown_platform_package_missing": 0.08917792211856479, - "tests/cli/test_subcommands.py::test_clean[classic]": 1.3198689967978279, - "tests/cli/test_subcommands.py::test_clean[libmamba]": 2.2845818953389556, - "tests/cli/test_subcommands.py::test_compare[classic]": 0.5286122924400708, - "tests/cli/test_subcommands.py::test_compare[libmamba]": 10.658310683026395, - "tests/cli/test_subcommands.py::test_config[classic]": 0.14163418858163893, - "tests/cli/test_subcommands.py::test_config[libmamba]": 0.14760409524377616, - "tests/cli/test_subcommands.py::test_create[classic]": 0.7040799029780485, - "tests/cli/test_subcommands.py::test_create[libmamba]": 17.15685612786121, - "tests/cli/test_subcommands.py::test_doctor[classic]": 7.755977421041232, - "tests/cli/test_subcommands.py::test_doctor[libmamba]": 7.872517217563224, - "tests/cli/test_subcommands.py::test_env_config_vars[classic]": 0.8409103684743667, - "tests/cli/test_subcommands.py::test_env_config_vars[libmamba]": 2.9718314394600167, - "tests/cli/test_subcommands.py::test_env_create[classic]": 4.816862060730667, - "tests/cli/test_subcommands.py::test_env_create[libmamba]": 2.928132071354364, - "tests/cli/test_subcommands.py::test_env_export[classic]": 0.7785610584174577, - "tests/cli/test_subcommands.py::test_env_export[libmamba]": 0.8965603421152325, - "tests/cli/test_subcommands.py::test_env_list[classic]": 0.6031695788948345, - "tests/cli/test_subcommands.py::test_env_list[libmamba]": 0.5753357685658621, - "tests/cli/test_subcommands.py::test_env_remove[classic]": 0.675812370958624, - "tests/cli/test_subcommands.py::test_env_remove[libmamba]": 2.6440071204029896, - "tests/cli/test_subcommands.py::test_env_update[classic]": 2.005674575817472, - "tests/cli/test_subcommands.py::test_env_update[libmamba]": 7.599834516503275, - "tests/cli/test_subcommands.py::test_info[classic]": 0.25438966293539633, - "tests/cli/test_subcommands.py::test_info[libmamba]": 0.2964779472531252, - "tests/cli/test_subcommands.py::test_info_json[classic]": 0.5926475696432965, - "tests/cli/test_subcommands.py::test_info_json[libmamba]": 0.5714236605907236, - "tests/cli/test_subcommands.py::test_init[classic]": 0.18258013558222586, - "tests/cli/test_subcommands.py::test_init[libmamba]": 0.20257308043687441, - "tests/cli/test_subcommands.py::test_install[classic]": 5.56164811199907, - "tests/cli/test_subcommands.py::test_install[libmamba]": 7.0506179688469715, - "tests/cli/test_subcommands.py::test_list[classic]": 2.5630208003485127, - "tests/cli/test_subcommands.py::test_list[libmamba]": 1.8286469051007905, - "tests/cli/test_subcommands.py::test_notices[classic]": 0.27991805516159735, - "tests/cli/test_subcommands.py::test_notices[libmamba]": 0.308001302546363, - "tests/cli/test_subcommands.py::test_package[classic]": 0.5192016954555497, - "tests/cli/test_subcommands.py::test_package[libmamba]": 2.3509348052918297, - "tests/cli/test_subcommands.py::test_remove[classic-remove]": 0.6506353041100097, - "tests/cli/test_subcommands.py::test_remove[classic-uninstall]": 0.6510303055686613, - "tests/cli/test_subcommands.py::test_remove[libmamba-remove]": 2.5745543935785338, - "tests/cli/test_subcommands.py::test_remove[libmamba-uninstall]": 2.478244663414094, - "tests/cli/test_subcommands.py::test_remove_all_json[classic-remove]": 1.4926560076393047, - "tests/cli/test_subcommands.py::test_remove_all_json[classic-uninstall]": 1.3293838549947359, - "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-remove]": 1.9824393369385265, - "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-uninstall]": 2.463335908944398, - "tests/cli/test_subcommands.py::test_rename[classic]": 0.8580687599064198, - "tests/cli/test_subcommands.py::test_rename[libmamba]": 3.308148527321834, - "tests/cli/test_subcommands.py::test_run[classic]": 1.9504914143044283, - "tests/cli/test_subcommands.py::test_run[libmamba]": 3.1869544804948333, - "tests/cli/test_subcommands.py::test_search[classic]": 9.034783332305691, - "tests/cli/test_subcommands.py::test_search[libmamba]": 4.550611325565938, - "tests/cli/test_subcommands.py::test_update[classic-update]": 1.8659039748210489, - "tests/cli/test_subcommands.py::test_update[classic-upgrade]": 1.713317498680029, - "tests/cli/test_subcommands.py::test_update[libmamba-update]": 6.051796661832616, - "tests/cli/test_subcommands.py::test_update[libmamba-upgrade]": 4.300465014491805, - "tests/common/os/test_windows.py::test_is_admin_on_windows": 0.00299901716043257, - "tests/common/pkg_formats/test_python.py::test_basepydist_load_requires_provides_file": 0.004144301576377878, - "tests/common/pkg_formats/test_python.py::test_basepydist_parse_entries_file_data": 0.003878731492445103, - "tests/common/pkg_formats/test_python.py::test_basepydist_parse_requires_file_data": 0.0032357818898947, - "tests/common/pkg_formats/test_python.py::test_dist_get_paths": 0.003948277625574491, - "tests/common/pkg_formats/test_python.py::test_dist_get_paths_no_paths": 0.004467888046403897, - "tests/common/pkg_formats/test_python.py::test_evaluate_marker": 0.003685038978997076, - "tests/common/pkg_formats/test_python.py::test_get_default_marker_context": 0.003048913953156424, - "tests/common/pkg_formats/test_python.py::test_get_dist_file_from_egg_link": 0.012625636977264288, - "tests/common/pkg_formats/test_python.py::test_get_dist_requirements": 0.004174755654720908, - "tests/common/pkg_formats/test_python.py::test_get_entry_points": 0.0058200943330894185, - "tests/common/pkg_formats/test_python.py::test_get_extra_provides": 0.005748476435514222, - "tests/common/pkg_formats/test_python.py::test_get_python_distribution_info": 0.0005983457507446475, - "tests/common/pkg_formats/test_python.py::test_get_site_packages_anchor_files": 0.005706647947059102, + "tests/cli/test_main_info.py::test_info_json": 0.19041101526193918, + "tests/cli/test_main_info.py::test_info_root": 0.3464413159095386, + "tests/cli/test_main_info.py::test_info_unsafe_channels": 0.3619462208814379, + "tests/cli/test_main_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 246.5018311816527, + "tests/cli/test_main_install.py::test_install_freezes_env_by_default": 1.604983979727701, + "tests/cli/test_main_install.py::test_install_from_extracted_package": 24.364182247229806, + "tests/cli/test_main_install.py::test_install_mkdir": 36.46305890794979, + "tests/cli/test_main_list.py::test_explicit[--md5]": 1.4473327773081703, + "tests/cli/test_main_list.py::test_explicit[--quiet]": 1.6183016815131417, + "tests/cli/test_main_list.py::test_explicit[--sha256]": 1.365970183236872, + "tests/cli/test_main_list.py::test_export": 0.6947988278593145, + "tests/cli/test_main_list.py::test_list": 4.057796114139088, + "tests/cli/test_main_list.py::test_list_explicit": 9.284124058836769, + "tests/cli/test_main_list.py::test_list_json": 0.27594872044399665, + "tests/cli/test_main_list.py::test_list_package": 0.1509093575587775, + "tests/cli/test_main_list.py::test_list_reverse": 9.807198268257503, + "tests/cli/test_main_list.py::test_list_revisions": 0.2376958219251094, + "tests/cli/test_main_list.py::test_list_specific_version": 0.5790498483156508, + "tests/cli/test_main_notices.py::test_cache_names_appear_as_expected": 0.15035160543286988, + "tests/cli/test_main_notices.py::test_main_notices[200]": 0.16535716309819287, + "tests/cli/test_main_notices.py::test_main_notices[404]": 0.17159050940899354, + "tests/cli/test_main_notices.py::test_main_notices_handles_bad_expired_at_field": 0.15472517499160213, + "tests/cli/test_main_notices.py::test_main_notices_help": 0.04961445309138656, + "tests/cli/test_main_notices.py::test_main_notices_json": 0.09090991101393597, + "tests/cli/test_main_notices.py::test_main_notices_reads_from_cache": 0.15935158462040364, + "tests/cli/test_main_notices.py::test_main_notices_reads_from_expired_cache": 0.16831508056703376, + "tests/cli/test_main_notices.py::test_notices_appear_once_when_running_decorated_commands": 4.1222690390896854, + "tests/cli/test_main_notices.py::test_notices_cannot_read_cache_files": 0.21034645434487148, + "tests/cli/test_main_notices.py::test_notices_does_not_interrupt_command_on_failure": 0.9467547772940061, + "tests/cli/test_main_notices.py::test_notices_work_with_s3_channel": 0.2441547861235396, + "tests/cli/test_main_remove.py::test_remove_all": 25.045046979510776, + "tests/cli/test_main_remove.py::test_remove_all_keep_env": 22.70906567185853, + "tests/cli/test_main_remove.py::test_remove_globbed_package_names[classic]": 6.144553554240161, + "tests/cli/test_main_remove.py::test_remove_globbed_package_names[libmamba]": 0.5905711903876383, + "tests/cli/test_main_remove.py::test_remove_nonexistent_env": 0.11110369007416597, + "tests/cli/test_main_rename.py::test_cannot_rename_active_env_by_name": 1.8900893452216905, + "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_name": 0.11727249882664344, + "tests/cli/test_main_rename.py::test_cannot_rename_base_env_by_path": 0.1099416656775362, + "tests/cli/test_main_rename.py::test_cannot_rename_nonexistent_env": 0.12513197868162, + "tests/cli/test_main_rename.py::test_protected_dirs_error_for_rename": 2.6411874107318143, + "tests/cli/test_main_rename.py::test_rename_by_name_name_already_exists_error": 2.6616510730403893, + "tests/cli/test_main_rename.py::test_rename_by_name_success": 4.252001591292133, + "tests/cli/test_main_rename.py::test_rename_by_path_path_already_exists_error": 2.8800243772345553, + "tests/cli/test_main_rename.py::test_rename_by_path_success": 4.113503213612395, + "tests/cli/test_main_rename.py::test_rename_with_dry_run": 2.1780763749265217, + "tests/cli/test_main_rename.py::test_rename_with_force": 6.587337068959168, + "tests/cli/test_main_rename.py::test_rename_with_force_and_dry_run": 2.4715357918918466, + "tests/cli/test_main_rename.py::test_rename_with_force_with_errors": 4.489637112232708, + "tests/cli/test_main_rename.py::test_rename_with_force_with_errors_prefix": 2.780526487079328, + "tests/cli/test_main_rename.py::test_separator_chars_on_win": 0.0007338379630548946, + "tests/cli/test_main_run.py::test_conda_run_nonexistant_prefix": 0.1113241344894639, + "tests/cli/test_main_run.py::test_conda_run_prefix_not_a_conda_env": 0.1100633154878894, + "tests/cli/test_main_run.py::test_multiline_run_command": 3.427382428756901, + "tests/cli/test_main_run.py::test_run_readonly_env": 3.7191335279217363, + "tests/cli/test_main_run.py::test_run_returns_int": 3.694022854128142, + "tests/cli/test_main_run.py::test_run_returns_nonzero_errorlevel": 3.539002689059347, + "tests/cli/test_main_run.py::test_run_returns_zero_errorlevel": 3.0517967038321605, + "tests/cli/test_main_run.py::test_run_uncaptured": 3.7652356776154887, + "tests/cli/test_main_search.py::test_anaconda_token_with_private_package": 29.70062963795154, + "tests/cli/test_main_search.py::test_bad_anaconda_token": 0.7974114019097296, + "tests/cli/test_main_search.py::test_current_platform_package_missing": 0.12872494622423009, + "tests/cli/test_main_search.py::test_different_platform_package_found": 0.17428622084947637, + "tests/cli/test_main_search.py::test_mocked_platform_package_found": 0.1338577966953898, + "tests/cli/test_main_search.py::test_pretty_record": 0.0025862074338518335, + "tests/cli/test_main_search.py::test_rpy_search[linux-32]": 5.914744015956198, + "tests/cli/test_main_search.py::test_rpy_search[linux-64]": 16.121878885126083, + "tests/cli/test_main_search.py::test_rpy_search[osx-64]": 12.387522350835617, + "tests/cli/test_main_search.py::test_rpy_search[win-32]": 6.826045268681645, + "tests/cli/test_main_search.py::test_rpy_search[win-64]": 10.300485057391528, + "tests/cli/test_main_search.py::test_search_0": 1.584443750636517, + "tests/cli/test_main_search.py::test_search_1": 0.2301439392304418, + "tests/cli/test_main_search.py::test_search_2[exact]": 0.31068179567840265, + "tests/cli/test_main_search.py::test_search_2[wildcard]": 1.6002344650540863, + "tests/cli/test_main_search.py::test_search_3": 1.6692057687457489, + "tests/cli/test_main_search.py::test_search_4": 0.15131805677881915, + "tests/cli/test_main_search.py::test_search_5": 1.024946503830389, + "tests/cli/test_main_search.py::test_search_envs": 0.16930055180631376, + "tests/cli/test_main_search.py::test_search_envs_info": 0.24877872800957904, + "tests/cli/test_main_search.py::test_search_envs_json": 0.20876906963807063, + "tests/cli/test_main_search.py::test_search_inflexible": 1.4822667770645883, + "tests/cli/test_main_search.py::test_unknown_platform_package_missing": 0.08347626092664376, + "tests/cli/test_subcommands.py::test_clean[classic]": 1.0622778540107058, + "tests/cli/test_subcommands.py::test_clean[libmamba]": 2.1855084149899606, + "tests/cli/test_subcommands.py::test_compare[classic]": 0.5606997087330092, + "tests/cli/test_subcommands.py::test_compare[libmamba]": 10.707906716520272, + "tests/cli/test_subcommands.py::test_config[classic]": 0.1433200472215287, + "tests/cli/test_subcommands.py::test_config[libmamba]": 0.14084740503985846, + "tests/cli/test_subcommands.py::test_create[classic]": 0.967883209005515, + "tests/cli/test_subcommands.py::test_create[libmamba]": 16.644802387730092, + "tests/cli/test_subcommands.py::test_doctor[classic]": 7.158965793162394, + "tests/cli/test_subcommands.py::test_doctor[libmamba]": 7.379344132595659, + "tests/cli/test_subcommands.py::test_env_config_vars[classic]": 0.7799344418171302, + "tests/cli/test_subcommands.py::test_env_config_vars[libmamba]": 3.1398454759358385, + "tests/cli/test_subcommands.py::test_env_create[classic]": 3.683667170492567, + "tests/cli/test_subcommands.py::test_env_create[libmamba]": 2.8026878678070983, + "tests/cli/test_subcommands.py::test_env_export[classic]": 0.9058350112108974, + "tests/cli/test_subcommands.py::test_env_export[libmamba]": 0.8610580190617024, + "tests/cli/test_subcommands.py::test_env_list[classic]": 0.5550417776465817, + "tests/cli/test_subcommands.py::test_env_list[libmamba]": 0.540554845218823, + "tests/cli/test_subcommands.py::test_env_remove[classic]": 0.7433879209843203, + "tests/cli/test_subcommands.py::test_env_remove[libmamba]": 2.1787399737313518, + "tests/cli/test_subcommands.py::test_env_update[classic]": 2.063426621911598, + "tests/cli/test_subcommands.py::test_env_update[libmamba]": 5.706102063001811, + "tests/cli/test_subcommands.py::test_info[classic]": 0.2387271512588245, + "tests/cli/test_subcommands.py::test_info[libmamba]": 0.25204146361790525, + "tests/cli/test_subcommands.py::test_info_json[classic]": 0.6941761847834699, + "tests/cli/test_subcommands.py::test_info_json[libmamba]": 0.47183640874531907, + "tests/cli/test_subcommands.py::test_init[classic]": 0.18856698663722596, + "tests/cli/test_subcommands.py::test_init[libmamba]": 0.18433077426522312, + "tests/cli/test_subcommands.py::test_install[classic]": 7.0377538567034215, + "tests/cli/test_subcommands.py::test_install[libmamba]": 5.943219073958257, + "tests/cli/test_subcommands.py::test_list[classic]": 2.3182975013748925, + "tests/cli/test_subcommands.py::test_list[libmamba]": 3.4359281691748453, + "tests/cli/test_subcommands.py::test_notices[classic]": 0.3160422707943131, + "tests/cli/test_subcommands.py::test_notices[libmamba]": 0.3247442955848157, + "tests/cli/test_subcommands.py::test_package[classic]": 0.48994841425865004, + "tests/cli/test_subcommands.py::test_package[libmamba]": 3.2432035943274236, + "tests/cli/test_subcommands.py::test_remove[classic-remove]": 0.6839887349485577, + "tests/cli/test_subcommands.py::test_remove[classic-uninstall]": 0.6392973085798469, + "tests/cli/test_subcommands.py::test_remove[libmamba-remove]": 2.9203942211488925, + "tests/cli/test_subcommands.py::test_remove[libmamba-uninstall]": 3.0137366465972764, + "tests/cli/test_subcommands.py::test_remove_all_json[classic-remove]": 1.2180012673490297, + "tests/cli/test_subcommands.py::test_remove_all_json[classic-uninstall]": 1.2742105510066184, + "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-remove]": 2.064551948217191, + "tests/cli/test_subcommands.py::test_remove_all_json[libmamba-uninstall]": 2.461039726550328, + "tests/cli/test_subcommands.py::test_rename[classic]": 0.996629482122922, + "tests/cli/test_subcommands.py::test_rename[libmamba]": 3.2153869463990805, + "tests/cli/test_subcommands.py::test_run[classic]": 2.3602724519976994, + "tests/cli/test_subcommands.py::test_run[libmamba]": 3.437518198572975, + "tests/cli/test_subcommands.py::test_search[classic]": 7.24396187040907, + "tests/cli/test_subcommands.py::test_search[libmamba]": 3.4968568116501753, + "tests/cli/test_subcommands.py::test_update[classic-update]": 2.2023055743315645, + "tests/cli/test_subcommands.py::test_update[classic-upgrade]": 1.7535383002249247, + "tests/cli/test_subcommands.py::test_update[libmamba-update]": 4.769225668644418, + "tests/cli/test_subcommands.py::test_update[libmamba-upgrade]": 4.169223291423486, + "tests/common/os/test_windows.py::test_is_admin_on_windows": 0.002717447188436576, + "tests/common/pkg_formats/test_python.py::test_basepydist_load_requires_provides_file": 0.007837806837134495, + "tests/common/pkg_formats/test_python.py::test_basepydist_parse_entries_file_data": 0.003488576664006916, + "tests/common/pkg_formats/test_python.py::test_basepydist_parse_requires_file_data": 0.0029844457861418145, + "tests/common/pkg_formats/test_python.py::test_dist_get_paths": 0.003916416265405113, + "tests/common/pkg_formats/test_python.py::test_dist_get_paths_no_paths": 0.004193256532543579, + "tests/common/pkg_formats/test_python.py::test_evaluate_marker": 0.003511812400866061, + "tests/common/pkg_formats/test_python.py::test_get_default_marker_context": 0.003366483147820214, + "tests/common/pkg_formats/test_python.py::test_get_dist_file_from_egg_link": 0.010330501951740697, + "tests/common/pkg_formats/test_python.py::test_get_dist_requirements": 0.004064710778973966, + "tests/common/pkg_formats/test_python.py::test_get_entry_points": 0.005871996541218334, + "tests/common/pkg_formats/test_python.py::test_get_extra_provides": 0.005708771066636838, + "tests/common/pkg_formats/test_python.py::test_get_python_distribution_info": 0.0006188297792516079, + "tests/common/pkg_formats/test_python.py::test_get_site_packages_anchor_files": 0.005169763470802729, "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.004161510906330449, - "tests/common/pkg_formats/test_python.py::test_metadata[path1-True-False-False-False]": 0.007395769427676704, - "tests/common/pkg_formats/test_python.py::test_metadata[path2-True-True-True-False]": 0.0046605768498449, - "tests/common/pkg_formats/test_python.py::test_metadata[path3-True-True-True-True]": 0.00524709236932275, - "tests/common/pkg_formats/test_python.py::test_metadata_keys": 0.00328429158996289, - "tests/common/pkg_formats/test_python.py::test_metadata_none": 0.002901515816911833, - "tests/common/pkg_formats/test_python.py::test_metadata_process_path": 0.005186620031470964, - "tests/common/pkg_formats/test_python.py::test_metadata_read_metadata": 0.005241038266403939, - "tests/common/pkg_formats/test_python.py::test_norm_package_name": 0.0033372080791954977, - "tests/common/pkg_formats/test_python.py::test_norm_package_version": 0.0037455763494799676, - "tests/common/pkg_formats/test_python.py::test_parse_specification": 0.006527999241024694, - "tests/common/pkg_formats/test_python.py::test_pydist_check_files": 0.004889006170326456, - "tests/common/pkg_formats/test_python.py::test_pypi_name_to_conda_name": 0.0029413695798369394, - "tests/common/pkg_formats/test_python.py::test_python_dist_egg_fpath": 0.003735042897716909, - "tests/common/pkg_formats/test_python.py::test_python_dist_egg_path": 0.0037128022545832046, - "tests/common/pkg_formats/test_python.py::test_python_dist_info": 0.0045591977957531735, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies": 0.005311611330554944, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_2": 0.0038855177811646198, - "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_3": 0.003859666079258489, - "tests/common/pkg_formats/test_python.py::test_split_spec": 0.003752986959652212, - "tests/common/test_compat.py::test_deprecations[FILESYSTEM_ENCODING-TypeError]": 0.0037400363346721515, - "tests/common/test_compat.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.0033317201409326547, - "tests/common/test_compat.py::test_deprecations[ensure_unicode-TypeError]": 0.0032261656342154068, - "tests/common/test_compat.py::test_deprecations[open-TypeError]": 0.0035611564637749145, - "tests/common/test_compat.py::test_deprecations[six_with_metaclass-TypeError]": 0.0032233230030063627, - "tests/common/test_configuration.py::test_commented_map_parameter": 0.005076593363032444, - "tests/common/test_configuration.py::test_config_resets": 0.004876025325422954, - "tests/common/test_configuration.py::test_cross_parameter_validation": 0.002900137485613062, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$$/suffix]": 0.0029600535674391237, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$/suffix]": 0.0038365675626938138, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$1/suffix]": 0.003270011105532788, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$MISSING/suffix]": 0.0033173195772389246, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/$VARIABLE/suffix]": 0.0037103493646798236, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${1}/suffix]": 0.0029991796523722762, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${MISSING}/suffix]": 0.0034962104010094162, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${VARIABLE}/suffix]": 0.003612384678895943, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/${}/suffix]": 0.0034119790444093667, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%%/suffix]": 0.003116418317517199, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%/suffix]": 0.003307073250038582, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1%/suffix]": 0.003311782042331239, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1/suffix]": 0.0032800025276031233, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%MISSING%/suffix]": 0.003629782517787238, - "tests/common/test_configuration.py::test_custom_expandvars[prefix/%VARIABLE%/suffix]": 0.0006941264108266906, - "tests/common/test_configuration.py::test_default_values": 0.004599757527909472, - "tests/common/test_configuration.py::test_empty_map_parameter": 0.00849020741408183, - "tests/common/test_configuration.py::test_env_var_config": 0.003851889918451917, - "tests/common/test_configuration.py::test_env_var_config_alias": 0.004029536999093995, - "tests/common/test_configuration.py::test_env_var_config_empty_sequence": 0.004589239938905173, - "tests/common/test_configuration.py::test_env_var_config_no_split_sequence": 0.003965430567189043, - "tests/common/test_configuration.py::test_env_var_config_split_sequence": 0.0037384661911705926, - "tests/common/test_configuration.py::test_expand_search_path": 0.005105271529062355, - "tests/common/test_configuration.py::test_expanded_variables": 0.011606132968582731, - "tests/common/test_configuration.py::test_important_primitive_map_merges": 0.11330946818059999, - "tests/common/test_configuration.py::test_invalid_map_parameter": 0.003148597441982442, - "tests/common/test_configuration.py::test_invalid_seq_parameter": 0.003042336360141759, - "tests/common/test_configuration.py::test_list_merges": 0.10593374794583088, - "tests/common/test_configuration.py::test_load_raw_configs": 0.04195404494676971, - "tests/common/test_configuration.py::test_map_parameter_must_be_map": 0.004645081802453791, - "tests/common/test_configuration.py::test_nested": 0.022181312967907808, - "tests/common/test_configuration.py::test_object": 0.017314795447212518, - "tests/common/test_configuration.py::test_object_defaults_completely_empty": 0.005175546674639967, - "tests/common/test_configuration.py::test_object_defaults_partially_empty": 0.00768049233886363, - "tests/common/test_configuration.py::test_parameter": 0.0026405456155525063, - "tests/common/test_configuration.py::test_parameter_flag": 0.002830838882008033, - "tests/common/test_configuration.py::test_pretty_list": 0.003706472629481507, - "tests/common/test_configuration.py::test_raise_errors": 0.003303163274343591, - "tests/common/test_configuration.py::test_simple_merges_and_caching": 0.027163287809586496, - "tests/common/test_configuration.py::test_unique_sequence_map_error_with_duplicates": 0.006959446103483258, - "tests/common/test_configuration.py::test_unique_sequence_map_error_with_unique_key": 0.006118904041220357, - "tests/common/test_configuration.py::test_validate_all": 0.01837037478972374, - "tests/common/test_configuration.py::test_validation": 0.019561852955452808, - "tests/common/test_io.py::test_attach_stderr_handler": 0.004871723139328204, - "tests/common/test_io.py::test_captured": 0.0036643625068653166, - "tests/common/test_path.py::test_get_major_minor_version_no_dot": 0.003085810291175771, - "tests/common/test_path.py::test_missing_pyc_files_27": 0.003409893737034577, - "tests/common/test_path.py::test_missing_pyc_files_34": 0.003080582692738727, - "tests/common/test_path.py::test_missing_pyc_files_35": 0.0030899140261839934, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH0]": 0.0005455980630993235, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH10]": 0.000565249950673363, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH11]": 0.0005758643253314721, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH1]": 0.0006101052984083013, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH2]": 0.000551465326049131, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH3]": 0.000579010059188224, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH4]": 0.0005943896371438609, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH5]": 0.0005958968542935548, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH6]": 0.0005347929634759059, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH7]": 0.0006137064759216536, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH8]": 0.0005559407567081844, - "tests/common/test_path.py::test_path_conversion[cygpath-PATH9]": 0.0005328865024324634, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC0]": 0.000819279520561398, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC1]": 0.0005579786569741267, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC2]": 0.000752562924105239, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC3]": 0.0006527946485214267, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC4]": 0.0005888196221976977, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC5]": 0.000529752050025368, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC6]": 0.0005587623333139364, - "tests/common/test_path.py::test_path_conversion[cygpath-UNC7]": 0.0006850266791312878, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd0]": 0.0005685106426666285, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd1]": 0.0005971092437764932, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd2]": 0.0006242638981489383, - "tests/common/test_path.py::test_path_conversion[cygpath-cwd3]": 0.0006057537463924747, - "tests/common/test_path.py::test_path_conversion[cygpath-drive0]": 0.0005926052316438387, - "tests/common/test_path.py::test_path_conversion[cygpath-drive10]": 0.0008966469764216666, - "tests/common/test_path.py::test_path_conversion[cygpath-drive11]": 0.000592645262603918, - "tests/common/test_path.py::test_path_conversion[cygpath-drive12]": 0.0005560216087004715, - "tests/common/test_path.py::test_path_conversion[cygpath-drive13]": 0.0006390225237485293, - "tests/common/test_path.py::test_path_conversion[cygpath-drive14]": 0.0005853875096859142, - "tests/common/test_path.py::test_path_conversion[cygpath-drive15]": 0.0005456672159690569, - "tests/common/test_path.py::test_path_conversion[cygpath-drive1]": 0.0005649260276587638, - "tests/common/test_path.py::test_path_conversion[cygpath-drive2]": 0.0005771496071639344, - "tests/common/test_path.py::test_path_conversion[cygpath-drive3]": 0.0007075314581253783, - "tests/common/test_path.py::test_path_conversion[cygpath-drive4]": 0.0006151089797975831, - "tests/common/test_path.py::test_path_conversion[cygpath-drive5]": 0.0005719826537116371, - "tests/common/test_path.py::test_path_conversion[cygpath-drive6]": 0.0005736521666155626, - "tests/common/test_path.py::test_path_conversion[cygpath-drive7]": 0.0005592195211678522, - "tests/common/test_path.py::test_path_conversion[cygpath-drive8]": 0.0005962870426477962, - "tests/common/test_path.py::test_path_conversion[cygpath-drive9]": 0.0005897556639810161, - "tests/common/test_path.py::test_path_conversion[cygpath-relative0]": 0.000568428194297319, - "tests/common/test_path.py::test_path_conversion[cygpath-relative1]": 0.0005848729130584401, - "tests/common/test_path.py::test_path_conversion[cygpath-relative2]": 0.0005735828662638961, - "tests/common/test_path.py::test_path_conversion[cygpath-root0]": 0.0009992609831492897, - "tests/common/test_path.py::test_path_conversion[cygpath-root10]": 0.000527951887018139, - "tests/common/test_path.py::test_path_conversion[cygpath-root11]": 0.0005565541565232558, - "tests/common/test_path.py::test_path_conversion[cygpath-root12]": 0.0005299392323795535, - "tests/common/test_path.py::test_path_conversion[cygpath-root13]": 0.0005711205330123756, - "tests/common/test_path.py::test_path_conversion[cygpath-root14]": 0.0006686889620942685, - "tests/common/test_path.py::test_path_conversion[cygpath-root1]": 0.0005795740081418458, - "tests/common/test_path.py::test_path_conversion[cygpath-root2]": 0.0008364186971372017, - "tests/common/test_path.py::test_path_conversion[cygpath-root3]": 0.0005448606869615771, - "tests/common/test_path.py::test_path_conversion[cygpath-root4]": 0.0005385440216502045, - "tests/common/test_path.py::test_path_conversion[cygpath-root5]": 0.0005853476710571469, - "tests/common/test_path.py::test_path_conversion[cygpath-root6]": 0.0006196134590401362, - "tests/common/test_path.py::test_path_conversion[cygpath-root7]": 0.0008227882473135778, - "tests/common/test_path.py::test_path_conversion[cygpath-root8]": 0.0005784944205339391, - "tests/common/test_path.py::test_path_conversion[cygpath-root9]": 0.0005803943839063669, - "tests/common/test_path.py::test_path_conversion[fallback-PATH0]": 0.012742105346015083, - "tests/common/test_path.py::test_path_conversion[fallback-PATH10]": 0.01423937120537275, - "tests/common/test_path.py::test_path_conversion[fallback-PATH11]": 0.01725242762736746, - "tests/common/test_path.py::test_path_conversion[fallback-PATH1]": 0.01644700100475841, - "tests/common/test_path.py::test_path_conversion[fallback-PATH2]": 0.014430840423320643, - "tests/common/test_path.py::test_path_conversion[fallback-PATH3]": 0.011441202425814036, - "tests/common/test_path.py::test_path_conversion[fallback-PATH4]": 0.019668429017439582, - "tests/common/test_path.py::test_path_conversion[fallback-PATH5]": 0.013782580485364227, - "tests/common/test_path.py::test_path_conversion[fallback-PATH6]": 0.011464867782611259, - "tests/common/test_path.py::test_path_conversion[fallback-PATH7]": 0.016869584669086817, - "tests/common/test_path.py::test_path_conversion[fallback-PATH8]": 0.017987835450796866, - "tests/common/test_path.py::test_path_conversion[fallback-PATH9]": 0.011548880307535106, - "tests/common/test_path.py::test_path_conversion[fallback-UNC0]": 0.018931609526697434, - "tests/common/test_path.py::test_path_conversion[fallback-UNC1]": 0.019640032329535897, - "tests/common/test_path.py::test_path_conversion[fallback-UNC2]": 0.019778665741662715, - "tests/common/test_path.py::test_path_conversion[fallback-UNC3]": 0.013165074130303593, - "tests/common/test_path.py::test_path_conversion[fallback-UNC4]": 0.013628923797458455, - "tests/common/test_path.py::test_path_conversion[fallback-UNC5]": 0.01878632021782533, - "tests/common/test_path.py::test_path_conversion[fallback-UNC6]": 0.011914539436681222, - "tests/common/test_path.py::test_path_conversion[fallback-UNC7]": 0.014954986511237273, - "tests/common/test_path.py::test_path_conversion[fallback-cwd0]": 0.02057155385663659, - "tests/common/test_path.py::test_path_conversion[fallback-cwd1]": 0.006840393956273092, - "tests/common/test_path.py::test_path_conversion[fallback-cwd2]": 0.009372019948519569, - "tests/common/test_path.py::test_path_conversion[fallback-cwd3]": 0.017519765085776105, - "tests/common/test_path.py::test_path_conversion[fallback-drive0]": 0.016213499527710232, - "tests/common/test_path.py::test_path_conversion[fallback-drive10]": 0.02371563895177403, - "tests/common/test_path.py::test_path_conversion[fallback-drive11]": 0.020635302642898715, - "tests/common/test_path.py::test_path_conversion[fallback-drive12]": 0.016388247736907093, - "tests/common/test_path.py::test_path_conversion[fallback-drive13]": 0.01628516421673658, - "tests/common/test_path.py::test_path_conversion[fallback-drive14]": 0.023123952864839096, - "tests/common/test_path.py::test_path_conversion[fallback-drive15]": 0.02110916295779637, - "tests/common/test_path.py::test_path_conversion[fallback-drive1]": 0.014265642684844182, - "tests/common/test_path.py::test_path_conversion[fallback-drive2]": 0.014765627216064958, - "tests/common/test_path.py::test_path_conversion[fallback-drive3]": 0.016271004390534215, - "tests/common/test_path.py::test_path_conversion[fallback-drive4]": 0.0238313057133497, - "tests/common/test_path.py::test_path_conversion[fallback-drive5]": 0.01673464714621702, - "tests/common/test_path.py::test_path_conversion[fallback-drive6]": 0.016683664685825328, - "tests/common/test_path.py::test_path_conversion[fallback-drive7]": 0.014729033624205173, - "tests/common/test_path.py::test_path_conversion[fallback-drive8]": 0.01911884329063007, - "tests/common/test_path.py::test_path_conversion[fallback-drive9]": 0.018364539762432696, - "tests/common/test_path.py::test_path_conversion[fallback-relative0]": 0.019137326652059486, - "tests/common/test_path.py::test_path_conversion[fallback-relative1]": 0.021173807913532117, - "tests/common/test_path.py::test_path_conversion[fallback-relative2]": 0.019127077098305648, - "tests/common/test_path.py::test_path_conversion[fallback-root0]": 0.01840394056991568, - "tests/common/test_path.py::test_path_conversion[fallback-root10]": 0.011768624769555933, - "tests/common/test_path.py::test_path_conversion[fallback-root11]": 0.014426360599165428, - "tests/common/test_path.py::test_path_conversion[fallback-root12]": 0.01911846123299505, - "tests/common/test_path.py::test_path_conversion[fallback-root13]": 0.012697722546469767, - "tests/common/test_path.py::test_path_conversion[fallback-root14]": 0.01323696636063365, - "tests/common/test_path.py::test_path_conversion[fallback-root1]": 0.012054766800063881, - "tests/common/test_path.py::test_path_conversion[fallback-root2]": 0.011310084344515683, - "tests/common/test_path.py::test_path_conversion[fallback-root3]": 0.014137582823275305, - "tests/common/test_path.py::test_path_conversion[fallback-root4]": 0.01915964256871432, - "tests/common/test_path.py::test_path_conversion[fallback-root5]": 0.0124045207474671, - "tests/common/test_path.py::test_path_conversion[fallback-root6]": 0.010951333572471515, - "tests/common/test_path.py::test_path_conversion[fallback-root7]": 0.015384204449170682, - "tests/common/test_path.py::test_path_conversion[fallback-root8]": 0.01997856785471024, - "tests/common/test_path.py::test_path_conversion[fallback-root9]": 0.013557826203992944, - "tests/common/test_path.py::test_path_conversion_falsy[None]": 0.003287971251890191, - "tests/common/test_path.py::test_path_conversion_falsy[empty dict]": 0.003440797390686378, - "tests/common/test_path.py::test_path_conversion_falsy[empty list]": 0.003345406578559255, - "tests/common/test_path.py::test_path_conversion_falsy[empty set]": 0.0036823730982270706, - "tests/common/test_path.py::test_path_conversion_falsy[empty tuple]": 0.003159622451368661, - "tests/common/test_path.py::test_path_identity": 0.00507394932856857, - "tests/common/test_path.py::test_url_to_path_unix": 0.0033195770826821708, - "tests/common/test_path.py::test_url_to_path_windows_local": 0.0040129475044899535, - "tests/common/test_path.py::test_url_to_path_windows_unc": 0.003169632620698684, - "tests/common/test_path.py::test_win_path_backout": 0.0030065567271450678, - "tests/common/test_toposort.py::test_cycle": 0.0031418822561952242, - "tests/common/test_toposort.py::test_cycle_best_effort": 0.002915329282045354, - "tests/common/test_toposort.py::test_degenerate": 0.0037971007997078315, - "tests/common/test_toposort.py::test_pop_key": 0.0029558591991194192, - "tests/common/test_toposort.py::test_python_is_prioritized": 0.003248495491463685, - "tests/common/test_toposort.py::test_simple": 0.0033813816617122437, - "tests/common/test_url.py::test_add_username_and_pass_to_url": 0.0038126413793239276, - "tests/common/test_url.py::test_is_ip_address": 0.0029811967627607562, - "tests/common/test_url.py::test_is_ipv6_address": 0.0028914585918283584, - "tests/common/test_url.py::test_is_url": 0.004045535207994424, - "tests/common/test_url.py::test_maybe_add_auth": 0.003158215650499471, - "tests/common/test_url.py::test_split_scheme_auth_token": 0.0034028196998311957, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj0-http://conda.io/path/to/somewhere]": 0.00346259260683749, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj1-https://user:pass@conda.io/path/to/somewhere]": 0.003462944517411431, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj2-file:///opt/happy/path]": 0.0034171319660087087, - "tests/common/test_url.py::test_url_obj_unparse[test_url_obj3-file:///path/to/something.txt]": 0.0035292265340388274, - "tests/common/test_url.py::test_url_to_s3_info": 0.0029447146166092604, - "tests/common/test_url.py::test_urlparse[192.168.1.1:8080/path/to/resource-exp_url_obj0]": 0.00563629862996661, - "tests/common/test_url.py::test_urlparse[file:///opt/happy/path-exp_url_obj2]": 0.00406067612196644, - "tests/common/test_url.py::test_urlparse[https://conda.io/happy/path-exp_url_obj1]": 0.003556167718690328, - "tests/common/test_url.py::test_urlparse[https://u:p@conda.io/t/x1029384756/more/path-exp_url_obj3]": 0.0036144581639597872, - "tests/common/test_yaml.py::test_dump": 0.008626745543872615, - "tests/common/test_yaml.py::test_map": 0.004127918808060222, - "tests/common/test_yaml.py::test_seq_simple": 0.004663685907469226, - "tests/common/test_yaml.py::test_yaml_complex": 0.016434019961384203, - "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_none_values_error": 0.24839942045112098, - "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_permission_error": 0.24976826190257967, - "tests/core/test_envs_manager.py::test_prefix_cli_flag": 0.007721929050664456, - "tests/core/test_envs_manager.py::test_register_env_directory_creation_error": 0.009402142608219737, - "tests/core/test_envs_manager.py::test_register_unregister_location_env": 0.011675911659770244, - "tests/core/test_envs_manager.py::test_rewrite_environments_txt_file": 0.00706377298101635, - "tests/core/test_index.py::TestIndex::test_cache_entries[False]": 0.4352614964728139, - "tests/core/test_index.py::TestIndex::test_cache_entries[True]": 0.7623870716190692, - "tests/core/test_index.py::TestIndex::test_contains_invalid[False]": 0.4572943414438077, - "tests/core/test_index.py::TestIndex::test_contains_invalid[True]": 0.7712341872892499, - "tests/core/test_index.py::TestIndex::test_contains_valid[False]": 0.45820337124618704, - "tests/core/test_index.py::TestIndex::test_contains_valid[True]": 0.7043566194949257, - "tests/core/test_index.py::TestIndex::test_copy[False]": 1.1969888619520856, - "tests/core/test_index.py::TestIndex::test_copy[True]": 0.7867133473115757, - "tests/core/test_index.py::TestIndex::test_getitem_cache[False]": 0.44780806722516864, - "tests/core/test_index.py::TestIndex::test_getitem_cache[True]": 0.8568574382907572, - "tests/core/test_index.py::TestIndex::test_getitem_channel[False]": 0.45069560653754387, - "tests/core/test_index.py::TestIndex::test_getitem_channel[True]": 0.7208160608357395, - "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[False]": 0.4251803413044292, - "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[True]": 0.801041079687427, - "tests/core/test_index.py::TestIndex::test_getitem_feature[False]": 0.38850314874527564, - "tests/core/test_index.py::TestIndex::test_getitem_feature[True]": 0.7664772925072143, - "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[False]": 0.4417134640350166, - "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[True]": 0.7737945536263027, - "tests/core/test_index.py::TestIndex::test_getitem_prefix[False]": 0.41494951051406653, - "tests/core/test_index.py::TestIndex::test_getitem_prefix[True]": 0.8078728560456467, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[False]": 0.6068499397121127, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[True]": 0.7294997404586675, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[False]": 0.5325911225614752, - "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[True]": 0.842669918528241, - "tests/core/test_index.py::TestIndex::test_init_conflicting_subdirs": 0.06346251436146562, - "tests/core/test_index.py::TestIndex::test_init_prefix_data": 0.06423641738445382, - "tests/core/test_index.py::TestIndex::test_init_prefix_path": 0.07024047899363577, - "tests/core/test_index.py::TestIndex::test_init_use_local": 0.058308223152667295, - "tests/core/test_index.py::TestIndex::test_reduced_index[False]": 0.9218653400184, - "tests/core/test_index.py::TestIndex::test_reduced_index[True]": 1.103132100812866, - "tests/core/test_index.py::test__make_virtual_package": 0.05661142268696577, - "tests/core/test_index.py::test__supplement_index_with_cache": 0.06396794166459277, - "tests/core/test_index.py::test__supplement_index_with_prefix": 0.9803205563520482, - "tests/core/test_index.py::test__supplement_index_with_prefix_index_class": 0.758983625050974, - "tests/core/test_index.py::test_basic_get_reduced_index": 0.4411729702814503, - "tests/core/test_index.py::test_calculate_channel_urls": 0.05695705000221011, - "tests/core/test_index.py::test_check_allowlist": 0.2577195917640511, - "tests/core/test_index.py::test_check_allowlist_and_denylist": 0.11106862318135785, - "tests/core/test_index.py::test_check_denylist": 0.1258259038961951, - "tests/core/test_index.py::test_dist_str_in_index": 0.1345558605446137, - "tests/core/test_index.py::test_fetch_index": 0.115952649877695, - "tests/core/test_index.py::test_get_index_lazy": 0.21251765684166185, - "tests/core/test_index.py::test_get_index_linux64_platform": 12.468298043903308, - "tests/core/test_index.py::test_get_index_osx64_platform": 11.670668631843018, - "tests/core/test_index.py::test_get_index_win64_platform": 10.30503065302713, - "tests/core/test_index.py::test_supplement_index_with_system": 0.26066874632789583, - "tests/core/test_index.py::test_supplement_index_with_system_archspec": 0.2350255889029571, - "tests/core/test_index.py::test_supplement_index_with_system_cuda": 0.16475571399995043, - "tests/core/test_index.py::test_supplement_index_with_system_glibc": 0.0006216436819141553, - "tests/core/test_index.py::test_supplement_index_with_system_linux[1.2.3.4-1.2.3.4]": 0.0006268409937179549, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2-4.2]": 0.0005686818202315422, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.0-42-generic-4.2.0]": 0.0005955774018409301, - "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.1-4.2.1]": 0.0006146921681748619, - "tests/core/test_index.py::test_supplement_index_with_system_linux[5.4.89+-5.4.89]": 0.0005624316216818659, - "tests/core/test_index.py::test_supplement_index_with_system_linux[5.5-rc1-5.5]": 0.0006024745622999877, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a-9.1]": 0.0005526283132364232, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a.2-9.1]": 0.0005905186037269639, - "tests/core/test_index.py::test_supplement_index_with_system_linux[9.a.1-0]": 0.0006074053612873777, - "tests/core/test_index.py::test_supplement_index_with_system_osx": 0.15809106632666828, - "tests/core/test_initialize.py::test__get_python_info": 0.03779929854024675, - "tests/core/test_initialize.py::test_get_python_info": 0.04225529508346817, - "tests/core/test_initialize.py::test_init_all": 1.0593827700448357, - "tests/core/test_initialize.py::test_init_cmd_exe_registry": 0.0006569657025343235, - "tests/core/test_initialize.py::test_init_enable_long_path": 0.0005988191620221559, - "tests/core/test_initialize.py::test_init_sh_system": 0.05054860575749066, - "tests/core/test_initialize.py::test_init_sh_user_tcsh_unix": 0.034676456452982174, - "tests/core/test_initialize.py::test_init_sh_user_unix": 0.051751847237553585, - "tests/core/test_initialize.py::test_init_sh_user_windows": 0.0006153583466131707, - "tests/core/test_initialize.py::test_initialize_dev_bash": 0.17337838171230524, - "tests/core/test_initialize.py::test_initialize_dev_cmd_exe": 0.10149119266411147, - "tests/core/test_initialize.py::test_install_1": 0.058882007710918206, - "tests/core/test_initialize.py::test_install_conda_csh": 0.04604720803185997, - "tests/core/test_initialize.py::test_install_conda_fish": 0.04792850969833309, - "tests/core/test_initialize.py::test_install_conda_sh": 0.04169119740643915, - "tests/core/test_initialize.py::test_install_conda_xsh": 0.04135881737599496, - "tests/core/test_initialize.py::test_install_condabin_conda_bat": 0.04003793403958515, - "tests/core/test_initialize.py::test_make_entry_point": 0.04388455337119401, - "tests/core/test_initialize.py::test_make_entry_point_exe": 0.03714611689205524, - "tests/core/test_initialize.py::test_make_initialize_plan_bash_zsh": 0.0563398707039459, - "tests/core/test_initialize.py::test_make_initialize_plan_cmd_exe": 0.08963934481668268, - "tests/core/test_initialize.py::test_make_install_plan": 0.010026084231055565, - "tests/core/test_package_cache_data.py::test_ProgressiveFetchExtract_prefers_conda_v2_format": 0.04536959221092336, + "tests/common/pkg_formats/test_python.py::test_metadata[path0-False-False-False-False]": 0.004102615543232855, + "tests/common/pkg_formats/test_python.py::test_metadata[path1-True-False-False-False]": 0.006600561046289499, + "tests/common/pkg_formats/test_python.py::test_metadata[path2-True-True-True-False]": 0.00473938743148739, + "tests/common/pkg_formats/test_python.py::test_metadata[path3-True-True-True-True]": 0.004891811854897717, + "tests/common/pkg_formats/test_python.py::test_metadata_keys": 0.0029586169487935206, + "tests/common/pkg_formats/test_python.py::test_metadata_none": 0.0028992789115825984, + "tests/common/pkg_formats/test_python.py::test_metadata_process_path": 0.004280755185773941, + "tests/common/pkg_formats/test_python.py::test_metadata_read_metadata": 0.0051208173563659625, + "tests/common/pkg_formats/test_python.py::test_norm_package_name": 0.0032848642314633305, + "tests/common/pkg_formats/test_python.py::test_norm_package_version": 0.0037285461727900888, + "tests/common/pkg_formats/test_python.py::test_parse_specification": 0.006696421584145952, + "tests/common/pkg_formats/test_python.py::test_pydist_check_files": 0.005091141321545848, + "tests/common/pkg_formats/test_python.py::test_pypi_name_to_conda_name": 0.0030017786818493392, + "tests/common/pkg_formats/test_python.py::test_python_dist_egg_fpath": 0.007085715613798115, + "tests/common/pkg_formats/test_python.py::test_python_dist_egg_path": 0.0033966933679593597, + "tests/common/pkg_formats/test_python.py::test_python_dist_info": 0.004691097991610797, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies": 0.005012134917143211, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_2": 0.003827689792635325, + "tests/common/pkg_formats/test_python.py::test_python_dist_info_conda_dependencies_3": 0.0037545496044649024, + "tests/common/pkg_formats/test_python.py::test_split_spec": 0.003558703046723632, + "tests/common/test_compat.py::test_deprecations[FILESYSTEM_ENCODING-TypeError]": 0.003383170056438032, + "tests/common/test_compat.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.002982528007928471, + "tests/common/test_compat.py::test_deprecations[ensure_unicode-TypeError]": 0.003038181960654957, + "tests/common/test_compat.py::test_deprecations[open-TypeError]": 0.003280718504899118, + "tests/common/test_compat.py::test_deprecations[six_with_metaclass-TypeError]": 0.003048071533406953, + "tests/common/test_configuration.py::test_commented_map_parameter": 0.004820239519279647, + "tests/common/test_configuration.py::test_config_resets": 0.0043668824193985965, + "tests/common/test_configuration.py::test_cross_parameter_validation": 0.002748497003033728, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$$/suffix]": 0.0027801135079602237, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$/suffix]": 0.0034555266013174273, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$1/suffix]": 0.00366967419440578, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$MISSING/suffix]": 0.0030434385170865965, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/$VARIABLE/suffix]": 0.004910629609294508, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${1}/suffix]": 0.002891891804912874, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${MISSING}/suffix]": 0.003132165293269179, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${VARIABLE}/suffix]": 0.003947920992028251, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/${}/suffix]": 0.003306875371160068, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%%/suffix]": 0.003067913669125799, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%/suffix]": 0.00316313570424395, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1%/suffix]": 0.002897122833580079, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%1/suffix]": 0.0029994464056753937, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%MISSING%/suffix]": 0.003146278450864237, + "tests/common/test_configuration.py::test_custom_expandvars[prefix/%VARIABLE%/suffix]": 0.000688439037551604, + "tests/common/test_configuration.py::test_default_values": 0.004270981077609872, + "tests/common/test_configuration.py::test_empty_map_parameter": 0.009390091093391463, + "tests/common/test_configuration.py::test_env_var_config": 0.0035711548375157243, + "tests/common/test_configuration.py::test_env_var_config_alias": 0.003729799756032055, + "tests/common/test_configuration.py::test_env_var_config_empty_sequence": 0.004503307242363768, + "tests/common/test_configuration.py::test_env_var_config_no_split_sequence": 0.0037632535947780036, + "tests/common/test_configuration.py::test_env_var_config_split_sequence": 0.003554215693877471, + "tests/common/test_configuration.py::test_expand_search_path": 0.004926600132740661, + "tests/common/test_configuration.py::test_expanded_variables": 0.010440092861038055, + "tests/common/test_configuration.py::test_important_primitive_map_merges": 0.13498468728323368, + "tests/common/test_configuration.py::test_invalid_map_parameter": 0.0030205508094771675, + "tests/common/test_configuration.py::test_invalid_seq_parameter": 0.003021954736834314, + "tests/common/test_configuration.py::test_list_merges": 0.09707579161815143, + "tests/common/test_configuration.py::test_load_raw_configs": 0.040475318340616025, + "tests/common/test_configuration.py::test_map_parameter_must_be_map": 0.004416007959516895, + "tests/common/test_configuration.py::test_nested": 0.021562726323497518, + "tests/common/test_configuration.py::test_object": 0.020586914505104255, + "tests/common/test_configuration.py::test_object_defaults_completely_empty": 0.004591598391594957, + "tests/common/test_configuration.py::test_object_defaults_partially_empty": 0.006962471226677781, + "tests/common/test_configuration.py::test_parameter": 0.002609226118853244, + "tests/common/test_configuration.py::test_parameter_flag": 0.0027453428588555995, + "tests/common/test_configuration.py::test_pretty_list": 0.00399525131954915, + "tests/common/test_configuration.py::test_raise_errors": 0.0031659014744964127, + "tests/common/test_configuration.py::test_simple_merges_and_caching": 0.02455760395134693, + "tests/common/test_configuration.py::test_unique_sequence_map_error_with_duplicates": 0.0061855829323997445, + "tests/common/test_configuration.py::test_unique_sequence_map_error_with_unique_key": 0.005607858226727138, + "tests/common/test_configuration.py::test_validate_all": 0.017291207193694386, + "tests/common/test_configuration.py::test_validation": 0.024278811946051495, + "tests/common/test_io.py::test_attach_stderr_handler": 0.004221220190997016, + "tests/common/test_io.py::test_captured": 0.0035116172867782616, + "tests/common/test_path.py::test_get_major_minor_version_no_dot": 0.003242090270327655, + "tests/common/test_path.py::test_missing_pyc_files_27": 0.0029380012086072205, + "tests/common/test_path.py::test_missing_pyc_files_34": 0.003063136200297766, + "tests/common/test_path.py::test_missing_pyc_files_35": 0.0030296920425637096, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH0]": 0.0005890241142815449, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH10]": 0.0005648071922107915, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH11]": 0.0005697962325743867, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH1]": 0.000580737517579002, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH2]": 0.0006135825205116976, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH3]": 0.0005390796330503884, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH4]": 0.0005512237829643131, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH5]": 0.0005760995956987086, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH6]": 0.0005324209242888831, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH7]": 0.0005467751694676862, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH8]": 0.0005259872449887444, + "tests/common/test_path.py::test_path_conversion[cygpath-PATH9]": 0.0005607416642694137, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC0]": 0.0007021387061193965, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC1]": 0.0005296571421220631, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC2]": 0.0006406690801265915, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC3]": 0.0005948580217461871, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC4]": 0.0010570309760556612, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC5]": 0.0005233845424081902, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC6]": 0.0005631295147849984, + "tests/common/test_path.py::test_path_conversion[cygpath-UNC7]": 0.000684887372563965, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd0]": 0.0005682166755398872, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd1]": 0.0006021517413641233, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd2]": 0.0005585709010896305, + "tests/common/test_path.py::test_path_conversion[cygpath-cwd3]": 0.0005915190880950282, + "tests/common/test_path.py::test_path_conversion[cygpath-drive0]": 0.0005706416561229269, + "tests/common/test_path.py::test_path_conversion[cygpath-drive10]": 0.0008463272277299992, + "tests/common/test_path.py::test_path_conversion[cygpath-drive11]": 0.0005961604784471221, + "tests/common/test_path.py::test_path_conversion[cygpath-drive12]": 0.0005155555643380226, + "tests/common/test_path.py::test_path_conversion[cygpath-drive13]": 0.000627500364888332, + "tests/common/test_path.py::test_path_conversion[cygpath-drive14]": 0.0005262803774513925, + "tests/common/test_path.py::test_path_conversion[cygpath-drive15]": 0.0005690869518237217, + "tests/common/test_path.py::test_path_conversion[cygpath-drive1]": 0.0005330271681450405, + "tests/common/test_path.py::test_path_conversion[cygpath-drive2]": 0.0005914554008688689, + "tests/common/test_path.py::test_path_conversion[cygpath-drive3]": 0.0006337673922059727, + "tests/common/test_path.py::test_path_conversion[cygpath-drive4]": 0.0005869353642653399, + "tests/common/test_path.py::test_path_conversion[cygpath-drive5]": 0.0005456151764750625, + "tests/common/test_path.py::test_path_conversion[cygpath-drive6]": 0.0005605867049188276, + "tests/common/test_path.py::test_path_conversion[cygpath-drive7]": 0.0008952224073858928, + "tests/common/test_path.py::test_path_conversion[cygpath-drive8]": 0.0005415121284071657, + "tests/common/test_path.py::test_path_conversion[cygpath-drive9]": 0.0005493925904587662, + "tests/common/test_path.py::test_path_conversion[cygpath-relative0]": 0.0005512432119550529, + "tests/common/test_path.py::test_path_conversion[cygpath-relative1]": 0.0005246852364567657, + "tests/common/test_path.py::test_path_conversion[cygpath-relative2]": 0.0005584680459154209, + "tests/common/test_path.py::test_path_conversion[cygpath-root0]": 0.0008722840752070101, + "tests/common/test_path.py::test_path_conversion[cygpath-root10]": 0.0005482480086061471, + "tests/common/test_path.py::test_path_conversion[cygpath-root11]": 0.0005166410327352648, + "tests/common/test_path.py::test_path_conversion[cygpath-root12]": 0.000495753278601546, + "tests/common/test_path.py::test_path_conversion[cygpath-root13]": 0.0005655342208233853, + "tests/common/test_path.py::test_path_conversion[cygpath-root14]": 0.0005873584365701061, + "tests/common/test_path.py::test_path_conversion[cygpath-root1]": 0.0005613030415375222, + "tests/common/test_path.py::test_path_conversion[cygpath-root2]": 0.0006688776792123224, + "tests/common/test_path.py::test_path_conversion[cygpath-root3]": 0.000562766062157432, + "tests/common/test_path.py::test_path_conversion[cygpath-root4]": 0.0005198536874181872, + "tests/common/test_path.py::test_path_conversion[cygpath-root5]": 0.0005504099999725996, + "tests/common/test_path.py::test_path_conversion[cygpath-root6]": 0.0005583647330211947, + "tests/common/test_path.py::test_path_conversion[cygpath-root7]": 0.0007460169012864972, + "tests/common/test_path.py::test_path_conversion[cygpath-root8]": 0.0006420255188519558, + "tests/common/test_path.py::test_path_conversion[cygpath-root9]": 0.0005625906475518396, + "tests/common/test_path.py::test_path_conversion[fallback-PATH0]": 0.01188087657276425, + "tests/common/test_path.py::test_path_conversion[fallback-PATH10]": 0.013390401467256856, + "tests/common/test_path.py::test_path_conversion[fallback-PATH11]": 0.016489171613002115, + "tests/common/test_path.py::test_path_conversion[fallback-PATH1]": 0.013705752782027405, + "tests/common/test_path.py::test_path_conversion[fallback-PATH2]": 0.025135347076447937, + "tests/common/test_path.py::test_path_conversion[fallback-PATH3]": 0.010879088462536582, + "tests/common/test_path.py::test_path_conversion[fallback-PATH4]": 0.018099347785475776, + "tests/common/test_path.py::test_path_conversion[fallback-PATH5]": 0.013196922142702525, + "tests/common/test_path.py::test_path_conversion[fallback-PATH6]": 0.01324861495701168, + "tests/common/test_path.py::test_path_conversion[fallback-PATH7]": 0.015495129770288791, + "tests/common/test_path.py::test_path_conversion[fallback-PATH8]": 0.016502557365389213, + "tests/common/test_path.py::test_path_conversion[fallback-PATH9]": 0.012373471903511691, + "tests/common/test_path.py::test_path_conversion[fallback-UNC0]": 0.017434530532769263, + "tests/common/test_path.py::test_path_conversion[fallback-UNC1]": 0.01849987569159347, + "tests/common/test_path.py::test_path_conversion[fallback-UNC2]": 0.018399664656726263, + "tests/common/test_path.py::test_path_conversion[fallback-UNC3]": 0.013601033872126245, + "tests/common/test_path.py::test_path_conversion[fallback-UNC4]": 0.01416446478365348, + "tests/common/test_path.py::test_path_conversion[fallback-UNC5]": 0.01785196983345278, + "tests/common/test_path.py::test_path_conversion[fallback-UNC6]": 0.011861177536435683, + "tests/common/test_path.py::test_path_conversion[fallback-UNC7]": 0.01576316198301608, + "tests/common/test_path.py::test_path_conversion[fallback-cwd0]": 0.019736787948026517, + "tests/common/test_path.py::test_path_conversion[fallback-cwd1]": 0.006344117200472342, + "tests/common/test_path.py::test_path_conversion[fallback-cwd2]": 0.00826926416164006, + "tests/common/test_path.py::test_path_conversion[fallback-cwd3]": 0.017544864200027308, + "tests/common/test_path.py::test_path_conversion[fallback-drive0]": 0.015477418890574225, + "tests/common/test_path.py::test_path_conversion[fallback-drive10]": 0.021309294069361582, + "tests/common/test_path.py::test_path_conversion[fallback-drive11]": 0.017953765285690985, + "tests/common/test_path.py::test_path_conversion[fallback-drive12]": 0.016100183350567322, + "tests/common/test_path.py::test_path_conversion[fallback-drive13]": 0.019088725848959247, + "tests/common/test_path.py::test_path_conversion[fallback-drive14]": 0.02260917779120588, + "tests/common/test_path.py::test_path_conversion[fallback-drive15]": 0.01941639373678082, + "tests/common/test_path.py::test_path_conversion[fallback-drive1]": 0.013666360508576308, + "tests/common/test_path.py::test_path_conversion[fallback-drive2]": 0.014588483171028023, + "tests/common/test_path.py::test_path_conversion[fallback-drive3]": 0.01712190577143943, + "tests/common/test_path.py::test_path_conversion[fallback-drive4]": 0.02203692372349283, + "tests/common/test_path.py::test_path_conversion[fallback-drive5]": 0.01449314405360692, + "tests/common/test_path.py::test_path_conversion[fallback-drive6]": 0.015129216073721124, + "tests/common/test_path.py::test_path_conversion[fallback-drive7]": 0.013712266607689733, + "tests/common/test_path.py::test_path_conversion[fallback-drive8]": 0.017951882977548985, + "tests/common/test_path.py::test_path_conversion[fallback-drive9]": 0.022153071742707, + "tests/common/test_path.py::test_path_conversion[fallback-relative0]": 0.022917217553650334, + "tests/common/test_path.py::test_path_conversion[fallback-relative1]": 0.025436920977820424, + "tests/common/test_path.py::test_path_conversion[fallback-relative2]": 0.017701559641212908, + "tests/common/test_path.py::test_path_conversion[fallback-root0]": 0.017972001049982398, + "tests/common/test_path.py::test_path_conversion[fallback-root10]": 0.010765957019696942, + "tests/common/test_path.py::test_path_conversion[fallback-root11]": 0.014471659300549767, + "tests/common/test_path.py::test_path_conversion[fallback-root12]": 0.017982987808831716, + "tests/common/test_path.py::test_path_conversion[fallback-root13]": 0.011927819698909808, + "tests/common/test_path.py::test_path_conversion[fallback-root14]": 0.015162645935231613, + "tests/common/test_path.py::test_path_conversion[fallback-root1]": 0.010743971030139379, + "tests/common/test_path.py::test_path_conversion[fallback-root2]": 0.010951953897860134, + "tests/common/test_path.py::test_path_conversion[fallback-root3]": 0.012956023897996152, + "tests/common/test_path.py::test_path_conversion[fallback-root4]": 0.02141063230808236, + "tests/common/test_path.py::test_path_conversion[fallback-root5]": 0.011393614526414476, + "tests/common/test_path.py::test_path_conversion[fallback-root6]": 0.01474295629041324, + "tests/common/test_path.py::test_path_conversion[fallback-root7]": 0.014219875945710808, + "tests/common/test_path.py::test_path_conversion[fallback-root8]": 0.022906620343277666, + "tests/common/test_path.py::test_path_conversion[fallback-root9]": 0.012448421305060443, + "tests/common/test_path.py::test_path_conversion_falsy[None]": 0.003089911854038994, + "tests/common/test_path.py::test_path_conversion_falsy[empty dict]": 0.0030599654801692086, + "tests/common/test_path.py::test_path_conversion_falsy[empty list]": 0.0031254480366415703, + "tests/common/test_path.py::test_path_conversion_falsy[empty set]": 0.0034863387004893847, + "tests/common/test_path.py::test_path_conversion_falsy[empty tuple]": 0.003069461882468435, + "tests/common/test_path.py::test_path_identity": 0.0046863647598580725, + "tests/common/test_path.py::test_url_to_path_unix": 0.0030778737445885333, + "tests/common/test_path.py::test_url_to_path_windows_local": 0.004021604555864221, + "tests/common/test_path.py::test_url_to_path_windows_unc": 0.006812899882954148, + "tests/common/test_path.py::test_win_path_backout": 0.0028398504892993425, + "tests/common/test_toposort.py::test_cycle": 0.003019725491862692, + "tests/common/test_toposort.py::test_cycle_best_effort": 0.0031868362261359305, + "tests/common/test_toposort.py::test_degenerate": 0.0034705939894557345, + "tests/common/test_toposort.py::test_pop_key": 0.0029472071951228483, + "tests/common/test_toposort.py::test_python_is_prioritized": 0.003282732908561202, + "tests/common/test_toposort.py::test_simple": 0.003189469818685719, + "tests/common/test_url.py::test_add_username_and_pass_to_url": 0.0034375384627377877, + "tests/common/test_url.py::test_is_ip_address": 0.003357441278763284, + "tests/common/test_url.py::test_is_ipv6_address": 0.002812813354085881, + "tests/common/test_url.py::test_is_url": 0.003591588046945714, + "tests/common/test_url.py::test_maybe_add_auth": 0.003348766272173405, + "tests/common/test_url.py::test_split_scheme_auth_token": 0.003237531055901326, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj0-http://conda.io/path/to/somewhere]": 0.003178393593911497, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj1-https://user:pass@conda.io/path/to/somewhere]": 0.0033530991021302006, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj2-file:///opt/happy/path]": 0.003062505077756542, + "tests/common/test_url.py::test_url_obj_unparse[test_url_obj3-file:///path/to/something.txt]": 0.003193591324203056, + "tests/common/test_url.py::test_url_to_s3_info": 0.002813202584309768, + "tests/common/test_url.py::test_urlparse[192.168.1.1:8080/path/to/resource-exp_url_obj0]": 0.00473784958644473, + "tests/common/test_url.py::test_urlparse[file:///opt/happy/path-exp_url_obj2]": 0.0038681019394676947, + "tests/common/test_url.py::test_urlparse[https://conda.io/happy/path-exp_url_obj1]": 0.0032345412718526676, + "tests/common/test_url.py::test_urlparse[https://u:p@conda.io/t/x1029384756/more/path-exp_url_obj3]": 0.0033953465384984607, + "tests/common/test_yaml.py::test_dump": 0.008042554250840115, + "tests/common/test_yaml.py::test_map": 0.003925955485895091, + "tests/common/test_yaml.py::test_seq_simple": 0.004299870679656484, + "tests/common/test_yaml.py::test_yaml_complex": 0.015332815188272168, + "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_none_values_error": 0.22651738536444105, + "tests/core/test_envs_manager.py::test_list_all_known_prefixes_with_permission_error": 0.2374664350563983, + "tests/core/test_envs_manager.py::test_prefix_cli_flag": 0.0070080056960860025, + "tests/core/test_envs_manager.py::test_register_env_directory_creation_error": 0.008521520624794185, + "tests/core/test_envs_manager.py::test_register_unregister_location_env": 0.012626749447887648, + "tests/core/test_envs_manager.py::test_rewrite_environments_txt_file": 0.010023730130519996, + "tests/core/test_index.py::TestIndex::test_cache_entries[False]": 0.4155578196512245, + "tests/core/test_index.py::TestIndex::test_cache_entries[True]": 0.7453183684045064, + "tests/core/test_index.py::TestIndex::test_contains_invalid[False]": 0.4846679165865755, + "tests/core/test_index.py::TestIndex::test_contains_invalid[True]": 0.7729897231210827, + "tests/core/test_index.py::TestIndex::test_contains_valid[False]": 0.44894163178462804, + "tests/core/test_index.py::TestIndex::test_contains_valid[True]": 0.6878484443398611, + "tests/core/test_index.py::TestIndex::test_copy[False]": 1.2526869369637939, + "tests/core/test_index.py::TestIndex::test_copy[True]": 0.7715388283323745, + "tests/core/test_index.py::TestIndex::test_getitem_cache[False]": 0.48737144635035823, + "tests/core/test_index.py::TestIndex::test_getitem_cache[True]": 0.8022194902790232, + "tests/core/test_index.py::TestIndex::test_getitem_channel[False]": 0.4540623023432357, + "tests/core/test_index.py::TestIndex::test_getitem_channel[True]": 0.6922737131525524, + "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[False]": 0.4113977036475594, + "tests/core/test_index.py::TestIndex::test_getitem_channel_invalid[True]": 0.7788490112393783, + "tests/core/test_index.py::TestIndex::test_getitem_feature[False]": 0.39512102121729237, + "tests/core/test_index.py::TestIndex::test_getitem_feature[True]": 0.855986367494402, + "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[False]": 0.4160940885308785, + "tests/core/test_index.py::TestIndex::test_getitem_feature_non_existent[True]": 0.8477199350793503, + "tests/core/test_index.py::TestIndex::test_getitem_prefix[False]": 0.37128370803043903, + "tests/core/test_index.py::TestIndex::test_getitem_prefix[True]": 0.6752956863248483, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[False]": 0.6290054114942362, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_invalid[True]": 0.7948163821249493, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[False]": 0.5082851370726894, + "tests/core/test_index.py::TestIndex::test_getitem_system_package_valid[True]": 0.8281634754924517, + "tests/core/test_index.py::TestIndex::test_init_conflicting_subdirs": 0.06141195776651655, + "tests/core/test_index.py::TestIndex::test_init_prefix_data": 0.06818806797541595, + "tests/core/test_index.py::TestIndex::test_init_prefix_path": 0.06839435915020906, + "tests/core/test_index.py::TestIndex::test_init_use_local": 0.059510740543664786, + "tests/core/test_index.py::TestIndex::test_reduced_index[False]": 0.8363011388120103, + "tests/core/test_index.py::TestIndex::test_reduced_index[True]": 1.1603576505632693, + "tests/core/test_index.py::test__make_virtual_package": 0.05954957680228326, + "tests/core/test_index.py::test__supplement_index_with_cache": 0.06529871399491086, + "tests/core/test_index.py::test__supplement_index_with_prefix": 0.9086931480008504, + "tests/core/test_index.py::test__supplement_index_with_prefix_index_class": 0.8211711906086551, + "tests/core/test_index.py::test_basic_get_reduced_index": 0.40046011628384764, + "tests/core/test_index.py::test_calculate_channel_urls": 0.05968527745173924, + "tests/core/test_index.py::test_check_allowlist": 0.2766869746881517, + "tests/core/test_index.py::test_check_allowlist_and_denylist": 0.12938515742390566, + "tests/core/test_index.py::test_check_allowlist_deprecation_warning": 0.0635900171111227, + "tests/core/test_index.py::test_check_denylist": 0.11767641906122929, + "tests/core/test_index.py::test_dist_str_in_index": 0.11693316735413412, + "tests/core/test_index.py::test_fetch_index": 0.14127248613622678, + "tests/core/test_index.py::test_get_index_lazy": 0.5580447325215844, + "tests/core/test_index.py::test_get_index_linux64_platform": 11.631236434194197, + "tests/core/test_index.py::test_get_index_osx64_platform": 10.80927520120851, + "tests/core/test_index.py::test_get_index_win64_platform": 10.526208655670855, + "tests/core/test_index.py::test_supplement_index_with_system": 0.34905363199156064, + "tests/core/test_index.py::test_supplement_index_with_system_archspec": 0.2455416642432166, + "tests/core/test_index.py::test_supplement_index_with_system_cuda": 0.23254296298100843, + "tests/core/test_index.py::test_supplement_index_with_system_glibc": 0.0005971813010613738, + "tests/core/test_index.py::test_supplement_index_with_system_linux[1.2.3.4-1.2.3.4]": 0.0006321955130931823, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2-4.2]": 0.0005601006816307901, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.0-42-generic-4.2.0]": 0.0005865043165893212, + "tests/core/test_index.py::test_supplement_index_with_system_linux[4.2.1-4.2.1]": 0.0005495794768908025, + "tests/core/test_index.py::test_supplement_index_with_system_linux[5.4.89+-5.4.89]": 0.0005648819161920116, + "tests/core/test_index.py::test_supplement_index_with_system_linux[5.5-rc1-5.5]": 0.0005779453264298773, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a-9.1]": 0.0005328295103185882, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.1.a.2-9.1]": 0.0005580397703598045, + "tests/core/test_index.py::test_supplement_index_with_system_linux[9.a.1-0]": 0.0005417511569129739, + "tests/core/test_index.py::test_supplement_index_with_system_osx": 0.19726845919388905, + "tests/core/test_initialize.py::test__get_python_info": 0.04049657507192394, + "tests/core/test_initialize.py::test_get_python_info": 0.04091497965786139, + "tests/core/test_initialize.py::test_init_all": 1.0882133391993956, + "tests/core/test_initialize.py::test_init_cmd_exe_registry": 0.0005838683958161676, + "tests/core/test_initialize.py::test_init_enable_long_path": 0.0005833789176368017, + "tests/core/test_initialize.py::test_init_sh_system": 0.050862348524460706, + "tests/core/test_initialize.py::test_init_sh_user_tcsh_unix": 0.03626364199878208, + "tests/core/test_initialize.py::test_init_sh_user_unix": 0.04036607300446819, + "tests/core/test_initialize.py::test_init_sh_user_windows": 0.0005994373360965944, + "tests/core/test_initialize.py::test_initialize_dev_bash": 0.17569182237501593, + "tests/core/test_initialize.py::test_initialize_dev_cmd_exe": 0.10228515795779651, + "tests/core/test_initialize.py::test_install_1": 0.07516866285411436, + "tests/core/test_initialize.py::test_install_conda_csh": 0.04849655877927365, + "tests/core/test_initialize.py::test_install_conda_fish": 0.04751448901675665, + "tests/core/test_initialize.py::test_install_conda_sh": 0.04916671049719305, + "tests/core/test_initialize.py::test_install_conda_xsh": 0.04360873604318653, + "tests/core/test_initialize.py::test_install_condabin_conda_bat": 0.03853077343259722, + "tests/core/test_initialize.py::test_make_entry_point": 0.04804011665446217, + "tests/core/test_initialize.py::test_make_entry_point_exe": 0.044123367049780704, + "tests/core/test_initialize.py::test_make_initialize_plan_bash_zsh": 0.07219747414465474, + "tests/core/test_initialize.py::test_make_initialize_plan_cmd_exe": 0.0846182595033235, + "tests/core/test_initialize.py::test_make_install_plan": 0.008398839810438858, + "tests/core/test_package_cache_data.py::test_ProgressiveFetchExtract_prefers_conda_v2_format": 0.04212630835587971, "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.09878227021250398, - "tests/core/test_package_cache_data.py::test_cover_extract_bad_package": 0.03413649483720906, - "tests/core/test_package_cache_data.py::test_cover_fetch_not_exists": 6.223685164676989, - "tests/core/test_package_cache_data.py::test_cover_get_entry_to_link": 0.011793092018820152, - "tests/core/test_package_cache_data.py::test_cover_reverse": 0.002994770755890905, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist": 0.04676837130948105, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist_read_only": 0.07484266640813604, - "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_unpacked_conda_exist": 0.04007842099408558, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_cache_not_extracted": 0.150532634451662, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_doesnt_overwrite_conda_pkg": 0.10405199936724202, - "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_used_instead_of_conda_pkg": 0.07161283739899664, - "tests/core/test_path_actions.py::test_CompileMultiPycAction_generic": 0.006339215924420084, - "tests/core/test_path_actions.py::test_CompileMultiPycAction_noarch_python": 1.6738007452487593, - "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_generic": 0.005609782752649094, - "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_noarch_python": 0.010799889597401136, - "tests/core/test_path_actions.py::test_create_file_link_actions": 0.00903623524912022, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_copy": 0.008988815490268953, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_directory": 0.005645112434919874, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_hardlink": 0.008615356148404762, - "tests/core/test_path_actions.py::test_simple_LinkPathAction_softlink": 0.009366251528955014, - "tests/core/test_portability.py::test_escaped_prefix_replaced_only_shebang": 0.0077832162750962105, - "tests/core/test_portability.py::test_replace_long_shebang_spaces_in_prefix": 0.0030614978817659964, - "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_escaped_space": 0.0037000268067009377, - "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_python": 0.003100533379543176, - "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_escaped_space": 0.002757852016184309, - "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_python": 0.0029033520774655293, - "tests/core/test_portability.py::test_replace_simple_shebang_no_replacement": 0.002705290781829309, - "tests/core/test_portability.py::test_shebang_regex_matches": 0.0026890593109738076, - "tests/core/test_prefix_data.py::test_corrupt_json_conda_meta_json": 0.003651808814726808, - "tests/core/test_prefix_data.py::test_corrupt_unicode_conda_meta_json": 0.003979296372091193, - "tests/core/test_prefix_data.py::test_get_conda_anchor_files_and_records": 0.00494477950042465, - "tests/core/test_prefix_data.py::test_get_environment_env_vars": 3.25237072944738, - "tests/core/test_prefix_data.py::test_no_tokens_dumped[False]": 0.010318281507430693, - "tests/core/test_prefix_data.py::test_no_tokens_dumped[True]": 0.010977544451216868, - "tests/core/test_prefix_data.py::test_pip_interop[envpy27osx]": 0.9717270780744224, - "tests/core/test_prefix_data.py::test_pip_interop[envpy27win_whl]": 0.0006229139343091635, - "tests/core/test_prefix_data.py::test_pip_interop[envpy37osx_whl]": 1.5192259715478154, - "tests/core/test_prefix_data.py::test_pip_interop[envpy37win]": 0.0006793495486791176, + "tests/core/test_package_cache_data.py::test_conda_pkg_in_pkg_cache_doesnt_overwrite_tar_bz2": 0.10042118279032275, + "tests/core/test_package_cache_data.py::test_cover_extract_bad_package": 0.03949379819806133, + "tests/core/test_package_cache_data.py::test_cover_fetch_not_exists": 6.235674226378894, + "tests/core/test_package_cache_data.py::test_cover_get_entry_to_link": 0.010752196361791937, + "tests/core/test_package_cache_data.py::test_cover_reverse": 0.003025519105475235, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist": 0.0442886300877907, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist_read_only": 0.07887019028488199, + "tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_unpacked_conda_exist": 0.03848319671390463, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_cache_not_extracted": 0.13666370403989705, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_doesnt_overwrite_conda_pkg": 0.1030834045127569, + "tests/core/test_package_cache_data.py::test_tar_bz2_in_pkg_cache_used_instead_of_conda_pkg": 0.062397479741726894, + "tests/core/test_path_actions.py::test_CompileMultiPycAction_generic": 0.0059598388351185935, + "tests/core/test_path_actions.py::test_CompileMultiPycAction_noarch_python": 1.7160880033530574, + "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_generic": 0.005564888370288434, + "tests/core/test_path_actions.py::test_CreatePythonEntryPointAction_noarch_python": 0.010817629959515077, + "tests/core/test_path_actions.py::test_create_file_link_actions": 0.00833146092684071, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_copy": 0.008483140423936521, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_directory": 0.005572947719502748, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_hardlink": 0.00947597670927177, + "tests/core/test_path_actions.py::test_simple_LinkPathAction_softlink": 0.00823758874504933, + "tests/core/test_portability.py::test_escaped_prefix_replaced_only_shebang": 0.006924710156488317, + "tests/core/test_portability.py::test_replace_long_shebang_spaces_in_prefix": 0.0030180325702449306, + "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_escaped_space": 0.003264814057561132, + "tests/core/test_portability.py::test_replace_long_shebang_with_truncation_python": 0.0030215909280580803, + "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_escaped_space": 0.0026767327059962344, + "tests/core/test_portability.py::test_replace_normal_shebang_spaces_in_prefix_python": 0.0026903761688900265, + "tests/core/test_portability.py::test_replace_simple_shebang_no_replacement": 0.002690211773577187, + "tests/core/test_portability.py::test_shebang_regex_matches": 0.002635783154132097, + "tests/core/test_prefix_data.py::test_corrupt_json_conda_meta_json": 0.003245358269076663, + "tests/core/test_prefix_data.py::test_corrupt_unicode_conda_meta_json": 0.0033243932558577683, + "tests/core/test_prefix_data.py::test_get_conda_anchor_files_and_records": 0.004689949247346491, + "tests/core/test_prefix_data.py::test_get_environment_env_vars": 2.5511820917683083, + "tests/core/test_prefix_data.py::test_no_tokens_dumped[False]": 0.009841254751996499, + "tests/core/test_prefix_data.py::test_no_tokens_dumped[True]": 0.010112838003392154, + "tests/core/test_prefix_data.py::test_pip_interop[envpy27osx]": 0.884462648547899, + "tests/core/test_prefix_data.py::test_pip_interop[envpy27win_whl]": 0.0005780169786406586, + "tests/core/test_prefix_data.py::test_pip_interop[envpy37osx_whl]": 1.336131761949035, + "tests/core/test_prefix_data.py::test_pip_interop[envpy37win]": 0.0006114930040672355, "tests/core/test_prefix_data.py::test_pip_interop_osx": 1.2222145319719757, - "tests/core/test_prefix_data.py::test_pip_interop_windows": 0.9056663248811955, - "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-None-False]": 0.005629596739342989, - "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-missing-True]": 0.006318809838885736, - "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-{path}-False]": 0.005440514197395031, - "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-None-False]": 0.006281924718084103, - "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-missing-False]": 0.005078683349416057, - "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-{path}-True]": 0.006489269058425923, - "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars": 2.051932596544392, - "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars_no_exist": 1.9122961317060498, - "tests/core/test_solve.py::test_aggressive_update_packages[classic]": 12.974926915002754, - "tests/core/test_solve.py::test_aggressive_update_packages[libmamba]": 11.54123202115732, - "tests/core/test_solve.py::test_archspec_call[classic]": 3.2861409023429786, - "tests/core/test_solve.py::test_archspec_call[libmamba]": 1.5819684362998563, - "tests/core/test_solve.py::test_auto_update_conda[classic]": 8.460249146620724, - "tests/core/test_solve.py::test_auto_update_conda[libmamba]": 7.02243744075156, - "tests/core/test_solve.py::test_broken_install[classic]": 10.374039973233488, - "tests/core/test_solve.py::test_broken_install[libmamba]": 0.025484932063147312, - "tests/core/test_solve.py::test_channel_priority_churn_minimized[classic]": 18.323186580988484, - "tests/core/test_solve.py::test_channel_priority_churn_minimized[libmamba]": 1.959340209723252, - "tests/core/test_solve.py::test_conda_downgrade[classic]": 57.15868709172575, - "tests/core/test_solve.py::test_conda_downgrade[libmamba]": 10.168919213703852, - "tests/core/test_solve.py::test_cuda_1[classic]": 1.804393956617195, - "tests/core/test_solve.py::test_cuda_1[libmamba]": 1.606683395954476, - "tests/core/test_solve.py::test_cuda_2[classic]": 1.7647272419150855, - "tests/core/test_solve.py::test_cuda_2[libmamba]": 1.729478640733799, - "tests/core/test_solve.py::test_cuda_constrain_absent[classic]": 1.9192970162141139, - "tests/core/test_solve.py::test_cuda_constrain_absent[libmamba]": 1.743160618242278, - "tests/core/test_solve.py::test_cuda_constrain_sat[classic]": 0.0006042313355643817, - "tests/core/test_solve.py::test_cuda_constrain_sat[libmamba]": 0.0006983671636334856, - "tests/core/test_solve.py::test_cuda_constrain_unsat[classic]": 0.0006820765513941622, - "tests/core/test_solve.py::test_cuda_constrain_unsat[libmamba]": 0.0006055586586902352, - "tests/core/test_solve.py::test_cuda_fail_1[classic]": 1.7849784598818745, - "tests/core/test_solve.py::test_cuda_fail_1[libmamba]": 1.6492806616178404, - "tests/core/test_solve.py::test_cuda_fail_2[classic]": 1.8455286243746571, - "tests/core/test_solve.py::test_cuda_fail_2[libmamba]": 1.7393580407801137, - "tests/core/test_solve.py::test_cuda_glibc_sat[classic]": 0.0005585970823863565, - "tests/core/test_solve.py::test_cuda_glibc_sat[libmamba]": 0.0007128275317986791, - "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[classic]": 0.0007272237169322279, - "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[libmamba]": 0.000610115043839335, - "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[classic]": 0.0005973722831141604, - "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[libmamba]": 0.0005730348102601121, - "tests/core/test_solve.py::test_current_repodata_fallback[classic]": 0.47889291688211894, - "tests/core/test_solve.py::test_current_repodata_fallback[libmamba]": 0.1772133567829538, - "tests/core/test_solve.py::test_current_repodata_usage[classic]": 0.44154272230009683, - "tests/core/test_solve.py::test_current_repodata_usage[libmamba]": 0.2258738444088765, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[classic]": 0.031323273601260436, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[libmamba]": 0.03231031242613077, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[classic]": 0.0312552789834161, - "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[libmamba]": 0.030209670859528838, - "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[classic]": 0.031309543191433906, - "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[libmamba]": 0.03386817861482141, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[classic]": 0.030600626882258664, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[libmamba]": 0.02857034581821213, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[classic]": 0.028305905749386125, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[libmamba]": 0.03021222855000537, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[classic]": 0.02791878978953943, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[libmamba]": 0.02947486865836225, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[classic]": 0.029507687505953603, - "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[libmamba]": 0.032635532933525606, - "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[classic]": 9.625561598921992, - "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[libmamba]": 5.105396710687929, - "tests/core/test_solve.py::test_explicit_conda_downgrade[classic]": 8.897396099911932, - "tests/core/test_solve.py::test_explicit_conda_downgrade[libmamba]": 6.792172940787011, - "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[classic]": 3.4991211847384016, - "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[libmamba]": 1.7015549194933093, - "tests/core/test_solve.py::test_features_solve_1[classic]": 9.776351177347829, - "tests/core/test_solve.py::test_features_solve_1[libmamba]": 1.4851647640223917, - "tests/core/test_solve.py::test_force_reinstall_1[classic]": 3.9943797171108453, - "tests/core/test_solve.py::test_force_reinstall_1[libmamba]": 3.6771584267473285, - "tests/core/test_solve.py::test_force_reinstall_2[classic]": 1.9775899891705386, - "tests/core/test_solve.py::test_force_reinstall_2[libmamba]": 1.6758594482304272, - "tests/core/test_solve.py::test_force_remove_1[classic]": 10.007561150977823, - "tests/core/test_solve.py::test_force_remove_1[libmamba]": 5.3503507045504435, - "tests/core/test_solve.py::test_freeze_deps_1[classic]": 27.76861914620885, - "tests/core/test_solve.py::test_freeze_deps_1[libmamba]": 4.224946340973761, - "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[classic]": 5.534053522496191, - "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[libmamba]": 2.143700117670937, - "tests/core/test_solve.py::test_no_deps_1[classic]": 8.714105833813557, - "tests/core/test_solve.py::test_no_deps_1[libmamba]": 5.052223569431338, - "tests/core/test_solve.py::test_no_update_deps_1[classic]": 8.000410922800963, - "tests/core/test_solve.py::test_no_update_deps_1[libmamba]": 7.370564029742678, - "tests/core/test_solve.py::test_only_deps_1[classic]": 2.825282764432852, - "tests/core/test_solve.py::test_only_deps_1[libmamba]": 1.6946004912128572, - "tests/core/test_solve.py::test_only_deps_2[classic]": 13.378765439478913, - "tests/core/test_solve.py::test_only_deps_2[libmamba]": 6.60356025602336, - "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[classic]": 0.028137849445800223, - "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[libmamba]": 0.03440135049034622, - "tests/core/test_solve.py::test_packages_in_solution_change_constrained[classic]": 0.030878517682586412, - "tests/core/test_solve.py::test_packages_in_solution_change_constrained[libmamba]": 0.03700978369302624, - "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[classic]": 0.03210101032357058, - "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[libmamba]": 0.03402650022083001, - "tests/core/test_solve.py::test_pinned_1[classic]": 12.973913082330576, - "tests/core/test_solve.py::test_pinned_1[libmamba]": 8.644777349145725, - "tests/core/test_solve.py::test_priority_1[classic]": 31.431339594657842, - "tests/core/test_solve.py::test_priority_1[libmamba]": 14.219957442006459, - "tests/core/test_solve.py::test_prune_1[classic]": 5.980158068853026, - "tests/core/test_solve.py::test_prune_1[libmamba]": 1.7192262400009648, - "tests/core/test_solve.py::test_python2_update[classic]": 8.36314140377275, - "tests/core/test_solve.py::test_python2_update[libmamba]": 3.26332861017791, - "tests/core/test_solve.py::test_remove_with_constrained_dependencies[classic]": 11.39779915555254, - "tests/core/test_solve.py::test_remove_with_constrained_dependencies[libmamba]": 1.2782963117337363, - "tests/core/test_solve.py::test_solve_1[classic]": 7.3519116695067, - "tests/core/test_solve.py::test_solve_1[libmamba]": 3.3313469874641153, - "tests/core/test_solve.py::test_solve_2[classic]": 32.27822112087369, - "tests/core/test_solve.py::test_solve_2[libmamba]": 0.027515744171567293, - "tests/core/test_solve.py::test_solve_msgs_exclude_vp[classic]": 1.8454108518581782, - "tests/core/test_solve.py::test_solve_msgs_exclude_vp[libmamba]": 1.626226471823006, - "tests/core/test_solve.py::test_timestamps_1[classic]": 0.8985676809063335, - "tests/core/test_solve.py::test_timestamps_1[libmamba]": 0.5171727772943124, - "tests/core/test_solve.py::test_unfreeze_when_required[classic]": 1.3634586861180662, - "tests/core/test_solve.py::test_unfreeze_when_required[libmamba]": 0.5541225195507028, - "tests/core/test_solve.py::test_update_all_1[classic]": 9.82788808767358, - "tests/core/test_solve.py::test_update_all_1[libmamba]": 5.215238072871326, - "tests/core/test_solve.py::test_update_deps_1[classic]": 18.105717817377275, - "tests/core/test_solve.py::test_update_deps_1[libmamba]": 9.656960315383404, - "tests/core/test_solve.py::test_update_deps_2[classic]": 14.828980425958559, - "tests/core/test_solve.py::test_update_deps_2[libmamba]": 4.612273131072321, - "tests/core/test_solve.py::test_update_prune_1[classic]": 4.909685315122361, - "tests/core/test_solve.py::test_update_prune_1[libmamba]": 3.473156039920318, - "tests/core/test_solve.py::test_update_prune_2[classic]": 5.08266978441438, - "tests/core/test_solve.py::test_update_prune_2[libmamba]": 1.7730891958866075, - "tests/core/test_solve.py::test_update_prune_3[classic]": 5.6115200924428175, - "tests/core/test_solve.py::test_update_prune_3[libmamba]": 1.7523248049221243, - "tests/core/test_solve.py::test_update_prune_4[classic]": 5.113825229554151, - "tests/core/test_solve.py::test_update_prune_4[libmamba]": 3.290089434131039, - "tests/core/test_solve.py::test_update_prune_5[classic-False]": 5.9052587251797055, - "tests/core/test_solve.py::test_update_prune_5[classic-True]": 4.861899164762328, - "tests/core/test_solve.py::test_update_prune_5[libmamba-False]": 3.580280046459302, - "tests/core/test_solve.py::test_update_prune_5[libmamba-True]": 3.4825745195158624, - "tests/core/test_solve.py::test_virtual_package_solver[classic]": 1.9479998589947831, - "tests/core/test_solve.py::test_virtual_package_solver[libmamba]": 0.026475437815723105, - "tests/core/test_subdir_data.py::test_cache_fn_url_repo_anaconda_com": 0.003075274849229413, - "tests/core/test_subdir_data.py::test_cache_fn_url_repo_continuum_io": 0.003056822807714832, - "tests/core/test_subdir_data.py::test_get_index_no_platform_with_offline_cache": 0.5886152936801694, - "tests/core/test_subdir_data.py::test_metadata_cache_clearing": 0.016997622672358458, - "tests/core/test_subdir_data.py::test_metadata_cache_works": 3.1006028491087325, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[no-credentials]": 0.6398183500078437, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-auth]": 0.8333157836424496, - "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-token]": 1.0688901877543604, - "tests/core/test_subdir_data.py::test_repodata_version_error": 1.0221254441406222, - "tests/core/test_subdir_data.py::test_search_by_packagerecord": 0.012777291705538178, - "tests/core/test_subdir_data.py::test_state_is_not_json": 0.012835400618211108, - "tests/core/test_subdir_data.py::test_subdir_data_coverage": 0.02265224470965978, - "tests/core/test_subdir_data.py::test_subdir_data_dict_state": 0.0053451475331186505, - "tests/core/test_subdir_data.py::test_subdir_data_prefers_conda_to_tar_bz2": 0.016828166266468592, - "tests/core/test_subdir_data.py::test_use_only_tar_bz2": 0.027374711904290666, + "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.005252677979037953, + "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-missing-True]": 0.006159674585419455, + "tests/core/test_prefix_data.py::test_prefix_data_equality[missing-{path}-False]": 0.005295786824210086, + "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-None-False]": 0.006270666880390061, + "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-missing-False]": 0.004922814329780066, + "tests/core/test_prefix_data.py::test_prefix_data_equality[{path}-{path}-True]": 0.005924451348910246, + "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars": 2.088636608214001, + "tests/core/test_prefix_data.py::test_set_unset_environment_env_vars_no_exist": 2.236874876797405, + "tests/core/test_solve.py::test_aggressive_update_packages[classic]": 14.074740828961417, + "tests/core/test_solve.py::test_aggressive_update_packages[libmamba]": 11.290280311834668, + "tests/core/test_solve.py::test_archspec_call[classic]": 3.6185709869191767, + "tests/core/test_solve.py::test_archspec_call[libmamba]": 1.5614667691796822, + "tests/core/test_solve.py::test_auto_update_conda[classic]": 8.959243876924425, + "tests/core/test_solve.py::test_auto_update_conda[libmamba]": 6.871970157418348, + "tests/core/test_solve.py::test_broken_install[classic]": 10.646506343396009, + "tests/core/test_solve.py::test_broken_install[libmamba]": 0.024483230788742004, + "tests/core/test_solve.py::test_channel_priority_churn_minimized[classic]": 19.110144955038496, + "tests/core/test_solve.py::test_channel_priority_churn_minimized[libmamba]": 1.9024281727064527, + "tests/core/test_solve.py::test_conda_downgrade[classic]": 57.77589165291862, + "tests/core/test_solve.py::test_conda_downgrade[libmamba]": 10.180677248015304, + "tests/core/test_solve.py::test_cuda_1[classic]": 1.9080483883023236, + "tests/core/test_solve.py::test_cuda_1[libmamba]": 1.6030621829605372, + "tests/core/test_solve.py::test_cuda_2[classic]": 1.8727524797083097, + "tests/core/test_solve.py::test_cuda_2[libmamba]": 1.7127176925977072, + "tests/core/test_solve.py::test_cuda_constrain_absent[classic]": 2.104674687443521, + "tests/core/test_solve.py::test_cuda_constrain_absent[libmamba]": 1.7027146889260616, + "tests/core/test_solve.py::test_cuda_constrain_sat[classic]": 0.0013141225731734209, + "tests/core/test_solve.py::test_cuda_constrain_sat[libmamba]": 0.000632874260511651, + "tests/core/test_solve.py::test_cuda_constrain_unsat[classic]": 0.0006602622541699706, + "tests/core/test_solve.py::test_cuda_constrain_unsat[libmamba]": 0.0005926320955571471, + "tests/core/test_solve.py::test_cuda_fail_1[classic]": 1.8594760536611483, + "tests/core/test_solve.py::test_cuda_fail_1[libmamba]": 1.6716481958874652, + "tests/core/test_solve.py::test_cuda_fail_2[classic]": 2.038749158335286, + "tests/core/test_solve.py::test_cuda_fail_2[libmamba]": 1.730412900653837, + "tests/core/test_solve.py::test_cuda_glibc_sat[classic]": 0.0010549036708550688, + "tests/core/test_solve.py::test_cuda_glibc_sat[libmamba]": 0.0006409444907959453, + "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[classic]": 0.0006654989063992668, + "tests/core/test_solve.py::test_cuda_glibc_unsat_constrain[libmamba]": 0.000555754357813369, + "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[classic]": 0.000556173190385041, + "tests/core/test_solve.py::test_cuda_glibc_unsat_depend[libmamba]": 0.0005481294478826788, + "tests/core/test_solve.py::test_current_repodata_fallback[classic]": 0.5295669839338191, + "tests/core/test_solve.py::test_current_repodata_fallback[libmamba]": 0.1984205100743131, + "tests/core/test_solve.py::test_current_repodata_usage[classic]": 0.5364512445187116, + "tests/core/test_solve.py::test_current_repodata_usage[libmamba]": 0.2354544099378034, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[classic]": 0.030293605833756267, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts[libmamba]": 0.033682518506395184, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[classic]": 0.03103376895516372, + "tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[libmamba]": 0.02974029264496559, + "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[classic]": 0.033056920669320096, + "tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[libmamba]": 0.03314948884247899, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[classic]": 0.033721265062498465, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[libmamba]": 0.027704573528758897, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[classic]": 0.02742716001060993, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[libmamba]": 0.03309671138528431, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[classic]": 0.027765645085889357, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[libmamba]": 0.028769279138675177, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[classic]": 0.032419948180495435, + "tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[libmamba]": 0.031246059565197607, + "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[classic]": 10.209732466981182, + "tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[libmamba]": 5.351046552639933, + "tests/core/test_solve.py::test_explicit_conda_downgrade[classic]": 9.790325063395686, + "tests/core/test_solve.py::test_explicit_conda_downgrade[libmamba]": 7.080800649039434, + "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[classic]": 3.5941199315896415, + "tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[libmamba]": 1.6194384331307494, + "tests/core/test_solve.py::test_features_solve_1[classic]": 9.923800407447327, + "tests/core/test_solve.py::test_features_solve_1[libmamba]": 0.8141857623646603, + "tests/core/test_solve.py::test_force_reinstall_1[classic]": 4.401781361039087, + "tests/core/test_solve.py::test_force_reinstall_1[libmamba]": 3.814873242017393, + "tests/core/test_solve.py::test_force_reinstall_2[classic]": 2.1565908218949, + "tests/core/test_solve.py::test_force_reinstall_2[libmamba]": 1.8410004386444887, + "tests/core/test_solve.py::test_force_remove_1[classic]": 10.534247652197573, + "tests/core/test_solve.py::test_force_remove_1[libmamba]": 5.3682751820850285, + "tests/core/test_solve.py::test_freeze_deps_1[classic]": 26.814200574302763, + "tests/core/test_solve.py::test_freeze_deps_1[libmamba]": 4.119445968904957, + "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[classic]": 5.3650464241856834, + "tests/core/test_solve.py::test_indirect_dep_optimized_by_version_over_package_count[libmamba]": 2.0508498905030943, + "tests/core/test_solve.py::test_no_deps_1[classic]": 9.035245515938895, + "tests/core/test_solve.py::test_no_deps_1[libmamba]": 5.235118335236141, + "tests/core/test_solve.py::test_no_update_deps_1[classic]": 9.09895590633131, + "tests/core/test_solve.py::test_no_update_deps_1[libmamba]": 6.987326560418387, + "tests/core/test_solve.py::test_only_deps_1[classic]": 2.990069642772111, + "tests/core/test_solve.py::test_only_deps_1[libmamba]": 1.7762649321294015, + "tests/core/test_solve.py::test_only_deps_2[classic]": 14.025065072237329, + "tests/core/test_solve.py::test_only_deps_2[libmamba]": 6.855352222674744, + "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[classic]": 0.028148815139789545, + "tests/core/test_solve.py::test_packages_in_solution_change_already_newest[libmamba]": 0.034886151015687095, + "tests/core/test_solve.py::test_packages_in_solution_change_constrained[classic]": 0.03024175196968017, + "tests/core/test_solve.py::test_packages_in_solution_change_constrained[libmamba]": 0.03439273137168553, + "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[classic]": 0.030455130532386535, + "tests/core/test_solve.py::test_packages_in_solution_change_needs_update[libmamba]": 0.033546003037514455, + "tests/core/test_solve.py::test_pinned_1[classic]": 13.478595899438696, + "tests/core/test_solve.py::test_pinned_1[libmamba]": 8.1770699218341, + "tests/core/test_solve.py::test_priority_1[classic]": 37.920880940342286, + "tests/core/test_solve.py::test_priority_1[libmamba]": 14.178960980937568, + "tests/core/test_solve.py::test_prune_1[classic]": 6.474088064107392, + "tests/core/test_solve.py::test_prune_1[libmamba]": 1.749904197943445, + "tests/core/test_solve.py::test_python2_update[classic]": 9.034356512447484, + "tests/core/test_solve.py::test_python2_update[libmamba]": 4.019597803255836, + "tests/core/test_solve.py::test_remove_with_constrained_dependencies[classic]": 12.01684667269527, + "tests/core/test_solve.py::test_remove_with_constrained_dependencies[libmamba]": 1.221107739108556, + "tests/core/test_solve.py::test_solve_1[classic]": 7.907639747506891, + "tests/core/test_solve.py::test_solve_1[libmamba]": 3.319815005783269, + "tests/core/test_solve.py::test_solve_2[classic]": 33.964482192501976, + "tests/core/test_solve.py::test_solve_2[libmamba]": 0.02509246660561611, + "tests/core/test_solve.py::test_solve_msgs_exclude_vp[classic]": 1.9163646785084814, + "tests/core/test_solve.py::test_solve_msgs_exclude_vp[libmamba]": 1.6314215497332016, + "tests/core/test_solve.py::test_timestamps_1[classic]": 0.9490170244516875, + "tests/core/test_solve.py::test_timestamps_1[libmamba]": 0.5442861876650181, + "tests/core/test_solve.py::test_unfreeze_when_required[classic]": 1.6057710236189564, + "tests/core/test_solve.py::test_unfreeze_when_required[libmamba]": 0.7056340487503253, + "tests/core/test_solve.py::test_update_all_1[classic]": 11.23206318811653, + "tests/core/test_solve.py::test_update_all_1[libmamba]": 5.081074619279714, + "tests/core/test_solve.py::test_update_deps_1[classic]": 19.10711753859473, + "tests/core/test_solve.py::test_update_deps_1[libmamba]": 9.304818832515853, + "tests/core/test_solve.py::test_update_deps_2[classic]": 15.658638189108812, + "tests/core/test_solve.py::test_update_deps_2[libmamba]": 5.167408496101088, + "tests/core/test_solve.py::test_update_prune_1[classic]": 5.19899231721211, + "tests/core/test_solve.py::test_update_prune_1[libmamba]": 3.264513677350993, + "tests/core/test_solve.py::test_update_prune_2[classic]": 5.144889201644405, + "tests/core/test_solve.py::test_update_prune_2[libmamba]": 1.7623783021012756, + "tests/core/test_solve.py::test_update_prune_3[classic]": 6.017881322998971, + "tests/core/test_solve.py::test_update_prune_3[libmamba]": 1.7171829848101419, + "tests/core/test_solve.py::test_update_prune_4[classic]": 5.276271462978984, + "tests/core/test_solve.py::test_update_prune_4[libmamba]": 3.4059841485606315, + "tests/core/test_solve.py::test_update_prune_5[classic-False]": 6.209759123208739, + "tests/core/test_solve.py::test_update_prune_5[classic-True]": 5.172382667771304, + "tests/core/test_solve.py::test_update_prune_5[libmamba-False]": 3.3982939511330863, + "tests/core/test_solve.py::test_update_prune_5[libmamba-True]": 3.4803932634836157, + "tests/core/test_solve.py::test_virtual_package_solver[classic]": 2.038567665908363, + "tests/core/test_solve.py::test_virtual_package_solver[libmamba]": 0.026767389723056676, + "tests/core/test_subdir_data.py::test_cache_fn_url_repo_anaconda_com": 0.0027499513165647103, + "tests/core/test_subdir_data.py::test_cache_fn_url_repo_continuum_io": 0.0028613284131266954, + "tests/core/test_subdir_data.py::test_get_index_no_platform_with_offline_cache": 0.4969655947646154, + "tests/core/test_subdir_data.py::test_metadata_cache_clearing": 0.01695576358037058, + "tests/core/test_subdir_data.py::test_metadata_cache_works": 3.0979328290490065, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[no-credentials]": 0.5184976945124968, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-auth]": 1.0425302576382252, + "tests/core/test_subdir_data.py::test_repodata_version_2_base_url[with-token]": 0.6998923862828902, + "tests/core/test_subdir_data.py::test_repodata_version_error": 1.3495173880772948, + "tests/core/test_subdir_data.py::test_search_by_packagerecord": 0.011546026331808361, + "tests/core/test_subdir_data.py::test_state_is_not_json": 0.012465434553809582, + "tests/core/test_subdir_data.py::test_subdir_data_coverage": 0.02082313055061997, + "tests/core/test_subdir_data.py::test_subdir_data_dict_state": 0.006266125916369613, + "tests/core/test_subdir_data.py::test_subdir_data_prefers_conda_to_tar_bz2": 0.01626991677606435, + "tests/core/test_subdir_data.py::test_use_only_tar_bz2": 0.027661141363243307, "tests/env/specs/test_binstar.py::test_binstar_not_installed": 0.0038894330584896743, - "tests/env/specs/test_binstar.py::test_deprecations[BinstarSpec-None]": 0.003988410771056552, - "tests/env/specs/test_binstar.py::test_deprecations[ENVIRONMENT_TYPE-TypeError]": 0.0039197341010139344, + "tests/env/specs/test_binstar.py::test_deprecations[BinstarSpec-None]": 0.004016957104098108, + "tests/env/specs/test_binstar.py::test_deprecations[ENVIRONMENT_TYPE-TypeError]": 0.004467078022871648, "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.007372046038447256, - "tests/env/specs/test_binstar.py::test_package_without_environment_file": 0.0067617292747311165, - "tests/env/specs/test_requirements.py::test_environment": 0.004133136649283183, - "tests/env/specs/test_requirements.py::test_no_environment_file": 0.003085833742226502, - "tests/env/specs/test_requirements.py::test_no_name": 0.0036612555512965436, - "tests/env/specs/test_requirements.py::test_req_file_and_name": 0.003017696612801934, - "tests/env/specs/test_yaml_file.py::test_environment_file_exist": 0.00462730044888973, - "tests/env/specs/test_yaml_file.py::test_filename": 0.004710868833229804, - "tests/env/specs/test_yaml_file.py::test_get_environment": 0.003549156249114441, - "tests/env/specs/test_yaml_file.py::test_no_environment_file": 0.0028933229830859107, - "tests/env/test_create.py::test_create_advanced_pip": 30.016342946344903, - "tests/env/test_create.py::test_create_empty_env": 2.137348916484925, - "tests/env/test_create.py::test_create_env_default_packages": 18.25378436187871, - "tests/env/test_create.py::test_create_env_json[example/environment.yml]": 24.72498858227595, - "tests/env/test_create.py::test_create_env_json[example/environment_with_pip.yml]": 21.135073974766637, - "tests/env/test_create.py::test_create_env_no_default_packages": 11.323746623993161, - "tests/env/test_create.py::test_create_host_port": 0.0005197043234986893, - "tests/env/test_create.py::test_create_update": 15.912543516481177, - "tests/env/test_create.py::test_create_update_remote_env_file": 16.20865973433167, - "tests/env/test_create.py::test_fail_to_create_env_in_dir_with_colon": 0.11789168616869569, - "tests/env/test_create.py::test_protected_dirs_error_for_env_create": 2.685403235308047, - "tests/env/test_env.py::test_add_channels": 0.003208906564788685, - "tests/env/test_env.py::test_add_pip": 0.006769283924019446, - "tests/env/test_env.py::test_args_are_wildcarded": 0.003253710410545615, - "tests/env/test_env.py::test_builds_spec_from_line_raw_dependency": 0.0028676073128185136, - "tests/env/test_env.py::test_can_add_dependencies_to_environment": 0.0070543169976017995, - "tests/env/test_env.py::test_channels_are_provided_by_kwarg": 0.002906464612631792, - "tests/env/test_env.py::test_channels_default_to_empty_list": 0.002990839883792496, - "tests/env/test_env.py::test_create_advanced_pip": 13.067750258531866, - "tests/env/test_env.py::test_creates_file_on_save": 0.007665747757808795, - "tests/env/test_env.py::test_dependencies_are_empty_by_default": 0.0031139849757430955, - "tests/env/test_env.py::test_dependencies_update_after_adding": 0.005550751084236419, - "tests/env/test_env.py::test_envvars": 0.007259654717885363, - "tests/env/test_env.py::test_from_history": 0.00865829224781156, - "tests/env/test_env.py::test_has_empty_filename_by_default": 0.003340740458998307, - "tests/env/test_env.py::test_has_empty_name_by_default": 0.003626867287956444, - "tests/env/test_env.py::test_has_filename_if_provided": 0.003086032392706055, - "tests/env/test_env.py::test_has_name_if_provided": 0.004086725657283602, - "tests/env/test_env.py::test_http": 0.08449953203974526, - "tests/env/test_env.py::test_http_raises": 0.1467647764861856, - "tests/env/test_env.py::test_invalid_keys": 0.005586841411407414, - "tests/env/test_env.py::test_other_tips_of_dependencies_are_supported": 0.0030961540245193586, - "tests/env/test_env.py::test_parses_dependencies_from_raw_file": 0.005825645365084637, - "tests/env/test_env.py::test_remove_channels": 0.003253467792129781, - "tests/env/test_env.py::test_retains_full_filename": 0.004893962990469073, - "tests/env/test_env.py::test_returns_Environment": 0.005737185018526748, - "tests/env/test_env.py::test_to_dict_returns_dictionary_of_data": 0.0032645483192334734, - "tests/env/test_env.py::test_to_dict_returns_just_name_if_only_thing_present": 0.002789121509399181, - "tests/env/test_env.py::test_to_yaml_returns_proper_yaml": 0.005335760709987182, - "tests/env/test_env.py::test_to_yaml_returns_yaml_parseable_string": 0.008425794012427174, - "tests/env/test_env.py::test_to_yaml_takes_stream": 0.004833690876827373, - "tests/env/test_env.py::test_valid_keys": 0.006583979337043302, - "tests/env/test_env.py::test_with_pip": 0.007361878725748585, - "tests/env/test_pip_util.py::test_get_pip_installed_packages[Successfully installed foo bar-expected0]": 0.003239267833333361, - "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.004361614631048939, - "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.004816282637887632, - "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.003538737501883207, - "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.005417984478635792, - "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[]": 0.0031934083168789133, - "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[foo]": 0.0034240145950490603, - "tests/gateways/disk/test_delete.py::test_backoff_unlink": 0.0419265027810437, - "tests/gateways/disk/test_delete.py::test_backoff_unlink_doesnt_exist": 0.004448903655202431, - "tests/gateways/disk/test_delete.py::test_deprecations[move_path_to_trash-TypeError-None]": 0.0038335587966010602, - "tests/gateways/disk/test_delete.py::test_deprecations[move_to_trash-TypeError-None]": 0.004070532875906792, - "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs0]": 0.00382633549430081, - "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs1]": 0.0036972387929081005, - "tests/gateways/disk/test_delete.py::test_deprecations[try_rmdir_all_empty-TypeError-None]": 0.0037581504032284585, + "tests/env/specs/test_binstar.py::test_package_without_environment_file": 0.006761729274731117, + "tests/env/specs/test_requirements.py::test_environment": 0.004036993559329442, + "tests/env/specs/test_requirements.py::test_no_environment_file": 0.0036480264776189183, + "tests/env/specs/test_requirements.py::test_no_name": 0.003713014309863559, + "tests/env/specs/test_requirements.py::test_req_file_and_name": 0.0034798103280258338, + "tests/env/specs/test_yaml_file.py::test_environment_file_exist": 0.004270496089867986, + "tests/env/specs/test_yaml_file.py::test_filename": 0.0044883688089647315, + "tests/env/specs/test_yaml_file.py::test_get_environment": 0.0038033226181828548, + "tests/env/specs/test_yaml_file.py::test_no_environment_file": 0.004606578360109071, + "tests/env/test_create.py::test_create_advanced_pip": 30.340083387530264, + "tests/env/test_create.py::test_create_empty_env": 2.278627079752986, + "tests/env/test_create.py::test_create_env_default_packages": 18.03409401092225, + "tests/env/test_create.py::test_create_env_json[example/environment.yml]": 23.211776463539948, + "tests/env/test_create.py::test_create_env_json[example/environment_with_pip.yml]": 20.024849435500307, + "tests/env/test_create.py::test_create_env_no_default_packages": 10.959609459910926, + "tests/env/test_create.py::test_create_host_port": 0.0005785471368358979, + "tests/env/test_create.py::test_create_update": 15.727802649990432, + "tests/env/test_create.py::test_create_update_remote_env_file": 15.831106055969505, + "tests/env/test_create.py::test_fail_to_create_env_in_dir_with_colon": 0.15564914136201669, + "tests/env/test_create.py::test_protected_dirs_error_for_env_create": 2.896405026200485, + "tests/env/test_env.py::test_add_channels": 0.003041566949601092, + "tests/env/test_env.py::test_add_pip": 0.0059616496839981535, + "tests/env/test_env.py::test_args_are_wildcarded": 0.0029938098165638747, + "tests/env/test_env.py::test_builds_spec_from_line_raw_dependency": 0.00296575986097673, + "tests/env/test_env.py::test_can_add_dependencies_to_environment": 0.006535736713253653, + "tests/env/test_env.py::test_channels_are_provided_by_kwarg": 0.0029338257850236313, + "tests/env/test_env.py::test_channels_default_to_empty_list": 0.002951838573428986, + "tests/env/test_env.py::test_create_advanced_pip": 12.996081592243124, + "tests/env/test_env.py::test_creates_file_on_save": 0.007817087887354272, + "tests/env/test_env.py::test_dependencies_are_empty_by_default": 0.0030030698324484415, + "tests/env/test_env.py::test_dependencies_update_after_adding": 0.004750128721287381, + "tests/env/test_env.py::test_envvars": 0.006362119208382599, + "tests/env/test_env.py::test_from_history": 0.0064227324923234845, + "tests/env/test_env.py::test_has_empty_filename_by_default": 0.0032533781454192985, + "tests/env/test_env.py::test_has_empty_name_by_default": 0.0033629909776222316, + "tests/env/test_env.py::test_has_filename_if_provided": 0.0029162710770573664, + "tests/env/test_env.py::test_has_name_if_provided": 0.0037609643904771926, + "tests/env/test_env.py::test_http": 0.08824213406171692, + "tests/env/test_env.py::test_http_raises": 0.1597295748480158, + "tests/env/test_env.py::test_invalid_keys": 0.006156392608108691, + "tests/env/test_env.py::test_other_tips_of_dependencies_are_supported": 0.002795794748355644, + "tests/env/test_env.py::test_parses_dependencies_from_raw_file": 0.004825864094758081, + "tests/env/test_env.py::test_remove_channels": 0.0029579967393625886, + "tests/env/test_env.py::test_retains_full_filename": 0.004946694698671132, + "tests/env/test_env.py::test_returns_Environment": 0.0050939951730193936, + "tests/env/test_env.py::test_to_dict_returns_dictionary_of_data": 0.0030799986664730114, + "tests/env/test_env.py::test_to_dict_returns_just_name_if_only_thing_present": 0.0027821387811440257, + "tests/env/test_env.py::test_to_yaml_returns_proper_yaml": 0.005377873935573499, + "tests/env/test_env.py::test_to_yaml_returns_yaml_parseable_string": 0.008741465948603994, + "tests/env/test_env.py::test_to_yaml_takes_stream": 0.005256352778273233, + "tests/env/test_env.py::test_valid_keys": 0.0073715442911087, + "tests/env/test_env.py::test_with_pip": 0.007067702322164097, + "tests/env/test_pip_util.py::test_get_pip_installed_packages[Successfully installed foo bar-expected0]": 0.0033008674417932147, + "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.003309962864439394, + "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.004300576884112684, + "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.0034495737651864177, + "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.0044363556377304625, + "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[]": 0.0032593140358134287, + "tests/env/test_pip_util.py::test_get_pip_installed_packages_none[foo]": 0.003294555616135183, + "tests/gateways/disk/test_delete.py::test_backoff_unlink": 0.031847113651499274, + "tests/gateways/disk/test_delete.py::test_backoff_unlink_doesnt_exist": 0.0037393641398292153, + "tests/gateways/disk/test_delete.py::test_deprecations[move_path_to_trash-TypeError-None]": 0.003628487773069871, + "tests/gateways/disk/test_delete.py::test_deprecations[move_to_trash-TypeError-None]": 0.0034119217845807693, + "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs0]": 0.00425071577544333, + "tests/gateways/disk/test_delete.py::test_deprecations[rm_rf-TypeError-kwargs1]": 0.0035942349299703294, + "tests/gateways/disk/test_delete.py::test_deprecations[try_rmdir_all_empty-TypeError-None]": 0.003868907375417944, "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.03206858245923283, - "tests/gateways/disk/test_delete.py::test_remove_file": 0.0053615178084846634, - "tests/gateways/disk/test_delete.py::test_remove_file_to_trash": 0.004918426266346788, - "tests/gateways/disk/test_delete.py::test_remove_link_to_dir": 0.03640463675090136, - "tests/gateways/disk/test_delete.py::test_remove_link_to_file": 0.00594963412098981, - "tests/gateways/disk/test_delete.py::test_rm_rf": 0.03223133461024712, - "tests/gateways/disk/test_delete.py::test_rm_rf_couldnt": 0.004667207120839193, - "tests/gateways/disk/test_delete.py::test_rm_rf_does_not_follow_symlinks": 0.05758903057979406, - "tests/gateways/disk/test_delete.py::test_try_rmdir_all_empty_doesnt_exist": 0.034059906787722576, - "tests/gateways/disk/test_link.py::test_hard_link": 0.006818938333696184, - "tests/gateways/disk/test_link.py::test_soft_link": 0.007756945085414568, - "tests/gateways/disk/test_permissions.py::test_make_executable": 0.003926377918819069, - "tests/gateways/disk/test_permissions.py::test_make_writable": 0.005328415733560665, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EACCES": 0.004949431336600136, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EPERM": 0.0051611779799974064, - "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EROFS": 0.004025741780246586, - "tests/gateways/disk/test_permissions.py::test_make_writable_doesnt_exist": 0.0031298430127557576, - "tests/gateways/disk/test_permissions.py::test_recursive_make_writable": 0.006261955308388841, - "tests/gateways/disk/test_read.py::test_cherrypy_py27_osx_no_binary": 0.05548368636667834, - "tests/gateways/disk/test_read.py::test_cherrypy_py36_osx_whl": 0.09665514143030286, - "tests/gateways/disk/test_read.py::test_pyjwt_py27_osx_no_binary": 0.020924473334661887, - "tests/gateways/disk/test_read.py::test_pyjwt_py36_osx_whl": 0.019615300785044844, - "tests/gateways/disk/test_read.py::test_scrapy_py27_osx_no_binary": 0.12255137276477647, - "tests/gateways/disk/test_read.py::test_scrapy_py36_osx_whl": 0.17429676866046337, - "tests/gateways/disk/test_read.py::test_six_py27_osx_no_binary_unmanageable": 0.0069674508405983835, - "tests/gateways/disk/test_read.py::test_twilio_py27_osx_no_binary": 0.1621839199861543, - "tests/gateways/disk/test_read.py::test_twilio_py36_osx_whl": 0.2613972853933436, - "tests/gateways/test_connection.py::test_accept_range_none": 0.09557194830441915, - "tests/gateways/test_connection.py::test_add_binstar_token": 0.01595424059686739, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost-channels3-http://localhost]": 0.025217198148634278, - "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost/noarch/test-package-0.1.0.conda-channels2-http://localhost]": 0.03171256269958441, - "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.02837679929231869, - "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.02669429071228665, - "tests/gateways/test_connection.py::test_get_session_returns_default": 0.0101830572411407, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings": 0.01760865154498668, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings_multiple": 0.013117284563244277, - "tests/gateways/test_connection.py::test_get_session_with_channel_settings_no_handler": 0.007541840243701668, - "tests/gateways/test_connection.py::test_get_session_with_request_headers": 0.008768851232377736, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[exact-url]": 0.02120675261662087, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[no-match]": 0.011435405815156516, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[url-prefix]": 0.025037115819736434, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-match-same-schema]": 0.01580017550918701, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-different-scheme]": 0.015689895563126274, - "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-missing-scheme]": 0.010696871722435655, - "tests/gateways/test_connection.py::test_local_file_adapter_200": 0.009890984657849667, - "tests/gateways/test_connection.py::test_local_file_adapter_404": 0.01035989939807417, - "tests/gateways/test_connection.py::test_s3_server": 2.820751200290191, - "tests/gateways/test_connection.py::test_s3_server_with_mock": 2.378338213546727, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers0-expected0]": 0.0034183060467212916, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers1-expected1]": 0.0037505437034815597, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers2-expected2]": 0.0032611447848271426, - "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers3-expected3]": 0.0034759770678881104, - "tests/gateways/test_jlap.py::test_download_and_hash": 0.04155894425465671, - "tests/gateways/test_jlap.py::test_hashwriter": 0.0028132671612486936, - "tests/gateways/test_jlap.py::test_jlap_cache_clock[False]": 0.0669667612775218, - "tests/gateways/test_jlap.py::test_jlap_cache_clock[True]": 0.0662467907643628, - "tests/gateways/test_jlap.py::test_jlap_core": 0.007176349025233687, - "tests/gateways/test_jlap.py::test_jlap_coverage": 0.002884805484914715, - "tests/gateways/test_jlap.py::test_jlap_errors": 0.11193385841344247, - "tests/gateways/test_jlap.py::test_jlap_fetch": 0.07341926814881805, - "tests/gateways/test_jlap.py::test_jlap_fetch_file": 0.03130476860626889, - "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[False]": 0.6655006198686576, - "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[True]": 7.912260910155286, - "tests/gateways/test_jlap.py::test_jlap_flag[]": 0.0047504956768297454, - "tests/gateways/test_jlap.py::test_jlap_flag[jlap,another]": 0.004661208282190316, - "tests/gateways/test_jlap.py::test_jlap_flag[jlap]": 0.004881971968640118, - "tests/gateways/test_jlap.py::test_jlap_flag[jlapopotamus]": 0.005071587268090277, - "tests/gateways/test_jlap.py::test_jlap_sought": 0.13481619183815327, - "tests/gateways/test_jlap.py::test_jlap_zst_not_404": 0.008364971976218813, - "tests/gateways/test_jlap.py::test_jlap_zst_not_zst": 0.02599743598400901, - "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[False]": 0.03694371478146011, - "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[True]": 0.04121775878462866, - "tests/gateways/test_jlap.py::test_repodata_state[False]": 0.020962610183326236, - "tests/gateways/test_jlap.py::test_repodata_state[True]": 0.061861528431067916, - "tests/gateways/test_jlap.py::test_repodata_use_zst[False]": 0.005054783658485308, - "tests/gateways/test_jlap.py::test_repodata_use_zst[True]": 0.00472448764992958, - "tests/gateways/test_jlap.py::test_request_url_jlap_state": 0.025903336065206242, - "tests/gateways/test_jlap.py::test_server_available": 0.07049116718979494, - "tests/gateways/test_logging.py::test_token_not_present_in_conda_create": 4.45455288378904, - "tests/gateways/test_logging.py::test_token_replace_big_string": 0.003979708970318533, - "tests/gateways/test_logging.py::test_token_replace_individual_strings": 0.003375298339605851, - "tests/gateways/test_repodata_gateway.py::test_coverage_conda_http_errors": 0.016187195978735726, - "tests/gateways/test_repodata_gateway.py::test_get_cache_control_max_age": 0.0037688021946639737, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-False]": 0.011488972766061166, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-True]": 0.019160337226514088, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-False]": 0.012152813995606667, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-True]": 0.018622561564338676, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[False]": 0.03470335603306921, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[True]": 0.05437829633789782, - "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_jsondecodeerror": 0.007671740653738602, - "tests/gateways/test_repodata_gateway.py::test_repodata_state_has_format": 0.00569620577389838, - "tests/gateways/test_repodata_gateway.py::test_save": 0.19163327425797452, - "tests/gateways/test_repodata_gateway.py::test_ssl_unavailable_error_message": 0.0030830020432809154, - "tests/gateways/test_repodata_gateway.py::test_stale": 0.02164203311863206, - "tests/gateways/test_repodata_lock.py::test_lock_can_lock[False]": 1.3781280197295884, + "tests/gateways/disk/test_delete.py::test_remove_dir": 0.030804828350906498, + "tests/gateways/disk/test_delete.py::test_remove_file": 0.005107342323720747, + "tests/gateways/disk/test_delete.py::test_remove_file_to_trash": 0.004921748487876771, + "tests/gateways/disk/test_delete.py::test_remove_link_to_dir": 0.03673249984039518, + "tests/gateways/disk/test_delete.py::test_remove_link_to_file": 0.005060025087096776, + "tests/gateways/disk/test_delete.py::test_rm_rf": 0.031571967134911685, + "tests/gateways/disk/test_delete.py::test_rm_rf_couldnt": 0.004134842771086073, + "tests/gateways/disk/test_delete.py::test_rm_rf_does_not_follow_symlinks": 0.07084392391896109, + "tests/gateways/disk/test_delete.py::test_try_rmdir_all_empty_doesnt_exist": 0.032815037607204806, + "tests/gateways/disk/test_link.py::test_hard_link": 0.0063460606111735395, + "tests/gateways/disk/test_link.py::test_soft_link": 0.007257419945443163, + "tests/gateways/disk/test_permissions.py::test_make_executable": 0.0038002975323641894, + "tests/gateways/disk/test_permissions.py::test_make_writable": 0.004691435111331214, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EACCES": 0.004148665991876974, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EPERM": 0.004368290588336266, + "tests/gateways/disk/test_permissions.py::test_make_writable_dir_EROFS": 0.003952369481582205, + "tests/gateways/disk/test_permissions.py::test_make_writable_doesnt_exist": 0.003125854220810448, + "tests/gateways/disk/test_permissions.py::test_recursive_make_writable": 0.0056163119525179436, + "tests/gateways/disk/test_read.py::test_cherrypy_py27_osx_no_binary": 0.05324678196710432, + "tests/gateways/disk/test_read.py::test_cherrypy_py36_osx_whl": 0.08935311020406532, + "tests/gateways/disk/test_read.py::test_pyjwt_py27_osx_no_binary": 0.016701349784665434, + "tests/gateways/disk/test_read.py::test_pyjwt_py36_osx_whl": 0.019731339210040125, + "tests/gateways/disk/test_read.py::test_scrapy_py27_osx_no_binary": 0.1192106572283834, + "tests/gateways/disk/test_read.py::test_scrapy_py36_osx_whl": 0.17522610807729547, + "tests/gateways/disk/test_read.py::test_six_py27_osx_no_binary_unmanageable": 0.0065736473952818465, + "tests/gateways/disk/test_read.py::test_twilio_py27_osx_no_binary": 0.1696818386664877, + "tests/gateways/disk/test_read.py::test_twilio_py36_osx_whl": 0.25813886498906535, + "tests/gateways/test_connection.py::test_accept_range_none": 0.08898956836771207, + "tests/gateways/test_connection.py::test_add_binstar_token": 0.015992187060686915, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost-channels3-http://localhost]": 0.023898398376352322, + "tests/gateways/test_connection.py::test_get_channel_name_from_url[http://localhost/noarch/test-package-0.1.0.conda-channels2-http://localhost]": 0.0312622072570595, + "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.027190807223651966, + "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.02538320046344604, + "tests/gateways/test_connection.py::test_get_session_returns_default": 0.009115875621089094, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings": 0.016862712129084145, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings_multiple": 0.019883195609180185, + "tests/gateways/test_connection.py::test_get_session_with_channel_settings_no_handler": 0.007049311313939507, + "tests/gateways/test_connection.py::test_get_session_with_request_headers": 0.008685081210363356, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[exact-url]": 0.019158694281884162, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[no-match]": 0.011868354175009616, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[url-prefix]": 0.02189181419682802, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-match-same-schema]": 0.015146496924358812, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-different-scheme]": 0.02167344154374515, + "tests/gateways/test_connection.py::test_get_session_with_url_pattern[wildcard-no-match-missing-scheme]": 0.01707904739021544, + "tests/gateways/test_connection.py::test_local_file_adapter_200": 0.00972191142514542, + "tests/gateways/test_connection.py::test_local_file_adapter_404": 0.013159663478560723, + "tests/gateways/test_connection.py::test_s3_server": 2.9578119241568825, + "tests/gateways/test_connection.py::test_s3_server_with_mock": 2.221607096519925, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers0-expected0]": 0.003401577353337391, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers1-expected1]": 0.0037261531363405615, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers2-expected2]": 0.0032393125214749776, + "tests/gateways/test_connection.py::test_validate_request_headers[https://repo.anaconda.com/pkgs/main/linux-64/repodata.json-headers3-expected3]": 0.003473488766548632, + "tests/gateways/test_jlap.py::test_download_and_hash": 0.04140430418454658, + "tests/gateways/test_jlap.py::test_hashwriter": 0.0026550255529549293, + "tests/gateways/test_jlap.py::test_jlap_cache_clock[False]": 0.06709388803193328, + "tests/gateways/test_jlap.py::test_jlap_cache_clock[True]": 0.060934461096316984, + "tests/gateways/test_jlap.py::test_jlap_core": 0.007612282325005054, + "tests/gateways/test_jlap.py::test_jlap_coverage": 0.002678864977842866, + "tests/gateways/test_jlap.py::test_jlap_errors": 0.10826206748130202, + "tests/gateways/test_jlap.py::test_jlap_fetch": 0.06724586762362418, + "tests/gateways/test_jlap.py::test_jlap_fetch_file": 0.0350720213601836, + "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[False]": 1.0585332838919483, + "tests/gateways/test_jlap.py::test_jlap_fetch_ssl[True]": 7.832969048980173, + "tests/gateways/test_jlap.py::test_jlap_flag[]": 0.004474813890066065, + "tests/gateways/test_jlap.py::test_jlap_flag[jlap,another]": 0.004311870767982985, + "tests/gateways/test_jlap.py::test_jlap_flag[jlap]": 0.004763963385102612, + "tests/gateways/test_jlap.py::test_jlap_flag[jlapopotamus]": 0.004536738665767911, + "tests/gateways/test_jlap.py::test_jlap_sought": 0.12635158354101375, + "tests/gateways/test_jlap.py::test_jlap_zst_not_404": 0.008131904829231549, + "tests/gateways/test_jlap.py::test_jlap_zst_not_zst": 0.02698453353101049, + "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[False]": 0.03310548986661135, + "tests/gateways/test_jlap.py::test_repodata_info_jsondecodeerror[True]": 0.04077129853583821, + "tests/gateways/test_jlap.py::test_repodata_state[False]": 0.023501893759327527, + "tests/gateways/test_jlap.py::test_repodata_state[True]": 0.04844174599500166, + "tests/gateways/test_jlap.py::test_repodata_use_zst[False]": 0.005242854369698212, + "tests/gateways/test_jlap.py::test_repodata_use_zst[True]": 0.004388697609602347, + "tests/gateways/test_jlap.py::test_request_url_jlap_state": 0.02983140645199034, + "tests/gateways/test_jlap.py::test_server_available": 0.04790567810715132, + "tests/gateways/test_logging.py::test_token_not_present_in_conda_create": 4.3023652921651765, + "tests/gateways/test_logging.py::test_token_replace_big_string": 0.0037022359690273257, + "tests/gateways/test_logging.py::test_token_replace_individual_strings": 0.0029353786110428988, + "tests/gateways/test_repodata_gateway.py::test_coverage_conda_http_errors": 0.017001847846657474, + "tests/gateways/test_repodata_gateway.py::test_get_cache_control_max_age": 0.003391890114451801, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-False]": 0.011667429752525795, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[false-True]": 0.017796194051798962, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-False]": 0.011978125650030978, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_cached[true-True]": 0.01923219605012336, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[False]": 0.03438535763602401, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_formats[True]": 0.04653135189749345, + "tests/gateways/test_repodata_gateway.py::test_repodata_fetch_jsondecodeerror": 0.007581920985657632, + "tests/gateways/test_repodata_gateway.py::test_repodata_state_has_format": 0.0053987021177528405, + "tests/gateways/test_repodata_gateway.py::test_save": 0.18871592418434854, + "tests/gateways/test_repodata_gateway.py::test_ssl_unavailable_error_message": 0.0033186167267494075, + "tests/gateways/test_repodata_gateway.py::test_stale": 0.0192824933630567, + "tests/gateways/test_repodata_lock.py::test_lock_can_lock[False]": 1.3781280197295886, "tests/gateways/test_repodata_lock.py::test_lock_can_lock[True]": 10.743780088441518, - "tests/gateways/test_repodata_lock.py::test_lock_no_lock[False]": 11.031689182378294, - "tests/gateways/test_repodata_lock.py::test_lock_no_lock[True]": 1.3032019024492871, - "tests/gateways/test_repodata_lock.py::test_lock_rename": 0.03492942495251203, - "tests/gateways/test_subprocess.py::test_subprocess_call_with_capture_output": 0.5779870824104452, - "tests/gateways/test_subprocess.py::test_subprocess_call_without_capture_output": 0.5577601254346439, - "tests/models/test_channel.py::test_bare_channel_file": 0.005430332685481368, - "tests/models/test_channel.py::test_bare_channel_http": 0.004648501529527555, - "tests/models/test_channel.py::test_canonicalized_url_gets_correct_token": 0.024319719266252503, - "tests/models/test_channel.py::test_channel_alias": 0.0379537336116452, - "tests/models/test_channel.py::test_channel_alias_channels": 0.004600606611152449, - "tests/models/test_channel.py::test_channel_alias_w_conda_path": 0.02593203922449208, - "tests/models/test_channel.py::test_channel_alias_w_subhcnnale": 0.03179494972759593, - "tests/models/test_channel.py::test_channel_cache": 0.004906384450106943, - "tests/models/test_channel.py::test_channel_host_port": 0.005134035636185177, - "tests/models/test_channel.py::test_channel_mangles_urls": 0.005489909863853195, - "tests/models/test_channel.py::test_channel_name_subdir_only": 0.005963764739112852, - "tests/models/test_channel.py::test_channels_with_dashes": 0.03491819918114576, - "tests/models/test_channel.py::test_custom_channels": 0.03882704444937195, - "tests/models/test_channel.py::test_custom_channels_port_token_auth": 0.03819618473888589, - "tests/models/test_channel.py::test_custom_token_in_channel": 0.02422237747693052, - "tests/models/test_channel.py::test_default_channel": 0.006153535251353509, - "tests/models/test_channel.py::test_default_channels": 0.037427247347812664, - "tests/models/test_channel.py::test_defaults_channel": 0.037931039856870345, - "tests/models/test_channel.py::test_env_var_file_urls": 0.007775656891869369, - "tests/models/test_channel.py::test_expanded_variables": 0.034987999957902714, - "tests/models/test_channel.py::test_file_channel": 0.04773162963553821, - "tests/models/test_channel.py::test_file_url_with_backslashes": 0.004817115930536042, - "tests/models/test_channel.py::test_file_urls": 0.00495687570239581, - "tests/models/test_channel.py::test_local_channel": 0.06958963301426413, - "tests/models/test_channel.py::test_migrated_custom_channels": 0.03529915494333473, - "tests/models/test_channel.py::test_multichannel_priority": 0.007690259683844661, - "tests/models/test_channel.py::test_named_custom_channel": 0.03810690422166507, - "tests/models/test_channel.py::test_named_custom_channel_w_subchan": 0.03889972305042753, - "tests/models/test_channel.py::test_old_channel_alias": 0.0418749914325667, - "tests/models/test_channel.py::test_pkgs_main": 0.04684299503220789, - "tests/models/test_channel.py::test_pkgs_pro": 0.03795494940453653, - "tests/models/test_channel.py::test_ppc64le_vs_ppc64": 0.0066976611109355955, - "tests/models/test_channel.py::test_regression_against_unknown_none": 0.006925114932743427, - "tests/models/test_channel.py::test_subdir_env_var": 0.009440502778472604, - "tests/models/test_channel.py::test_subdirs_env_var": 0.011795468928391117, - "tests/models/test_channel.py::test_token_in_custom_channel": 0.009612285337573178, - "tests/models/test_channel.py::test_unexpanded_variables": 0.028777364579481067, - "tests/models/test_channel.py::test_url_channel_w_platform": 0.006962069081048509, - "tests/models/test_channel.py::test_url_custom_channel": 0.034843618990951765, - "tests/models/test_channel.py::test_url_custom_channel_w_subchan": 0.03518784054876897, - "tests/models/test_dist.py::test_channel[.conda]": 0.0069909260702335375, - "tests/models/test_dist.py::test_channel[.tar.bz2]": 0.00704129564913884, - "tests/models/test_dist.py::test_dist[.conda]": 0.005251411491410605, - "tests/models/test_dist.py::test_dist[.tar.bz2]": 0.0052464317285360555, - "tests/models/test_dist.py::test_dist_with_channel_url[.conda]": 0.0710950412220997, - "tests/models/test_dist.py::test_dist_with_channel_url[.tar.bz2]": 0.0660616733534515, - "tests/models/test_dist.py::test_dist_with_non_channel_url[.conda]": 0.0056679759164831875, - "tests/models/test_dist.py::test_dist_with_non_channel_url[.tar.bz2]": 0.005474339468643444, - "tests/models/test_index_record.py::test_index_record_timestamp": 0.00482521194512353, - "tests/models/test_index_record.py::test_prefix_record_no_channel": 0.006399644110945422, - "tests/models/test_match_spec.py::test_bracket_matches": 0.010721985383236215, - "tests/models/test_match_spec.py::test_build_merge": 0.006798100527384582, - "tests/models/test_match_spec.py::test_build_number_and_filename": 0.0033329771374611987, - "tests/models/test_match_spec.py::test_build_number_merge": 0.005734336236246518, - "tests/models/test_match_spec.py::test_canonical_string_forms": 0.014926310949020647, - "tests/models/test_match_spec.py::test_catch_invalid_regexes": 0.005828309807283982, - "tests/models/test_match_spec.py::test_channel_matching": 0.007366570950815837, - "tests/models/test_match_spec.py::test_channel_merge": 0.006335926580926926, - "tests/models/test_match_spec.py::test_comment": 0.004243234609549985, - "tests/models/test_match_spec.py::test_conda_style": 0.0031221061206939253, - "tests/models/test_match_spec.py::test_dist": 0.008129314345958132, - "tests/models/test_match_spec.py::test_dist_str": 0.00904012114231694, - "tests/models/test_match_spec.py::test_exact_values": 0.004223683386381829, - "tests/models/test_match_spec.py::test_hash": 0.0036016291270160915, - "tests/models/test_match_spec.py::test_hash_merge_with_name": 0.0065308599176406145, - "tests/models/test_match_spec.py::test_hash_merge_wo_name": 0.0035948892393832758, - "tests/models/test_match_spec.py::test_index_record": 0.006849917318104376, - "tests/models/test_match_spec.py::test_invalid": 0.003568331198217467, - "tests/models/test_match_spec.py::test_invalid_arg2spec": 0.0034728302184064918, - "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg 4.2.2<6.0.0]": 0.021140690354401945, - "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.0035920513102055285, - "tests/models/test_match_spec.py::test_key_value_features_canonical_string_forms": 0.0007468980272345556, - "tests/models/test_match_spec.py::test_legacy_features_canonical_string_forms": 0.0029840026687562504, - "tests/models/test_match_spec.py::test_license_match": 0.008961303527560943, - "tests/models/test_match_spec.py::test_match_1": 0.02848143317292847, - "tests/models/test_match_spec.py::test_matchspec_errors": 0.005537718598064403, - "tests/models/test_match_spec.py::test_merge_multiple_name": 0.006988154422038786, - "tests/models/test_match_spec.py::test_merge_single_name": 0.0068001794717158, - "tests/models/test_match_spec.py::test_no_name_match_spec": 0.0034372574949176095, - "tests/models/test_match_spec.py::test_openssl_match": 0.0061200011303218105, - "tests/models/test_match_spec.py::test_parse_build_number_brackets": 0.0033801496881159217, - "tests/models/test_match_spec.py::test_parse_channel_subdir": 0.005475462994424143, - "tests/models/test_match_spec.py::test_parse_equal_equal": 0.0032708574073666073, - "tests/models/test_match_spec.py::test_parse_errors": 0.003353895978707715, - "tests/models/test_match_spec.py::test_parse_hard": 0.003765431364025006, - "tests/models/test_match_spec.py::test_parse_parens": 0.004960448333990166, - "tests/models/test_match_spec.py::test_parse_spec_str_no_brackets": 0.0058135040368969045, - "tests/models/test_match_spec.py::test_parse_spec_str_tarball_url": 0.007867658063348363, - "tests/models/test_match_spec.py::test_parse_spec_str_with_brackets": 0.005243915005094048, - "tests/models/test_match_spec.py::test_pip_style": 0.003968161311711288, - "tests/models/test_match_spec.py::test_pip_style2": 0.0044893033877139886, - "tests/models/test_match_spec.py::test_simple": 0.003928905393764259, - "tests/models/test_match_spec.py::test_star_name": 0.004962211945297759, - "tests/models/test_match_spec.py::test_strictness": 0.005189955904832661, - "tests/models/test_match_spec.py::test_subdir_merge": 0.0058963917952602005, - "tests/models/test_match_spec.py::test_tarball_match_specs": 0.013073077868043938, - "tests/models/test_match_spec.py::test_to_filename": 0.006468224336459282, - "tests/models/test_match_spec.py::test_track_features_match": 0.01466441051090275, - "tests/models/test_package_info.py::test_package_info": 0.005955704658419952, - "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[classic]": 2.671247925809139, - "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[libmamba]": 1.0184442614138982, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[classic]": 0.031295190836405085, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[libmamba]": 0.032358957750502626, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[classic]": 0.030620613674644952, - "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[libmamba]": 0.03045806049870734, - "tests/models/test_prefix_graph.py::test_prefix_graph_1[classic]": 9.24193086371207, - "tests/models/test_prefix_graph.py::test_prefix_graph_1[libmamba]": 0.7232624901163317, - "tests/models/test_prefix_graph.py::test_prefix_graph_2[classic]": 9.4509763601102, - "tests/models/test_prefix_graph.py::test_prefix_graph_2[libmamba]": 0.6962823916604165, - "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[classic]": 9.2933810871761, - "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[libmamba]": 0.7539667129796312, - "tests/models/test_prefix_graph.py::test_sort_without_prep[classic]": 10.697007163029145, - "tests/models/test_prefix_graph.py::test_sort_without_prep[libmamba]": 2.096468393997912, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[classic]": 9.73976519051594, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[libmamba]": 2.4236596688802434, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[classic]": 9.926881450567965, - "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[libmamba]": 2.193013986755574, - "tests/models/test_records.py::test_package_record_feature": 0.005310152966952967, - "tests/models/test_records.py::test_package_record_timestamp": 0.005940757462158797, - "tests/models/test_records.py::test_package_virtual_package[123-testbuild]": 0.005316162161872268, - "tests/models/test_records.py::test_package_virtual_package[None-None]": 0.0070018287073202725, - "tests/models/test_records.py::test_package_virtual_package[None-testbuild]": 0.005808617670193166, - "tests/models/test_records.py::test_prefix_record_no_channel": 0.007658546261921385, - "tests/models/test_version.py::test_compatible_release_versions": 0.003370642411810053, - "tests/models/test_version.py::test_compound_versions": 0.003732088895816438, - "tests/models/test_version.py::test_hexrd": 0.0031515468367119327, - "tests/models/test_version.py::test_invalid_version_specs": 0.00354545635573396, - "tests/models/test_version.py::test_local_identifier": 0.0031535290040824483, - "tests/models/test_version.py::test_match": 0.007608490578824287, - "tests/models/test_version.py::test_not_eq_star": 0.003244399477414464, - "tests/models/test_version.py::test_openssl_convention": 0.003936994866209385, - "tests/models/test_version.py::test_pep440": 0.005045188720563588, - "tests/models/test_version.py::test_pep_440_arbitrary_equality_operator": 0.003031267861290034, - "tests/models/test_version.py::test_ver_eval": 0.003973590491335665, - "tests/models/test_version.py::test_ver_eval_errors": 0.0031760605239307287, - "tests/models/test_version.py::test_version_order": 0.007426339821379382, - "tests/models/test_version.py::test_version_spec_1": 0.002902788845422821, - "tests/models/test_version.py::test_version_spec_2": 0.003672910097851679, - "tests/models/test_version.py::test_version_spec_3": 0.0029481055489537994, - "tests/models/test_version.py::test_version_spec_4": 0.0032393480595958707, - "tests/notices/test_core.py::test__conda_user_story__disable_notices": 0.031233922093292725, - "tests/notices/test_core.py::test__conda_user_story__more_notices_message": 0.1116494345739873, - "tests/notices/test_core.py::test__conda_user_story__only_see_once": 0.09009415806491418, - "tests/notices/test_core.py::test_display_notices_happy_path[200]": 0.1652674285250098, - "tests/notices/test_core.py::test_display_notices_happy_path[404]": 0.15749487460115108, - "tests/notices/test_core.py::test_display_notices_happy_path[500]": 0.1603306489942797, - "tests/notices/test_core.py::test_notices_decorator": 0.09927202595884731, - "tests/notices/test_fetch.py::test_get_channel_notice_response_malformed_json": 0.09168849145907057, - "tests/notices/test_fetch.py::test_get_channel_notice_response_timeout_error": 0.0724847687764346, - "tests/notices/test_fetch.py::test_notice_response_cache_expired": 0.0028184596098584634, - "tests/notices/test_types.py::test_channel_notice_response": 0.0028704385578610285, - "tests/notices/test_types.py::test_channel_notice_response_date_parse_error": 0.0028680088103155343, - "tests/notices/test_types.py::test_channel_notice_response_integer_id": 0.0026486437019485557, - "tests/notices/test_types.py::test_channel_notice_undefined_id": 0.002693391448992945, - "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer": 0.007269796837895588, - "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list": 0.008954196416828705, - "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list_output_false": 0.004183881891631724, - "tests/plugins/reporter_backends/test_console.py::test_prompt": 0.0034481618443080123, - "tests/plugins/reporter_backends/test_console.py::test_prompt_bad_option": 0.00463335732736835, - "tests/plugins/reporter_backends/test_console.py::test_prompt_error_reading_stdin": 0.0055294622316128085, - "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner": 0.006990415355784488, - "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner_with_error": 0.004004666037398669, - "tests/plugins/reporter_backends/test_console.py::test_spinner": 0.14314061648787987, - "tests/plugins/reporter_backends/test_console.py::test_spinner_with_error": 0.1529981594331791, - "tests/plugins/reporter_backends/test_console.py::test_spinner_with_os_error_errno_epipe": 0.0211785639068199, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error": 0.00648338830477811, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error_with_epipe_errno": 0.0052956341626367335, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error": 0.008554073072112105, - "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error_with_errno_epipe": 0.007086931263698165, - "tests/plugins/reporter_backends/test_json.py::test_json_handler": 0.004129615126282655, - "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_enabled": 0.008384821094245676, - "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_not_enabled": 0.005798508571028355, - "tests/plugins/reporter_backends/test_json.py::test_json_spinner": 0.004000318108960168, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path": 6.874586037626249, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_show_help": 0.08981982374398552, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_verbose": 6.395051252000777, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_non_existent_environment": 0.12900950096471442, - "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_test_environment": 2.5273637457228126, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyc]": 0.008497745010364304, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyo]": 0.010055803471701192, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-False]": 0.009253744966024829, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-True]": 0.008889905765313426, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-False]": 0.009647678510647713, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-True]": 0.008991345250513691, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks[.pyc-False]": 0.02864925673668949, - "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[.pyo-False]": 0.02651465431385035, + "tests/gateways/test_repodata_lock.py::test_lock_no_lock[False]": 10.924716651976679, + "tests/gateways/test_repodata_lock.py::test_lock_no_lock[True]": 1.2531256101102703, + "tests/gateways/test_repodata_lock.py::test_lock_rename": 0.03223071135747945, + "tests/gateways/test_subprocess.py::test_subprocess_call_with_capture_output": 0.6075181708542423, + "tests/gateways/test_subprocess.py::test_subprocess_call_without_capture_output": 0.605490401268822, + "tests/models/test_channel.py::test_bare_channel_file": 0.004715148581491719, + "tests/models/test_channel.py::test_bare_channel_http": 0.004262088739817852, + "tests/models/test_channel.py::test_canonicalized_url_gets_correct_token": 0.02344221784111922, + "tests/models/test_channel.py::test_channel_alias": 0.03878840799897281, + "tests/models/test_channel.py::test_channel_alias_channels": 0.004470446787097339, + "tests/models/test_channel.py::test_channel_alias_w_conda_path": 0.025225226199764365, + "tests/models/test_channel.py::test_channel_alias_w_subhcnnale": 0.026148728770695764, + "tests/models/test_channel.py::test_channel_cache": 0.004455957442323545, + "tests/models/test_channel.py::test_channel_host_port": 0.004367107415248906, + "tests/models/test_channel.py::test_channel_mangles_urls": 0.005064608480074912, + "tests/models/test_channel.py::test_channel_name_subdir_only": 0.005575451708295112, + "tests/models/test_channel.py::test_channels_with_dashes": 0.02782741393319856, + "tests/models/test_channel.py::test_custom_channels": 0.03655664381930935, + "tests/models/test_channel.py::test_custom_channels_port_token_auth": 0.03670831396092157, + "tests/models/test_channel.py::test_custom_token_in_channel": 0.023122507422851837, + "tests/models/test_channel.py::test_default_channel": 0.006170013875095544, + "tests/models/test_channel.py::test_default_channels": 0.03168843911778598, + "tests/models/test_channel.py::test_defaults_channel": 0.033021626565142084, + "tests/models/test_channel.py::test_env_var_file_urls": 0.006799431428985567, + "tests/models/test_channel.py::test_expanded_variables": 0.02712557159982075, + "tests/models/test_channel.py::test_file_channel": 0.039183688527097735, + "tests/models/test_channel.py::test_file_url_with_backslashes": 0.004763257171037077, + "tests/models/test_channel.py::test_file_urls": 0.004996433532596946, + "tests/models/test_channel.py::test_local_channel": 0.0648332095854032, + "tests/models/test_channel.py::test_migrated_custom_channels": 0.03522870662371166, + "tests/models/test_channel.py::test_multichannel_priority": 0.006681985064986762, + "tests/models/test_channel.py::test_named_custom_channel": 0.031668253694912406, + "tests/models/test_channel.py::test_named_custom_channel_w_subchan": 0.03365619424327459, + "tests/models/test_channel.py::test_old_channel_alias": 0.03597935851563687, + "tests/models/test_channel.py::test_pkgs_main": 0.03867741825119527, + "tests/models/test_channel.py::test_pkgs_pro": 0.03525172909642706, + "tests/models/test_channel.py::test_ppc64le_vs_ppc64": 0.005949074228824406, + "tests/models/test_channel.py::test_regression_against_unknown_none": 0.005559513323316983, + "tests/models/test_channel.py::test_subdir_env_var": 0.0083690310805422, + "tests/models/test_channel.py::test_subdirs_env_var": 0.011665535330895675, + "tests/models/test_channel.py::test_token_in_custom_channel": 0.0067772854210297615, + "tests/models/test_channel.py::test_unexpanded_variables": 0.02208142393029568, + "tests/models/test_channel.py::test_url_channel_w_platform": 0.006164225644765544, + "tests/models/test_channel.py::test_url_custom_channel": 0.03108789188481931, + "tests/models/test_channel.py::test_url_custom_channel_w_subchan": 0.03225936192006241, + "tests/models/test_dist.py::test_channel[.conda]": 0.00676622121379176, + "tests/models/test_dist.py::test_channel[.tar.bz2]": 0.005988625659784604, + "tests/models/test_dist.py::test_dist[.conda]": 0.005115972716325872, + "tests/models/test_dist.py::test_dist[.tar.bz2]": 0.004732703455124677, + "tests/models/test_dist.py::test_dist_with_channel_url[.conda]": 0.06738338440338452, + "tests/models/test_dist.py::test_dist_with_channel_url[.tar.bz2]": 0.06435677680970418, + "tests/models/test_dist.py::test_dist_with_non_channel_url[.conda]": 0.00618207954658756, + "tests/models/test_dist.py::test_dist_with_non_channel_url[.tar.bz2]": 0.005481714101434396, + "tests/models/test_index_record.py::test_index_record_timestamp": 0.004825211945123532, + "tests/models/test_index_record.py::test_prefix_record_no_channel": 0.006399644110945419, + "tests/models/test_match_spec.py::test_bracket_matches": 0.011254379870985255, + "tests/models/test_match_spec.py::test_build_merge": 0.00581089623515843, + "tests/models/test_match_spec.py::test_build_number_and_filename": 0.002741474452594073, + "tests/models/test_match_spec.py::test_build_number_merge": 0.0050883046646576216, + "tests/models/test_match_spec.py::test_canonical_string_forms": 0.012194812394304663, + "tests/models/test_match_spec.py::test_catch_invalid_regexes": 0.005971680896551191, + "tests/models/test_match_spec.py::test_channel_matching": 0.007146768759589603, + "tests/models/test_match_spec.py::test_channel_merge": 0.0059973917400018015, + "tests/models/test_match_spec.py::test_comment": 0.0034162895667528906, + "tests/models/test_match_spec.py::test_conda_style": 0.0028263334383660885, + "tests/models/test_match_spec.py::test_dist": 0.007660576903269134, + "tests/models/test_match_spec.py::test_dist_str": 0.008470328117951008, + "tests/models/test_match_spec.py::test_exact_values": 0.003703218248970537, + "tests/models/test_match_spec.py::test_hash": 0.003398398704549618, + "tests/models/test_match_spec.py::test_hash_merge_with_name": 0.00648736181041913, + "tests/models/test_match_spec.py::test_hash_merge_wo_name": 0.0037027101290726494, + "tests/models/test_match_spec.py::test_index_record": 0.006909218010374619, + "tests/models/test_match_spec.py::test_invalid": 0.0034402075361471313, + "tests/models/test_match_spec.py::test_invalid_arg2spec": 0.0030368448506606946, + "tests/models/test_match_spec.py::test_invalid_version_reports_spec[pkg 4.2.2<6.0.0]": 0.01498355133721589, + "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.003357293205174807, + "tests/models/test_match_spec.py::test_key_value_features_canonical_string_forms": 0.0006637658255882011, + "tests/models/test_match_spec.py::test_legacy_features_canonical_string_forms": 0.002979994480247393, + "tests/models/test_match_spec.py::test_license_match": 0.008878484406125868, + "tests/models/test_match_spec.py::test_match_1": 0.02793704629925112, + "tests/models/test_match_spec.py::test_matchspec_errors": 0.005221401130605138, + "tests/models/test_match_spec.py::test_merge_multiple_name": 0.006729843463680319, + "tests/models/test_match_spec.py::test_merge_single_name": 0.006120041881003951, + "tests/models/test_match_spec.py::test_no_name_match_spec": 0.003059402687178762, + "tests/models/test_match_spec.py::test_openssl_match": 0.005183773801088024, + "tests/models/test_match_spec.py::test_parse_build_number_brackets": 0.003278477804057447, + "tests/models/test_match_spec.py::test_parse_channel_subdir": 0.007210456636468499, + "tests/models/test_match_spec.py::test_parse_equal_equal": 0.002870481693967027, + "tests/models/test_match_spec.py::test_parse_errors": 0.003194798225225586, + "tests/models/test_match_spec.py::test_parse_hard": 0.003339974458347594, + "tests/models/test_match_spec.py::test_parse_parens": 0.004475527889286114, + "tests/models/test_match_spec.py::test_parse_spec_str_no_brackets": 0.005553544614287425, + "tests/models/test_match_spec.py::test_parse_spec_str_tarball_url": 0.01439400221004936, + "tests/models/test_match_spec.py::test_parse_spec_str_with_brackets": 0.005213635928219781, + "tests/models/test_match_spec.py::test_pip_style": 0.0031593209341918417, + "tests/models/test_match_spec.py::test_pip_style2": 0.004050885210428194, + "tests/models/test_match_spec.py::test_simple": 0.0037142349248722455, + "tests/models/test_match_spec.py::test_star_name": 0.004099680771217829, + "tests/models/test_match_spec.py::test_strictness": 0.005147788491899576, + "tests/models/test_match_spec.py::test_subdir_merge": 0.005577991913960434, + "tests/models/test_match_spec.py::test_tarball_match_specs": 0.011664745893989295, + "tests/models/test_match_spec.py::test_to_filename": 0.005830562971883095, + "tests/models/test_match_spec.py::test_track_features_match": 0.011855926585055316, + "tests/models/test_package_info.py::test_package_info": 0.005621229337826061, + "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[classic]": 2.712617367742424, + "tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[libmamba]": 0.9551410708817858, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[classic]": 0.0329890069056276, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_simple[libmamba]": 0.031894447126122355, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[classic]": 0.030759809498025068, + "tests/models/test_prefix_graph.py::test_general_graph_bfs_version[libmamba]": 0.03154079830123029, + "tests/models/test_prefix_graph.py::test_prefix_graph_1[classic]": 9.240642160971252, + "tests/models/test_prefix_graph.py::test_prefix_graph_1[libmamba]": 0.6707387736256293, + "tests/models/test_prefix_graph.py::test_prefix_graph_2[classic]": 9.824196378281487, + "tests/models/test_prefix_graph.py::test_prefix_graph_2[libmamba]": 0.6617266144376901, + "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[classic]": 9.441631529044693, + "tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[libmamba]": 0.7229655245120692, + "tests/models/test_prefix_graph.py::test_sort_without_prep[classic]": 11.33652679709542, + "tests/models/test_prefix_graph.py::test_sort_without_prep[libmamba]": 2.404309355519558, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[classic]": 10.262457328484363, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_1[libmamba]": 2.390427054313812, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[classic]": 10.847684890680531, + "tests/models/test_prefix_graph.py::test_windows_sort_orders_2[libmamba]": 2.2316161007636257, + "tests/models/test_records.py::test_package_record_feature": 0.005439460870439563, + "tests/models/test_records.py::test_package_record_timestamp": 0.0061982091055787485, + "tests/models/test_records.py::test_package_virtual_package[123-testbuild]": 0.006287180730984574, + "tests/models/test_records.py::test_package_virtual_package[None-None]": 0.006524264301640324, + "tests/models/test_records.py::test_package_virtual_package[None-testbuild]": 0.005554852921735225, + "tests/models/test_records.py::test_prefix_record_no_channel": 0.00790469249179941, + "tests/models/test_version.py::test_compatible_release_versions": 0.003169083884389942, + "tests/models/test_version.py::test_compound_versions": 0.0034350336397294032, + "tests/models/test_version.py::test_hexrd": 0.0028782798517285628, + "tests/models/test_version.py::test_invalid_version_specs": 0.0035250132902112322, + "tests/models/test_version.py::test_local_identifier": 0.003163284009222956, + "tests/models/test_version.py::test_match": 0.007136822929867926, + "tests/models/test_version.py::test_not_eq_star": 0.0031122900135255763, + "tests/models/test_version.py::test_openssl_convention": 0.004321401630797305, + "tests/models/test_version.py::test_pep440": 0.004845950721291221, + "tests/models/test_version.py::test_pep_440_arbitrary_equality_operator": 0.002993210699465623, + "tests/models/test_version.py::test_ver_eval": 0.004788749275760016, + "tests/models/test_version.py::test_ver_eval_errors": 0.003031992408010863, + "tests/models/test_version.py::test_version_order": 0.028379537986429136, + "tests/models/test_version.py::test_version_spec_1": 0.0029349569353880178, + "tests/models/test_version.py::test_version_spec_2": 0.0034252890743468006, + "tests/models/test_version.py::test_version_spec_3": 0.0031081534028552242, + "tests/models/test_version.py::test_version_spec_4": 0.003216438280948672, + "tests/notices/test_core.py::test__conda_user_story__disable_notices": 0.030608614744312194, + "tests/notices/test_core.py::test__conda_user_story__more_notices_message": 0.13714208451166124, + "tests/notices/test_core.py::test__conda_user_story__only_see_once": 0.13662565563379364, + "tests/notices/test_core.py::test_display_notices_happy_path[200]": 0.2567598180141599, + "tests/notices/test_core.py::test_display_notices_happy_path[404]": 0.24818680971170687, + "tests/notices/test_core.py::test_display_notices_happy_path[500]": 0.24283265655371158, + "tests/notices/test_core.py::test_notices_decorator": 0.13979925636887944, + "tests/notices/test_fetch.py::test_get_channel_notice_response_malformed_json": 0.11543917617651095, + "tests/notices/test_fetch.py::test_get_channel_notice_response_timeout_error": 0.12246727789615607, + "tests/notices/test_fetch.py::test_notice_response_cache_expired": 0.002759458314222596, + "tests/notices/test_types.py::test_channel_notice_response": 0.002847887960915866, + "tests/notices/test_types.py::test_channel_notice_response_date_parse_error": 0.002939345923625261, + "tests/notices/test_types.py::test_channel_notice_response_integer_id": 0.002958343519294119, + "tests/notices/test_types.py::test_channel_notice_undefined_id": 0.0027831433209361527, + "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer": 0.006355226653319289, + "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list": 0.008343429825105138, + "tests/plugins/reporter_backends/test_console.py::test_console_reporter_renderer_envs_list_output_false": 0.003895583778552718, + "tests/plugins/reporter_backends/test_console.py::test_prompt": 0.0035649202037229756, + "tests/plugins/reporter_backends/test_console.py::test_prompt_bad_option": 0.004384537781534492, + "tests/plugins/reporter_backends/test_console.py::test_prompt_error_reading_stdin": 0.004840079876692909, + "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner": 0.006063097831953811, + "tests/plugins/reporter_backends/test_console.py::test_quiet_spinner_with_error": 0.0035826744171000968, + "tests/plugins/reporter_backends/test_console.py::test_spinner": 0.1666496390717134, + "tests/plugins/reporter_backends/test_console.py::test_spinner_with_error": 0.15647785325204874, + "tests/plugins/reporter_backends/test_console.py::test_spinner_with_os_error_errno_epipe": 0.020681266991538754, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error": 0.006029131348577791, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_os_error_with_epipe_errno": 0.004902441023677217, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error": 0.007389960954821016, + "tests/plugins/reporter_backends/test_console.py::test_tqdm_progress_bar_update_to_os_error_with_errno_epipe": 0.007136439690664181, + "tests/plugins/reporter_backends/test_json.py::test_json_handler": 0.004075617326604348, + "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_enabled": 0.009312517876290472, + "tests/plugins/reporter_backends/test_json.py::test_json_progress_bar_not_enabled": 0.006962084196433479, + "tests/plugins/reporter_backends/test_json.py::test_json_spinner": 0.0036224806515320874, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path": 6.847106503557939, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_show_help": 0.08314192969441041, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_happy_path_verbose": 6.474099823060156, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_non_existent_environment": 0.13113847537393652, + "tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_test_environment": 2.151247525131166, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyc]": 0.008704372951021819, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files[.pyo]": 0.00931236894518127, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-False]": 0.009160006462615226, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyc-True]": 0.009869263351850592, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-False]": 0.008989251672271614, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_altered_files_action[.pyo-True]": 0.009156078663355145, + "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.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.02711136109435931, - "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-False]": 0.027111361094359302, + "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.030701408425071307, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyo-False]": 0.027356713330068717, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_display_health_checks_missing_files[.pyo-True]": 0.028430811723689425, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyc]": 0.009534235669304532, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyo]": 0.00979972467159382, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyc]": 0.009168764297926946, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyo]": 0.018160180081262273, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyc]": 0.010740657635213974, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyo]": 0.010952318138543398, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyc]": 0.010968397678007788, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyo]": 0.013926177520144386, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyc]": 0.00891802615515114, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyo]": 0.007480386620770199, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-False]": 0.01116980798495404, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-True]": 0.008637017713544238, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-False]": 0.009551614811012417, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-True]": 0.010102934354526985, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyc]": 0.009505608680414036, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyo]": 0.008108115084370085, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-False]": 0.009563715392363092, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-True]": 0.009953022853532327, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-False]": 0.010399824753843514, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-True]": 0.011408013563434244, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyc]": 0.007788257335846281, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyo]": 0.0075334501259885335, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-False]": 0.00864537917456396, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-True]": 0.0089886625937878, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-False]": 0.00877838825555852, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-True]": 0.010311234764384754, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyc]": 0.01047280034969014, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyo]": 0.01725680406270366, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyc]": 0.009944638704909694, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyo]": 0.01249841349729547, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyc]": 3.535404420211407, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyo]": 3.556172964455934, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyc]": 0.010215089061860284, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyo]": 0.012761561927258086, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyc]": 0.01209421176807835, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyo]": 0.012831605439668815, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyc]": 0.008327060843212076, - "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyo]": 0.009361893812480203, - "tests/plugins/test_auth_handlers.py::test_duplicated": 0.006171523511779467, - "tests/plugins/test_auth_handlers.py::test_get_auth_handler": 0.0060466413895364545, - "tests/plugins/test_auth_handlers.py::test_get_auth_handler_multiple": 0.006575305720525659, - "tests/plugins/test_health_checks.py::test_health_check_not_ran": 0.1349387337296025, - "tests/plugins/test_health_checks.py::test_health_check_ran": 0.12640867743092243, - "tests/plugins/test_manager.py::test_disable_external_plugins[VerboseSolverPlugin]": 0.005006826082470466, - "tests/plugins/test_manager.py::test_disable_external_plugins[tests.plugins.test_manager]": 0.005385940429536305, - "tests/plugins/test_manager.py::test_get_canonical_name_class": 0.00473928035129285, - "tests/plugins/test_manager.py::test_get_canonical_name_instance": 0.005233798739992705, - "tests/plugins/test_manager.py::test_get_canonical_name_module": 0.004787681341803368, - "tests/plugins/test_manager.py::test_get_canonical_name_object": 0.005130537555987149, - "tests/plugins/test_manager.py::test_get_hook_results": 0.23059274079007328, - "tests/plugins/test_manager.py::test_get_request_headers": 0.005092591214148997, - "tests/plugins/test_manager.py::test_get_session_headers": 0.004630054362546616, - "tests/plugins/test_manager.py::test_get_solvers": 0.005631270298332211, - "tests/plugins/test_manager.py::test_get_virtual_packages": 0.005536618173195246, - "tests/plugins/test_manager.py::test_get_virtual_packages_no_name": 0.0053758722543260805, - "tests/plugins/test_manager.py::test_known_solver": 0.005503205139465297, - "tests/plugins/test_manager.py::test_load_entrypoints_blocked": 0.023559869255028842, - "tests/plugins/test_manager.py::test_load_entrypoints_importerror": 0.029198278791916235, - "tests/plugins/test_manager.py::test_load_entrypoints_register_valueerror": 0.03108285800056447, - "tests/plugins/test_manager.py::test_load_entrypoints_success": 0.03450444509575534, - "tests/plugins/test_manager.py::test_load_plugins_error": 0.006707246142411377, - "tests/plugins/test_manager.py::test_load_two_plugins_one_impls": 0.006176181284790829, - "tests/plugins/test_manager.py::test_load_without_plugins": 0.005625680815500872, - "tests/plugins/test_manager.py::test_unknown_solver": 0.005354094062471849, - "tests/plugins/test_post_commands.py::test_post_command_action_raises_exception": 0.122692154529783, - "tests/plugins/test_post_commands.py::test_post_command_invoked": 0.1542011135644348, - "tests/plugins/test_post_commands.py::test_post_command_not_invoked": 0.14588553693885076, - "tests/plugins/test_post_solves.py::test_post_solve_action_raises_exception": 2.2431209116307285, - "tests/plugins/test_post_solves.py::test_post_solve_invoked": 3.9347708858890296, - "tests/plugins/test_post_solves.py::test_post_solve_not_invoked": 0.15571894383280196, - "tests/plugins/test_pre_commands.py::test_pre_command_action_raises_exception": 0.10806272028584372, - "tests/plugins/test_pre_commands.py::test_pre_command_invoked": 0.1494020447646467, - "tests/plugins/test_pre_commands.py::test_pre_command_not_invoked": 0.15954567829161345, - "tests/plugins/test_pre_solves.py::test_pre_solve_action_raises_exception": 0.1386688858462791, - "tests/plugins/test_pre_solves.py::test_pre_solve_invoked": 1.0184768856394462, - "tests/plugins/test_pre_solves.py::test_pre_solve_not_invoked": 0.14125099412554099, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-classic-argument2-\\n test : something\\n\\n]": 0.007231704352061211, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-json-argument3-{\\n \"test\": \"something\"\\n}]": 0.006591129600026486, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-classic-test-test]": 0.007083605203711757, - "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-json-test-\"test\"]": 0.0058184016389347904, - "tests/plugins/test_reporter_backends.py::test_default_reporter_backends_are_registered": 0.00618939282153639, - "tests/plugins/test_reporter_backends.py::test_dummy_reporter_backend_is_registered": 0.006692709913654593, - "tests/plugins/test_request_headers.py::test_get_auth_handler": 0.0055435890249659414, - "tests/plugins/test_request_headers.py::test_get_auth_handler_multiple": 0.004790532054081692, - "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/endpoint.json]": 0.006523896169953577, - "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/path/somewhere.txt]": 0.005841910231899216, - "tests/plugins/test_request_headers.py::test_get_request_headers[example.com]": 0.014882083846119401, - "tests/plugins/test_request_headers.py::test_get_request_headers[random.com/endpoint.json]": 0.00637212800762762, - "tests/plugins/test_request_headers.py::test_get_request_headers[random.com]": 0.005171739801046443, - "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/endpoint.json]": 0.005128775842424362, - "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/path/somewhere.txt]": 0.006017351844411588, - "tests/plugins/test_request_headers.py::test_get_session_headers[example.com]": 0.005345297599209587, - "tests/plugins/test_request_headers.py::test_get_session_headers[random.com/endpoint.json]": 0.005695173757158165, - "tests/plugins/test_request_headers.py::test_get_session_headers[random.com]": 0.005807815575445081, - "tests/plugins/test_settings.py::test_get_settings": 0.012099160899042102, - "tests/plugins/test_settings.py::test_load_configuration_parameters": 0.0072096795760019285, - "tests/plugins/test_settings.py::test_load_plugin_config_with_env_var": 0.02437342072307686, - "tests/plugins/test_settings.py::test_load_plugin_settings_with_condarc": 0.027741756167220907, - "tests/plugins/test_solvers.py::test_duplicated": 0.006154076475533003, - "tests/plugins/test_solvers.py::test_get_cached_solver_backend": 0.018910567380870213, - "tests/plugins/test_solvers.py::test_get_conflicting_solvers": 0.00691606307165661, - "tests/plugins/test_solvers.py::test_get_no_solver": 0.005668898044449822, - "tests/plugins/test_solvers.py::test_get_one_solver": 0.005083304646159429, - "tests/plugins/test_solvers.py::test_get_solver_backend": 0.031926458684074, - "tests/plugins/test_solvers.py::test_get_solver_backend_multiple": 0.02794643888162589, - "tests/plugins/test_solvers.py::test_get_two_solvers": 0.0064346595216182466, - "tests/plugins/test_solvers.py::test_solver_user_agent": 0.026142345388433373, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[activate]": 0.0942955447881662, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[clean]": 0.10340497276104454, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[commands]": 0.08372451285498164, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[compare]": 0.09706546684512349, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[config]": 0.09354247371406688, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[create]": 0.08785638307025864, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[deactivate]": 0.09152561122147691, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[env]": 0.09451009430422794, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[export]": 0.08692416013225074, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[info]": 0.10072682679796956, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[init]": 0.08068666870555564, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[install]": 0.10034369411524757, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[list]": 0.08746084610873871, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[notices]": 0.09750632947583249, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[package]": 0.08926650117093533, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[remove]": 0.08691876864291036, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[rename]": 0.09500311409765555, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[run]": 0.09026975398181131, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[search]": 0.11938494782277266, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[uninstall]": 0.10244889864470404, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[update]": 0.09773314184680043, - "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[upgrade]": 0.13136418672705866, - "tests/plugins/test_subcommands.py::test_custom_plugin_extend_parser": 0.10047392831031121, - "tests/plugins/test_subcommands.py::test_custom_plugin_not_extend_parser": 0.1433960652830769, - "tests/plugins/test_subcommands.py::test_duplicated": 0.007003913073329705, - "tests/plugins/test_subcommands.py::test_help": 0.09121757521314182, - "tests/plugins/test_subcommands.py::test_invoked": 0.13840051230899042, - "tests/plugins/test_subcommands.py::test_parser_no_plugins": 0.07513466448527736, - "tests/plugins/test_virtual_packages.py::test_archspec_override[None-False]": 1.1966252215939783, - "tests/plugins/test_virtual_packages.py::test_archspec_override[bla-True]": 1.3280286021259846, - "tests/plugins/test_virtual_packages.py::test_conda_virtual_package": 1.1615560504266589, - "tests/plugins/test_virtual_packages.py::test_cuda_detection": 1.2030365529076594, - "tests/plugins/test_virtual_packages.py::test_cuda_override": 0.003197230539863641, - "tests/plugins/test_virtual_packages.py::test_cuda_override_none": 0.0031255397781653834, - "tests/plugins/test_virtual_packages.py::test_duplicated": 1.3772917541420984, - "tests/plugins/test_virtual_packages.py::test_glibc_override[1.0-True]": 2.3277247810341004, - "tests/plugins/test_virtual_packages.py::test_glibc_override[None-False]": 3.425943962479414, - "tests/plugins/test_virtual_packages.py::test_invoked": 2.0661174656005312, - "tests/plugins/test_virtual_packages.py::test_linux_override[1.0-True]": 2.7105653499238356, - "tests/plugins/test_virtual_packages.py::test_linux_override[None-True]": 4.463211812985612, - "tests/plugins/test_virtual_packages.py::test_osx_override[1.0-True]": 1.1857420180186613, - "tests/plugins/test_virtual_packages.py::test_osx_override[None-False]": 1.130323493009519, - "tests/plugins/test_virtual_packages.py::test_subdir_override[emscripten-wasm32]": 1.1005249611451198, - "tests/plugins/test_virtual_packages.py::test_subdir_override[freebsd-64]": 1.0552173287085715, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-32]": 1.0312913789035203, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-64]": 13.165481469257662, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-aarch64]": 1.8450168249288859, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv6l]": 0.28903792860199173, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv7l]": 0.243728128142927, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64]": 1.072808896740129, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64le]": 1.6879290962541875, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-riscv64]": 0.9036334812623475, - "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-s390x]": 1.6078797808281968, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-64]": 1.597918179990385, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-aarch64]": 1.0435871721769712, - "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-arm64]": 1.7214324598258524, - "tests/plugins/test_virtual_packages.py::test_subdir_override[wasi-wasm32]": 0.9947216074249805, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-32]": 4.85769802787597, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-640]": 8.475045229444065, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-641]": 7.974810236058062, - "tests/plugins/test_virtual_packages.py::test_subdir_override[win-arm64]": 1.6338418387965838, - "tests/plugins/test_virtual_packages.py::test_subdir_override[zos-z]": 0.2800355801294694, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 legacy]": 0.0005983381131165976, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 mingw64]": 0.000886558491563491, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-legacy]": 0.0005975734083902133, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-mingw64 legacy]": 0.0005593998194449911, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-nothing]": 0.0005940003746702956, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 clang64]": 0.0005216460847709211, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 legacy]": 0.0005276840025447002, - "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64]": 0.0006081676042356777, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 legacy]": 0.0005714966928838263, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 mingw64]": 0.0006506714266998208, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-legacy]": 0.0006592125765894145, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-mingw64 legacy]": 0.0016572458172615088, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-nothing]": 0.0006814915536197192, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 clang64]": 0.0005654274798329452, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 legacy]": 0.000582062818881828, - "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64]": 0.0006503267692032084, - "tests/test_activate.py::test_PS1": 0.02605211488144161, - "tests/test_activate.py::test_PS1_no_changeps1": 0.04285912453709682, - "tests/test_activate.py::test_activate_and_deactivate_for_uninitialized_env": 0.3415399545132117, + "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.028430811723689428, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyc]": 0.01018613254946717, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_env_txt_check_action[.pyo]": 0.009772075353854808, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyc]": 0.009143393919355048, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_cannot_be_loaded[.pyo]": 0.014533220871540149, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyc]": 0.009897327055381168, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_json_keys_missing[.pyo]": 0.010827114829689462, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyc]": 0.053130168954208044, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_listed_on_envs_txt_file[.pyo]": 0.012001960943168001, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyc]": 0.00824283285798234, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files[.pyo]": 0.009767026978179714, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-False]": 0.0423050064807806, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyc-True]": 0.011617413649796134, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-False]": 0.009210991369291167, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_missing_files_action[.pyo-True]": 0.00960395769361064, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyc]": 0.008490678844210205, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files[.pyo]": 0.007950301589783932, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-False]": 0.008858783415797232, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyc-True]": 0.009248530036817927, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-False]": 0.009628133600237211, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_altered_files_action[.pyo-True]": 0.009539963734633197, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyc]": 0.00894864086815223, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files[.pyo]": 0.0077979864719645, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-False]": 0.00878813288092409, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyc-True]": 0.008998175926364987, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-False]": 0.008451439186026994, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_no_missing_files_action[.pyo-True]": 0.00933688818781016, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyc]": 0.009505011971925829, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_env_txt_check_action[.pyo]": 0.01842886287742562, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyc]": 0.00954731076420032, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_not_listed_on_envs_txt_file[.pyo]": 0.01109793784096403, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyc]": 4.492838528917595, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_fails[.pyo]": 4.528564672015566, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyc]": 0.009077999665774683, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_non_existent_path[.pyo]": 0.011794911782804875, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyc]": 0.01169658116515414, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_requests_ca_bundle_check_action_passes[.pyo]": 0.01144913678911023, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyc]": 0.008656911946557717, + "tests/plugins/subcommands/doctor/test_health_checks.py::test_wrong_path_version[.pyo]": 0.008976721265106829, + "tests/plugins/test_auth_handlers.py::test_duplicated": 0.0060668016043306005, + "tests/plugins/test_auth_handlers.py::test_get_auth_handler": 0.005820030739418743, + "tests/plugins/test_auth_handlers.py::test_get_auth_handler_multiple": 0.006257392893249581, + "tests/plugins/test_health_checks.py::test_health_check_not_ran": 0.14192781042222477, + "tests/plugins/test_health_checks.py::test_health_check_ran": 0.1252019140740708, + "tests/plugins/test_manager.py::test_disable_external_plugins[VerboseSolverPlugin]": 0.0051826195354842935, + "tests/plugins/test_manager.py::test_disable_external_plugins[tests.plugins.test_manager]": 0.005769085129860106, + "tests/plugins/test_manager.py::test_get_canonical_name_class": 0.00483222610143684, + "tests/plugins/test_manager.py::test_get_canonical_name_instance": 0.0052316485874102665, + "tests/plugins/test_manager.py::test_get_canonical_name_module": 0.005208201497055433, + "tests/plugins/test_manager.py::test_get_canonical_name_object": 0.005484166163153594, + "tests/plugins/test_manager.py::test_get_hook_results": 0.2605539825717233, + "tests/plugins/test_manager.py::test_get_request_headers": 0.005062724976580673, + "tests/plugins/test_manager.py::test_get_session_headers": 0.004752588344679038, + "tests/plugins/test_manager.py::test_get_solvers": 0.00514347316002252, + "tests/plugins/test_manager.py::test_get_virtual_packages": 0.004979892047671872, + "tests/plugins/test_manager.py::test_get_virtual_packages_no_name": 0.007202384270115558, + "tests/plugins/test_manager.py::test_known_solver": 0.005598702792023181, + "tests/plugins/test_manager.py::test_load_entrypoints_blocked": 0.02026600436755455, + "tests/plugins/test_manager.py::test_load_entrypoints_importerror": 0.026760081457881335, + "tests/plugins/test_manager.py::test_load_entrypoints_register_valueerror": 0.028403302103604193, + "tests/plugins/test_manager.py::test_load_entrypoints_success": 0.03715952399175581, + "tests/plugins/test_manager.py::test_load_plugins_error": 0.006496213336477744, + "tests/plugins/test_manager.py::test_load_two_plugins_one_impls": 0.005267967453629436, + "tests/plugins/test_manager.py::test_load_without_plugins": 0.005470128162286306, + "tests/plugins/test_manager.py::test_unknown_solver": 0.005108861267183492, + "tests/plugins/test_post_commands.py::test_post_command_action_raises_exception": 0.1131022440690713, + "tests/plugins/test_post_commands.py::test_post_command_invoked": 0.1468319562029855, + "tests/plugins/test_post_commands.py::test_post_command_not_invoked": 0.14595721840243364, + "tests/plugins/test_post_solves.py::test_post_solve_action_raises_exception": 3.4604188252998616, + "tests/plugins/test_post_solves.py::test_post_solve_invoked": 3.0384267210809446, + "tests/plugins/test_post_solves.py::test_post_solve_not_invoked": 0.14940652694192172, + "tests/plugins/test_pre_commands.py::test_pre_command_action_raises_exception": 0.10406297630449826, + "tests/plugins/test_pre_commands.py::test_pre_command_invoked": 0.14500562088233354, + "tests/plugins/test_pre_commands.py::test_pre_command_not_invoked": 0.1472577676873901, + "tests/plugins/test_pre_solves.py::test_pre_solve_action_raises_exception": 0.13371616285997162, + "tests/plugins/test_pre_solves.py::test_pre_solve_invoked": 0.7189298474656939, + "tests/plugins/test_pre_solves.py::test_pre_solve_not_invoked": 0.15986219342373903, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-classic-argument2-\\n test : something\\n\\n]": 0.006924422769876878, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[detail_view-json-argument3-{\\n \"test\": \"something\"\\n}]": 0.00683483878790267, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-classic-test-test]": 0.006879330581172313, + "tests/plugins/test_reporter_backends.py::test_console_reporter_backend[render-json-test-\"test\"]": 0.005667374921036426, + "tests/plugins/test_reporter_backends.py::test_default_reporter_backends_are_registered": 0.006178282229887482, + "tests/plugins/test_reporter_backends.py::test_dummy_reporter_backend_is_registered": 0.0062190464562340165, + "tests/plugins/test_request_headers.py::test_get_auth_handler": 0.005534995841509151, + "tests/plugins/test_request_headers.py::test_get_auth_handler_multiple": 0.004780859577388557, + "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/endpoint.json]": 0.006357579827183179, + "tests/plugins/test_request_headers.py::test_get_request_headers[example.com/path/somewhere.txt]": 0.005580743704599449, + "tests/plugins/test_request_headers.py::test_get_request_headers[example.com]": 0.0057257718063599495, + "tests/plugins/test_request_headers.py::test_get_request_headers[random.com/endpoint.json]": 0.00638821607131844, + "tests/plugins/test_request_headers.py::test_get_request_headers[random.com]": 0.005167614867470553, + "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/endpoint.json]": 0.005709943323265596, + "tests/plugins/test_request_headers.py::test_get_session_headers[example.com/path/somewhere.txt]": 0.005772446142312363, + "tests/plugins/test_request_headers.py::test_get_session_headers[example.com]": 0.005461826277900612, + "tests/plugins/test_request_headers.py::test_get_session_headers[random.com/endpoint.json]": 0.006057398852431859, + "tests/plugins/test_request_headers.py::test_get_session_headers[random.com]": 0.0058794164873611, + "tests/plugins/test_settings.py::test_get_settings": 0.006491563390164539, + "tests/plugins/test_settings.py::test_load_configuration_parameters": 0.006665838437262579, + "tests/plugins/test_settings.py::test_load_plugin_config_with_env_var": 0.02433844558154931, + "tests/plugins/test_settings.py::test_load_plugin_settings_with_condarc": 0.026798185051988836, + "tests/plugins/test_solvers.py::test_duplicated": 0.005342729154875833, + "tests/plugins/test_solvers.py::test_get_cached_solver_backend": 0.05435142914495928, + "tests/plugins/test_solvers.py::test_get_conflicting_solvers": 0.0060845686001420474, + "tests/plugins/test_solvers.py::test_get_no_solver": 0.005293257750368009, + "tests/plugins/test_solvers.py::test_get_one_solver": 0.0047270386574330536, + "tests/plugins/test_solvers.py::test_get_solver_backend": 0.030520908188223634, + "tests/plugins/test_solvers.py::test_get_solver_backend_multiple": 0.025015106265774602, + "tests/plugins/test_solvers.py::test_get_two_solvers": 0.005685019685245782, + "tests/plugins/test_solvers.py::test_solver_user_agent": 0.02623191506503027, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[activate]": 0.08650162197993476, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[clean]": 0.09256304293968841, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[commands]": 0.08207526861644056, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[compare]": 0.0915356454650039, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[config]": 0.08815786321786775, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[create]": 0.08467418445690932, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[deactivate]": 0.086951737493268, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[env]": 0.08826112586052205, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[export]": 0.08326521296200615, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[info]": 0.09030464211065031, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[init]": 0.07898301284336623, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[install]": 0.09827268204639666, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[list]": 0.08657148498062969, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[notices]": 0.08525499953878667, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[package]": 0.08575993104354752, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[remove]": 0.08178427542692521, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[rename]": 0.09087464155712961, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[run]": 0.08988338386786263, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[search]": 0.1012539113985361, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[uninstall]": 0.09381096326129176, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[update]": 0.1176974601878665, + "tests/plugins/test_subcommands.py::test_cannot_override_builtin_commands[upgrade]": 0.1233571469860625, + "tests/plugins/test_subcommands.py::test_custom_plugin_extend_parser": 0.08850274089169616, + "tests/plugins/test_subcommands.py::test_custom_plugin_not_extend_parser": 0.12387658990959081, + "tests/plugins/test_subcommands.py::test_duplicated": 0.006840330541231703, + "tests/plugins/test_subcommands.py::test_help": 0.08667267221715323, + "tests/plugins/test_subcommands.py::test_invoked": 0.12197907862959148, + "tests/plugins/test_subcommands.py::test_parser_no_plugins": 0.07416220328838381, + "tests/plugins/test_virtual_packages.py::test_archspec_override[None-False]": 1.1868526805953696, + "tests/plugins/test_virtual_packages.py::test_archspec_override[bla-True]": 1.4131221935210516, + "tests/plugins/test_virtual_packages.py::test_conda_virtual_package": 1.184187231608647, + "tests/plugins/test_virtual_packages.py::test_cuda_detection": 1.266419748231502, + "tests/plugins/test_virtual_packages.py::test_cuda_override": 0.003103027601006243, + "tests/plugins/test_virtual_packages.py::test_cuda_override_none": 0.0029925529354041308, + "tests/plugins/test_virtual_packages.py::test_duplicated": 1.4544356752445604, + "tests/plugins/test_virtual_packages.py::test_glibc_override[1.0-True]": 1.6756995521356683, + "tests/plugins/test_virtual_packages.py::test_glibc_override[None-False]": 2.676997177914951, + "tests/plugins/test_virtual_packages.py::test_invoked": 1.9243466641945917, + "tests/plugins/test_virtual_packages.py::test_linux_override[1.0-True]": 2.111520848596599, + "tests/plugins/test_virtual_packages.py::test_linux_override[None-True]": 6.858566438782716, + "tests/plugins/test_virtual_packages.py::test_osx_override[1.0-True]": 1.205580718009893, + "tests/plugins/test_virtual_packages.py::test_osx_override[None-False]": 1.1914296625386092, + "tests/plugins/test_virtual_packages.py::test_subdir_override[emscripten-wasm32]": 1.1089725366586953, + "tests/plugins/test_virtual_packages.py::test_subdir_override[freebsd-64]": 1.0832634156546623, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-32]": 1.013099389309466, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-64]": 12.590175257627283, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-aarch64]": 1.8506329062455318, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv6l]": 0.26902890424291376, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-armv7l]": 0.2502617784074354, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64]": 1.1133031939887812, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-ppc64le]": 1.6693272685266298, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-riscv64]": 0.9694563088045689, + "tests/plugins/test_virtual_packages.py::test_subdir_override[linux-s390x]": 1.4657602200996083, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-64]": 1.473295916610424, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-aarch64]": 1.0005691032860766, + "tests/plugins/test_virtual_packages.py::test_subdir_override[osx-arm64]": 1.7403812845849311, + "tests/plugins/test_virtual_packages.py::test_subdir_override[wasi-wasm32]": 0.9179023750943555, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-32]": 4.77981655770807, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-640]": 8.275446889166965, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-641]": 8.925661665048764, + "tests/plugins/test_virtual_packages.py::test_subdir_override[win-arm64]": 1.3748222823441223, + "tests/plugins/test_virtual_packages.py::test_subdir_override[zos-z]": 0.2589729199626615, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 legacy]": 0.0005859343542635039, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-clang64 mingw64]": 0.0007804830471260666, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-legacy]": 0.0005466089832367102, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-mingw64 legacy]": 0.0005538474942956808, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-nothing]": 0.0005845133702849741, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 clang64]": 0.0005521459704432905, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64 legacy]": 0.0005216232473668214, + "tests/test_activate.py::test_MSYS2_PATH[CmdExeActivator-ucrt64]": 0.0005945630401680901, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 legacy]": 0.0005612484240375224, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-clang64 mingw64]": 0.0005948023771806971, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-legacy]": 0.0006236400647598998, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-mingw64 legacy]": 0.001194263018558683, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-nothing]": 0.0006321963203781459, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 clang64]": 0.0006400780832883752, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64 legacy]": 0.0006452498177990008, + "tests/test_activate.py::test_MSYS2_PATH[PowerShellActivator-ucrt64]": 0.0005923299525600278, + "tests/test_activate.py::test_PS1": 0.023715965214356323, + "tests/test_activate.py::test_PS1_no_changeps1": 0.04040437730070569, + "tests/test_activate.py::test_activate_and_deactivate_for_uninitialized_env": 0.33833899215406465, "tests/test_activate.py::test_activate_deactivate_modify_path[bash]": 3.4622499065958063, - "tests/test_activate.py::test_activate_deactivate_modify_path[cmd.exe]": 0.0004155515231389336, - "tests/test_activate.py::test_activate_environment_not_found": 0.029428527156240007, - "tests/test_activate.py::test_activate_same_environment": 0.6539421248438484, - "tests/test_activate.py::test_activator_invalid_command_arguments[command_args0-'activate', 'deactivate', 'hook', 'commands', or 'reactivate' command must be given.]": 0.018864958799997923, - "tests/test_activate.py::test_activator_invalid_command_arguments[command_args1-cannot specify both --stack and --no-stack to activate]": 0.019439432249998667, - "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.019590846400001815, - "tests/test_activate.py::test_activator_invalid_command_arguments[command_args3-deactivate does not accept arguments\\nremainder_args: \\\\['env-one']\\n]": 0.0199659664000027, - "tests/test_activate.py::test_add_prefix_to_path_cmdexe": 0.0009306388642418834, - "tests/test_activate.py::test_add_prefix_to_path_posix": 0.02211879695859721, - "tests/test_activate.py::test_bash_activate_error": 3.6889207459750692, + "tests/test_activate.py::test_activate_deactivate_modify_path[cmd.exe]": 0.00041555152313893355, + "tests/test_activate.py::test_activate_environment_not_found": 0.028121138210268997, + "tests/test_activate.py::test_activate_same_environment": 0.5712887574154573, + "tests/test_activate.py::test_activator_invalid_command_arguments[command_args0-'activate', 'deactivate', 'hook', 'commands', or 'reactivate' command must be given.]": 0.020163067296579462, + "tests/test_activate.py::test_activator_invalid_command_arguments[command_args1-cannot specify both --stack and --no-stack to activate]": 0.02022497773640753, + "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.019256648253788127, + "tests/test_activate.py::test_activator_invalid_command_arguments[command_args3-deactivate does not accept arguments\\nremainder_args: \\\\['env-one']\\n]": 0.019376623550061416, + "tests/test_activate.py::test_add_prefix_to_path_cmdexe": 0.0008770241127571804, + "tests/test_activate.py::test_add_prefix_to_path_posix": 0.021351642422240247, + "tests/test_activate.py::test_bash_activate_error": 3.6889207459750684, "tests/test_activate.py::test_basic_integration[bash-basic_posix]": 30.100917281441028, "tests/test_activate.py::test_basic_integration[csh-basic_csh]": 4.730264405852873, - "tests/test_activate.py::test_basic_integration[dash-basic_posix]": 28.364171577733135, + "tests/test_activate.py::test_basic_integration[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.75297870517629, - "tests/test_activate.py::test_build_activate_dont_activate_unset_var": 3.9551123622012523, - "tests/test_activate.py::test_build_activate_restore_unset_env_vars": 0.6712631533335285, - "tests/test_activate.py::test_build_activate_shlvl_0": 0.7304439445584285, - "tests/test_activate.py::test_build_activate_shlvl_1": 1.1721427058287355, - "tests/test_activate.py::test_build_activate_shlvl_warn_clobber_vars": 2.201590519933766, - "tests/test_activate.py::test_build_deactivate_shlvl_1": 0.8026116623743969, - "tests/test_activate.py::test_build_deactivate_shlvl_2_from_activate": 1.1361501601371689, - "tests/test_activate.py::test_build_deactivate_shlvl_2_from_stack": 1.2148171940546337, - "tests/test_activate.py::test_build_stack_shlvl_1": 1.0023947241107956, + "tests/test_activate.py::test_build_activate_dont_activate_unset_var": 3.6875187870543624, + "tests/test_activate.py::test_build_activate_restore_unset_env_vars": 0.563103135927319, + "tests/test_activate.py::test_build_activate_shlvl_0": 0.6405648874496065, + "tests/test_activate.py::test_build_activate_shlvl_1": 0.9170430469947173, + "tests/test_activate.py::test_build_activate_shlvl_warn_clobber_vars": 2.28740377935217, + "tests/test_activate.py::test_build_deactivate_shlvl_1": 0.6774997013433597, + "tests/test_activate.py::test_build_deactivate_shlvl_2_from_activate": 1.062972985618039, + "tests/test_activate.py::test_build_deactivate_shlvl_2_from_stack": 1.4963861590628793, + "tests/test_activate.py::test_build_stack_shlvl_1": 0.8376424005624213, "tests/test_activate.py::test_cmd_exe_activate_error": 0.00031896918656647223, - "tests/test_activate.py::test_cmd_exe_basic": 0.0006076674160794599, + "tests/test_activate.py::test_cmd_exe_basic": 0.0006165275136722047, "tests/test_activate.py::test_cmd_exe_basic_integration": 0.0003483117892022969, - "tests/test_activate.py::test_csh_basic": 0.08693772282561542, - "tests/test_activate.py::test_default_env": 0.025545057246175097, - "tests/test_activate.py::test_deprecations[ensure_binary-TypeError]": 0.025210212713832506, - "tests/test_activate.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.025686949887462986, - "tests/test_activate.py::test_deprecations[path_identity-TypeError]": 0.02347289047306798, - "tests/test_activate.py::test_fish_basic": 0.0896429701505435, + "tests/test_activate.py::test_csh_basic": 0.08464599199065036, + "tests/test_activate.py::test_default_env": 0.022996939154209896, + "tests/test_activate.py::test_deprecations[ensure_binary-TypeError]": 0.02517915788356029, + "tests/test_activate.py::test_deprecations[ensure_fs_path_encoding-TypeError]": 0.025600831745712257, + "tests/test_activate.py::test_deprecations[path_identity-TypeError]": 0.024428895812195664, + "tests/test_activate.py::test_fish_basic": 0.090514634892172, "tests/test_activate.py::test_fish_basic_integration": 0.0005888952283494428, - "tests/test_activate.py::test_force_uppercase[False]": 0.04213229871628144, - "tests/test_activate.py::test_force_uppercase[True]": 0.04378563463766008, - "tests/test_activate.py::test_get_env_vars_big_whitespace": 0.6496805204035919, - "tests/test_activate.py::test_get_env_vars_empty_file": 0.6921808311535677, - "tests/test_activate.py::test_json_basic": 0.08794840457774608, + "tests/test_activate.py::test_force_uppercase[False]": 0.042141164711295094, + "tests/test_activate.py::test_force_uppercase[True]": 0.04216114298584522, + "tests/test_activate.py::test_get_env_vars_big_whitespace": 0.5603009666407658, + "tests/test_activate.py::test_get_env_vars_empty_file": 0.6207858604647, + "tests/test_activate.py::test_json_basic": 0.09002846458944445, "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.04278271720643523, - "tests/test_activate.py::test_metavars_force_uppercase[True]": 0.044233284392284966, - "tests/test_activate.py::test_native_path_to_unix[cygpath-None]": 0.0006404290393262958, - "tests/test_activate.py::test_native_path_to_unix[cygpath-empty string]": 0.0006699879985635857, - "tests/test_activate.py::test_native_path_to_unix[cygpath-empty tuple]": 0.0006314530738470099, - "tests/test_activate.py::test_native_path_to_unix[cygpath-list[path]]": 0.000568932485104839, - "tests/test_activate.py::test_native_path_to_unix[cygpath-path;...]": 0.000564193191832128, - "tests/test_activate.py::test_native_path_to_unix[cygpath-path]": 0.0004880736415963282, - "tests/test_activate.py::test_native_path_to_unix[cygpath-tuple[path, ...]]": 0.0005634509230873713, - "tests/test_activate.py::test_native_path_to_unix[fallback-None]": 0.0005068731766064254, - "tests/test_activate.py::test_native_path_to_unix[fallback-empty string]": 0.0005496819066363528, - "tests/test_activate.py::test_native_path_to_unix[fallback-empty tuple]": 0.0005968466156866801, - "tests/test_activate.py::test_native_path_to_unix[fallback-list[path]]": 0.0005517728047894274, - "tests/test_activate.py::test_native_path_to_unix[fallback-path;...]": 0.0006245609178700358, - "tests/test_activate.py::test_native_path_to_unix[fallback-path]": 0.0005318362407217401, - "tests/test_activate.py::test_native_path_to_unix[fallback-tuple[path, ...]]": 0.000486659113539859, - "tests/test_activate.py::test_posix_basic": 0.09223264602026121, + "tests/test_activate.py::test_metavars_force_uppercase[False]": 0.043188639037849516, + "tests/test_activate.py::test_metavars_force_uppercase[True]": 0.04565070602169614, + "tests/test_activate.py::test_native_path_to_unix[cygpath-None]": 0.0007288761632283143, + "tests/test_activate.py::test_native_path_to_unix[cygpath-empty string]": 0.0010218886293225293, + "tests/test_activate.py::test_native_path_to_unix[cygpath-empty tuple]": 0.0006744601824622376, + "tests/test_activate.py::test_native_path_to_unix[cygpath-list[path]]": 0.0005360335150845877, + "tests/test_activate.py::test_native_path_to_unix[cygpath-path;...]": 0.0005429732966321766, + "tests/test_activate.py::test_native_path_to_unix[cygpath-path]": 0.0005033528899319509, + "tests/test_activate.py::test_native_path_to_unix[cygpath-tuple[path, ...]]": 0.0005824491074296295, + "tests/test_activate.py::test_native_path_to_unix[fallback-None]": 0.000522117931357553, + "tests/test_activate.py::test_native_path_to_unix[fallback-empty string]": 0.0005393020510230244, + "tests/test_activate.py::test_native_path_to_unix[fallback-empty tuple]": 0.0005581040810619243, + "tests/test_activate.py::test_native_path_to_unix[fallback-list[path]]": 0.0005462113830730266, + "tests/test_activate.py::test_native_path_to_unix[fallback-path;...]": 0.000525018833724972, + "tests/test_activate.py::test_native_path_to_unix[fallback-path]": 0.0005207987899071692, + "tests/test_activate.py::test_native_path_to_unix[fallback-tuple[path, ...]]": 0.0004963083775022299, + "tests/test_activate.py::test_posix_basic": 0.08723285197794313, "tests/test_activate.py::test_powershell_PATH_management": 0.0003095498181403786, - "tests/test_activate.py::test_powershell_basic": 0.08910642958712517, + "tests/test_activate.py::test_powershell_basic": 0.08701916193600533, "tests/test_activate.py::test_powershell_basic_integration": 0.0005095226714489675, - "tests/test_activate.py::test_pre_post_command_invoked[activate]": 0.03470275894501596, - "tests/test_activate.py::test_pre_post_command_invoked[commands]": 0.07248088085715815, - "tests/test_activate.py::test_pre_post_command_invoked[deactivate]": 0.03638044325104563, - "tests/test_activate.py::test_pre_post_command_invoked[hook]": 0.028719096810530264, - "tests/test_activate.py::test_pre_post_command_invoked[reactivate]": 0.03148818969021, - "tests/test_activate.py::test_pre_post_command_raises[activate]": 0.03503871956442269, - "tests/test_activate.py::test_pre_post_command_raises[commands]": 0.08370816252404122, - "tests/test_activate.py::test_pre_post_command_raises[deactivate]": 0.02754124550876713, - "tests/test_activate.py::test_pre_post_command_raises[hook]": 0.03319679058348891, - "tests/test_activate.py::test_pre_post_command_raises[reactivate]": 0.02893738653259249, - "tests/test_activate.py::test_remove_prefix_from_path_1": 0.024439226170356432, - "tests/test_activate.py::test_remove_prefix_from_path_2": 0.024924251863380126, - "tests/test_activate.py::test_replace_prefix_in_path_1": 0.024707557310739498, - "tests/test_activate.py::test_replace_prefix_in_path_2": 0.0007732996562385803, + "tests/test_activate.py::test_pre_post_command_invoked[activate]": 0.032331881135335194, + "tests/test_activate.py::test_pre_post_command_invoked[commands]": 0.06964848996726555, + "tests/test_activate.py::test_pre_post_command_invoked[deactivate]": 0.03413064248545856, + "tests/test_activate.py::test_pre_post_command_invoked[hook]": 0.027614736915353735, + "tests/test_activate.py::test_pre_post_command_invoked[reactivate]": 0.029876205895393457, + "tests/test_activate.py::test_pre_post_command_raises[activate]": 0.03559559001353606, + "tests/test_activate.py::test_pre_post_command_raises[commands]": 0.0785722799134967, + "tests/test_activate.py::test_pre_post_command_raises[deactivate]": 0.028299539915195706, + "tests/test_activate.py::test_pre_post_command_raises[hook]": 0.030585468601619977, + "tests/test_activate.py::test_pre_post_command_raises[reactivate]": 0.03799535068286576, + "tests/test_activate.py::test_remove_prefix_from_path_1": 0.02106965732915576, + "tests/test_activate.py::test_remove_prefix_from_path_2": 0.022297829236993798, + "tests/test_activate.py::test_replace_prefix_in_path_1": 0.021387631871742925, + "tests/test_activate.py::test_replace_prefix_in_path_2": 0.0005994141646147824, "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.37807664457368, - "tests/test_activate.py::test_stacking[0-base-has-has,sys]": 26.84204710442496, - "tests/test_activate.py::test_stacking[0-base-not-sys]": 30.69149370756485, + "tests/test_activate.py::test_stacking[0-base-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.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.370095656051994, - "tests/test_activate.py::test_stacking[0-not-not-sys]": 28.988305785581538, + "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.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.4913909102075, - "tests/test_activate.py::test_stacking[5-base,not-base-base,base,sys]": 26.897350337113163, + "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.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.107060864669155, + "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.42072527592826, - "tests/test_activate.py::test_stacking[5-has-has-has,sys]": 27.560912403335134, + "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.886227168093612, - "tests/test_activate.py::test_stacking[5-not-base-base,sys]": 26.884849722934735, + "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.827166276967844, - "tests/test_activate.py::test_unicode": 0.05664729263599425, - "tests/test_activate.py::test_unix_path_to_native[cygpath-None]": 0.0005981369712985797, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount [trailing]]": 0.0005194517728901035, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount]": 0.0005769963465763084, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path [extra]]": 0.0005055007422729296, - "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path]": 0.0006276238475709533, + "tests/test_activate.py::test_unicode": 0.056647292635994245, + "tests/test_activate.py::test_unix_path_to_native[cygpath-None]": 0.0005633827794803938, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount [trailing]]": 0.0005201988235342186, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC mount]": 0.0005428676627626152, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path [extra]]": 0.0004924782911188247, + "tests/test_activate.py::test_unix_path_to_native[cygpath-UNC path]": 0.0005641974212301836, "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.0006574069619952392, @@ -1617,7 +1642,7 @@ "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-empty string]": 0.0005404247395194575, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-empty tuple]": 0.0005895788141286462, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-list[path]]": 0.0006284097368713387, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path [extra]]": 0.0006870748224663387, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path [extra]]": 0.0006870748224663386, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path [trailing]]": 0.0005247503947196435, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-normal path]": 0.0005308225045266323, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-path;...]": 0.0005547865507864152, @@ -1634,70 +1659,70 @@ "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-root]": 0.0006041415831286104, "tests/test_activate.py::test_unix_path_to_native[cygpath-Unix-tuple[path, ...]]": 0.0005517169608014848, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-None]": 0.0005588027113204487, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC mount [trailing]]": 0.0005750685017081456, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC mount [trailing]]": 0.0005750685017081455, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-UNC mount]": 0.0006043740942324171, "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.0005674777752392667, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-drive]": 0.0006671370368215655, + "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.000568936534476127, - "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.0005689365344761264, + "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.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, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [leading, trailing]]": 0.0005282850061399117, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [leading]]": 0.0005372648833505869, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [leading]]": 0.0005372648833505868, "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path [trailing]]": 0.0005623730254636411, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path0]": 0.0006258071630006407, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path1]": 0.0005361516259124813, - "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root]": 0.0006514678684272821, + "tests/test_activate.py::test_unix_path_to_native[cygpath-Windows-root path0]": 0.0006258071630006406, + "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.0004787680756553314, - "tests/test_activate.py::test_unix_path_to_native[cygpath-drive [trailing]]": 0.000631120307297814, - "tests/test_activate.py::test_unix_path_to_native[cygpath-drive]": 0.0005802019747277398, - "tests/test_activate.py::test_unix_path_to_native[cygpath-empty string]": 0.0005663960805105293, - "tests/test_activate.py::test_unix_path_to_native[cygpath-empty tuple]": 0.000560801819884131, - "tests/test_activate.py::test_unix_path_to_native[cygpath-list[path]]": 0.0005266774512382634, - "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [extra]]": 0.0005202520537288376, - "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [trailing]]": 0.0005267384002363915, - "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path]": 0.000540638122266622, - "tests/test_activate.py::test_unix_path_to_native[cygpath-path;...]": 0.0005543280355317364, - "tests/test_activate.py::test_unix_path_to_native[cygpath-relative [extra]]": 0.0005467502368001129, - "tests/test_activate.py::test_unix_path_to_native[cygpath-relative]": 0.0005294214072045472, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading, trailing]]": 0.0004923786490696644, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading]]": 0.0005532958342953729, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [extra]]": 0.0006155544559518155, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading, trailing]]": 0.0005602700872612735, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading]]": 0.000543806119582232, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [trailing]]": 0.0005431484327345904, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path0]": 0.0005297726722122723, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root path1]": 0.0005212181202407354, - "tests/test_activate.py::test_unix_path_to_native[cygpath-root]": 0.0005754357457075237, - "tests/test_activate.py::test_unix_path_to_native[cygpath-tuple[path, ...]]": 0.0005903352658350662, - "tests/test_activate.py::test_unix_path_to_native[fallback-None]": 0.0005452614231106406, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount [trailing]]": 0.0009601059230961916, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount]": 0.0005232422794465443, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path [extra]]": 0.0005540084156675637, - "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path]": 0.0005048779889942629, + "tests/test_activate.py::test_unix_path_to_native[cygpath-bare UNC mount]": 0.0005013312805670902, + "tests/test_activate.py::test_unix_path_to_native[cygpath-drive [trailing]]": 0.0005537655023734551, + "tests/test_activate.py::test_unix_path_to_native[cygpath-drive]": 0.0005730709035596415, + "tests/test_activate.py::test_unix_path_to_native[cygpath-empty string]": 0.0005126047886233338, + "tests/test_activate.py::test_unix_path_to_native[cygpath-empty tuple]": 0.0008140084390057592, + "tests/test_activate.py::test_unix_path_to_native[cygpath-list[path]]": 0.0005877415779541749, + "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [extra]]": 0.0005469092857433341, + "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path [trailing]]": 0.0005322345645557496, + "tests/test_activate.py::test_unix_path_to_native[cygpath-normal path]": 0.0005196543377550661, + "tests/test_activate.py::test_unix_path_to_native[cygpath-path;...]": 0.0005518452697450475, + "tests/test_activate.py::test_unix_path_to_native[cygpath-relative [extra]]": 0.0005850052445268924, + "tests/test_activate.py::test_unix_path_to_native[cygpath-relative]": 0.0005174610679932773, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading, trailing]]": 0.0004804997239501339, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root [leading]]": 0.0005212812270737245, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [extra]]": 0.0005823298004325146, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading, trailing]]": 0.0005267854195073084, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [leading]]": 0.0005203670499072134, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path [trailing]]": 0.0005017286791295629, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path0]": 0.0005012871614165969, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root path1]": 0.0007454069686899163, + "tests/test_activate.py::test_unix_path_to_native[cygpath-root]": 0.0006127534905302097, + "tests/test_activate.py::test_unix_path_to_native[cygpath-tuple[path, ...]]": 0.000567737243292035, + "tests/test_activate.py::test_unix_path_to_native[fallback-None]": 0.0005264517376159866, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount [trailing]]": 0.0007946064524853929, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC mount]": 0.0005415750364748417, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path [extra]]": 0.0005322765794057876, + "tests/test_activate.py::test_unix_path_to_native[fallback-UNC path]": 0.0005009736280984769, "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, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC path [extra]]": 0.0005631716816535018, + "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-UNC path [extra]]": 0.0005631716816535017, "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.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.0006319065537130706, + "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.0005775692395938391, "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-normal path]": 0.0005663345757904838, @@ -1709,399 +1734,399 @@ "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.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.0006706180913080063, - "tests/test_activate.py::test_unix_path_to_native[fallback-Unix-root path0]": 0.0005261658125944628, + "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.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.0006943810116696241, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC path [extra]]": 0.0006153943710545377, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC mount]": 0.0006943810116696242, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC path [extra]]": 0.0006153943710545376, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-UNC path]": 0.0006902219292929615, "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-bare UNC mount]": 0.0006181076359137611, "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.0007341689010755047, + "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.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.0006370813511575063, + "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.0005616120740683989, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root [leading, trailing]]": 0.0006743117472257738, + "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, - "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [leading, trailing]]": 0.0005305196490953813, + "tests/test_activate.py::test_unix_path_to_native[fallback-Windows-root path [leading, trailing]]": 0.0005305196490953812, "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.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.0005338555515779241, - "tests/test_activate.py::test_unix_path_to_native[fallback-drive [trailing]]": 0.0005072611442183794, - "tests/test_activate.py::test_unix_path_to_native[fallback-drive]": 0.0004907936529946398, - "tests/test_activate.py::test_unix_path_to_native[fallback-empty string]": 0.000528764196093616, - "tests/test_activate.py::test_unix_path_to_native[fallback-empty tuple]": 0.0005825414900883744, - "tests/test_activate.py::test_unix_path_to_native[fallback-list[path]]": 0.0005177238463580065, - "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [extra]]": 0.000536014259210792, - "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [trailing]]": 0.0005131739932195446, - "tests/test_activate.py::test_unix_path_to_native[fallback-normal path]": 0.0005198846005278143, - "tests/test_activate.py::test_unix_path_to_native[fallback-path;...]": 0.0005025081912148453, - "tests/test_activate.py::test_unix_path_to_native[fallback-relative [extra]]": 0.0008198629936172519, - "tests/test_activate.py::test_unix_path_to_native[fallback-relative]": 0.0006368009466665634, - "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading, trailing]]": 0.0006060610307523267, - "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading]]": 0.0005263087682508803, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [extra]]": 0.0005485458895592698, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading, trailing]]": 0.0005551569264983696, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading]]": 0.0005706282322166646, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path [trailing]]": 0.0005180150546839801, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path0]": 0.0005997106350631779, - "tests/test_activate.py::test_unix_path_to_native[fallback-root path1]": 0.00046831149895997946, - "tests/test_activate.py::test_unix_path_to_native[fallback-root]": 0.0005910220712192744, - "tests/test_activate.py::test_unix_path_to_native[fallback-tuple[path, ...]]": 0.0005765047078632679, - "tests/test_activate.py::test_xonsh_basic": 0.09909713431908049, - "tests/test_api.py::test_DepsModifier_contract": 0.0029139140009298127, - "tests/test_api.py::test_PackageCacheData_contract": 0.004113885340272989, - "tests/test_api.py::test_PackageCacheData_return_value_contract": 0.005655921238197569, - "tests/test_api.py::test_PrefixData_contract": 0.003321929216997911, - "tests/test_api.py::test_PrefixData_return_value_contract": 1.4823095006125107, - "tests/test_api.py::test_Solver_inputs_contract": 0.004022770489116561, - "tests/test_api.py::test_Solver_return_value_contract": 1.2311898063653754, - "tests/test_api.py::test_SubdirData_contract": 0.0032185160953891795, - "tests/test_api.py::test_SubdirData_return_value_contract": 8.809042356224754, - "tests/test_api.py::test_UpdateModifier_contract": 0.0028086299082559258, - "tests/test_auxlib.py::test_deepfreeze[42.0]": 0.0031715941626117477, - "tests/test_auxlib.py::test_deepfreeze[42]": 0.003096583679532018, - "tests/test_auxlib.py::test_deepfreeze[True]": 0.003156407848378443, - "tests/test_auxlib.py::test_deepfreeze[freeze_installed]": 0.0031879072728237716, - "tests/test_auxlib.py::test_deepfreeze[text]": 0.0033909368114804547, - "tests/test_auxlib.py::test_deepfreeze[unfrozen10]": 0.004189874634060973, - "tests/test_auxlib.py::test_deepfreeze[unfrozen11]": 0.0033483575157922246, - "tests/test_auxlib.py::test_deepfreeze[unfrozen12]": 0.0036624374943366655, - "tests/test_auxlib.py::test_deepfreeze[unfrozen13]": 0.003943572027784945, - "tests/test_auxlib.py::test_deepfreeze[unfrozen5]": 0.006976969438785202, - "tests/test_auxlib.py::test_deepfreeze[unfrozen6]": 0.003186463146637586, - "tests/test_auxlib.py::test_deepfreeze[unfrozen7]": 0.003455902642600305, - "tests/test_auxlib.py::test_deepfreeze[unfrozen8]": 0.003613689749052057, - "tests/test_auxlib.py::test_deepfreeze[unfrozen9]": 0.003441825708140152, - "tests/test_codesigned.py::test_stub_exe_signatures[cli-32.exe]": 0.0006094318065657333, - "tests/test_codesigned.py::test_stub_exe_signatures[cli-64.exe]": 0.0010368205950089865, - "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.014921664028909374, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.get_filename-conda.env.env.get_filename]": 0.007435730107627809, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.print_result-conda.env.env.print_result]": 0.007074192246592514, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.create_parser-None]": 0.006424204029797097, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.do_call-None]": 0.005871313601046522, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.main-None]": 0.003966810339998032, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.show_help_on_empty_command-None]": 0.00821020553365849, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_description-None]": 0.006598089262546622, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_example-None]": 0.004551582109795941, - "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.004229087247563339, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.execute-conda.cli.main_env_config.execute]": 0.003498444913356693, - "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.0035446124059932693, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.description-None]": 0.007674252825240232, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.example-None]": 0.004563776124651363, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.execute-conda.cli.main_env_create.execute]": 0.0035265353768953755, - "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.006838429678743064, - "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.0036120127666153766, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.description-None]": 0.005809225895677307, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.example-None]": 0.006068686173606901, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_env_export.execute]": 0.004876751522922217, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_export.execute]": 0.0031347174628876683, - "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.0038710266091468337, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.description-None]": 0.006001982800900929, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.example-None]": 0.004315285566419418, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.execute-conda.cli.main_env_list.execute]": 0.004099407947938305, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._description-None]": 0.004426519532245325, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._example-None]": 0.0036873253660797624, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._help-None]": 0.006993756569147103, - "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.003986152189976677, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.execute-conda.cli.main_env_remove.execute]": 0.003367007727332314, - "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.0037642738091708205, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.description-None]": 0.006181974622879767, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.example-None]": 0.005750837956109784, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.execute-conda.cli.main_env_update.execute]": 0.0033800457719632858, - "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.0030852072777803026, - "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.0030778887909096377, - "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.003154478862734622, - "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.003100132766764552, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_description-None]": 0.004307123494132388, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_example-None]": 0.0036775376691698543, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_description-None]": 0.004731399055395026, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_example-None]": 0.0033396539370543197, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_description-None]": 0.0031534507909407893, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_example-None]": 0.003315370488031623, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_description-None]": 0.006135564076350209, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_example-None]": 0.004511548316591399, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Dependencies-conda.env.env.Dependencies]": 0.0030470751016742014, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Environment-conda.env.env.Environment]": 0.00337327333866855, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.VALID_KEYS-conda.env.env.VALID_KEYS]": 0.006448484362435906, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env._expand_channels-conda.env.env._expand_channels]": 0.004390642398282672, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_environment-conda.env.env.from_environment]": 0.004298640423924385, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_file-conda.env.env.from_file]": 0.0033754872181807473, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_yaml-conda.env.env.from_yaml]": 0.0037521856208076864, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.validate_keys-conda.env.env.validate_keys]": 0.0036626844722750513, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.ENTRY_POINT-None]": 0.01056531374972812, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.InvalidInstaller-conda.exceptions.InvalidInstaller]": 0.0066608863939461894, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.get_installer-conda.env.installers.base.get_installer]": 0.005701857058293808, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda._solve-conda.env.installers.conda._solve]": 0.009573944155502808, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.dry_run-conda.env.installers.conda.dry_run]": 0.008300660141570283, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.install-conda.env.installers.conda.install]": 0.003561288692269254, - "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.008252727254322287, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip.install-conda.env.installers.pip.install]": 0.0056239889098313135, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util._canonicalize_regex-None]": 0.0033069506141658734, - "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.005195217954583856, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.pip_subprocess-conda.env.pip_util.pip_subprocess]": 0.0062972336463059855, + "tests/test_activate.py::test_unix_path_to_native[fallback-bare UNC mount]": 0.0005310487701594362, + "tests/test_activate.py::test_unix_path_to_native[fallback-drive [trailing]]": 0.0004857251989706845, + "tests/test_activate.py::test_unix_path_to_native[fallback-drive]": 0.0005258940814750095, + "tests/test_activate.py::test_unix_path_to_native[fallback-empty string]": 0.0005454217749512048, + "tests/test_activate.py::test_unix_path_to_native[fallback-empty tuple]": 0.0005710414478802622, + "tests/test_activate.py::test_unix_path_to_native[fallback-list[path]]": 0.0005030438011173753, + "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [extra]]": 0.0005366557594158994, + "tests/test_activate.py::test_unix_path_to_native[fallback-normal path [trailing]]": 0.0005406345381815627, + "tests/test_activate.py::test_unix_path_to_native[fallback-normal path]": 0.0005242925826216676, + "tests/test_activate.py::test_unix_path_to_native[fallback-path;...]": 0.0005189594452639467, + "tests/test_activate.py::test_unix_path_to_native[fallback-relative [extra]]": 0.0006970211135951249, + "tests/test_activate.py::test_unix_path_to_native[fallback-relative]": 0.0006035588046328741, + "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading, trailing]]": 0.0005604529808074416, + "tests/test_activate.py::test_unix_path_to_native[fallback-root [leading]]": 0.0005084913137468684, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [extra]]": 0.0005383496775006605, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading, trailing]]": 0.000510603968007882, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [leading]]": 0.0005224210297777953, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path [trailing]]": 0.0005067192497896261, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path0]": 0.0005621029419613234, + "tests/test_activate.py::test_unix_path_to_native[fallback-root path1]": 0.0005207017512681296, + "tests/test_activate.py::test_unix_path_to_native[fallback-root]": 0.0005688226807816511, + "tests/test_activate.py::test_unix_path_to_native[fallback-tuple[path, ...]]": 0.0005116734751966848, + "tests/test_activate.py::test_xonsh_basic": 0.09191137916245135, + "tests/test_api.py::test_DepsModifier_contract": 0.0028465542583388484, + "tests/test_api.py::test_PackageCacheData_contract": 0.00392610751503484, + "tests/test_api.py::test_PackageCacheData_return_value_contract": 0.0049513330350773824, + "tests/test_api.py::test_PrefixData_contract": 0.0032404789888026055, + "tests/test_api.py::test_PrefixData_return_value_contract": 1.5628173243186163, + "tests/test_api.py::test_Solver_inputs_contract": 0.0037580243279573466, + "tests/test_api.py::test_Solver_return_value_contract": 1.107527196894467, + "tests/test_api.py::test_SubdirData_contract": 0.0033106333676870964, + "tests/test_api.py::test_SubdirData_return_value_contract": 6.836793901374403, + "tests/test_api.py::test_UpdateModifier_contract": 0.0026574500800923277, + "tests/test_auxlib.py::test_deepfreeze[42.0]": 0.0030885310172339884, + "tests/test_auxlib.py::test_deepfreeze[42]": 0.003075984401697543, + "tests/test_auxlib.py::test_deepfreeze[True]": 0.002997715721228272, + "tests/test_auxlib.py::test_deepfreeze[freeze_installed]": 0.004835960081862257, + "tests/test_auxlib.py::test_deepfreeze[text]": 0.0035148668192564797, + "tests/test_auxlib.py::test_deepfreeze[unfrozen10]": 0.004697444009116759, + "tests/test_auxlib.py::test_deepfreeze[unfrozen11]": 0.003946267625447398, + "tests/test_auxlib.py::test_deepfreeze[unfrozen12]": 0.0037889533236272967, + "tests/test_auxlib.py::test_deepfreeze[unfrozen13]": 0.003777232762267781, + "tests/test_auxlib.py::test_deepfreeze[unfrozen5]": 0.00567872994110099, + "tests/test_auxlib.py::test_deepfreeze[unfrozen6]": 0.0032807315905389054, + "tests/test_auxlib.py::test_deepfreeze[unfrozen7]": 0.00507540746396746, + "tests/test_auxlib.py::test_deepfreeze[unfrozen8]": 0.003963759817082978, + "tests/test_auxlib.py::test_deepfreeze[unfrozen9]": 0.006137650107190818, + "tests/test_codesigned.py::test_stub_exe_signatures[cli-32.exe]": 0.0005414367272506448, + "tests/test_codesigned.py::test_stub_exe_signatures[cli-64.exe]": 0.0008575477030331986, + "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.028141946321608245, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.get_filename-conda.env.env.get_filename]": 0.005687162094790968, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.common.print_result-conda.env.env.print_result]": 0.008602941707518722, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.create_parser-None]": 0.006443740596586209, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.do_call-None]": 0.006076677261185974, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.main-None]": 0.004307641697566465, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main.show_help_on_empty_command-None]": 0.008504823272668919, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_description-None]": 0.006248891261145847, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.config_example-None]": 0.00459174977329364, + "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.00530455794840207, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_config.execute-conda.cli.main_env_config.execute]": 0.0034436905047870925, + "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.003954664619405559, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.description-None]": 0.008355349111452333, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.example-None]": 0.00920601852174182, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_create.execute-conda.cli.main_env_create.execute]": 0.0032126919711799504, + "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.008225592276196278, + "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.0033954583082616554, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.description-None]": 0.010046807120968169, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.example-None]": 0.005695553479924329, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_env_export.execute]": 0.0047484578581525735, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_export.execute-conda.cli.main_export.execute]": 0.004221597721452656, + "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.004223880334118675, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.description-None]": 0.006345193903744152, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.example-None]": 0.004541455649536428, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_list.execute-conda.cli.main_env_list.execute]": 0.003392684563009831, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._description-None]": 0.004532800039559581, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._example-None]": 0.004025846120863508, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove._help-None]": 0.007377272307608101, + "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.004074957120876758, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_remove.execute-conda.cli.main_env_remove.execute]": 0.0046052395098579325, + "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.005967533442433776, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.description-None]": 0.005706410623293069, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.example-None]": 0.010308968115872372, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_update.execute-conda.cli.main_env_update.execute]": 0.003032916215616054, + "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.002836822199973186, + "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.0030192678751165447, + "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.0036050736589181426, + "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.00338467354325153, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_description-None]": 0.0035870585595892427, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.list_example-None]": 0.003586092035252945, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_description-None]": 0.0046429949079904165, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.set_example-None]": 0.003181122135925097, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_description-None]": 0.003661042490925124, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.unset_example-None]": 0.0029487002543866336, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_description-None]": 0.0059929562242502805, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.cli.main_vars.var_example-None]": 0.004107007189458553, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Dependencies-conda.env.env.Dependencies]": 0.0038990104443235724, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.Environment-conda.env.env.Environment]": 0.003940917062111097, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.VALID_KEYS-conda.env.env.VALID_KEYS]": 0.00640888037682926, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env._expand_channels-conda.env.env._expand_channels]": 0.004643674129457867, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_environment-conda.env.env.from_environment]": 0.0036061384534501464, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_file-conda.env.env.from_file]": 0.004099508233781699, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.from_yaml-conda.env.env.from_yaml]": 0.0031508966713397063, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.env.validate_keys-conda.env.env.validate_keys]": 0.007860060513984284, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.ENTRY_POINT-None]": 0.014344329533349675, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.InvalidInstaller-conda.exceptions.InvalidInstaller]": 0.007083891760644476, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.base.get_installer-conda.env.installers.base.get_installer]": 0.004835337294556192, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda._solve-conda.env.installers.conda._solve]": 0.008587826965207808, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.dry_run-conda.env.installers.conda.dry_run]": 0.006425609475485735, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.conda.install-conda.env.installers.conda.install]": 0.003672944167978474, + "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.007285742452212625, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.installers.pip.install-conda.env.installers.pip.install]": 0.004970130599543941, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util._canonicalize_regex-None]": 0.0030963758809798804, + "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.004336180189442607, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.pip_util.pip_subprocess-conda.env.pip_util.pip_subprocess]": 0.00610598377838552, "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.0037190529356708724, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.BinstarSpec-conda.env.specs.binstar.BinstarSpec]": 0.006276813014691548, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.ENVIRONMENT_TYPE-conda.env.specs.binstar.ENVIRONMENT_TYPE]": 0.007110337004290934, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.detect-conda.env.specs.detect]": 0.00430589239210057, - "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.006222085462853052, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.requirements.RequirementsSpec-conda.env.specs.requirements.RequirementsSpec]": 0.007557518098219608, - "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.yaml_file.YamlFileSpec-conda.env.specs.yaml_file.YamlFileSpec]": 0.007760182217556141, - "tests/test_create.py::test_allow_softlinks[classic]": 0.6423400587457548, - "tests/test_create.py::test_allow_softlinks[libmamba]": 0.549490171187417, - "tests/test_create.py::test_channel_usage_replacing_python[classic]": 64.65328864946538, - "tests/test_create.py::test_channel_usage_replacing_python[libmamba]": 54.384815988801726, - "tests/test_create.py::test_clone_offline_simple[classic]": 0.6963441917977811, - "tests/test_create.py::test_clone_offline_simple[libmamba]": 0.7063853368262393, - "tests/test_create.py::test_clone_offline_with_untracked[classic]": 0.6978755426371483, - "tests/test_create.py::test_clone_offline_with_untracked[libmamba]": 0.542027389008311, - "tests/test_create.py::test_compile_pyc[classic-False]": 13.127554478413124, - "tests/test_create.py::test_compile_pyc[classic-True]": 1.0886709462893531, - "tests/test_create.py::test_compile_pyc[libmamba-False]": 11.76794701412691, - "tests/test_create.py::test_compile_pyc[libmamba-True]": 2.3724635537265857, - "tests/test_create.py::test_conda_downgrade[classic]": 228.60609854455535, - "tests/test_create.py::test_conda_downgrade[libmamba]": 141.27662285160744, - "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[classic]": 0.012908713080430399, - "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[libmamba]": 0.01254454572301589, - "tests/test_create.py::test_conda_pip_interop_conda_editable_package[classic]": 24.346505287293553, - "tests/test_create.py::test_conda_pip_interop_conda_editable_package[libmamba]": 35.08793111656552, - "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[classic]": 0.0003562221347418912, - "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[libmamba]": 0.0004240894451332827, - "tests/test_create.py::test_conda_update_package_not_installed[classic]": 0.4978597355844213, - "tests/test_create.py::test_conda_update_package_not_installed[libmamba]": 1.3178786859697837, - "tests/test_create.py::test_create_default_packages[classic]": 0.5332048092364445, - "tests/test_create.py::test_create_default_packages[libmamba]": 0.49224451436241784, - "tests/test_create.py::test_create_default_packages_no_default_packages[classic]": 0.5335645555209511, - "tests/test_create.py::test_create_default_packages_no_default_packages[libmamba]": 0.48591706957909886, - "tests/test_create.py::test_create_dry_run[classic]": 5.794306133554764, - "tests/test_create.py::test_create_dry_run[libmamba]": 2.7326829481253223, - "tests/test_create.py::test_create_dry_run_json[classic]": 5.647690299622022, - "tests/test_create.py::test_create_dry_run_json[libmamba]": 1.6738990432301442, - "tests/test_create.py::test_create_dry_run_without_prefix[classic]": 0.20857019885423678, - "tests/test_create.py::test_create_dry_run_without_prefix[libmamba]": 1.0790874528639227, - "tests/test_create.py::test_create_dry_run_yes_safety[classic]": 0.45814615227481204, - "tests/test_create.py::test_create_dry_run_yes_safety[libmamba]": 1.3767301069025963, - "tests/test_create.py::test_create_empty_env[classic]": 0.34368586113010563, - "tests/test_create.py::test_create_empty_env[libmamba]": 1.4488527729982352, - "tests/test_create.py::test_create_env_different_platform[classic-cli]": 0.5314850352027978, - "tests/test_create.py::test_create_env_different_platform[classic-env]": 0.5139375369655579, - "tests/test_create.py::test_create_env_different_platform[libmamba-cli]": 0.5017074243154503, - "tests/test_create.py::test_create_env_different_platform[libmamba-env]": 0.42479877181604053, - "tests/test_create.py::test_create_install_update_remove_smoketest[classic]": 95.50894892179498, - "tests/test_create.py::test_create_install_update_remove_smoketest[libmamba]": 55.94035869283734, - "tests/test_create.py::test_create_no_deps_flag[classic]": 0.28247772522918635, - "tests/test_create.py::test_create_no_deps_flag[libmamba]": 0.39795348781587675, - "tests/test_create.py::test_create_only_deps_flag[classic]": 1.297192129894038, - "tests/test_create.py::test_create_only_deps_flag[libmamba]": 1.1154414795210732, - "tests/test_create.py::test_create_override_channels_enabled[classic]": 0.894991788694371, - "tests/test_create.py::test_create_override_channels_enabled[libmamba]": 0.8278362232824615, - "tests/test_create.py::test_create_without_prefix_raises_argument_error[classic]": 0.05506037392287832, - "tests/test_create.py::test_create_without_prefix_raises_argument_error[libmamba]": 0.058872459047704634, - "tests/test_create.py::test_cross_channel_incompatibility[classic]": 10.478246165864203, - "tests/test_create.py::test_cross_channel_incompatibility[libmamba]": 2.1944595405917697, - "tests/test_create.py::test_directory_not_a_conda_environment[classic]": 0.06012749619996313, - "tests/test_create.py::test_directory_not_a_conda_environment[libmamba]": 0.06406455575399668, - "tests/test_create.py::test_disallowed_packages[classic]": 12.716092056648597, - "tests/test_create.py::test_disallowed_packages[libmamba]": 5.129307362429299, - "tests/test_create.py::test_dont_remove_conda_1[classic]": 177.51371581004355, - "tests/test_create.py::test_dont_remove_conda_1[libmamba]": 28.326514101681024, - "tests/test_create.py::test_dont_remove_conda_2[classic]": 147.33584488229067, - "tests/test_create.py::test_dont_remove_conda_2[libmamba]": 24.429602275931778, - "tests/test_create.py::test_download_only_flag[classic]": 8.480965232018221, - "tests/test_create.py::test_download_only_flag[libmamba]": 3.7525313258639414, - "tests/test_create.py::test_force_remove[classic]": 53.063996510878816, - "tests/test_create.py::test_force_remove[libmamba]": 4.6587975043126475, - "tests/test_create.py::test_install_bound_virtual_package[classic]": 0.0003140775208468495, - "tests/test_create.py::test_install_bound_virtual_package[libmamba]": 0.00024257190710711294, - "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[classic]": 1.9045218225955751, - "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[libmamba]": 1.8086493761809248, - "tests/test_create.py::test_install_force_reinstall_flag[classic]": 0.6534693664470894, - "tests/test_create.py::test_install_force_reinstall_flag[libmamba]": 0.4269641812448062, - "tests/test_create.py::test_install_only_deps_flag[classic]": 0.8017139266640925, - "tests/test_create.py::test_install_only_deps_flag[libmamba]": 0.7335480213478625, - "tests/test_create.py::test_install_prune_flag[classic]": 42.51990016896459, - "tests/test_create.py::test_install_prune_flag[libmamba]": 15.667577699878379, - "tests/test_create.py::test_install_python_and_search[classic]": 28.65820315161368, - "tests/test_create.py::test_install_python_and_search[libmamba]": 13.736425800541973, - "tests/test_create.py::test_install_tarball_from_file_based_channel[classic]": 1.2371657561658183, - "tests/test_create.py::test_install_tarball_from_file_based_channel[libmamba]": 1.8987491236219085, - "tests/test_create.py::test_install_update_deps_flag[classic]": 0.6830196670451997, - "tests/test_create.py::test_install_update_deps_flag[libmamba]": 0.651381062465369, - "tests/test_create.py::test_install_update_deps_only_deps_flags[classic]": 0.9338453394708134, - "tests/test_create.py::test_install_update_deps_only_deps_flags[libmamba]": 0.7132074761929563, - "tests/test_create.py::test_install_virtual_packages[classic-__glibc-False]": 0.7404045855553211, - "tests/test_create.py::test_install_virtual_packages[classic-__linux-False]": 0.7135188638361502, - "tests/test_create.py::test_install_virtual_packages[classic-__osx-True]": 0.48904688734767954, - "tests/test_create.py::test_install_virtual_packages[classic-__unix-True]": 0.45245380362736043, - "tests/test_create.py::test_install_virtual_packages[classic-__win-False]": 0.7318419714955922, - "tests/test_create.py::test_install_virtual_packages[libmamba-__glibc-False]": 0.9861025583703364, - "tests/test_create.py::test_install_virtual_packages[libmamba-__linux-False]": 0.8767539493535296, - "tests/test_create.py::test_install_virtual_packages[libmamba-__osx-True]": 0.8566276545232435, - "tests/test_create.py::test_install_virtual_packages[libmamba-__unix-True]": 0.8856029841459322, - "tests/test_create.py::test_install_virtual_packages[libmamba-__win-False]": 0.8635441767519477, - "tests/test_create.py::test_json_create_install_update_remove[classic]": 5.033288129905401, - "tests/test_create.py::test_json_create_install_update_remove[libmamba]": 13.95330772073334, - "tests/test_create.py::test_list_with_pip_no_binary[classic]": 17.301579071099844, - "tests/test_create.py::test_list_with_pip_no_binary[libmamba]": 14.714409905489228, - "tests/test_create.py::test_list_with_pip_wheel[classic]": 29.812847779151724, - "tests/test_create.py::test_list_with_pip_wheel[libmamba]": 24.653115899340523, - "tests/test_create.py::test_menuinst_v2[classic]": 1.7165189041951847, - "tests/test_create.py::test_menuinst_v2[libmamba]": 2.5773268665479896, - "tests/test_create.py::test_neutering_of_historic_specs[classic]": 0.00035736701840771034, - "tests/test_create.py::test_neutering_of_historic_specs[libmamba]": 0.00032481352443626614, - "tests/test_create.py::test_noarch_generic_package[classic]": 0.370675928324809, - "tests/test_create.py::test_noarch_generic_package[libmamba]": 0.30502220268925456, - "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[classic]": 22.004726153257153, - "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[libmamba]": 22.89450479438697, - "tests/test_create.py::test_noarch_python_package_with_entry_points[classic]": 27.716431194234826, - "tests/test_create.py::test_noarch_python_package_with_entry_points[libmamba]": 18.183166722600806, - "tests/test_create.py::test_noarch_python_package_without_entry_points[classic]": 25.6483503811234, - "tests/test_create.py::test_noarch_python_package_without_entry_points[libmamba]": 16.37241921267132, - "tests/test_create.py::test_nonadmin_file_untouched[classic]": 1.4013191254760116, - "tests/test_create.py::test_nonadmin_file_untouched[libmamba]": 3.1794041779605244, - "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[classic]": 0.7498778716138993, - "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[libmamba]": 2.5733769839329614, - "tests/test_create.py::test_offline_with_empty_index_cache[classic]": 4.167939788227229, - "tests/test_create.py::test_offline_with_empty_index_cache[libmamba]": 9.940444183832842, + "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.005034778874020916, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.binstar.ENVIRONMENT_TYPE-conda.env.specs.binstar.ENVIRONMENT_TYPE]": 0.006799413106024974, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.detect-conda.env.specs.detect]": 0.004436261437144631, + "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.006216594704931327, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.requirements.RequirementsSpec-conda.env.specs.requirements.RequirementsSpec]": 0.00743804645263053, + "tests/test_conda_env.py::test_moved_conda_env_module_imports[conda_env.specs.yaml_file.YamlFileSpec-conda.env.specs.yaml_file.YamlFileSpec]": 0.007058737892812261, + "tests/test_create.py::test_allow_softlinks[classic]": 0.792130514369813, + "tests/test_create.py::test_allow_softlinks[libmamba]": 0.5780811568288864, + "tests/test_create.py::test_channel_usage_replacing_python[classic]": 61.88391213176716, + "tests/test_create.py::test_channel_usage_replacing_python[libmamba]": 52.43879667022324, + "tests/test_create.py::test_clone_offline_simple[classic]": 0.8878897073406348, + "tests/test_create.py::test_clone_offline_simple[libmamba]": 0.6550503941023522, + "tests/test_create.py::test_clone_offline_with_untracked[classic]": 0.7902443802511687, + "tests/test_create.py::test_clone_offline_with_untracked[libmamba]": 0.7839133207885994, + "tests/test_create.py::test_compile_pyc[classic-False]": 13.135148388798731, + "tests/test_create.py::test_compile_pyc[classic-True]": 1.297372977120001, + "tests/test_create.py::test_compile_pyc[libmamba-False]": 12.213363549078354, + "tests/test_create.py::test_compile_pyc[libmamba-True]": 2.5420191692246843, + "tests/test_create.py::test_conda_downgrade[classic]": 233.20212168084333, + "tests/test_create.py::test_conda_downgrade[libmamba]": 155.30103810275207, + "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[classic]": 0.012957240360563163, + "tests/test_create.py::test_conda_pip_interop_compatible_release_operator[libmamba]": 0.01301499972593084, + "tests/test_create.py::test_conda_pip_interop_conda_editable_package[classic]": 24.58396328846601, + "tests/test_create.py::test_conda_pip_interop_conda_editable_package[libmamba]": 33.574147293715015, + "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[classic]": 0.00042562543776723306, + "tests/test_create.py::test_conda_pip_interop_pip_clobbers_conda[libmamba]": 0.0004151835871877553, + "tests/test_create.py::test_conda_update_package_not_installed[classic]": 0.44745554312880487, + "tests/test_create.py::test_conda_update_package_not_installed[libmamba]": 1.568113144532969, + "tests/test_create.py::test_create_default_packages[classic]": 0.6348317030319204, + "tests/test_create.py::test_create_default_packages[libmamba]": 0.5117342291902638, + "tests/test_create.py::test_create_default_packages_no_default_packages[classic]": 0.7338658226277849, + "tests/test_create.py::test_create_default_packages_no_default_packages[libmamba]": 0.5902292192151736, + "tests/test_create.py::test_create_dry_run[classic]": 6.053540491027392, + "tests/test_create.py::test_create_dry_run[libmamba]": 2.767994537857571, + "tests/test_create.py::test_create_dry_run_json[classic]": 5.638648290091023, + "tests/test_create.py::test_create_dry_run_json[libmamba]": 1.669050884905911, + "tests/test_create.py::test_create_dry_run_without_prefix[classic]": 0.20431885979056158, + "tests/test_create.py::test_create_dry_run_without_prefix[libmamba]": 1.0511204982491957, + "tests/test_create.py::test_create_dry_run_yes_safety[classic]": 0.5542163288238224, + "tests/test_create.py::test_create_dry_run_yes_safety[libmamba]": 1.4364766233498345, + "tests/test_create.py::test_create_empty_env[classic]": 0.33551776912468784, + "tests/test_create.py::test_create_empty_env[libmamba]": 1.3596175958792456, + "tests/test_create.py::test_create_env_different_platform[classic-cli]": 0.6308098369409229, + "tests/test_create.py::test_create_env_different_platform[classic-env]": 0.7848167890259139, + "tests/test_create.py::test_create_env_different_platform[libmamba-cli]": 0.749274384846425, + "tests/test_create.py::test_create_env_different_platform[libmamba-env]": 0.540639862529473, + "tests/test_create.py::test_create_install_update_remove_smoketest[classic]": 100.5994698032818, + "tests/test_create.py::test_create_install_update_remove_smoketest[libmamba]": 59.01941107015989, + "tests/test_create.py::test_create_no_deps_flag[classic]": 0.2830119094163918, + "tests/test_create.py::test_create_no_deps_flag[libmamba]": 0.4400631884504922, + "tests/test_create.py::test_create_only_deps_flag[classic]": 1.767911365780349, + "tests/test_create.py::test_create_only_deps_flag[libmamba]": 1.2855393771944617, + "tests/test_create.py::test_create_override_channels_enabled[classic]": 1.0243817503325336, + "tests/test_create.py::test_create_override_channels_enabled[libmamba]": 0.915025633558561, + "tests/test_create.py::test_create_without_prefix_raises_argument_error[classic]": 0.05903043748110704, + "tests/test_create.py::test_create_without_prefix_raises_argument_error[libmamba]": 0.05787349556361021, + "tests/test_create.py::test_cross_channel_incompatibility[classic]": 10.842713833269464, + "tests/test_create.py::test_cross_channel_incompatibility[libmamba]": 1.754258934330919, + "tests/test_create.py::test_directory_not_a_conda_environment[classic]": 0.06165050197643924, + "tests/test_create.py::test_directory_not_a_conda_environment[libmamba]": 0.06863757535514142, + "tests/test_create.py::test_disallowed_packages[classic]": 12.452233948369384, + "tests/test_create.py::test_disallowed_packages[libmamba]": 4.871075421685429, + "tests/test_create.py::test_dont_remove_conda_1[classic]": 183.06507120753167, + "tests/test_create.py::test_dont_remove_conda_1[libmamba]": 29.258532463692948, + "tests/test_create.py::test_dont_remove_conda_2[classic]": 139.18532499238722, + "tests/test_create.py::test_dont_remove_conda_2[libmamba]": 24.53154575196127, + "tests/test_create.py::test_download_only_flag[classic]": 8.074048449015198, + "tests/test_create.py::test_download_only_flag[libmamba]": 3.7143767815180335, + "tests/test_create.py::test_force_remove[classic]": 43.30063790858078, + "tests/test_create.py::test_force_remove[libmamba]": 4.747060326896201, + "tests/test_create.py::test_install_bound_virtual_package[classic]": 0.00029128909601269776, + "tests/test_create.py::test_install_bound_virtual_package[libmamba]": 0.0009409390019799209, + "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[classic]": 1.9640765772741413, + "tests/test_create.py::test_install_broken_post_install_keeps_existing_folders[libmamba]": 1.9770613817867007, + "tests/test_create.py::test_install_force_reinstall_flag[classic]": 0.7075582268075535, + "tests/test_create.py::test_install_force_reinstall_flag[libmamba]": 0.49919582933951123, + "tests/test_create.py::test_install_only_deps_flag[classic]": 1.1528033529685109, + "tests/test_create.py::test_install_only_deps_flag[libmamba]": 0.9137309720655254, + "tests/test_create.py::test_install_prune_flag[classic]": 44.21740787240557, + "tests/test_create.py::test_install_prune_flag[libmamba]": 15.400555243447933, + "tests/test_create.py::test_install_python_and_search[classic]": 29.09168260333724, + "tests/test_create.py::test_install_python_and_search[libmamba]": 13.26260259451957, + "tests/test_create.py::test_install_tarball_from_file_based_channel[classic]": 1.8616973338089955, + "tests/test_create.py::test_install_tarball_from_file_based_channel[libmamba]": 2.3121492557936527, + "tests/test_create.py::test_install_update_deps_flag[classic]": 1.192951637794408, + "tests/test_create.py::test_install_update_deps_flag[libmamba]": 0.7233677449683872, + "tests/test_create.py::test_install_update_deps_only_deps_flags[classic]": 1.2160998111261132, + "tests/test_create.py::test_install_update_deps_only_deps_flags[libmamba]": 0.9337191857522732, + "tests/test_create.py::test_install_virtual_packages[classic-__glibc-False]": 0.8855669390211521, + "tests/test_create.py::test_install_virtual_packages[classic-__linux-False]": 0.87346329460856, + "tests/test_create.py::test_install_virtual_packages[classic-__osx-True]": 0.5629919877421785, + "tests/test_create.py::test_install_virtual_packages[classic-__unix-True]": 0.5540580247928795, + "tests/test_create.py::test_install_virtual_packages[classic-__win-False]": 0.945503426153046, + "tests/test_create.py::test_install_virtual_packages[libmamba-__glibc-False]": 1.0555355018700638, + "tests/test_create.py::test_install_virtual_packages[libmamba-__linux-False]": 0.8942050475397803, + "tests/test_create.py::test_install_virtual_packages[libmamba-__osx-True]": 0.9031526914339589, + "tests/test_create.py::test_install_virtual_packages[libmamba-__unix-True]": 0.948784726255214, + "tests/test_create.py::test_install_virtual_packages[libmamba-__win-False]": 0.9290306291703696, + "tests/test_create.py::test_json_create_install_update_remove[classic]": 4.683098194353125, + "tests/test_create.py::test_json_create_install_update_remove[libmamba]": 12.767208929456816, + "tests/test_create.py::test_list_with_pip_no_binary[classic]": 16.803871767201443, + "tests/test_create.py::test_list_with_pip_no_binary[libmamba]": 14.580712668377448, + "tests/test_create.py::test_list_with_pip_wheel[classic]": 29.45299132886599, + "tests/test_create.py::test_list_with_pip_wheel[libmamba]": 24.186720905217, + "tests/test_create.py::test_menuinst_v2[classic]": 1.9789453469058444, + "tests/test_create.py::test_menuinst_v2[libmamba]": 2.5050278761668427, + "tests/test_create.py::test_neutering_of_historic_specs[classic]": 0.0005537096565924689, + "tests/test_create.py::test_neutering_of_historic_specs[libmamba]": 0.00036378928164455457, + "tests/test_create.py::test_noarch_generic_package[classic]": 0.46902376114804845, + "tests/test_create.py::test_noarch_generic_package[libmamba]": 0.35138989846948715, + "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[classic]": 22.438878538662035, + "tests/test_create.py::test_noarch_python_package_reinstall_on_pyver_change[libmamba]": 23.095524100263603, + "tests/test_create.py::test_noarch_python_package_with_entry_points[classic]": 27.752899309433413, + "tests/test_create.py::test_noarch_python_package_with_entry_points[libmamba]": 17.255236817876117, + "tests/test_create.py::test_noarch_python_package_without_entry_points[classic]": 25.983079089783878, + "tests/test_create.py::test_noarch_python_package_without_entry_points[libmamba]": 16.756780632094294, + "tests/test_create.py::test_nonadmin_file_untouched[classic]": 3.2443604164255544, + "tests/test_create.py::test_nonadmin_file_untouched[libmamba]": 3.650715501351546, + "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[classic]": 1.0456856608208196, + "tests/test_create.py::test_not_writable_env_raises_EnvironmentNotWritableError[libmamba]": 2.8765572175644283, + "tests/test_create.py::test_offline_with_empty_index_cache[classic]": 4.5616287779294975, + "tests/test_create.py::test_offline_with_empty_index_cache[libmamba]": 9.680531941197259, "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.12705319885944888, - "tests/test_create.py::test_override_channels_disabled[libmamba]": 0.12969705236693815, - "tests/test_create.py::test_package_cache_regression[classic]": 0.6994579077863179, - "tests/test_create.py::test_package_cache_regression[libmamba]": 0.7048931859706508, - "tests/test_create.py::test_package_optional_pinning[classic]": 1.3551839365706198, - "tests/test_create.py::test_package_optional_pinning[libmamba]": 1.1334984101306402, - "tests/test_create.py::test_package_pinning[classic]": 1.2608621701599458, - "tests/test_create.py::test_package_pinning[libmamba]": 1.142905995409386, - "tests/test_create.py::test_packages_not_found[classic]": 0.7943714219416205, - "tests/test_create.py::test_packages_not_found[libmamba]": 2.19544181273296, - "tests/test_create.py::test_pinned_override_with_explicit_spec[classic]": 1.1449917500189024, - "tests/test_create.py::test_pinned_override_with_explicit_spec[libmamba]": 0.8350671189187829, - "tests/test_create.py::test_post_link_run_in_env[classic]": 1.258877991180691, - "tests/test_create.py::test_post_link_run_in_env[libmamba]": 1.5188425773447602, - "tests/test_create.py::test_python_site_packages_path[classic]": 1.370562093037198, - "tests/test_create.py::test_python_site_packages_path[libmamba]": 1.101945598756279, - "tests/test_create.py::test_remove_empty_env[classic]": 0.476785969076106, - "tests/test_create.py::test_remove_empty_env[libmamba]": 1.3711694932164948, - "tests/test_create.py::test_remove_force_remove_flag[classic]": 11.921277412993348, - "tests/test_create.py::test_remove_force_remove_flag[libmamba]": 11.838316496680456, - "tests/test_create.py::test_remove_ignore_nonenv[classic]": 0.05013646132379065, - "tests/test_create.py::test_remove_ignore_nonenv[libmamba]": 0.10240222573671819, - "tests/test_create.py::test_remove_spellcheck[classic]": 0.7920477489391652, - "tests/test_create.py::test_remove_spellcheck[libmamba]": 0.5437494394539025, - "tests/test_create.py::test_repodata_v2_base_url[classic]": 0.6194776590306577, - "tests/test_create.py::test_repodata_v2_base_url[libmamba]": 0.2904344648960655, - "tests/test_create.py::test_rm_rf[classic]": 13.208438325672345, - "tests/test_create.py::test_rm_rf[libmamba]": 12.932768989676944, - "tests/test_create.py::test_run_preserves_arguments[classic]": 20.977633939110373, - "tests/test_create.py::test_run_preserves_arguments[libmamba]": 11.91110329706416, - "tests/test_create.py::test_run_script_called[classic]": 0.0003891481628757108, - "tests/test_create.py::test_run_script_called[libmamba]": 0.0004577962538637226, - "tests/test_create.py::test_safety_checks_disabled[classic]": 11.819252121252537, - "tests/test_create.py::test_safety_checks_disabled[libmamba]": 10.24006116977926, - "tests/test_create.py::test_safety_checks_enabled[classic]": 9.099431367837672, - "tests/test_create.py::test_safety_checks_enabled[libmamba]": 9.48265340710351, - "tests/test_create.py::test_safety_checks_warn[classic]": 13.653041457701734, - "tests/test_create.py::test_safety_checks_warn[libmamba]": 14.123950831592431, - "tests/test_create.py::test_search_override_channels_enabled[classic]": 0.1879181434271753, - "tests/test_create.py::test_search_override_channels_enabled[libmamba]": 0.2130905888432698, - "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[classic]": 3.742614604065867, - "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[libmamba]": 7.084858311562431, - "tests/test_create.py::test_shortcut_absent_when_condarc_set[classic]": 3.96432718478019, - "tests/test_create.py::test_shortcut_absent_when_condarc_set[libmamba]": 7.07626560336094, - "tests/test_create.py::test_shortcut_creation_installs_shortcut[classic]": 4.096430629298169, - "tests/test_create.py::test_shortcut_creation_installs_shortcut[libmamba]": 7.488975730023075, - "tests/test_create.py::test_strict_channel_priority[classic]": 0.0005357005750743554, - "tests/test_create.py::test_strict_channel_priority[libmamba]": 0.0005269016831078653, - "tests/test_create.py::test_strict_resolve_get_reduced_index[classic]": 24.343636252896676, - "tests/test_create.py::test_strict_resolve_get_reduced_index[libmamba]": 24.81905202478207, - "tests/test_create.py::test_tarball_install[classic]": 0.6401136233455871, - "tests/test_create.py::test_tarball_install[libmamba]": 0.6784960376049592, - "tests/test_create.py::test_tarball_install_and_bad_metadata[classic]": 1.5218400728901877, - "tests/test_create.py::test_tarball_install_and_bad_metadata[libmamba]": 1.143372552758473, - "tests/test_create.py::test_transactional_rollback_simple[classic]": 0.5654945942815798, - "tests/test_create.py::test_transactional_rollback_simple[libmamba]": 0.5343220443525917, - "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[classic]": 0.9798296881232043, - "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[libmamba]": 0.9010101778046323, - "tests/test_create.py::test_update_all_updates_pip_pkg[classic]": 19.429054180962858, - "tests/test_create.py::test_update_all_updates_pip_pkg[libmamba]": 20.325443432530456, - "tests/test_create.py::test_update_deps_flag_absent[classic]": 0.872532101091975, - "tests/test_create.py::test_update_deps_flag_absent[libmamba]": 0.7873786170582396, - "tests/test_create.py::test_update_deps_flag_present[classic]": 0.9368287272615496, - "tests/test_create.py::test_update_deps_flag_present[libmamba]": 0.8264361100126278, - "tests/test_create.py::test_update_with_pinned_packages[classic]": 0.9338005951509386, - "tests/test_create.py::test_update_with_pinned_packages[libmamba]": 0.7792620842302369, - "tests/test_create.py::test_use_index_cache[classic]": 12.551766270187331, - "tests/test_create.py::test_use_index_cache[libmamba]": 14.785686377864327, - "tests/test_deprecations.py::test_action[future]": 0.0043703914048330685, - "tests/test_deprecations.py::test_action[pending]": 0.004122461805049646, - "tests/test_deprecations.py::test_action[remove]": 0.0036723701636817672, - "tests/test_deprecations.py::test_arguments[deprecated]": 0.0031243380316972945, - "tests/test_deprecations.py::test_arguments[pending]": 0.0036598603276344604, - "tests/test_deprecations.py::test_arguments[remove]": 0.0035053939615317803, - "tests/test_deprecations.py::test_class[deprecated]": 0.0038594163754201703, - "tests/test_deprecations.py::test_class[pending]": 0.0034522932540996553, - "tests/test_deprecations.py::test_class[remove]": 0.003447096623959359, - "tests/test_deprecations.py::test_constant[deprecated]": 0.004744674532476596, - "tests/test_deprecations.py::test_constant[pending]": 0.004913831881760825, - "tests/test_deprecations.py::test_constant[remove]": 0.00451753579211298, - "tests/test_deprecations.py::test_function[deprecated]": 0.0034375413498956404, - "tests/test_deprecations.py::test_function[pending]": 0.0034456531860463002, - "tests/test_deprecations.py::test_function[remove]": 0.0031979048604878703, - "tests/test_deprecations.py::test_method[deprecated]": 0.0032891399084346447, - "tests/test_deprecations.py::test_method[pending]": 0.0034748225335449303, - "tests/test_deprecations.py::test_method[remove]": 0.003393617266052374, - "tests/test_deprecations.py::test_module[deprecated]": 0.004448959854840488, - "tests/test_deprecations.py::test_module[pending]": 0.00476272605286483, - "tests/test_deprecations.py::test_module[remove]": 0.004410415934009732, - "tests/test_deprecations.py::test_topic[deprecated]": 0.0032235732445730935, - "tests/test_deprecations.py::test_topic[pending]": 0.0032357253544873384, - "tests/test_deprecations.py::test_topic[remove]": 0.003260911790707142, - "tests/test_deprecations.py::test_version_fallback": 0.0033915597276693472, - "tests/test_exceptions.py::test_BasicClobberError": 0.026199066925323315, - "tests/test_exceptions.py::test_BinaryPrefixReplacementError": 0.041183734644919846, - "tests/test_exceptions.py::test_CommandNotFoundError_conda_build": 0.044778298383106596, - "tests/test_exceptions.py::test_CommandNotFoundError_simple": 0.04474160229585828, - "tests/test_exceptions.py::test_CondaFileNotFoundError": 0.045374398842269216, - "tests/test_exceptions.py::test_CondaHTTPError": 0.04845153910415816, - "tests/test_exceptions.py::test_CondaKeyError": 0.040328127619610396, - "tests/test_exceptions.py::test_DirectoryNotFoundError": 0.0402819229507806, - "tests/test_exceptions.py::test_KnownPackageClobberError": 0.022387702600528855, - "tests/test_exceptions.py::test_MD5MismatchError": 0.04740556792009473, - "tests/test_exceptions.py::test_PackageNotFoundError": 0.046165273726730266, + "tests/test_create.py::test_override_channels_disabled[classic]": 0.1266167912071767, + "tests/test_create.py::test_override_channels_disabled[libmamba]": 0.14103044062910913, + "tests/test_create.py::test_package_cache_regression[classic]": 0.9353922501753362, + "tests/test_create.py::test_package_cache_regression[libmamba]": 0.7400699709961718, + "tests/test_create.py::test_package_optional_pinning[classic]": 1.7458997190680041, + "tests/test_create.py::test_package_optional_pinning[libmamba]": 1.244810466783595, + "tests/test_create.py::test_package_pinning[classic]": 1.9148739901965852, + "tests/test_create.py::test_package_pinning[libmamba]": 1.5018161584994802, + "tests/test_create.py::test_packages_not_found[classic]": 0.9672087757343161, + "tests/test_create.py::test_packages_not_found[libmamba]": 2.2817067514605394, + "tests/test_create.py::test_pinned_override_with_explicit_spec[classic]": 1.3741304869032616, + "tests/test_create.py::test_pinned_override_with_explicit_spec[libmamba]": 0.7800139688098388, + "tests/test_create.py::test_post_link_run_in_env[classic]": 1.1003475403868888, + "tests/test_create.py::test_post_link_run_in_env[libmamba]": 1.2858014390740695, + "tests/test_create.py::test_python_site_packages_path[classic]": 1.2390643054043646, + "tests/test_create.py::test_python_site_packages_path[libmamba]": 1.1513554636713208, + "tests/test_create.py::test_remove_empty_env[classic]": 0.7181351779534617, + "tests/test_create.py::test_remove_empty_env[libmamba]": 1.4596092774903051, + "tests/test_create.py::test_remove_force_remove_flag[classic]": 12.000378867378515, + "tests/test_create.py::test_remove_force_remove_flag[libmamba]": 11.41990175598674, + "tests/test_create.py::test_remove_ignore_nonenv[classic]": 0.049131670820452396, + "tests/test_create.py::test_remove_ignore_nonenv[libmamba]": 0.057421464228244894, + "tests/test_create.py::test_remove_spellcheck[classic]": 1.0390213171863778, + "tests/test_create.py::test_remove_spellcheck[libmamba]": 0.6381380758634747, + "tests/test_create.py::test_repodata_v2_base_url[classic]": 0.8367761545846573, + "tests/test_create.py::test_repodata_v2_base_url[libmamba]": 0.39723068655202093, + "tests/test_create.py::test_rm_rf[classic]": 13.307539061458998, + "tests/test_create.py::test_rm_rf[libmamba]": 12.921457416584657, + "tests/test_create.py::test_run_preserves_arguments[classic]": 19.909265756653987, + "tests/test_create.py::test_run_preserves_arguments[libmamba]": 12.49693636412243, + "tests/test_create.py::test_run_script_called[classic]": 0.00034891231351320736, + "tests/test_create.py::test_run_script_called[libmamba]": 0.0004733380120555902, + "tests/test_create.py::test_safety_checks_disabled[classic]": 11.677241220082628, + "tests/test_create.py::test_safety_checks_disabled[libmamba]": 10.081668335958065, + "tests/test_create.py::test_safety_checks_enabled[classic]": 9.326437034405185, + "tests/test_create.py::test_safety_checks_enabled[libmamba]": 9.183171595231121, + "tests/test_create.py::test_safety_checks_warn[classic]": 14.164103567091129, + "tests/test_create.py::test_safety_checks_warn[libmamba]": 14.168262439359912, + "tests/test_create.py::test_search_override_channels_enabled[classic]": 0.1795999660196501, + "tests/test_create.py::test_search_override_channels_enabled[libmamba]": 0.21165514218789128, + "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[classic]": 4.035166616923143, + "tests/test_create.py::test_shortcut_absent_does_not_barf_on_uninstall[libmamba]": 7.166599329988363, + "tests/test_create.py::test_shortcut_absent_when_condarc_set[classic]": 4.060392582364443, + "tests/test_create.py::test_shortcut_absent_when_condarc_set[libmamba]": 7.040145960082364, + "tests/test_create.py::test_shortcut_creation_installs_shortcut[classic]": 4.025671954362354, + "tests/test_create.py::test_shortcut_creation_installs_shortcut[libmamba]": 7.439531712280759, + "tests/test_create.py::test_strict_channel_priority[classic]": 0.0005281363615540016, + "tests/test_create.py::test_strict_channel_priority[libmamba]": 0.0004853352539428455, + "tests/test_create.py::test_strict_resolve_get_reduced_index[classic]": 23.769847771173758, + "tests/test_create.py::test_strict_resolve_get_reduced_index[libmamba]": 24.526023647657613, + "tests/test_create.py::test_tarball_install[classic]": 1.03054448805005, + "tests/test_create.py::test_tarball_install[libmamba]": 0.8928342205160315, + "tests/test_create.py::test_tarball_install_and_bad_metadata[classic]": 2.0390480138980167, + "tests/test_create.py::test_tarball_install_and_bad_metadata[libmamba]": 1.4476592058573379, + "tests/test_create.py::test_transactional_rollback_simple[classic]": 0.8353286363793194, + "tests/test_create.py::test_transactional_rollback_simple[libmamba]": 0.7227530428217872, + "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[classic]": 1.4671341602040104, + "tests/test_create.py::test_transactional_rollback_upgrade_downgrade[libmamba]": 1.0451748550128739, + "tests/test_create.py::test_update_all_updates_pip_pkg[classic]": 19.817642970050375, + "tests/test_create.py::test_update_all_updates_pip_pkg[libmamba]": 20.37767046111098, + "tests/test_create.py::test_update_deps_flag_absent[classic]": 1.0370195755050002, + "tests/test_create.py::test_update_deps_flag_absent[libmamba]": 0.9297811494496778, + "tests/test_create.py::test_update_deps_flag_present[classic]": 1.3283773857415988, + "tests/test_create.py::test_update_deps_flag_present[libmamba]": 1.2201893676208755, + "tests/test_create.py::test_update_with_pinned_packages[classic]": 1.3362252651662088, + "tests/test_create.py::test_update_with_pinned_packages[libmamba]": 0.9062420607379055, + "tests/test_create.py::test_use_index_cache[classic]": 13.121460478717406, + "tests/test_create.py::test_use_index_cache[libmamba]": 16.098896196228615, + "tests/test_deprecations.py::test_action[future]": 0.004188124684727295, + "tests/test_deprecations.py::test_action[pending]": 0.004068660686435809, + "tests/test_deprecations.py::test_action[remove]": 0.0036246926414727205, + "tests/test_deprecations.py::test_arguments[deprecated]": 0.0031941618428538965, + "tests/test_deprecations.py::test_arguments[pending]": 0.003549902925129192, + "tests/test_deprecations.py::test_arguments[remove]": 0.0033546717004452175, + "tests/test_deprecations.py::test_class[deprecated]": 0.0036103740771027105, + "tests/test_deprecations.py::test_class[pending]": 0.0033425623951681117, + "tests/test_deprecations.py::test_class[remove]": 0.003217844466042446, + "tests/test_deprecations.py::test_constant[deprecated]": 0.004720557964431036, + "tests/test_deprecations.py::test_constant[pending]": 0.0048205927092331, + "tests/test_deprecations.py::test_constant[remove]": 0.004422181117269172, + "tests/test_deprecations.py::test_function[deprecated]": 0.0034144872577679683, + "tests/test_deprecations.py::test_function[pending]": 0.003625149350892464, + "tests/test_deprecations.py::test_function[remove]": 0.003214781281179114, + "tests/test_deprecations.py::test_method[deprecated]": 0.003282869723974483, + "tests/test_deprecations.py::test_method[pending]": 0.003584544742439124, + "tests/test_deprecations.py::test_method[remove]": 0.00321875439149811, + "tests/test_deprecations.py::test_module[deprecated]": 0.00437108732301708, + "tests/test_deprecations.py::test_module[pending]": 0.004593713853613136, + "tests/test_deprecations.py::test_module[remove]": 0.004310410285890748, + "tests/test_deprecations.py::test_topic[deprecated]": 0.0030210640966969312, + "tests/test_deprecations.py::test_topic[pending]": 0.003181257125567211, + "tests/test_deprecations.py::test_topic[remove]": 0.003198009908644599, + "tests/test_deprecations.py::test_version_fallback": 0.0029592905009617884, + "tests/test_exceptions.py::test_BasicClobberError": 0.024184257007013616, + "tests/test_exceptions.py::test_BinaryPrefixReplacementError": 0.043020425190144235, + "tests/test_exceptions.py::test_CommandNotFoundError_conda_build": 0.04427442067494061, + "tests/test_exceptions.py::test_CommandNotFoundError_simple": 0.05007579972231147, + "tests/test_exceptions.py::test_CondaFileNotFoundError": 0.043387982648329396, + "tests/test_exceptions.py::test_CondaHTTPError": 0.045060801011651185, + "tests/test_exceptions.py::test_CondaKeyError": 0.040926303787673854, + "tests/test_exceptions.py::test_DirectoryNotFoundError": 0.040533744004005855, + "tests/test_exceptions.py::test_KnownPackageClobberError": 0.023308745724526854, + "tests/test_exceptions.py::test_MD5MismatchError": 0.044491309774318505, + "tests/test_exceptions.py::test_PackageNotFoundError": 0.048253265205623466, "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2": 0.006789168157878298, - "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[False]": 0.021287906583477047, - "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[True]": 0.022749836200298103, - "tests/test_exceptions.py::test_SharedLinkPathClobberError": 0.022053204266522828, - "tests/test_exceptions.py::test_TooManyArgumentsError": 0.04159314411995895, - "tests/test_exceptions.py::test_UnknownPackageClobberError": 0.025364583541316862, - "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_1": 0.10187907517529961, - "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_2": 0.09752938853021983, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_1": 0.11481003127902448, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_2": 0.1115481763160647, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_3": 0.11113571454030988, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_spaces": 0.10477907758404395, - "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_unicode": 0.10433792930095276, + "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[False]": 0.02163095462971191, + "tests/test_exceptions.py::test_PackagesNotFoundError_use_only_tar_bz2[True]": 0.021839194324712905, + "tests/test_exceptions.py::test_SharedLinkPathClobberError": 0.022036651748548873, + "tests/test_exceptions.py::test_TooManyArgumentsError": 0.038235064738072234, + "tests/test_exceptions.py::test_UnknownPackageClobberError": 0.024160675071314235, + "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_1": 0.10451862195439056, + "tests/test_exceptions.py::test_print_unexpected_error_message_opt_out_2": 0.08454303212198355, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_1": 0.12705578511673649, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_2": 0.11272153464657553, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_3": 0.11133634061314777, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_spaces": 0.10983231561823012, + "tests/test_exceptions.py::test_print_unexpected_error_message_upload_username_with_unicode": 0.10670811146992967, "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, - "tests/test_export.py::test_explicit[classic]": 0.4702482309922596, + "tests/test_export.py::test_explicit[classic]": 0.4702482309922597, "tests/test_export.py::test_explicit[libmamba---md5]": 1.4628728339998815, "tests/test_export.py::test_explicit[libmamba---quiet]": 3.1429626659996757, "tests/test_export.py::test_explicit[libmamba---sha256]": 0.9375682090001192, @@ -2124,380 +2149,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.021828819000003108, "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.003113995438451801, + "tests/test_exports.py::test_deprecations[Completer-None]": 0.003243725654820645, "tests/test_exports.py::test_deprecations[IndexRecord-TypeError]": 0.003997780175000075, - "tests/test_exports.py::test_deprecations[InstalledPackages-None]": 0.0032294777050218826, - "tests/test_exports.py::test_deprecations[KEYS-TypeError]": 0.003336561232852517, - "tests/test_exports.py::test_deprecations[KEYS_DIR-TypeError]": 0.003197816771441228, - "tests/test_exports.py::test_deprecations[_symlink_conda_hlp-TypeError]": 0.0032290546195360014, - "tests/test_exports.py::test_deprecations[fetch_index-TypeError]": 0.0035132614200033946, - "tests/test_exports.py::test_deprecations[hash_file-TypeError]": 0.003270216474916138, - "tests/test_exports.py::test_deprecations[iteritems-TypeError]": 0.0031957214293539997, - "tests/test_exports.py::test_deprecations[move_to_trash-TypeError]": 0.004213196863137577, - "tests/test_exports.py::test_deprecations[symlink_conda-TypeError]": 0.0032065231821801084, - "tests/test_exports.py::test_deprecations[verify-TypeError]": 0.0034707771700057993, - "tests/test_exports.py::test_deprecations[win_conda_bat_redirect-TypeError]": 0.0005950254014351135, - "tests/test_features.py::test_install_track_features_downgrade": 2.2048998006170724, - "tests/test_features.py::test_install_track_features_upgrade": 2.2146474092853494, - "tests/test_features.py::test_remove_features_downgrade": 0.8131009797217389, - "tests/test_features.py::test_remove_features_upgrade": 1.0168970399525887, - "tests/test_fetch.py::test_checksum_checks_bytes[bad-type]": 0.015348835339374388, - "tests/test_fetch.py::test_checksum_checks_bytes[gibberish]": 0.229083465991618, - "tests/test_fetch.py::test_checksum_checks_bytes[original]": 0.6007733773370986, - "tests/test_fetch.py::test_checksum_checks_bytes[upper]": 0.6347017802537671, - "tests/test_fetch.py::test_download_connectionerror": 10.24640353549922, - "tests/test_fetch.py::test_download_http_errors": 0.003919895680186621, - "tests/test_fetch.py::test_download_httperror": 0.009657130832387607, - "tests/test_fetch.py::test_download_when_ranges_not_supported": 0.016197949590596162, - "tests/test_fetch.py::test_fetchrepodate_connectionerror": 10.261446281097735, - "tests/test_fetch.py::test_resume_download": 0.033287632547474535, - "tests/test_fetch.py::test_resume_partial": 1.348894826198881, - "tests/test_fetch.py::test_tmpDownload": 0.13976179655205687, - "tests/test_history.py::test_calls_update_on_exit": 0.007869958405168069, - "tests/test_history.py::test_comment_parsing[conda 4.5.1]": 0.003583399911388083, - "tests/test_history.py::test_comment_parsing[conda 4.5.1dev0]": 0.0033127329944388395, - "tests/test_history.py::test_comment_parsing[conda 4.5.1rc1]": 0.0029133845078670433, - "tests/test_history.py::test_comment_parsing[post 4.4, install spec]": 0.003896107734049162, - "tests/test_history.py::test_comment_parsing[post 4.4, update spec]": 0.0030683689163309874, - "tests/test_history.py::test_comment_parsing[pre 4.4, install many specs]": 0.003419201255303854, - "tests/test_history.py::test_comment_parsing[pre 4.4, install one spec]": 0.0034382299644825447, - "tests/test_history.py::test_comment_parsing[pre 4.4, install two specs]": 0.0029114506127083063, - "tests/test_history.py::test_comment_parsing[pre 4.4, update one spec]": 0.003123826618882906, - "tests/test_history.py::test_comment_parsing[pre 4.4, update two specs]": 0.0032086852344703283, - "tests/test_history.py::test_empty_history_check_on_empty_env": 0.010652040396467692, - "tests/test_history.py::test_history_malformed": 0.006112969898592118, - "tests/test_history.py::test_parse_on_empty_env": 0.01083571104653535, - "tests/test_history.py::test_returns_history_object_as_context_object": 0.005583720152165917, - "tests/test_history.py::test_user_requests[0]": 0.004364358867548535, - "tests/test_history.py::test_user_requests[1]": 0.00411358318744711, - "tests/test_history.py::test_user_requests[2]": 0.0038382517994491544, - "tests/test_history.py::test_user_requests[3]": 0.0035161672600402525, - "tests/test_history.py::test_user_requests[4]": 0.004271198784796677, - "tests/test_history.py::test_user_requests[5]": 0.003922555522275641, - "tests/test_history.py::test_works_as_context_manager": 0.004372251228072272, - "tests/test_install.py::test_binary[linux-64]": 0.009371223419662575, - "tests/test_install.py::test_binary[noarch]": 0.007015996505575115, - "tests/test_install.py::test_binary[win-64]": 0.006219600423069291, + "tests/test_exports.py::test_deprecations[InstalledPackages-None]": 0.003407562361342264, + "tests/test_exports.py::test_deprecations[KEYS-TypeError]": 0.003295400924316812, + "tests/test_exports.py::test_deprecations[KEYS_DIR-TypeError]": 0.003652330523153352, + "tests/test_exports.py::test_deprecations[_symlink_conda_hlp-TypeError]": 0.0032927783942578127, + "tests/test_exports.py::test_deprecations[fetch_index-TypeError]": 0.003513261420003395, + "tests/test_exports.py::test_deprecations[hash_file-TypeError]": 0.003608094879945679, + "tests/test_exports.py::test_deprecations[iteritems-TypeError]": 0.003560529008018238, + "tests/test_exports.py::test_deprecations[move_to_trash-TypeError]": 0.004005325930637506, + "tests/test_exports.py::test_deprecations[symlink_conda-TypeError]": 0.0035100009392893335, + "tests/test_exports.py::test_deprecations[verify-TypeError]": 0.0034629627888600233, + "tests/test_exports.py::test_deprecations[win_conda_bat_redirect-TypeError]": 0.0007296361258378683, + "tests/test_features.py::test_install_track_features_downgrade": 2.598554171713173, + "tests/test_features.py::test_install_track_features_upgrade": 2.6251191527090163, + "tests/test_features.py::test_remove_features_downgrade": 0.7578022348560736, + "tests/test_features.py::test_remove_features_upgrade": 1.13812706673325, + "tests/test_fetch.py::test_checksum_checks_bytes[bad-type]": 0.013874847136295443, + "tests/test_fetch.py::test_checksum_checks_bytes[gibberish]": 0.15886673638840923, + "tests/test_fetch.py::test_checksum_checks_bytes[original]": 0.6949371442452227, + "tests/test_fetch.py::test_checksum_checks_bytes[upper]": 0.5467167859174603, + "tests/test_fetch.py::test_download_connectionerror": 9.009446767715149, + "tests/test_fetch.py::test_download_http_errors": 0.0037696009360901625, + "tests/test_fetch.py::test_download_httperror": 0.009485642841590088, + "tests/test_fetch.py::test_download_when_ranges_not_supported": 0.01571866911724145, + "tests/test_fetch.py::test_fetchrepodate_connectionerror": 10.262718008304754, + "tests/test_fetch.py::test_resume_download": 0.031394718100831526, + "tests/test_fetch.py::test_resume_partial": 1.306980782707967, + "tests/test_fetch.py::test_tmpDownload": 0.12595116033974085, + "tests/test_history.py::test_calls_update_on_exit": 0.007425170510398015, + "tests/test_history.py::test_comment_parsing[conda 4.5.1]": 0.0031453863752810974, + "tests/test_history.py::test_comment_parsing[conda 4.5.1dev0]": 0.0029770178712321144, + "tests/test_history.py::test_comment_parsing[conda 4.5.1rc1]": 0.002856790768456208, + "tests/test_history.py::test_comment_parsing[post 4.4, install spec]": 0.0034191229840768436, + "tests/test_history.py::test_comment_parsing[post 4.4, update spec]": 0.0029724674278097623, + "tests/test_history.py::test_comment_parsing[pre 4.4, install many specs]": 0.0030413520924198276, + "tests/test_history.py::test_comment_parsing[pre 4.4, install one spec]": 0.003249985736165574, + "tests/test_history.py::test_comment_parsing[pre 4.4, install two specs]": 0.002814093428581945, + "tests/test_history.py::test_comment_parsing[pre 4.4, update one spec]": 0.002895829770402096, + "tests/test_history.py::test_comment_parsing[pre 4.4, update two specs]": 0.0030160424481873037, + "tests/test_history.py::test_empty_history_check_on_empty_env": 0.009278469122653562, + "tests/test_history.py::test_history_malformed": 0.005532777857971944, + "tests/test_history.py::test_parse_on_empty_env": 0.009396403064679513, + "tests/test_history.py::test_returns_history_object_as_context_object": 0.005063965831082197, + "tests/test_history.py::test_user_requests[0]": 0.0040112224537976315, + "tests/test_history.py::test_user_requests[1]": 0.003708747743960641, + "tests/test_history.py::test_user_requests[2]": 0.003627991413648342, + "tests/test_history.py::test_user_requests[3]": 0.003406073565674952, + "tests/test_history.py::test_user_requests[4]": 0.0037775459331447696, + "tests/test_history.py::test_user_requests[5]": 0.0037156813764166745, + "tests/test_history.py::test_works_as_context_manager": 0.004002417327460476, + "tests/test_install.py::test_binary[linux-64]": 0.008119599867844083, + "tests/test_install.py::test_binary[noarch]": 0.006251073687693606, + "tests/test_install.py::test_binary[win-64]": 0.005622660826287982, "tests/test_install.py::test_conda_pip_interop_dependency_satisfied_by_pip": 36.597532868990704, - "tests/test_install.py::test_default_text": 0.008859020807576343, - "tests/test_install.py::test_ends_with_newl[linux-64]": 0.003525722657354715, - "tests/test_install.py::test_ends_with_newl[noarch]": 0.003320954366611238, - "tests/test_install.py::test_ends_with_newl[win-64]": 0.0037258844486031915, + "tests/test_install.py::test_default_text": 0.006471951158235515, + "tests/test_install.py::test_ends_with_newl[linux-64]": 0.003280363107904087, + "tests/test_install.py::test_ends_with_newl[noarch]": 0.0030138033599345225, + "tests/test_install.py::test_ends_with_newl[win-64]": 0.003457597393775937, "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.006238506844195029, - "tests/test_install.py::test_multiple[linux-64]": 0.0031976987106567445, - "tests/test_install.py::test_multiple[noarch]": 0.0030493228356154073, - "tests/test_install.py::test_multiple[win-64]": 0.0033750092895961825, - "tests/test_install.py::test_no_extra[linux-64]": 0.002995244314229303, - "tests/test_install.py::test_no_extra[noarch]": 0.003038648380830196, - "tests/test_install.py::test_no_extra[win-64]": 0.004042465133502291, - "tests/test_install.py::test_read_no_link": 0.009318957018015267, - "tests/test_install.py::test_shorter[linux-64]": 0.0029440574752566838, - "tests/test_install.py::test_shorter[noarch]": 0.0032393208097991556, - "tests/test_install.py::test_shorter[win-64]": 0.004383511689191565, - "tests/test_install.py::test_simple[linux-64]": 0.00822731567226062, - "tests/test_install.py::test_simple[noarch]": 0.005824144157711586, - "tests/test_install.py::test_simple[win-64]": 0.004991462378736109, - "tests/test_install.py::test_spaces[linux-64]": 0.0030232139167939496, - "tests/test_install.py::test_spaces[noarch]": 0.0034038872802733796, - "tests/test_install.py::test_spaces[win-64]": 0.003851192214221509, - "tests/test_install.py::test_too_long[linux-64]": 0.0030307683942715404, - "tests/test_install.py::test_too_long[noarch]": 0.0029911061139183, - "tests/test_install.py::test_too_long[win-64]": 0.0032331342061756407, - "tests/test_install.py::test_trash_outside_prefix": 0.03810665035290353, - "tests/test_install.py::test_two[linux-64]": 0.002939950614354328, - "tests/test_install.py::test_two[noarch]": 0.003004845395725314, - "tests/test_install.py::test_two[win-64]": 0.003909061450847526, - "tests/test_install.py::test_windows_entry_point": 0.0008148703537197162, - "tests/test_install.py::test_yield_lines": 0.006738213675773064, - "tests/test_instructions.py::test_check_files_in_tarball_files_exist": 0.0035931673420878194, - "tests/test_instructions.py::test_check_files_in_tarball_files_not_exist": 0.0027693090043335988, - "tests/test_instructions.py::test_expected_operation_order": 0.004119099876970279, - "tests/test_instructions.py::test_simple_instruction": 0.0031153001794668755, - "tests/test_instructions.py::test_state": 0.003236437640746248, - "tests/test_link_order.py::test_link_order_post_link_actions": 0.9962091623175143, - "tests/test_link_order.py::test_link_order_post_link_depend": 0.9236878684828352, - "tests/test_logic.py::test_ALL": 11.417692492680796, - "tests/test_logic.py::test_AMONE": 4.2714209024202345, - "tests/test_logic.py::test_AND": 0.026008653178548516, - "tests/test_logic.py::test_ANY": 11.017249988524723, - "tests/test_logic.py::test_ITE": 1.182567679709355, - "tests/test_logic.py::test_LinearBound": 5.033230042045161, - "tests/test_logic.py::test_NOT": 0.004969389735306224, - "tests/test_logic.py::test_OR": 0.029133917926335896, - "tests/test_logic.py::test_XONE": 1.6098711338205094, - "tests/test_logic.py::test_XOR": 0.03984122816922224, - "tests/test_logic.py::test_minimal_unsatisfiable_subset": 0.0034399454042904763, - "tests/test_logic.py::test_minimize": 0.008120270558503055, - "tests/test_logic.py::test_sat": 0.0038469080344235105, - "tests/test_misc.py::test_Utf8NamedTemporaryFile": 0.004165488408760122, - "tests/test_misc.py::test_cache_fn_url": 0.003648386301411394, - "tests/test_misc.py::test_explicit_missing_cache_entries": 5.0326956609049045, - "tests/test_misc.py::test_explicit_no_cache": 0.010384529377184813, - "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03-ParseError]": 0.004031659105934384, - "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.0057378086566587105, - "tests/test_misc.py::test_explicit_parser[doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.006122191880161217, - "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-None]": 0.0054723491568953704, - "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.00355694314693579, - "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.003303368040465336, - "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.008077948997696734, - "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.005794035820475188, - "tests/test_misc.py::test_url_pat_1": 0.004212044378399017, - "tests/test_misc.py::test_url_pat_2": 0.0028941985443983916, - "tests/test_misc.py::test_url_pat_3": 0.002899670058228425, - "tests/test_misc.py::test_walk_prefix": 0.011119192098146992, - "tests/test_plan.py::test_adds_to_existing_actions": 0.0032577560605078237, - "tests/test_plan.py::test_deprecations[_get_best_prec_match]": 0.002928751933965768, - "tests/test_plan.py::test_deprecations[_handle_menuinst]": 0.0029200810186649877, - "tests/test_plan.py::test_deprecations[_inject_UNLINKLINKTRANSACTION]": 0.0030121684956029597, - "tests/test_plan.py::test_deprecations[_plan_from_actions]": 0.002896521757788815, - "tests/test_plan.py::test_deprecations[_update_old_plan]": 0.0030449502393209748, - "tests/test_plan.py::test_deprecations[add_defaults_to_specs]": 0.0030989774123029363, - "tests/test_plan.py::test_deprecations[add_unlink]": 0.0029625943581924534, - "tests/test_plan.py::test_deprecations[display_actions]": 0.0031626978653909433, - "tests/test_plan.py::test_deprecations[execute_actions]": 0.003060907947208607, - "tests/test_plan.py::test_deprecations[execute_instructions]": 0.0027305528740676553, - "tests/test_plan.py::test_deprecations[execute_plan]": 0.002801516717040695, - "tests/test_plan.py::test_deprecations[get_blank_actions]": 0.003166368789732088, - "tests/test_plan.py::test_deprecations[install_actions]": 0.003134051015462792, - "tests/test_plan.py::test_deprecations[print_dists]": 0.003108410920111594, - "tests/test_plan.py::test_deprecations[revert_actions]": 0.0032687073606359435, - "tests/test_plan.py::test_display_actions_0": 0.17980242750270162, - "tests/test_plan.py::test_display_actions_features": 0.2394717051232041, - "tests/test_plan.py::test_display_actions_link_type": 0.021852055837144134, - "tests/test_plan.py::test_display_actions_show_channel_urls": 0.22899316179727486, - "tests/test_plan.py::test_execute_plan": 0.0034031153002923946, - "tests/test_plan.py::test_pinned_specs_CONDA_PINNED_PACKAGES": 0.02421634793033625, - "tests/test_plan.py::test_pinned_specs_all": 0.7690726454107508, - "tests/test_plan.py::test_pinned_specs_conda_meta_pinned": 0.6224282676860576, - "tests/test_plan.py::test_pinned_specs_condarc": 0.7915298479557563, - "tests/test_plan.py::test_simply_adds_unlink_on_non_windows": 0.0039195259188622095, - "tests/test_plan.py::test_update_old_plan": 0.0029296190087091125, - "tests/test_priority.py::test_reorder_channel_priority[classic-with pinned_package]": 2.66360307420275, - "tests/test_priority.py::test_reorder_channel_priority[classic-without pinned_package]": 2.282729723847774, - "tests/test_priority.py::test_reorder_channel_priority[libmamba-with pinned_package]": 1.783710976581494, - "tests/test_priority.py::test_reorder_channel_priority[libmamba-without pinned_package]": 3.22096796049359, - "tests/test_reporters.py::test_confirm_yn_always_yes": 0.004749961991578237, - "tests/test_reporters.py::test_confirm_yn_dry_run_exit": 0.004283646782630955, - "tests/test_reporters.py::test_confirm_yn_no": 0.0048655981689484755, - "tests/test_reporters.py::test_confirm_yn_yes": 0.004928982562632289, - "tests/test_reporters.py::test_get_progress_bar": 0.0037367512621055057, - "tests/test_reporters.py::test_get_progress_bar_context_managers": 0.0028332939631567668, - "tests/test_reporters.py::test_render": 0.004900490922630949, - "tests/test_shell.py::test_activate_deactivate_modify_path[bash]": 6.315400487720276, - "tests/test_shell.py::test_activate_deactivate_modify_path[cmd.exe]": 0.0003877452635676052, - "tests/test_shell.py::test_bash_activate_error": 7.474620287910402, - "tests/test_shell.py::test_basic_integration[bash-basic_posix]": 39.48122056436122, - "tests/test_shell.py::test_basic_integration[csh-basic_csh]": 25.21793554345558, - "tests/test_shell.py::test_basic_integration[dash-basic_posix]": 37.43086939261443, - "tests/test_shell.py::test_basic_integration[tcsh-basic_csh]": 25.25884116956364, - "tests/test_shell.py::test_basic_integration[zsh-basic_posix]": 35.13503698477797, - "tests/test_shell.py::test_cmd_exe_activate_error": 0.0004665589912772229, - "tests/test_shell.py::test_cmd_exe_basic_integration": 0.0006949037440692845, - "tests/test_shell.py::test_fish_basic_integration": 0.0008095337173457704, - "tests/test_shell.py::test_legacy_activate_deactivate_bash": 8.995395615957507, - "tests/test_shell.py::test_legacy_activate_deactivate_cmd_exe": 0.00038787163235275336, - "tests/test_shell.py::test_powershell_PATH_management": 0.0005560285384552813, - "tests/test_shell.py::test_powershell_basic_integration": 0.00043849575874616763, - "tests/test_shell.py::test_stacking[0--base-base,sys]": 25.79233295828531, - "tests/test_shell.py::test_stacking[0--has-has,sys]": 24.46548096674936, - "tests/test_shell.py::test_stacking[0--not-sys]": 23.916876557844972, - "tests/test_shell.py::test_stacking[0-base-base-base,sys]": 25.218211993871222, - "tests/test_shell.py::test_stacking[0-base-has-has,sys]": 24.77519162705869, - "tests/test_shell.py::test_stacking[0-base-not-sys]": 25.101484994383714, - "tests/test_shell.py::test_stacking[0-has-base-base,sys]": 23.721053548579643, - "tests/test_shell.py::test_stacking[0-has-has-has,sys]": 23.853852725242195, - "tests/test_shell.py::test_stacking[0-has-not-sys]": 24.180773519283793, - "tests/test_shell.py::test_stacking[0-not-base-base,sys]": 25.54858762831851, - "tests/test_shell.py::test_stacking[0-not-has-has,sys]": 23.273323583604878, - "tests/test_shell.py::test_stacking[0-not-not-sys]": 23.494561300142877, - "tests/test_shell.py::test_stacking[5-base,has-base-base,has,base,sys]": 23.66535342634527, - "tests/test_shell.py::test_stacking[5-base,has-has-has,base,sys]": 24.230139359867817, - "tests/test_shell.py::test_stacking[5-base,has-not-has,base,sys]": 24.420599854957572, - "tests/test_shell.py::test_stacking[5-base,not-base-base,base,sys]": 24.248937292065545, - "tests/test_shell.py::test_stacking[5-base,not-has-has,base,sys]": 24.511335624465172, - "tests/test_shell.py::test_stacking[5-base,not-not-base,sys]": 23.420989238963152, - "tests/test_shell.py::test_stacking[5-base-base-base,sys]": 24.20695806649181, - "tests/test_shell.py::test_stacking[5-base-has-has,base,sys]": 22.982269476744115, - "tests/test_shell.py::test_stacking[5-base-not-base,sys]": 23.31034872310424, - "tests/test_shell.py::test_stacking[5-has-base-base,has,sys]": 23.699788415509843, - "tests/test_shell.py::test_stacking[5-has-has-has,sys]": 24.515573950216083, - "tests/test_shell.py::test_stacking[5-has-not-has,sys]": 23.85031485003497, - "tests/test_shell.py::test_stacking[5-not-base-base,sys]": 25.02594059867917, - "tests/test_shell.py::test_stacking[5-not-has-has,sys]": 23.257792502251508, - "tests/test_shell.py::test_stacking[5-not-not-sys]": 23.750491967930056, - "tests/test_solvers.py::TestClassicSolver::test_accelerate": 5.479716894837936, - "tests/test_solvers.py::TestClassicSolver::test_anaconda_nomkl": 3.460887339264516, - "tests/test_solvers.py::TestClassicSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.23654239923001788, - "tests/test_solvers.py::TestClassicSolver::test_channel_priority_1": 1.837099623234936, - "tests/test_solvers.py::TestClassicSolver::test_circular_dependencies": 0.9381014289804367, - "tests/test_solvers.py::TestClassicSolver::test_empty": 1.6785509217650088, - "tests/test_solvers.py::TestClassicSolver::test_get_dists": 3.823243503757738, - "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_preferred_solution": 0.2698366701427097, - "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.2688212851428793, - "tests/test_solvers.py::TestClassicSolver::test_install_package_with_feature": 0.8831548161050817, - "tests/test_solvers.py::TestClassicSolver::test_iopro_mkl": 2.5982462354191664, - "tests/test_solvers.py::TestClassicSolver::test_iopro_nomkl": 1.8921005709711747, - "tests/test_solvers.py::TestClassicSolver::test_irrational_version": 0.5575599182778586, - "tests/test_solvers.py::TestClassicSolver::test_mkl": 3.8163971593253136, - "tests/test_solvers.py::TestClassicSolver::test_no_features": 6.018611256727262, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater": 0.2501411485385989, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.25314573820208724, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater": 0.24832740357046212, - "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.25196105368759214, - "tests/test_solvers.py::TestClassicSolver::test_nonexistent": 0.4474185675458835, - "tests/test_solvers.py::TestClassicSolver::test_nonexistent_deps": 4.465401620550868, - "tests/test_solvers.py::TestClassicSolver::test_pseudo_boolean": 3.056890115625446, - "tests/test_solvers.py::TestClassicSolver::test_remove": 3.3254176432407614, - "tests/test_solvers.py::TestClassicSolver::test_scipy_mkl": 1.7620815283542879, - "tests/test_solvers.py::TestClassicSolver::test_surplus_features_1": 0.2621502032904516, - "tests/test_solvers.py::TestClassicSolver::test_surplus_features_2": 0.22348080050599786, - "tests/test_solvers.py::TestClassicSolver::test_timestamps_and_deps": 2.249710504541272, - "tests/test_solvers.py::TestClassicSolver::test_unintentional_feature_downgrade": 2.356816382676147, - "tests/test_solvers.py::TestClassicSolver::test_unsat_any_two_not_three": 1.0291819150292871, - "tests/test_solvers.py::TestClassicSolver::test_unsat_chain": 0.2778358527862016, - "tests/test_solvers.py::TestClassicSolver::test_unsat_channel_priority": 0.5590395825353603, - "tests/test_solvers.py::TestClassicSolver::test_unsat_expand_single": 0.24907308286801544, - "tests/test_solvers.py::TestClassicSolver::test_unsat_from_r1": 5.452663009864392, - "tests/test_solvers.py::TestClassicSolver::test_unsat_missing_dep": 0.28482420898376926, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_1": 0.26631284649794656, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_2": 0.2960584707924119, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_3": 0.299437701043076, - "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_4": 0.27353948970074393, - "tests/test_solvers.py::TestClassicSolver::test_unsat_simple": 0.26286436845753736, - "tests/test_solvers.py::TestLibMambaSolver::test_accelerate": 0.0029665135194446818, - "tests/test_solvers.py::TestLibMambaSolver::test_anaconda_nomkl": 0.5940726178042657, - "tests/test_solvers.py::TestLibMambaSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.12029957225609786, - "tests/test_solvers.py::TestLibMambaSolver::test_channel_priority_1": 0.24343353581025895, - "tests/test_solvers.py::TestLibMambaSolver::test_circular_dependencies": 0.6132754720203818, - "tests/test_solvers.py::TestLibMambaSolver::test_empty": 0.21207177555418175, - "tests/test_solvers.py::TestLibMambaSolver::test_get_dists": 0.28094559086824494, - "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_preferred_solution": 0.12847430412466787, - "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.12474049141871457, - "tests/test_solvers.py::TestLibMambaSolver::test_install_package_with_feature": 0.20247292170451575, - "tests/test_solvers.py::TestLibMambaSolver::test_iopro_mkl": 0.0028979374358050224, - "tests/test_solvers.py::TestLibMambaSolver::test_iopro_nomkl": 0.0031018106784702066, - "tests/test_solvers.py::TestLibMambaSolver::test_irrational_version": 0.19585763084822752, - "tests/test_solvers.py::TestLibMambaSolver::test_mkl": 0.002902173363696399, - "tests/test_solvers.py::TestLibMambaSolver::test_no_features": 0.0032544227866163, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater": 0.13076755328784204, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.1404164622352577, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater": 0.12918073822525586, - "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.12660938740443334, - "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent": 0.16719348085028798, - "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent_deps": 2.004819156071233, - "tests/test_solvers.py::TestLibMambaSolver::test_pseudo_boolean": 0.003094270441108829, - "tests/test_solvers.py::TestLibMambaSolver::test_remove": 0.0027819762206557947, - "tests/test_solvers.py::TestLibMambaSolver::test_scipy_mkl": 0.002842436912619822, - "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_1": 0.0031028222422085517, - "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_2": 0.002693737723986261, - "tests/test_solvers.py::TestLibMambaSolver::test_timestamps_and_deps": 1.2436224065639958, - "tests/test_solvers.py::TestLibMambaSolver::test_unintentional_feature_downgrade": 0.0027875037898900286, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_any_two_not_three": 0.4425812436271353, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_chain": 0.10365220751041239, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_channel_priority": 0.31383437301612477, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_expand_single": 0.10262112814586857, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_from_r1": 0.48579584970828704, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_missing_dep": 0.09489834928910623, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_1": 0.10990222510114954, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_2": 0.09718077202013355, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_3": 0.10730897214443395, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_4": 0.10020454226662315, - "tests/test_solvers.py::TestLibMambaSolver::test_unsat_simple": 0.10670204744298076, - "tests/test_toposort.py::test_cycle": 0.0030986033618196087, - "tests/test_toposort.py::test_cycle_best_effort": 0.0030808140858838173, + "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.005821295687339822, + "tests/test_install.py::test_multiple[linux-64]": 0.002977172783161119, + "tests/test_install.py::test_multiple[noarch]": 0.0030174773382597043, + "tests/test_install.py::test_multiple[win-64]": 0.0031634462531548047, + "tests/test_install.py::test_no_extra[linux-64]": 0.002874203691852128, + "tests/test_install.py::test_no_extra[noarch]": 0.002887037578531105, + "tests/test_install.py::test_no_extra[win-64]": 0.0033043416025779347, + "tests/test_install.py::test_read_no_link": 0.006774587509842596, + "tests/test_install.py::test_shorter[linux-64]": 0.0027362123647916344, + "tests/test_install.py::test_shorter[noarch]": 0.002921794374964644, + "tests/test_install.py::test_shorter[win-64]": 0.0038409910062402676, + "tests/test_install.py::test_simple[linux-64]": 0.007657501892660225, + "tests/test_install.py::test_simple[noarch]": 0.005233123478473846, + "tests/test_install.py::test_simple[win-64]": 0.004707645612950038, + "tests/test_install.py::test_spaces[linux-64]": 0.0029251053459851775, + "tests/test_install.py::test_spaces[noarch]": 0.0028720501470081714, + "tests/test_install.py::test_spaces[win-64]": 0.00318196534108461, + "tests/test_install.py::test_too_long[linux-64]": 0.002829947439545851, + "tests/test_install.py::test_too_long[noarch]": 0.002783386804802279, + "tests/test_install.py::test_too_long[win-64]": 0.002968325119836528, + "tests/test_install.py::test_trash_outside_prefix": 0.03516251978447525, + "tests/test_install.py::test_two[linux-64]": 0.002733582780008699, + "tests/test_install.py::test_two[noarch]": 0.0029434600406866153, + "tests/test_install.py::test_two[win-64]": 0.0037890263314804737, + "tests/test_install.py::test_windows_entry_point": 0.0009657201836984467, + "tests/test_install.py::test_yield_lines": 0.00556074937470514, + "tests/test_instructions.py::test_check_files_in_tarball_files_exist": 0.0026468448874878247, + "tests/test_instructions.py::test_check_files_in_tarball_files_not_exist": 0.0027702498926921665, + "tests/test_instructions.py::test_expected_operation_order": 0.0030041196738958185, + "tests/test_instructions.py::test_simple_instruction": 0.003092637764855633, + "tests/test_instructions.py::test_state": 0.0029133039203602415, + "tests/test_link_order.py::test_link_order_post_link_actions": 1.20378319864021, + "tests/test_link_order.py::test_link_order_post_link_depend": 1.2118504430177766, + "tests/test_logic.py::test_ALL": 11.357449101336206, + "tests/test_logic.py::test_AMONE": 4.289764923258136, + "tests/test_logic.py::test_AND": 0.026240973833676653, + "tests/test_logic.py::test_ANY": 11.092814055143489, + "tests/test_logic.py::test_ITE": 1.152100705483338, + "tests/test_logic.py::test_LinearBound": 4.999246223564526, + "tests/test_logic.py::test_NOT": 0.004358018245251159, + "tests/test_logic.py::test_OR": 0.027317538075086446, + "tests/test_logic.py::test_XONE": 1.620511530672894, + "tests/test_logic.py::test_XOR": 0.03494220344579503, + "tests/test_logic.py::test_minimal_unsatisfiable_subset": 0.003365140211100447, + "tests/test_logic.py::test_minimize": 0.007520368240959977, + "tests/test_logic.py::test_sat": 0.003524896433047253, + "tests/test_misc.py::test_Utf8NamedTemporaryFile": 0.004256613104102448, + "tests/test_misc.py::test_cache_fn_url": 0.0033621382217604284, + "tests/test_misc.py::test_explicit_missing_cache_entries": 5.437121783701439, + "tests/test_misc.py::test_explicit_no_cache": 0.010170308679855595, + "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03-ParseError]": 0.0037576981898554455, + "tests/test_misc.py::test_explicit_parser[../doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.005649195376865067, + "tests/test_misc.py::test_explicit_parser[doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.0058933433732297116, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/conda-24.1.0-pyhd3eb1b0_0.conda-2707f68aada792d1cf3a44c51d55b38b0cd65b0c192d2a5f9ef0550dc149a7d3-None]": 0.005439334757464876, + "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.0035487500850274116, + "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.0037179407125172326, + "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.010651885342077254, + "tests/test_misc.py::test_explicit_parser[https://conda.anaconda.org/conda-forge/noarch/doc8-1.1.1-pyhd8ed1ab_0.conda-5e9e17751f19d03c4034246de428582e-None]": 0.005622444577999829, + "tests/test_misc.py::test_url_pat_1": 0.0038917501927482933, + "tests/test_misc.py::test_url_pat_2": 0.002962902541581988, + "tests/test_misc.py::test_url_pat_3": 0.002853401095683887, + "tests/test_misc.py::test_walk_prefix": 0.016027594904360808, + "tests/test_plan.py::test_adds_to_existing_actions": 0.0033661756806677963, + "tests/test_plan.py::test_deprecations[_get_best_prec_match]": 0.003372959555070721, + "tests/test_plan.py::test_deprecations[_handle_menuinst]": 0.0029263676491998757, + "tests/test_plan.py::test_deprecations[_inject_UNLINKLINKTRANSACTION]": 0.002925245716891444, + "tests/test_plan.py::test_deprecations[_plan_from_actions]": 0.0029860584219807414, + "tests/test_plan.py::test_deprecations[_update_old_plan]": 0.002944911586129517, + "tests/test_plan.py::test_deprecations[add_defaults_to_specs]": 0.003117470509243246, + "tests/test_plan.py::test_deprecations[add_unlink]": 0.002773340837243502, + "tests/test_plan.py::test_deprecations[display_actions]": 0.002894044059270435, + "tests/test_plan.py::test_deprecations[execute_actions]": 0.0034979851214159445, + "tests/test_plan.py::test_deprecations[execute_instructions]": 0.0027920396678173423, + "tests/test_plan.py::test_deprecations[execute_plan]": 0.002890746707990004, + "tests/test_plan.py::test_deprecations[get_blank_actions]": 0.004028256439498585, + "tests/test_plan.py::test_deprecations[install_actions]": 0.004145445759669925, + "tests/test_plan.py::test_deprecations[print_dists]": 0.0030918825421015136, + "tests/test_plan.py::test_deprecations[revert_actions]": 0.00317073563851164, + "tests/test_plan.py::test_display_actions_0": 0.170731243891639, + "tests/test_plan.py::test_display_actions_features": 0.2542443173573246, + "tests/test_plan.py::test_display_actions_link_type": 0.022022986624116277, + "tests/test_plan.py::test_display_actions_show_channel_urls": 0.22271711170742492, + "tests/test_plan.py::test_execute_plan": 0.0032079402184183705, + "tests/test_plan.py::test_pinned_specs_CONDA_PINNED_PACKAGES": 0.022299834411622272, + "tests/test_plan.py::test_pinned_specs_all": 0.7305324016635528, + "tests/test_plan.py::test_pinned_specs_conda_meta_pinned": 0.6010139598125663, + "tests/test_plan.py::test_pinned_specs_condarc": 0.7184913516941523, + "tests/test_plan.py::test_simply_adds_unlink_on_non_windows": 0.0039913192904500565, + "tests/test_plan.py::test_update_old_plan": 0.002933118781619115, + "tests/test_priority.py::test_reorder_channel_priority[classic-with pinned_package]": 2.7302796135118825, + "tests/test_priority.py::test_reorder_channel_priority[classic-without pinned_package]": 2.4746521754094886, + "tests/test_priority.py::test_reorder_channel_priority[libmamba-with pinned_package]": 2.0784223690075474, + "tests/test_priority.py::test_reorder_channel_priority[libmamba-without pinned_package]": 3.7182813779811528, + "tests/test_reporters.py::test_confirm_yn_always_yes": 0.0045882642614610445, + "tests/test_reporters.py::test_confirm_yn_dry_run_exit": 0.004111836497598523, + "tests/test_reporters.py::test_confirm_yn_no": 0.004790655564694768, + "tests/test_reporters.py::test_confirm_yn_yes": 0.0048225107711903316, + "tests/test_reporters.py::test_get_progress_bar": 0.0038498081258866927, + "tests/test_reporters.py::test_get_progress_bar_context_managers": 0.002950923075724535, + "tests/test_reporters.py::test_render": 0.004910202422824217, + "tests/test_shell.py::test_activate_deactivate_modify_path[bash]": 6.336168454502395, + "tests/test_shell.py::test_activate_deactivate_modify_path[cmd.exe]": 0.00037266303287796356, + "tests/test_shell.py::test_bash_activate_error": 7.54012588643443, + "tests/test_shell.py::test_basic_integration[bash-basic_posix]": 40.4715222392091, + "tests/test_shell.py::test_basic_integration[csh-basic_csh]": 26.915735475800844, + "tests/test_shell.py::test_basic_integration[dash-basic_posix]": 37.37086575880549, + "tests/test_shell.py::test_basic_integration[tcsh-basic_csh]": 26.932195172985136, + "tests/test_shell.py::test_basic_integration[zsh-basic_posix]": 35.570845622951694, + "tests/test_shell.py::test_cmd_exe_activate_error": 0.0006221299212420713, + "tests/test_shell.py::test_cmd_exe_basic_integration": 0.0006146035202810781, + "tests/test_shell.py::test_fish_basic_integration": 0.0007097452223319791, + "tests/test_shell.py::test_legacy_activate_deactivate_bash": 9.162317774344801, + "tests/test_shell.py::test_legacy_activate_deactivate_cmd_exe": 0.00035511335957696206, + "tests/test_shell.py::test_powershell_PATH_management": 0.0004792692054084926, + "tests/test_shell.py::test_powershell_basic_integration": 0.0005030287972217829, + "tests/test_shell.py::test_stacking[0--base-base,sys]": 25.294700177656047, + "tests/test_shell.py::test_stacking[0--has-has,sys]": 24.00788180888986, + "tests/test_shell.py::test_stacking[0--not-sys]": 24.004679140116075, + "tests/test_shell.py::test_stacking[0-base-base-base,sys]": 26.420356874236102, + "tests/test_shell.py::test_stacking[0-base-has-has,sys]": 26.029832206443277, + "tests/test_shell.py::test_stacking[0-base-not-sys]": 24.696543617914152, + "tests/test_shell.py::test_stacking[0-has-base-base,sys]": 23.882550394150808, + "tests/test_shell.py::test_stacking[0-has-has-has,sys]": 23.70796876081743, + "tests/test_shell.py::test_stacking[0-has-not-sys]": 25.675956205133282, + "tests/test_shell.py::test_stacking[0-not-base-base,sys]": 26.86299659170963, + "tests/test_shell.py::test_stacking[0-not-has-has,sys]": 23.289664666364697, + "tests/test_shell.py::test_stacking[0-not-not-sys]": 25.133106782047996, + "tests/test_shell.py::test_stacking[5-base,has-base-base,has,base,sys]": 25.410486261318972, + "tests/test_shell.py::test_stacking[5-base,has-has-has,base,sys]": 24.512740525134575, + "tests/test_shell.py::test_stacking[5-base,has-not-has,base,sys]": 25.99750920464899, + "tests/test_shell.py::test_stacking[5-base,not-base-base,base,sys]": 24.98131343134791, + "tests/test_shell.py::test_stacking[5-base,not-has-has,base,sys]": 25.859668259772796, + "tests/test_shell.py::test_stacking[5-base,not-not-base,sys]": 24.94250854737014, + "tests/test_shell.py::test_stacking[5-base-base-base,sys]": 24.629819502993637, + "tests/test_shell.py::test_stacking[5-base-has-has,base,sys]": 24.50236478682585, + "tests/test_shell.py::test_stacking[5-base-not-base,sys]": 23.60412569368827, + "tests/test_shell.py::test_stacking[5-has-base-base,has,sys]": 24.848385445250585, + "tests/test_shell.py::test_stacking[5-has-has-has,sys]": 24.71121029943258, + "tests/test_shell.py::test_stacking[5-has-not-has,sys]": 24.9143779371081, + "tests/test_shell.py::test_stacking[5-not-base-base,sys]": 24.8852422984902, + "tests/test_shell.py::test_stacking[5-not-has-has,sys]": 24.95398602824597, + "tests/test_shell.py::test_stacking[5-not-not-sys]": 24.092760568984065, + "tests/test_solvers.py::TestClassicSolver::test_accelerate": 5.395654256194214, + "tests/test_solvers.py::TestClassicSolver::test_anaconda_nomkl": 3.3265850571582183, + "tests/test_solvers.py::TestClassicSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.280649248969848, + "tests/test_solvers.py::TestClassicSolver::test_channel_priority_1": 1.8549654796900592, + "tests/test_solvers.py::TestClassicSolver::test_circular_dependencies": 1.0866256039087612, + "tests/test_solvers.py::TestClassicSolver::test_empty": 1.752519474239824, + "tests/test_solvers.py::TestClassicSolver::test_get_dists": 3.796038754167282, + "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_preferred_solution": 0.29535311616584947, + "tests/test_solvers.py::TestClassicSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.3006165855131255, + "tests/test_solvers.py::TestClassicSolver::test_install_package_with_feature": 0.917331381320446, + "tests/test_solvers.py::TestClassicSolver::test_iopro_mkl": 2.2968571865212577, + "tests/test_solvers.py::TestClassicSolver::test_iopro_nomkl": 2.038925739561896, + "tests/test_solvers.py::TestClassicSolver::test_irrational_version": 0.5413442320647731, + "tests/test_solvers.py::TestClassicSolver::test_mkl": 3.9369430779901644, + "tests/test_solvers.py::TestClassicSolver::test_no_features": 5.656082695084265, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater": 0.29107028530069046, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.2843212676705658, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater": 0.3017424592811488, + "tests/test_solvers.py::TestClassicSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.30127320361798887, + "tests/test_solvers.py::TestClassicSolver::test_nonexistent": 0.5468298867775885, + "tests/test_solvers.py::TestClassicSolver::test_nonexistent_deps": 4.8594128769726375, + "tests/test_solvers.py::TestClassicSolver::test_pseudo_boolean": 3.1683748428022933, + "tests/test_solvers.py::TestClassicSolver::test_remove": 3.5735465852241353, + "tests/test_solvers.py::TestClassicSolver::test_scipy_mkl": 1.610256303134422, + "tests/test_solvers.py::TestClassicSolver::test_surplus_features_1": 0.2807394378474824, + "tests/test_solvers.py::TestClassicSolver::test_surplus_features_2": 0.2866788634236538, + "tests/test_solvers.py::TestClassicSolver::test_timestamps_and_deps": 2.4750456581874927, + "tests/test_solvers.py::TestClassicSolver::test_unintentional_feature_downgrade": 2.3212559043209584, + "tests/test_solvers.py::TestClassicSolver::test_unsat_any_two_not_three": 1.2213742852576166, + "tests/test_solvers.py::TestClassicSolver::test_unsat_chain": 0.28973260572101894, + "tests/test_solvers.py::TestClassicSolver::test_unsat_channel_priority": 0.6826558491157689, + "tests/test_solvers.py::TestClassicSolver::test_unsat_expand_single": 0.3124206389876359, + "tests/test_solvers.py::TestClassicSolver::test_unsat_from_r1": 5.5220010689518535, + "tests/test_solvers.py::TestClassicSolver::test_unsat_missing_dep": 0.3120667504065657, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_1": 0.3082959669896819, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_2": 0.35074266645120916, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_3": 0.32651191653104983, + "tests/test_solvers.py::TestClassicSolver::test_unsat_shortest_chain_4": 0.29369723615352694, + "tests/test_solvers.py::TestClassicSolver::test_unsat_simple": 0.31053572575242305, + "tests/test_solvers.py::TestLibMambaSolver::test_accelerate": 0.0027931117945057403, + "tests/test_solvers.py::TestLibMambaSolver::test_anaconda_nomkl": 0.6198999668742873, + "tests/test_solvers.py::TestLibMambaSolver::test_arch_preferred_over_noarch_when_otherwise_equal": 0.12136218719004883, + "tests/test_solvers.py::TestLibMambaSolver::test_channel_priority_1": 0.24681820115708147, + "tests/test_solvers.py::TestLibMambaSolver::test_circular_dependencies": 0.5338303035525649, + "tests/test_solvers.py::TestLibMambaSolver::test_empty": 0.1926373567529074, + "tests/test_solvers.py::TestLibMambaSolver::test_get_dists": 0.2964078374913025, + "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_preferred_solution": 0.11993887273977417, + "tests/test_solvers.py::TestLibMambaSolver::test_get_reduced_index_broadening_with_unsatisfiable_early_dep": 0.12894147427866878, + "tests/test_solvers.py::TestLibMambaSolver::test_install_package_with_feature": 0.20916770277173574, + "tests/test_solvers.py::TestLibMambaSolver::test_iopro_mkl": 0.002941569721912607, + "tests/test_solvers.py::TestLibMambaSolver::test_iopro_nomkl": 0.002898798053009071, + "tests/test_solvers.py::TestLibMambaSolver::test_irrational_version": 0.19455625788817, + "tests/test_solvers.py::TestLibMambaSolver::test_mkl": 0.0026815316374838583, + "tests/test_solvers.py::TestLibMambaSolver::test_no_features": 0.003040322545478018, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater": 0.1260022009163348, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_build_greater_dep": 0.13764651652203302, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater": 0.12399804967649077, + "tests/test_solvers.py::TestLibMambaSolver::test_noarch_preferred_over_arch_when_version_greater_dep": 0.12561913409109976, + "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent": 0.19085824073540672, + "tests/test_solvers.py::TestLibMambaSolver::test_nonexistent_deps": 2.044441061203407, + "tests/test_solvers.py::TestLibMambaSolver::test_pseudo_boolean": 0.0029617508124637646, + "tests/test_solvers.py::TestLibMambaSolver::test_remove": 0.0029126069063537888, + "tests/test_solvers.py::TestLibMambaSolver::test_scipy_mkl": 0.002705271735849689, + "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_1": 0.003085323796687654, + "tests/test_solvers.py::TestLibMambaSolver::test_surplus_features_2": 0.002623953196483649, + "tests/test_solvers.py::TestLibMambaSolver::test_timestamps_and_deps": 1.3200891936866763, + "tests/test_solvers.py::TestLibMambaSolver::test_unintentional_feature_downgrade": 0.0028087147337027257, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_any_two_not_three": 0.4322047527467641, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_chain": 0.1184994085197862, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_channel_priority": 0.2956326871247429, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_expand_single": 0.10279221862637172, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_from_r1": 0.48948971652107276, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_missing_dep": 0.10178497061076876, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_1": 0.10586128104299464, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_2": 0.10096943679738117, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_3": 0.09667273047615432, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_shortest_chain_4": 0.10699962979024957, + "tests/test_solvers.py::TestLibMambaSolver::test_unsat_simple": 0.10411276031370598, + "tests/test_toposort.py::test_cycle": 0.003098603361819608, + "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.0036211389208954895, - "tests/test_utils.py::test_deprecations[msys2_shell_base-TypeError]": 0.0035663025102933604, - "tests/test_utils.py::test_deprecations[path_identity-TypeError]": 0.0034528197503160157, - "tests/test_utils.py::test_deprecations[shells-TypeError]": 0.003844064671487731, - "tests/test_utils.py::test_deprecations[translate_stream-TypeError]": 0.003968192221571551, - "tests/test_utils.py::test_deprecations[unix_shell_base-TypeError]": 0.0042902717300534465, - "tests/test_utils.py::test_deprecations[win_path_to_cygwin-TypeError]": 0.0033833649258806615, - "tests/test_utils.py::test_ensure_dir": 0.00542618670154002, - "tests/test_utils.py::test_ensure_dir_errors": 0.00527445158979737, - "tests/test_utils.py::test_path_translations": 0.03378583061594929, - "tests/test_utils.py::test_quote_for_shell[!-'!']": 0.0032601118942927744, - "tests/test_utils.py::test_quote_for_shell[\"-'\"']": 0.003114084208778154, - "tests/test_utils.py::test_quote_for_shell[#-'#']": 0.0032091688572232625, - "tests/test_utils.py::test_quote_for_shell[$-'$']": 0.0032051605249796516, - "tests/test_utils.py::test_quote_for_shell[%-%]": 0.0031252439128823294, - "tests/test_utils.py::test_quote_for_shell[&-'&']": 0.003171478377960165, - "tests/test_utils.py::test_quote_for_shell['-''\"'\"'']": 0.0035871205818028247, - "tests/test_utils.py::test_quote_for_shell[(-'(']": 0.003655734983871867, - "tests/test_utils.py::test_quote_for_shell[)-')']": 0.003657426397754224, - "tests/test_utils.py::test_quote_for_shell[*-'*']": 0.0030950246135843977, - "tests/test_utils.py::test_quote_for_shell[+-+]": 0.0035981122137304865, - "tests/test_utils.py::test_quote_for_shell[,-,]": 0.0033978276957905822, - "tests/test_utils.py::test_quote_for_shell[---]": 0.002872738345429913, - "tests/test_utils.py::test_quote_for_shell[.-.]": 0.003388160487924542, - "tests/test_utils.py::test_quote_for_shell[/-/]": 0.004508134896461339, - "tests/test_utils.py::test_quote_for_shell[1>/dev/null-'1>/dev/null']": 0.0030405066529303913, - "tests/test_utils.py::test_quote_for_shell[1>NUL-'1>NUL']": 0.0033399759891977643, - "tests/test_utils.py::test_quote_for_shell[2>&1-'2>&1']": 0.003463263718118834, - "tests/test_utils.py::test_quote_for_shell[2>/dev/null-'2>/dev/null']": 0.002993647701906601, - "tests/test_utils.py::test_quote_for_shell[2>NUL-'2>NUL']": 0.002735976865019214, - "tests/test_utils.py::test_quote_for_shell[:-:]": 0.003976074168188527, - "tests/test_utils.py::test_quote_for_shell[;-';']": 0.0032637249760930965, - "tests/test_utils.py::test_quote_for_shell[<-'<']": 0.0028117704728143605, - "tests/test_utils.py::test_quote_for_shell[=-=]": 0.004373419926606791, - "tests/test_utils.py::test_quote_for_shell[>-'>']": 0.003427588680272031, - "tests/test_utils.py::test_quote_for_shell[>/dev/null-'>/dev/null']": 0.003217910334901616, - "tests/test_utils.py::test_quote_for_shell[>NUL-'>NUL']": 0.003358130723980251, - "tests/test_utils.py::test_quote_for_shell[?-'?']": 0.0037958349915156375, - "tests/test_utils.py::test_quote_for_shell[@-@]": 0.003419480633436207, - "tests/test_utils.py::test_quote_for_shell[C:\\\\temp\\\\some ^%file^% > nul-\"C:\\\\temp\\\\some ^%%file^%% > nul\"]": 0.0007826194149522004, - "tests/test_utils.py::test_quote_for_shell[None-'']": 0.003248833189972485, - "tests/test_utils.py::test_quote_for_shell[[-'[']": 0.003165692368367642, - "tests/test_utils.py::test_quote_for_shell[\\\\-'\\\\']": 0.003710429914395571, - "tests/test_utils.py::test_quote_for_shell[]-']']": 0.0036583228961677965, - "tests/test_utils.py::test_quote_for_shell[^-'^']": 0.0031827433895100345, - "tests/test_utils.py::test_quote_for_shell[arg1 and 2-'arg1 and 2']": 0.002969183220679904, - "tests/test_utils.py::test_quote_for_shell[arg1-arg1]": 0.003412212472305607, - "tests/test_utils.py::test_quote_for_shell[arg1\\nand\\n2-'arg1\\nand\\n2']": 0.003000230685405209, - "tests/test_utils.py::test_quote_for_shell[malicious argument\\\\\"&whoami-\"malicious argument\\\\\"\"&whoami\"]": 0.000578938443013247, - "tests/test_utils.py::test_quote_for_shell[numpy<1.22-'numpy<1.22']": 0.003209697244224868, - "tests/test_utils.py::test_quote_for_shell[numpy>=1.0-'numpy>=1.0']": 0.0032720048961425445, - "tests/test_utils.py::test_quote_for_shell[one|two-'one|two']": 0.003019498858632068, - "tests/test_utils.py::test_quote_for_shell[{-'{']": 0.0034915867197482346, - "tests/test_utils.py::test_quote_for_shell[|-'|']": 0.003639897485492373, - "tests/test_utils.py::test_quote_for_shell[}-'}']": 0.003831056491950882, - "tests/test_utils.py::test_quote_for_shell[~-'~']": 0.003231955492934503, - "tests/test_utils.py::test_text_translations": 0.013828671868921876, - "tests/testing/test_fixtures.py::test_conda_cli": 0.28375181808948197, - "tests/testing/test_fixtures.py::test_env": 27.76558352582091, - "tests/testing/test_fixtures.py::test_monkeypatch": 0.021567044093428765, - "tests/testing/test_fixtures.py::test_path_factory": 0.0067345678898107575, - "tests/testing/test_fixtures.py::test_session_capsys": 0.0033958493055884424, - "tests/testing/test_fixtures.py::test_session_conda_cli": 0.2755966945887373, - "tests/testing/test_fixtures.py::test_session_tmp_env": 3.60271703156506, - "tests/testing/test_fixtures.py::test_tmp_channel": 2.3112156227459204, - "tests/testing/test_fixtures.py::test_tmp_env": 2.4529435277392206, - "tests/testing/test_fixtures.py::test_tmp_envs_dir": 0.010187430808739635, - "tests/testing/test_fixtures.py::test_tmp_pkgs_dir": 0.008087137952442137, - "tests/testing/test_testing.py::test_deprecations[CondaCLIFixture-TypeError]": 0.0034261592586001116, - "tests/testing/test_testing.py::test_deprecations[PathFactoryFixture-TypeError]": 0.0030924039344179446, - "tests/testing/test_testing.py::test_deprecations[TmpChannelFixture-TypeError]": 0.0030844022114322415, - "tests/testing/test_testing.py::test_deprecations[TmpEnvFixture-TypeError]": 0.003156885986301586, - "tests/trust/test_signature_verification.py::test_2nd_root_metadata_from_web": 0.031633541811076527, - "tests/trust/test_signature_verification.py::test_3rd_root_metadata_from_web": 0.03200156752546358, - "tests/trust/test_signature_verification.py::test_invalid_2nd_metadata_on_disk_no_new_metadata_on_web": 0.013663365248138801, - "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.conda-None]": 3.4864015399509474, - "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.tar.bz2-False]": 3.4938178087700726, - "tests/trust/test_signature_verification.py::test_signature_verification[first.tar.bz2-True]": 3.5018773827685807, - "tests/trust/test_signature_verification.py::test_signature_verification[second.conda-True]": 3.4817696069963984, - "tests/trust/test_signature_verification.py::test_signature_verification[third.conda-True]": 3.4774633978843226, - "tests/trust/test_signature_verification.py::test_signature_verification_not_enabled": 0.04734980064940525, - "tests/trust/test_signature_verification.py::test_single_invalid_signature_3rd_root_metadata_from_web": 0.02447855585858942, - "tests/trust/test_signature_verification.py::test_trusted_root_2nd_metadata_on_disk_no_new_metadata_on_web": 0.01207523945890976, - "tests/trust/test_signature_verification.py::test_trusted_root_invalid_key_mgr_online_valid_on_disk": 0.012274378398263593, - "tests/trust/test_signature_verification.py::test_trusted_root_new_key_mgr_online": 0.01662414888927908, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_is_on_disk": 0.012118858370310806, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_not_on_disk": 0.012342837247741333, - "tests/trust/test_signature_verification.py::test_trusted_root_no_new_metadata": 0.014447923330636391 + "tests/test_utils.py::test_deprecations[cygwin_path_to_win-TypeError]": 0.0031880772188040076, + "tests/test_utils.py::test_deprecations[msys2_shell_base-TypeError]": 0.004912256358572547, + "tests/test_utils.py::test_deprecations[path_identity-TypeError]": 0.004195850155390265, + "tests/test_utils.py::test_deprecations[shells-TypeError]": 0.003436275762184175, + "tests/test_utils.py::test_deprecations[translate_stream-TypeError]": 0.0045635709654491, + "tests/test_utils.py::test_deprecations[unix_shell_base-TypeError]": 0.004975319327509401, + "tests/test_utils.py::test_deprecations[win_path_to_cygwin-TypeError]": 0.004933042978461682, + "tests/test_utils.py::test_ensure_dir": 0.00500581913976928, + "tests/test_utils.py::test_ensure_dir_errors": 0.008460603080512157, + "tests/test_utils.py::test_path_translations": 0.02883298065132543, + "tests/test_utils.py::test_quote_for_shell[!-'!']": 0.0035932955920538984, + "tests/test_utils.py::test_quote_for_shell[\"-'\"']": 0.004316479985746118, + "tests/test_utils.py::test_quote_for_shell[#-'#']": 0.0034432306312803915, + "tests/test_utils.py::test_quote_for_shell[$-'$']": 0.003185137445338063, + "tests/test_utils.py::test_quote_for_shell[%-%]": 0.0032299192234923864, + "tests/test_utils.py::test_quote_for_shell[&-'&']": 0.003057820827759588, + "tests/test_utils.py::test_quote_for_shell['-''\"'\"'']": 0.003128362341276114, + "tests/test_utils.py::test_quote_for_shell[(-'(']": 0.0030765176991382785, + "tests/test_utils.py::test_quote_for_shell[)-')']": 0.003207752204456565, + "tests/test_utils.py::test_quote_for_shell[*-'*']": 0.0031235735711225296, + "tests/test_utils.py::test_quote_for_shell[+-+]": 0.003562453659514016, + "tests/test_utils.py::test_quote_for_shell[,-,]": 0.0033136436562530344, + "tests/test_utils.py::test_quote_for_shell[---]": 0.002895246865873541, + "tests/test_utils.py::test_quote_for_shell[.-.]": 0.0034513672476300067, + "tests/test_utils.py::test_quote_for_shell[/-/]": 0.003220757558055196, + "tests/test_utils.py::test_quote_for_shell[1>/dev/null-'1>/dev/null']": 0.003073761797570204, + "tests/test_utils.py::test_quote_for_shell[1>NUL-'1>NUL']": 0.0030883225184834113, + "tests/test_utils.py::test_quote_for_shell[2>&1-'2>&1']": 0.0031320428385126155, + "tests/test_utils.py::test_quote_for_shell[2>/dev/null-'2>/dev/null']": 0.003004984861361858, + "tests/test_utils.py::test_quote_for_shell[2>NUL-'2>NUL']": 0.0026654857262302803, + "tests/test_utils.py::test_quote_for_shell[:-:]": 0.0033243679377784863, + "tests/test_utils.py::test_quote_for_shell[;-';']": 0.003181943295406592, + "tests/test_utils.py::test_quote_for_shell[<-'<']": 0.002779470006619199, + "tests/test_utils.py::test_quote_for_shell[=-=]": 0.00308205958097979, + "tests/test_utils.py::test_quote_for_shell[>-'>']": 0.0031534346686712214, + "tests/test_utils.py::test_quote_for_shell[>/dev/null-'>/dev/null']": 0.002943522016643418, + "tests/test_utils.py::test_quote_for_shell[>NUL-'>NUL']": 0.0030421642974066024, + "tests/test_utils.py::test_quote_for_shell[?-'?']": 0.00340330066906555, + "tests/test_utils.py::test_quote_for_shell[@-@]": 0.0032914075579319616, + "tests/test_utils.py::test_quote_for_shell[C:\\\\temp\\\\some ^%file^% > nul-\"C:\\\\temp\\\\some ^%%file^%% > nul\"]": 0.0007143354531540557, + "tests/test_utils.py::test_quote_for_shell[None-'']": 0.0029754732984756714, + "tests/test_utils.py::test_quote_for_shell[[-'[']": 0.003236620541459581, + "tests/test_utils.py::test_quote_for_shell[\\\\-'\\\\']": 0.0032954287271852734, + "tests/test_utils.py::test_quote_for_shell[]-']']": 0.0033806453459922, + "tests/test_utils.py::test_quote_for_shell[^-'^']": 0.00309551651842477, + "tests/test_utils.py::test_quote_for_shell[arg1 and 2-'arg1 and 2']": 0.0028241147740511335, + "tests/test_utils.py::test_quote_for_shell[arg1-arg1]": 0.0031152308962316506, + "tests/test_utils.py::test_quote_for_shell[arg1\\nand\\n2-'arg1\\nand\\n2']": 0.0030202968689038083, + "tests/test_utils.py::test_quote_for_shell[malicious argument\\\\\"&whoami-\"malicious argument\\\\\"\"&whoami\"]": 0.000588999627636916, + "tests/test_utils.py::test_quote_for_shell[numpy<1.22-'numpy<1.22']": 0.00305391016759584, + "tests/test_utils.py::test_quote_for_shell[numpy>=1.0-'numpy>=1.0']": 0.003375285419877365, + "tests/test_utils.py::test_quote_for_shell[one|two-'one|two']": 0.0030965300840640805, + "tests/test_utils.py::test_quote_for_shell[{-'{']": 0.004352293210712541, + "tests/test_utils.py::test_quote_for_shell[|-'|']": 0.005255367574592269, + "tests/test_utils.py::test_quote_for_shell[}-'}']": 0.0031587035973307744, + "tests/test_utils.py::test_quote_for_shell[~-'~']": 0.005356216261352489, + "tests/test_utils.py::test_text_translations": 0.012952082620912667, + "tests/testing/test_fixtures.py::test_conda_cli": 0.2518139920514373, + "tests/testing/test_fixtures.py::test_env": 24.039730835325468, + "tests/testing/test_fixtures.py::test_monkeypatch": 0.02159465434254859, + "tests/testing/test_fixtures.py::test_path_factory": 0.00700930997028163, + "tests/testing/test_fixtures.py::test_session_capsys": 0.003827684856038743, + "tests/testing/test_fixtures.py::test_session_conda_cli": 0.32598393718548535, + "tests/testing/test_fixtures.py::test_session_tmp_env": 3.5559531839071212, + "tests/testing/test_fixtures.py::test_tmp_channel": 2.503082277796094, + "tests/testing/test_fixtures.py::test_tmp_env": 2.5072242803434035, + "tests/testing/test_fixtures.py::test_tmp_envs_dir": 0.00941604762155031, + "tests/testing/test_fixtures.py::test_tmp_pkgs_dir": 0.009977128879653668, + "tests/testing/test_testing.py::test_deprecations[CondaCLIFixture-TypeError]": 0.004939938406065851, + "tests/testing/test_testing.py::test_deprecations[PathFactoryFixture-TypeError]": 0.0030964428805430122, + "tests/testing/test_testing.py::test_deprecations[TmpChannelFixture-TypeError]": 0.0030865778434719954, + "tests/testing/test_testing.py::test_deprecations[TmpEnvFixture-TypeError]": 0.003018945410631993, + "tests/trust/test_signature_verification.py::test_2nd_root_metadata_from_web": 0.0281852732487284, + "tests/trust/test_signature_verification.py::test_3rd_root_metadata_from_web": 0.03588956532560769, + "tests/trust/test_signature_verification.py::test_invalid_2nd_metadata_on_disk_no_new_metadata_on_web": 0.015442786874640364, + "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.conda-None]": 2.3095362798448518, + "tests/trust/test_signature_verification.py::test_signature_verification[broken-0.0.1-broken.tar.bz2-False]": 2.3053040818033983, + "tests/trust/test_signature_verification.py::test_signature_verification[first.tar.bz2-True]": 2.319718486571628, + "tests/trust/test_signature_verification.py::test_signature_verification[second.conda-True]": 2.3093058886988813, + "tests/trust/test_signature_verification.py::test_signature_verification[third.conda-True]": 2.302571429290396, + "tests/trust/test_signature_verification.py::test_signature_verification_not_enabled": 0.04554699755396373, + "tests/trust/test_signature_verification.py::test_single_invalid_signature_3rd_root_metadata_from_web": 0.02551395784090386, + "tests/trust/test_signature_verification.py::test_trusted_root_2nd_metadata_on_disk_no_new_metadata_on_web": 0.014440077467029857, + "tests/trust/test_signature_verification.py::test_trusted_root_invalid_key_mgr_online_valid_on_disk": 0.011486920379083833, + "tests/trust/test_signature_verification.py::test_trusted_root_new_key_mgr_online": 0.014582821945231613, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_is_on_disk": 0.011867468398719622, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_key_mgr_online_key_mgr_not_on_disk": 0.011926165682676383, + "tests/trust/test_signature_verification.py::test_trusted_root_no_new_metadata": 0.01233446770406061 }