-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: clipboard library missing in doc env on travis #26075
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
Comments
Going through the diff of that PR, I actually don't notice anything related to clipboard (no occurrence of xclip or xsel, ..) But according to the travis logs, it is still that commits that started to fail (of course can also be something unrelated to the diff, but I don't directly see any change in library versions), https://travis-ci.org/pandas-dev/pandas/jobs/515983449 vs https://travis-ci.org/pandas-dev/pandas/jobs/515983803 |
Definitely introduced post #24632 . I will investigate and confirm. |
Thanks for taking a look! |
@jreback this can stay on the 0.25 milestone. Currently we show an error in the docs. Last resort, we just convert it to a plain code block before the release, to at least show the expected behaviour. |
sure np |
The doc builds sees the following failure:
which is happening since the refactor of the CI envs in #24632. In unifying things we might have by accident removed some clipboard related things for the doc build.
cc @saurav2608 if you want to take a look at this, always welcome
The text was updated successfully, but these errors were encountered: