Commit 87e9ebc
committed
fix: replace deprecated unittest.makeSuite with TestLoader for Python 3.13 compatibility
- Replace unittest.makeSuite() with unittest.TestLoader().loadTestsFromTestCase()
- unittest.makeSuite() was deprecated in Python 3.2 and removed in Python 3.13
- Add documentation comments explaining the change
- Fixes CI/CD pipeline failure on Python 3.13
Closes compatibility issues with Python 3.13+ while maintaining backward compatibility1 parent 3a4c16e commit 87e9ebc
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
307 | | - | |
308 | | - | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
309 | 312 | | |
310 | 313 | | |
311 | 314 | | |
| |||
0 commit comments