diff options
| author | Tim Graham <timograham@gmail.com> | 2018-02-08 19:15:36 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-02-20 19:06:23 -0500 |
| commit | e8afd6bf814dac5002b994c631907539d5215abb (patch) | |
| tree | 45b17d9534a40618027fe3447ca14171e8137bc8 | |
| parent | d5da552d92c2d5165a23bceb229dec023b8bb5c5 (diff) | |
[1.11.x] Switched test requirement to new psycopg2-binary package.
Backport of d4373b6da4b420fe9211438addeedb396a3821be from master
| -rw-r--r-- | tests/requirements/postgres.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/postgres.txt b/tests/requirements/postgres.txt index 59041b90ef..820d85bb44 100644 --- a/tests/requirements/postgres.txt +++ b/tests/requirements/postgres.txt @@ -1 +1 @@ -psycopg2>=2.5.4 +psycopg2-binary>=2.5.4 |
