We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c033989 commit 3a4988fCopy full SHA for 3a4988f
crates/puffin-cli/tests/venv.rs
@@ -18,7 +18,6 @@ fn create_venv() -> Result<()> {
18
19
insta::with_settings!({
20
filters => vec![
21
- (r"Using Python interpreter: .+", "Using Python interpreter: /usr/bin/python3"),
22
(r"Using Python 3.12 at .+", "Using Python 3.11 at [PATH]"),
23
(tempdir.to_str().unwrap(), "/home/ferris/project"),
24
]
@@ -43,7 +42,6 @@ fn create_venv_defaults_to_cwd() -> Result<()> {
43
42
44
45
46
47
48
49
0 commit comments