Tests which use the sphinx_run
fixture are broken for sphinx>7
; failing CI results
#545
Labels
bug
Something isn't working
Context
Currently, tests are failing on CI:
Expectation
Tests should pass.
Bug
The tests are failing with the following message:
This happens because the
sphinx_run
fixture provided bymyst-nb
relies on atempdir
fixture provided bySphinx
that appears to have been removed some time between6.2.1
and7.2.6
.Problem
This is a problem because this seems to be a release blocker, and as such it is blocking people from upgrading
sphinx
:myst-parser
0.19.x andsphinx
6.x support #476Reproduce the bug
pip install .[testing]
pytest
List your environment
This is currently affecting environments with python>3.8.
The text was updated successfully, but these errors were encountered: