stefankoegl / python-json-patch

Applying JSON Patches in Python
https://python-json-patch.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
434 stars 94 forks source link

Avoid usage of unittest.makeSuite, removed from Python 3.13 #159

Open hroncok opened 3 months ago

hroncok commented 3 months ago

Patch generated by:

sed -i 's/unittest.makeSuite/unittest.defaultTestLoader.loadTestsFromTestCase/g' $(grep -rl makeSuite)