Skip to content

Suppress warnings

Compare
Choose a tag to compare
@einarsi einarsi released this 06 May 14:09
dc47124

Fixed

Pandas recently started to complain UserWarning: pandas only support SQLAlchemy connectable(engine/connection) ordatabase string URI or sqlite3 DBAPI2 connectionother DBAPI2 objects are not tested, please consider using SQLAlchemy. We suppress the warning since the connections works as they should. No need to add SQLAlchemy as dependency.

Suppress warning about unverified HTTPS requests if users explicitly sets verifySSL=False.

Testing has been somewhat improved. Warnings are now treated as errors to encourage early fix.