An extended commonmark compliant parser, with bridges to docutils/sphinx
753
stars
197
forks
source link
1.0.0 + 80b892ff: pytest is failing in `tests/test_renderers/test_fixtures_docutils.py::test_syntax_extensions[104-replacements]` unit #780
Closed
kloczek closed 5 months ago
What version of
myst-parser
are you using?1.0.0 + all commits up to 80b892ff
What version dependencies are you using?
Here is list of installed modules in build env
What operating system are you using?
Mac
Describe the Bug
Looks like
MyST-Parser
from current master fails in one unit.Expected Behavior
pytest should not fail
To Reproduce
python3 -sBm build -w --no-isolation
build
with--no-isolation
I'm using during all processes only locally installed modulescut off from access to the public network
(pytest is executed with-m "not network"
)Here is pytest output: