-
Notifications
You must be signed in to change notification settings - Fork 105
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
settings.index_url can now be a path #268
Conversation
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.
Almost entirely nits.
I'm still grumpy about these pattern matches.
What's the situation here? Is this ready for re-review? |
No, I've had a busy week and haven't been able to get back to this since your last review. I'll have some time tomorrow to update this |
@acmcarther this is ready for review. |
…ied on remote assets
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.
LGTM
This is primarily to unblock other work I'm doing but it did reveal that
test_binary_dependencies_remote_genmode
was a test that relied on remote resources. This both makes the test more deterministic and much faster.