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

Allow virtual packages with --no-build #12314

Merged
merged 1 commit into from
Mar 22, 2025
Merged

Allow virtual packages with --no-build #12314

merged 1 commit into from
Mar 22, 2025

Conversation

charliermarsh
Copy link
Member

Summary

Closes #12311.

@charliermarsh charliermarsh added the bug Something isn't working label Mar 19, 2025
@charliermarsh charliermarsh marked this pull request as ready for review March 19, 2025 15:32
@charliermarsh charliermarsh force-pushed the charlie/v branch 2 times, most recently from 292148d to 0442431 Compare March 19, 2025 15:37
@charliermarsh charliermarsh requested review from konstin and zanieb March 19, 2025 15:37
}

#[test]
fn virtual_no_build_dynamic_cached() -> Result<()> {
Copy link
Member Author

Choose a reason for hiding this comment

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

Super confusing that this test succeeds but the next test fails. The difference is that in this test, the dynamic metadata is cached, so we don't need to run any Python.

@charliermarsh charliermarsh merged commit 7ac6c69 into main Mar 22, 2025
76 checks passed
@charliermarsh charliermarsh deleted the charlie/v branch March 22, 2025 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Virtual project fails to sync if no-build is set.
1 participant