Closed jhcole closed 1 year ago
Following the current contribution guidelines, some tests fail when running pytest if linkify is not installed.
pytest
linkify
========================================================== short test summary info =========================================================== FAILED tests/test_renderers/test_myst_config.py::test_cmdline[40-linkify] - SystemExit: 1 FAILED tests/test_renderers/test_myst_config.py::test_cmdline[50-gfm-strikethrough] - SystemExit: 1 FAILED tests/test_renderers/test_myst_config.py::test_cmdline[68-gfm-disallowed-html] - SystemExit: 1 FAILED tests/test_renderers/test_myst_config.py::test_cmdline[95-gfm-autolink] - SystemExit: 1 FAILED tests/test_sphinx/test_sphinx_builds.py::test_extended_syntaxes - ModuleNotFoundError: Linkify enabled but not installed. ======================================== 5 failed, 1057 passed, 12 skipped, 29923 warnings in 16.45s =========================================
Add linkify as an optional dependency in the pip install step.
pip install
Describe the gap in the current documentation
Following the current contribution guidelines, some tests fail when running
pytest
iflinkify
is not installed.Describe the solution you'd like
Add
linkify
as an optional dependency in thepip install
step.