summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorRodrigo Neri (Rigo) <rigoneri@users.noreply.github.com>2022-10-13 16:42:22 -0500
committerGitHub <noreply@github.com>2022-10-13 14:42:22 -0700
commit1726ff5397538d5061be1a5fae1b060e3140e696 (patch)
tree67384d0d4fe06661a5bf97560c10e6b1c47cb416 /tox.ini
parentc280f8e398662e43a1637c6918700f0883baea1c (diff)
Changed destructive_warning to take a list of destructive commands (#1328)
* Changed destructive_warning to take a list of destructive commands and added the dsn_alias as part of the destructive command warning * Updated parse_destructive_warning to handle None * Reverted auto formatted change to AUTHORS * Reverted auto formatted change to AUTHORS
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 9e7bfbe6..8c6a27dd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ deps = pytest>=2.7.0,<=3.0.7
mock>=1.0.1
behave>=1.2.4
pexpect==3.3
+ sshtunnel>=0.4.0
commands = py.test
behave tests/features
passenv = PGHOST