crate / crate-python

Python DB API client library for CrateDB, using HTTP.
https://cratedb.com/docs/python/
Apache License 2.0
79 stars 30 forks source link

Chore: Mitigate deprecation warnings about `unittest.makeSuite` #572

Closed amotl closed 1 year ago

amotl commented 1 year ago

About

unittest.makeSuite is scheduled to be deprecated with Python 3.13, but already raises quite a number of warnings, obstructing the test suite output. This patch resolves that already.