mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Show verbose output during system install in test (#7304)
We do this for the other installs and it is helpful for debugging
This is missing in
3001185524
This commit is contained in:
parent
58a157a0ad
commit
b05217e624
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ if __name__ == "__main__":
|
|||
# Install the package (`pylint`).
|
||||
logging.info("Installing the package `pylint`.")
|
||||
subprocess.run(
|
||||
[uv, "pip", "install", "pylint", "--system"] + allow_externally_managed,
|
||||
[uv, "pip", "install", "pylint", "--system", "--verbose"]
|
||||
+ allow_externally_managed,
|
||||
cwd=temp_dir,
|
||||
check=True,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue