From fe878f5aff1cb17fdf1f13aba1d13f008da0ef4e Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 25 Jul 2014 16:39:44 -0400 Subject: - more pg8000 tests passing --- lib/sqlalchemy/testing/requirements.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/sqlalchemy/testing/requirements.py') diff --git a/lib/sqlalchemy/testing/requirements.py b/lib/sqlalchemy/testing/requirements.py index 3413c0d30..8fe7a5090 100644 --- a/lib/sqlalchemy/testing/requirements.py +++ b/lib/sqlalchemy/testing/requirements.py @@ -592,6 +592,14 @@ class SuiteRequirements(Requirements): """ return exclusions.open() + @property + def graceful_disconnects(self): + """Target driver must raise a DBAPI-level exception, such as + InterfaceError, when the underlying connection has been closed + and the execute() method is called. + """ + return exclusions.open() + @property def skip_mysql_on_windows(self): """Catchall for a large variety of MySQL on Windows failures""" -- cgit v1.2.1