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

Fix test failure due to deprecation warning #3770

Merged
merged 2 commits into from
Jan 28, 2025
Merged

Conversation

Hind-M
Copy link
Member

@Hind-M Hind-M commented Jan 27, 2025

No description provided.

@Hind-M Hind-M added the release::bug_fixes For PRs fixing bugs label Jan 27, 2025
@@ -227,7 +227,6 @@ namespace mamba
{ "PYTHONIOENCODING", "utf-8" },
{ "NO_COLOR", "1" },
{ "PIP_NO_COLOR", "1" },
{ "PIP_NO_PYTHON_VERSION_WARNING", "1" },
Copy link
Member Author

Choose a reason for hiding this comment

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

PIP_NO_PYTHON_VERSION_WARNING is deprecated and is a no-op now: pypa/pip#13154.

@Hind-M Hind-M changed the title Investigate failing tests [Windows] Fix test failure Jan 27, 2025
@Hind-M Hind-M added release::ci_docs For PRs related to CI or documentation and removed release::bug_fixes For PRs fixing bugs labels Jan 27, 2025
@Hind-M Hind-M marked this pull request as ready for review January 27, 2025 17:25
@Hind-M Hind-M merged commit 6a28649 into mamba-org:main Jan 28, 2025
34 checks passed
@Hind-M Hind-M deleted the ci_tests branch January 28, 2025 17:08
@corneliusroemer
Copy link
Contributor

The PR probably should have [Windows] removed as the change hopefully is not windows-only, but also affects macos

@Hind-M Hind-M changed the title [Windows] Fix test failure Fix test failure due to deprecation warning Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release::ci_docs For PRs related to CI or documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants