Small test cleanup after #431 (#433)

Remove unused filters after #431
This commit is contained in:
konsti 2023-11-16 12:22:47 +01:00 committed by GitHub
parent c0339893e7
commit 3a4988f999
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"),
]