Use uv at runtime too (#125110)
This commit is contained in:
@@ -172,8 +172,9 @@ def _generate_files(config: Config) -> list[File]:
|
||||
+ 10
|
||||
) * 1000
|
||||
|
||||
package_versions = _get_package_versions(
|
||||
Path("requirements_test.txt"), {"pipdeptree", "tqdm", "uv"}
|
||||
package_versions = _get_package_versions(Path("requirements.txt"), {"uv"})
|
||||
package_versions |= _get_package_versions(
|
||||
Path("requirements_test.txt"), {"pipdeptree", "tqdm"}
|
||||
)
|
||||
package_versions |= _get_package_versions(
|
||||
Path("requirements_test_pre_commit.txt"), {"ruff"}
|
||||
|
||||
Reference in New Issue
Block a user