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
As a result of this change, subsequent geoalchemy releases are not compatible with pygeofilter's sqlalchemy tests, which are still using the management keyword argument:
geoalchemy removed the management argument from the intialization of a
geoalchemy2.types._GISType
earlier this year:geoalchemy/geoalchemy2#415
As a result of this change, subsequent geoalchemy releases are not compatible with pygeofilter's sqlalchemy tests, which are still using the
management
keyword argument:pygeofilter/tests/backends/sqlalchemy/test_evaluate.py
Lines 26 to 36 in a08c5a5
This means the tests are currently failing.
Possible solutions:
management
argumentI guess the first option is better, since the fix is really small - I'll prepare a PR with the change
The text was updated successfully, but these errors were encountered: