mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
typo fix
This commit is contained in:
parent
d3b6a2b3ba
commit
a9c4ef293f
1 changed files with 1 additions and 1 deletions
|
@ -4983,7 +4983,7 @@ fn run_without_overlay() -> Result<()> {
|
|||
"###);
|
||||
|
||||
// Import `iniconfig` in the context of a `tool run` command, which should fail. Note that
|
||||
// typing-exensions gets installed again, because the venv is not shared.
|
||||
// typing-extensions gets installed again, because the venv is not shared.
|
||||
uv_snapshot!(
|
||||
context.filters(),
|
||||
context.tool_run().arg("--with").arg("typing-extensions").arg("python").arg("-c").arg("import typing_extensions; import iniconfig"), @r#"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue