Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create empty base prefix with env update #3519

Merged
merged 2 commits into from
Oct 16, 2024
Merged

Conversation

Hind-M
Copy link
Member

@Hind-M Hind-M commented Oct 9, 2024

Fix #3515

@Hind-M Hind-M added the release::bug_fixes For PRs fixing bugs label Oct 9, 2024
@@ -307,6 +307,7 @@ def test_env_update_conda_forge_with_pypi(tmp_home, tmp_root_prefix, tmp_path):
channels:
- conda-forge
dependencies:
- python 3.10
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is to fix the CI test failure due to some known issues with python 3.11 and pip.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that it can now be removed since #3537 has been merged.

"""


def test_install_empty_base(tmp_home, tmp_root_prefix, tmp_path):
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Such a test was missing, i.e test creation of a valid environment with install when target prefix is the root prefix.

@Hind-M Hind-M marked this pull request as ready for review October 9, 2024 15:06
@@ -307,6 +307,7 @@ def test_env_update_conda_forge_with_pypi(tmp_home, tmp_root_prefix, tmp_path):
channels:
- conda-forge
dependencies:
- python 3.10
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that it can now be removed since #3537 has been merged.

@jjerphan jjerphan merged commit 3d71f57 into mamba-org:main Oct 16, 2024
32 checks passed
@Hind-M Hind-M deleted the env_update branch October 16, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release::bug_fixes For PRs fixing bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

env update behavior
2 participants