Open pyrox0 opened 3 months ago
The previous failUnlessEqual and failUnlessRaises functions are deprecated and removed in Python 3.12+, so this updates them to work properly. There shouldn't be any changes to tests, as these are drop-in replacements.
failUnlessEqual
failUnlessRaises
The previous
failUnlessEqual
andfailUnlessRaises
functions are deprecated and removed in Python 3.12+, so this updates them to work properly. There shouldn't be any changes to tests, as these are drop-in replacements.