From 1726ff5397538d5061be1a5fae1b060e3140e696 Mon Sep 17 00:00:00 2001 From: "Rodrigo Neri (Rigo)" Date: Thu, 13 Oct 2022 16:42:22 -0500 Subject: 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') 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 -- cgit v1.2.3