django-rest-framework-gis icon indicating copy to clipboard operation
django-rest-framework-gis copied to clipboard

Check library against django 4.1/4.2

Open gbip opened this issue 2 years ago • 2 comments

gbip avatar Oct 18 '23 15:10 gbip

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 avatar Oct 19 '23 08:10 gbip

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.

gbip avatar Nov 02 '23 09:11 gbip

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

nemesifier avatar Aug 06 '24 01:08 nemesifier

need the failing tests to pass

auvipy avatar Aug 08 '24 09:08 auvipy

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

nemesifier avatar Aug 16 '24 19:08 nemesifier