Skip to content

Commit e7e58fc

Browse files
committed
Run allauth tests
1 parent 2367bd9 commit e7e58fc

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Table of Contents
2525
.. toctree::
2626
:maxdepth: 3
2727

28-
installation/index
28+
installation
2929
usage
3030
third-party-library-support/index
3131
supported-libraries/index

docs/source/installation/index.rst renamed to docs/source/installation.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,13 @@ Install ``dm`` command
2626

2727
python -m pip install -e .
2828

29-
Clone third-party library repositories
30-
--------------------------------------
29+
.. _additional-installation-steps:
30+
31+
Additional installation steps
32+
-----------------------------
33+
34+
Clone third-party library repositories and install dependencies with ``just``.
3135

3236
::
3337

34-
dm repo clone -a
38+
just install

docs/source/usage.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Usage
44
Run third-party library tests
55
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66

7+
django-allauth
8+
++++++++++++++
9+
10+
.. warning::
11+
12+
If you install ``lxml`` and ``xmlsec`` via ``pip`` instead of
13+
``just install`` :ref:`as described here <additional-installation-steps>`
14+
you may encounter test failures due to `issues like this one
15+
<https://github.com/xmlsec/python-xmlsec/issues/320>`_.
16+
717
::
818

919
dm repo test django-allauth

0 commit comments

Comments
 (0)