-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix pandas intersphinx mapping; fix test setup #136
Conversation
Confirmed, can repro error from #135 : |
Upstream issue seems to be this line (https://github.com/thisch/pytest-sphinx/blob/2d995d2a4bb59d6e09610115740a9da2bc3d0c36/src/pytest_sphinx.py#L560), potentially due to API change in Pytest (https://pypi.org/project/pytest/#history) version 8. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm! Thanks
In #135 , the tests show a few errors that are due to upstream changes in our dependencies. This PR fixes the build errors:
pytest
andpytest-sphinx
to a previous release --- we usepytest-sphinx
, which is not yet compatible with the latestpytest
version.