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

Rename rye-test-home to rye-test-dir #776

Merged
merged 2 commits into from
Feb 26, 2024

Conversation

cnpryer
Copy link
Contributor

@cnpryer cnpryer commented Feb 26, 2024

In #759 I'd like to add a wheels directory as part of the testing resources we're storing in target/debug/rye-test-home.

I've changed RYE_HOME to rye-test-dir/home. I'd add rye-test-dir/wheels in #759.

@@ -17,7 +17,7 @@ pub const INSTA_FILTERS: &[(&str, &str)] = &[
"[TEMP_PATH]/",
),
// home
(r"(\b[A-Z]:)?[\\/].*?[\\/]rye-test-home", "[RYE_HOME]"),
(r"(\b[A-Z]:)?[\\/].*?[\\/]home", "[RYE_HOME]"),
Copy link
Collaborator

Choose a reason for hiding this comment

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

Too many false positives. Maybe change to rye-test-dir[\\/]home?

@cnpryer cnpryer requested a review from mitsuhiko February 26, 2024 17:33
@mitsuhiko mitsuhiko merged commit fa3fa42 into astral-sh:main Feb 26, 2024
6 checks passed
@cnpryer cnpryer deleted the chore-test-dir branch February 26, 2024 20:56
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