jazzband / django-revproxy

Reverse Proxy view that supports all HTTP methods, Diazo transformations and Single Sign-On.
Mozilla Public License 2.0
305 stars 118 forks source link

Update tests to test Python 3.8 and Django 3.0 #104

Closed brianmay closed 4 years ago

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 728d4b99587b2bde8d165304749ad2625796f4c3 on brianmay:update_tests into da78089318c0dbdd289ee30853ed038134963a11 on TracyWebTech:master.

brianmay commented 4 years ago

Python 3.8 and Django 2.2 support currently broken, see tests.

brianmay commented 4 years ago

Actually Python 3.8 is fine, just doesn't work with older Django versions. Probably need to change the tests not to test older versions of Django with Python 3.8

brianmay commented 4 years ago

Tests should really support Django 3.0 now too.

vlinhart commented 4 years ago

Hello, don't know how to really do this. So I did a fork of this pull and added the changes needed. Now the tests are run for Django 2.2, 3 and python 3.8 as well. https://github.com/brianmay/django-revproxy/pull/1

brianmay commented 4 years ago

It is a bit weird, and had me slightly confused, however, I think you did the right thing. Thanks