Closed amotl closed 1 year ago
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.
unittest.makeSuite
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.