summaryrefslogtreecommitdiff
path: root/tests/requirements
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-05-16 06:42:33 -0700
committerCarlton Gibson <carlton.gibson@noumenal.es>2019-05-16 15:42:32 +0200
commit8076ae68c1842aec26cbab51dc8ab609fb135eb0 (patch)
tree00b68c2a2044c4342dd4454e43aaca5935056d91 /tests/requirements
parent97d3321e89c8d4434927bdbc308db1ccffa99d3b (diff)
downloaddjango-8076ae68c1842aec26cbab51dc8ab609fb135eb0.tar.gz
Fixed #30483 -- Switched test requirement to psycopg2 package.
Diffstat (limited to 'tests/requirements')
-rw-r--r--tests/requirements/postgres.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/postgres.txt b/tests/requirements/postgres.txt
index 820d85bb44..59041b90ef 100644
--- a/tests/requirements/postgres.txt
+++ b/tests/requirements/postgres.txt
@@ -1 +1 @@
-psycopg2-binary>=2.5.4
+psycopg2>=2.5.4