-
-
Notifications
You must be signed in to change notification settings - Fork 677
fix: checked-in requirements imports generated requirements #1053
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
Merged
f0rmiga
merged 15 commits into
main
from
f0rmiga/fix-pip-compile-generated-requirements-in
Feb 13, 2023
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
ee2b59a
fix: checked-in requirements imports generated requirements
f0rmiga c6eb1af
fix: shutil.copy instead of shutil.copyfile
f0rmiga 706863e
fix: patch os.replace to use shutil.copy
f0rmiga 4a65474
fix: runfiles.Rlocation requires paths to be normalized
f0rmiga 850ad7e
fix: drop rules_python from import
f0rmiga b89468e
fix: remove unnecessary runfiles
f0rmiga 7ea085a
doc: why os.replace = shutil.copy
f0rmiga 08096d4
fix: allow the test to still be remote cacheable
f0rmiga 60916fd
doc: why shutil.copy
f0rmiga 1e1279e
doc: add missing punctuation
f0rmiga e8ca100
fix: remove unnecessary _fix_up_requirements_in_path
f0rmiga 60e983b
Merge remote-tracking branch 'origin/main' into f0rmiga/fix-pip-compi…
f0rmiga ab53ad2
test: make sure the locked requirements is updated
f0rmiga a41b8ca
fix: copy requirements back into src tree if needed
f0rmiga 5b60e91
fix: make sure windows uses forward slashes
f0rmiga File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| -r requirements.in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.