Since Flask 2.2, all tests relying on `app.add_url_rule` are failing. Flask [changelogfor v2.2](https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-2-0) reports significant changes. For the time being, I'm pinning Flask dependency to `<2.2`. Anybody willing to take up this task?
Since Flask 2.2, all tests relying on
app.add_url_ruleare failing. Flask changelogfor v2.2 reports significant changes.For the time being, I'm pinning Flask dependency to
<2.2.Anybody willing to take up this task?