benkonrath / django-csv-export-view

Django class-based view for CSV exports
BSD 3-Clause "New" or "Revised" License
19 stars 3 forks source link

Test on PyPy 3.9 #17

Closed benkonrath closed 1 year ago

benkonrath commented 1 year ago

This django bug prevents pypy tests from working in github actions. https://code.djangoproject.com/ticket/28358

I couldn't figure out how to get coverage to build with c-extensions in gh actions which is the workaround for the bug. I'm leaving this for now.