maxcountryman / flask-seasurf

SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).
http://readthedocs.org/docs/flask-seasurf/
Other
190 stars 49 forks source link

unittest.makeSuite() is deprecated in Python 3.11 and will be removed in Python 3.13 #107

Closed tirkarthi closed 2 years ago

tirkarthi commented 2 years ago

Ref : https://github.com/python/cpython/pull/28382

https://github.com/maxcountryman/flask-seasurf/blob/57152d44bee568bc132aa299ad5d7d220e5abc04/test_seasurf.py#L774-L784