django-rest-framework-json-api
django-rest-framework-json-api copied to clipboard
Add test environment without optional deps
We can follow the DRF example on splitting up tests without having optional dependencies installed.
For this to work we properly need to compat imports as in DRF.
This way we ensure that DJA actually works without the optional deps installed.