Description of problem: Tests fail on F35/Rawhide Version-Release number of selected component (if applicable): 2.5.3-3.fc35 How reproducible: Steps to Reproduce: 1. fedpkg mockbuild --with tests Actual results: Numerous tests fail. Expected results: No tests fail. Additional info: The problem is that SQLAlchemy 1.4 made URLs tuples (immutable), and python-flask-sqlalchemy needs to be updated to 2.5 or later to support this. See: https://github.com/pallets/flask-sqlalchemy/issues/885 https://github.com/miguelgrinberg/Flask-Migrate/issues/388 Once this is done, the tests can be re-enabled and should pass as they do on Fedora 34 with python-sqlalchemy 1.3.24.