From ea7bcd2a3439eb900bccfa930ff369a8abbc08f1 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Mon, 15 Apr 2024 12:19:55 -0400 Subject: [PATCH] remove forgotten test step --- test/integration/bundle/test_download.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/bundle/test_download.py b/test/integration/bundle/test_download.py index 4079e750..c66d1c7f 100644 --- a/test/integration/bundle/test_download.py +++ b/test/integration/bundle/test_download.py @@ -25,7 +25,6 @@ def test_correct_version_of_psycopg2(test_version): psycopg2_binary_is_found = False for file in tmp_dir.iterdir(): if "psycopg2" in file.name: - psycopg2_is_found = True if "psycopg2_binary" not in file.name: psycopg2_is_found = True else: