4.0.0: pytest fails in tests/test_renderers/test_fixtures_sphinx.py::test_amsmath[38-In list:]
unit
#981
Labels
bug
Something isn't working
What version of
myst-parser
are you using?4.0.0
What version dependencies are you using?
What operating system are you using?
Linux
Describe the Bug
Looks like pytest fails in one unit.
Here is pytest output:
Expected Behavior
pytest should not fail
To Reproduce
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
python3 -sBm build -w --no-isolation
build
with--no-isolation
I'm using during all processes only locally installed modulesinstaller
modulecut off from access to the public network
(pytest is executed with-m "not network"
)The text was updated successfully, but these errors were encountered: