Skip to content

Commit 77cf396

Browse files
committed
Explicitly install psycopg2 in Django test
The django-cockroachdb adapter was recently changed to require psycopg2 to be installed explicitly.
1 parent 7c6725b commit 77cf396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/django/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ start:
55
deps:
66
git clone https://github.com/cockroachdb/django-cockroachdb || true
77
pip3 install --upgrade setuptools
8-
pip3 install django
8+
pip3 install django psycopg2
99
cd django-cockroachdb && pip3 install .

0 commit comments

Comments
 (0)