Skip to content

Commit 2c5b550

Browse files
committed
Remove unused pytest import from test_transactions.py
- Fixes CI failure due to missing pytest dependency - Import was unused, only psycopg is required for integration tests
1 parent 3bbe20b commit 2c5b550

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests-integration/test_transactions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"""
66

77
import psycopg
8-
import pytest
98

109

1110
def main():

0 commit comments

Comments
 (0)