You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The check tests (3.7, minimal, postgresql; 3.7, minimal, mariadb; 3.9, minimal, sqlite; 3.10, minimal, sqlite) are failing due to depreciation in Werkzeug 2.1
Specifically, self.local.ident_func in line 215 of <test_path>/werkzeug/local.py is now depreciated and will not work in Python versions 3.7+. This was noted in a warning on line 34 of test of 3.7, minimal, postgresql in a previously successful merge. link.
I suggest that the merge check test suite be prioritized because any future pull requests will be blocked under any Werkzeug 2.1+.
The text was updated successfully, but these errors were encountered:
Noted in my comment in pull request #1016.
The check tests (3.7, minimal, postgresql; 3.7, minimal, mariadb; 3.9, minimal, sqlite; 3.10, minimal, sqlite) are failing due to depreciation in Werkzeug 2.1
Specifically, self.local.ident_func in line 215 of <test_path>/werkzeug/local.py is now depreciated and will not work in Python versions 3.7+. This was noted in a warning on line 34 of test of 3.7, minimal, postgresql in a previously successful merge. link.
I suggest that the merge check test suite be prioritized because any future pull requests will be blocked under any Werkzeug 2.1+.
The text was updated successfully, but these errors were encountered: