executablebooks / markdown-it-py

Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. Now in Python!
https://markdown-it-py.readthedocs.io
MIT License
706 stars 68 forks source link

Skip the linkify test by default. #318

Closed tsutsu3 closed 9 months ago

tsutsu3 commented 9 months ago

Context

I see issues that test fails due to lack of linkify-it-py. #312 #167 #191 With the default parser (commonmark), it works without linkify-it-py. How about making the test also work without linkify-it-py by default?

Proposal

pytest tests: Run tests (skip linkify tests) pytest tests --all: Run all tests (with linkify tests)

Tasks and updates

No response

chrisjsewell commented 9 months ago

No that's ok, these are all just issues from the same guy, that doesn't install the proper test dependencies