diff options
| -rw-r--r-- | test/requirements.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/requirements.py b/test/requirements.py index 2b61bc6a1..532573fe5 100644 --- a/test/requirements.py +++ b/test/requirements.py @@ -1315,8 +1315,8 @@ class DefaultRequirements(SuiteRequirements): drivername = conn.connection.connection.getinfo( config.db.dialect.dbapi.SQL_DRIVER_NAME ) - # on linux this is 'libmsodbcsql-13.1.so.9.2'. - # don't know what it is on windows + # on linux this is something like 'libmsodbcsql-13.1.so.9.2'. + # on Windows this is something like 'msodbcsql17.dll'. return "msodbc" in drivername return only_if( |
