summaryrefslogtreecommitdiff
path: root/test/requirements.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/requirements.py')
-rw-r--r--test/requirements.py22
1 files changed, 7 insertions, 15 deletions
diff --git a/test/requirements.py b/test/requirements.py
index 28f955fa5..fdb7c2ff3 100644
--- a/test/requirements.py
+++ b/test/requirements.py
@@ -198,7 +198,7 @@ class DefaultRequirements(SuiteRequirements):
"mysql+pymysql",
"mysql+cymysql",
"mysql+mysqlconnector",
- "postgresql",
+ "postgresql+pg8000",
]
)
@@ -1163,20 +1163,6 @@ class DefaultRequirements(SuiteRequirements):
"with only four decimal places",
),
(
- "mssql+pyodbc",
- None,
- None,
- "mssql+pyodbc has FP inaccuracy even with "
- "only four decimal places ",
- ),
- (
- "mssql+pymssql",
- None,
- None,
- "mssql+pymssql has FP inaccuracy even with "
- "only four decimal places ",
- ),
- (
"postgresql+pg8000",
None,
None,
@@ -1281,6 +1267,12 @@ class DefaultRequirements(SuiteRequirements):
return only_if(check_range_types)
@property
+ def async_dialect(self):
+ """dialect makes use of await_() to invoke operations on the DBAPI."""
+
+ return only_on(["postgresql+asyncpg"])
+
+ @property
def oracle_test_dblink(self):
return skip_if(
lambda config: not config.file_config.has_option(