Skip to content

Commit

Permalink
remove forgotten test step
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Apr 15, 2024
1 parent 86b7a64 commit ea7bcd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/bundle/test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ea7bcd2

Please sign in to comment.