Check for windows specific site-packages path - #950
Closed
soapy1 wants to merge 2 commits into
Closed
Conversation
soapy1
marked this pull request as draft
May 21, 2026 23:31
soapy1
force-pushed
the
fix-search-python-tests
branch
2 times, most recently
from
May 22, 2026 17:26
7e2ca06 to
be2c5d9
Compare
soapy1
marked this pull request as ready for review
May 22, 2026 17:28
soapy1
force-pushed
the
fix-search-python-tests
branch
from
May 22, 2026 17:28
15077a1 to
83aeba5
Compare
isuruf
suggested changes
May 22, 2026
isuruf
left a comment
Contributor
There was a problem hiding this comment.
This should be a xfail on windows.
Contributor
Author
good idea! |
3 tasks
Member
|
Hmm, but mamba-org/mamba#4268 seems to only been in 2.6.x? |
Contributor
Author
yep. The tests run against libmamba 2.6.2 This is consistent with the project requirements which specify requiring Looks like there is already a fix 🎈. |
Contributor
Author
Member
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes windows tests, for example https://github.com/conda/conda-libmamba-solver/actions/runs/26194609277/job/77277180835?pr=949
With the latest release of libmambapy (2.6.2) querying for python packages from windows will inject windows specific
python_site_packages_pathdata into results. ref: mamba-org/mamba#4286Checklist - did you ...
[ ] Add a file to thenewsdirectory (using the template) for the next release's release notes?[] Add / update necessary tests?[ ] Add / update outdated documentation?