-
Notifications
You must be signed in to change notification settings - Fork 57
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
feat: Add link_package_from_archive
#937
base: main
Are you sure you want to change the base?
Conversation
link_package_from_package
link_package_from_archive
.await | ||
.unwrap(); | ||
|
||
insta::assert_yaml_snapshot!(paths); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you give the snapshot a name? This guarentees that the snapshot is properly linked to the loop iteration. Otherwise we might get flaky tests later.
"25c755b97189ee066576b4ae3999d5e7ff4406d236b984742194e63941838dcd" | ||
), | ||
( | ||
"https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-hf897c2e_4.tar.bz2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this package contains symlinks which won't work on windows. Can you use another package?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or if possible a smaller package stored in the repo? Premature opimization perhaps, but I want the tests to run very fast.
Description
It would be nice to be able to install directly from a package file instead of needing to have the package available in the cache.