Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GitHub Workflow and add Python 3.11 Support #2323

Merged
merged 10 commits into from Jan 27, 2023

Conversation

cjmayo
Copy link
Contributor

@cjmayo cjmayo commented Jan 24, 2023

Please see individual commits for some details of the failures fixed.

To get tests to pass this does restrict Werkzeug/Flask to 2.0.0; I note #2316 and #2309?.

These packages aren't actually needed because a Docker image with
PostGIS installed and configured is being used.
…updated/re-installed if needed"

This reverts commit 9f1953a.

Fixes:

failed with unrecognized arguments:
-Ur/home/runner/work/flask-admin/flask-admin/requirements-dev.txt for tox env py within deps
Error: The version '3.6' with architecture 'x64' was not found for
Ubuntu 22.04.
.tox/WTForms2/lib/python3.11/site-packages/shapely/geos.py:58: in <module>
    _lgeos = load_dll('geos_c', fallbacks=['libgeos_c.so.1', 'libgeos_c.so'])
.tox/WTForms2/lib/python3.11/site-packages/shapely/geos.py:52: in load_dll
    raise OSError(
E   OSError: Could not find library geos_c or load any of its variants ['libgeos_c.so.1', 'libgeos_c.so']
AssertionError: The setup method 'register_blueprint' can no longer be
called on the application.

pallets/flask#4786
TypeError: __init__() got an unexpected keyword argument 'as_tuple'
@mrjoes mrjoes merged commit 0321445 into flask-admin:master Jan 27, 2023
@cjmayo cjmayo deleted the workflow branch January 29, 2023 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants