summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMikhail Elovskikh <wronglink@gmail.com>2019-01-04 03:27:47 +0500
committerIrina Truong <i.chernyavska@gmail.com>2019-01-03 14:27:47 -0800
commitf614cef7ed63fd7f2a9c44600f4d3c84f96c59d2 (patch)
treec4c40d5f70ae2c763532086a3d681eb64f29d82f /tox.ini
parenta7650887bf9579ae71d0b100d62978132aabb5d1 (diff)
Support multihost connection string (#978)
* Switch to psycopg2 parse_dsn instead of urlparse * Added wronglink to contributors and updated changelog * Fix test codestyle * Support for PGPORT customization in tests * Support for PGPORT customization in tests * Refactored PGExecute init and moved short_host generation to object property * Fix test util codestyle * Fix local tests run * Store PGExecute initial params in _conn_params and added PGExecute.copy method * Fix codestyle * Added docstring to PGExecute.copy() method
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index c71af93c..712db9cb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,8 +5,10 @@ deps = pytest
mock
pgspecial
humanize
+ psycopg2
commands = py.test
behave tests/features
passenv = PGHOST
+ PGPORT
PGUSER
PGPASSWORD