From adda05105f4c40015d4a9480a5bd562e80986e57 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 6 Jun 2018 19:47:40 +0300 Subject: [PATCH] Tests: Install psycopg2 from psycopg2-binary package --- docs/news.rst | 4 ++++ tox.ini | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/news.rst b/docs/news.rst index dd51ecc..6cb2608 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -7,6 +7,10 @@ Version 0.2.3 (2017-06-??) * Use remove-old-files.py from ppu to cleanup pip cache at Travis and AppVeyor. +* Install psycopg2 from `psycopg2-binary`_ package. + +.. _`psycopg2-binary`: https://pypi.org/project/psycopg2-binary/ + Version 0.2.2 (2017-06-10) -------------------------- diff --git a/tox.ini b/tox.ini index 6175f62..07930d6 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ commands = {envpython} -c "import struct; print(struct.calcsize('P') * 8)" deps = -rdevscripts/requirements/requirements_tests.txt - postgres: psycopg2 + postgres: psycopg2-binary passenv = PGPASSWORD platform = linux # Don't fail or warn on uninstalled commands -- 2.39.2