mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-03 18:38:21 +00:00
parent
c0339893e7
commit
3a4988f999
1 changed files with 0 additions and 2 deletions
|
@ -18,7 +18,6 @@ fn create_venv() -> Result<()> {
|
|||
|
||||
insta::with_settings!({
|
||||
filters => vec![
|
||||
(r"Using Python interpreter: .+", "Using Python interpreter: /usr/bin/python3"),
|
||||
(r"Using Python 3.12 at .+", "Using Python 3.11 at [PATH]"),
|
||||
(tempdir.to_str().unwrap(), "/home/ferris/project"),
|
||||
]
|
||||
|
@ -43,7 +42,6 @@ fn create_venv_defaults_to_cwd() -> Result<()> {
|
|||
|
||||
insta::with_settings!({
|
||||
filters => vec![
|
||||
(r"Using Python interpreter: .+", "Using Python interpreter: /usr/bin/python3"),
|
||||
(r"Using Python 3.12 at .+", "Using Python 3.11 at [PATH]"),
|
||||
(tempdir.to_str().unwrap(), "/home/ferris/project"),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue