ericziethen / django-property-filter

Extend django-filter to allow filtering by properties
MIT License
36 stars 1 forks source link

Think of a different combination of django-filter backwards testing to improve overall tox speed #293

Closed ericziethen closed 1 month ago

ericziethen commented 1 month ago

Currently the overall run takes about 12 minutes, which is not an issue for the amount of testing we are doing. The main increas is testing each against multiple django-filter versions. But if we claim we are supporting all of those we should test those as well.