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

feat: Add link_package_from_archive #937

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

pavelzw
Copy link
Contributor

@pavelzw pavelzw commented Nov 13, 2024

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.

@pavelzw pavelzw changed the title feat: Add link_package_from_package feat: Add link_package_from_archive Nov 14, 2024
@pavelzw pavelzw marked this pull request as ready for review November 14, 2024 10:19
.await
.unwrap();

insta::assert_yaml_snapshot!(paths);
Copy link
Collaborator

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",
Copy link
Collaborator

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?

Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants