Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Prev Previous commit
fix tests
  • Loading branch information
harshithvh committed Sep 19, 2025
commit 9a8d0de1ee352708d169e4b393558a3f868ef4a3
6 changes: 3 additions & 3 deletions 6 crates/uv/tests/it/tool_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ fn tool_list_show_python() {
success: true
exit_code: 0
----- stdout -----
black v24.2.0 [3.12.[X]]
black v24.2.0 [CPython 3.12.[X]]
- black
- blackd

Expand Down Expand Up @@ -632,10 +632,10 @@ fn tool_list_show_all() {
success: true
exit_code: 0
----- stdout -----
black v24.2.0 [required: ==24.2.0] [3.12.[X]] ([TEMP_DIR]/tools/black)
black v24.2.0 [required: ==24.2.0] [CPython 3.12.[X]] ([TEMP_DIR]/tools/black)
- black ([TEMP_DIR]/bin/black)
- blackd ([TEMP_DIR]/bin/blackd)
flask v3.0.2 [extras: async, dotenv] [with: requests] [3.12.[X]] ([TEMP_DIR]/tools/flask)
flask v3.0.2 [extras: async, dotenv] [with: requests] [CPython 3.12.[X]] ([TEMP_DIR]/tools/flask)
- flask ([TEMP_DIR]/bin/flask)

----- stderr -----
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.