From 3a4988f9996375bbfec866542d7e23bfdb2c137f Mon Sep 17 00:00:00 2001 From: konsti Date: Thu, 16 Nov 2023 12:22:47 +0100 Subject: [PATCH] Small test cleanup after #431 (#433) Remove unused filters after #431 --- crates/puffin-cli/tests/venv.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/puffin-cli/tests/venv.rs b/crates/puffin-cli/tests/venv.rs index bab0caad5..5b3c937cb 100644 --- a/crates/puffin-cli/tests/venv.rs +++ b/crates/puffin-cli/tests/venv.rs @@ -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"), ]