Skip to content

Commit da49c7f

Browse files
Mikuláš Poulmikicz
authored andcommitted
Fix test issue with psycopg2>2.9
1 parent 7000812 commit da49c7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
psycopg2
1+
# Django 2.2 breaks on psycopg2>=2.9 (https://github.com/psycopg/psycopg2/issues/1293#issuecomment-862835147)
2+
psycopg2<2.9

0 commit comments

Comments
 (0)