openwisp / django-rest-framework-gis

Geographic add-ons for Django REST Framework. Maintained by the OpenWISP Project.
http://openwisp.org
MIT License
1.07k stars 200 forks source link

Check library against django 4.1/4.2 #287

Closed gbip closed 3 weeks ago

gbip commented 10 months ago

I have ran the tests localy with -Wa for python3.11, django 4.2 and drf 3.14 => no issues except the one solved by #288 which is unrelated to those version upgrades.

gbip commented 10 months ago

Could you please rebase on /merge with the latest master?

Done.

Some tests are failing (django v3.0 and v4.2), it seems that it's an old psycopg2 bug : https://github.com/psycopg/psycopg2/issues/1293

I had to remove the version constraint on psycopg2 because pip could not resolve the dependency graph for django 4.2. Also, there seems to be a dependency issue for newer version of django.

nemesifier commented 1 month ago

I wasn't able to look into it, yet but we'll fix asap.

auvipy commented 1 month ago

need the failing tests to pass

nemesifier commented 3 weeks ago

Solved in https://github.com/openwisp/django-rest-framework-gis/pull/303. Thanks!