-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow overridden requirements parses to use unannotated requirements …
…files. (#92)
- Loading branch information
Showing
6 changed files
with
60 additions
and
4,344 deletions.
There are no files selected for viewing
This file contains 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
2,390 changes: 0 additions & 2,390 deletions
2,390
private/examples/multiplatform_py_test/MODULE.bazel.lock
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
17 changes: 1 addition & 16 deletions
17
private/tests/override_module_repos/overridee/requirements.txt
This file contains 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 |
---|---|---|
@@ -1,16 +1 @@ | ||
################################################################################ | ||
## AUTOGENERATED: This file is autogenerated by req-compile. | ||
## | ||
## Python: 3.11.7 | ||
## Platform: Linux | ||
## | ||
## To regenerate this file, use the following command: | ||
## | ||
## bazel run "@//private/tests/cross_platform:requirements.linux.update" | ||
## | ||
################################################################################ | ||
|
||
platformdirs==4.2.2 \ | ||
--hash=sha256:2d7a1657e36a80ea911db832a8a6ece5ee53d8de21edd5cc5879af6530b1bfee | ||
# via via rules_req_compile/private/tests/override_module_repos/overridee/requirements.in | ||
# https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl#sha256=2d7a1657e36a80ea911db832a8a6ece5ee53d8de21edd5cc5879af6530b1bfee | ||
platformdirs==4.2.2 |
Oops, something went wrong.