Description of problem: SQLAlchemy 1.4 made URLs tuples (immutable), and python-flask-sqlalchemy needs to be updated to 2.5 or later to support this. Version-Release number of selected component (if applicable): 2.4.4-3.fc34 How reproducible: The tests for python-flask-sqlalchemy don’t seem to fail, but those for python-flask-migrate do. Steps to Reproduce: 1. fedpkg co python-flask-migrate 2. fedpkg mockbuild --with tests Actual results: Numerous failures. Expected results: No failures. Additional info: This only affects Fedora 35/Rawhide; Fedora 34 released with python-sqlalchemy-1.3.24-1.fc34. See: https://github.com/pallets/flask-sqlalchemy/issues/885 https://github.com/miguelgrinberg/Flask-Migrate/issues/388 I can offer a PR if it helps…
Thanks for letting me know. I've updated the package in rawhide, modernized the spec a bit and I'll setup release monitoring for it.
Thanks!