Bug 1964005 - Tests fail on F35/Rawhide
Summary: Tests fail on F35/Rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-flask-migrate
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Ben Beasley
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1964020
Blocks: 1590806
TreeView+ depends on / blocked
 
Reported: 2021-05-24 14:37 UTC by Ben Beasley
Modified: 2021-05-24 19:15 UTC (History)
3 users (show)

Fixed In Version: 2.5.3-4
Clone Of:
Environment:
Last Closed: 2021-05-24 19:15:19 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Ben Beasley 2021-05-24 14:37:31 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.