Run third-party library tests ----------------------------- django-filter ~~~~~~~~~~~~~ :: dm repo test django-filter When completed successfully the output will look like this: .. image:: ../_static/images/django-filter.png django-rest-framework ~~~~~~~~~~~~~~~~~~~~~ :: dm repo test django-rest-framework When completed successfully the output will look like this: .. image:: ../_static/images/django-rest-framework.png django-debug-toolbar ~~~~~~~~~~~~~~~~~~~~ :: dm repo test django-debug-toolbar When completed successfully the output will look like this: .. image:: ../_static/images/django-debug-toolbar.png django-allauth ~~~~~~~~~~~~~~ .. warning:: If you install ``lxml`` and ``xmlsec`` via ``pip`` instead of ``just install`` :ref:`as described here ` you may encounter test failures due to `issues like this one `_. :: dm repo test django-allauth When completed successfully the output will look like this: .. image:: ../_static/images/django-allauth.png