Skip to content

Commit 3a4988f

Browse files
authored
Small test cleanup after #431 (#433)
Remove unused filters after #431
1 parent c033989 commit 3a4988f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/puffin-cli/tests/venv.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ fn create_venv() -> Result<()> {
1818

1919
insta::with_settings!({
2020
filters => vec![
21-
(r"Using Python interpreter: .+", "Using Python interpreter: /usr/bin/python3"),
2221
(r"Using Python 3.12 at .+", "Using Python 3.11 at [PATH]"),
2322
(tempdir.to_str().unwrap(), "/home/ferris/project"),
2423
]
@@ -43,7 +42,6 @@ fn create_venv_defaults_to_cwd() -> Result<()> {
4342

4443
insta::with_settings!({
4544
filters => vec![
46-
(r"Using Python interpreter: .+", "Using Python interpreter: /usr/bin/python3"),
4745
(r"Using Python 3.12 at .+", "Using Python 3.11 at [PATH]"),
4846
(tempdir.to_str().unwrap(), "/home/ferris/project"),
4947
]

0 commit comments

Comments
 (0)