Skip to content

BUG: Failing clipboard tests #34341

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

Closed
3 tasks done
matteosantama opened this issue May 23, 2020 · 0 comments
Closed
3 tasks done

BUG: Failing clipboard tests #34341

matteosantama opened this issue May 23, 2020 · 0 comments
Labels

Comments

@matteosantama
Copy link
Contributor

matteosantama commented May 23, 2020

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of pandas.

  • (optional) I have confirmed this bug exists on the master branch of pandas.


Code Sample, a copy-pastable example

# Your code here
>>> pd.__version__
'1.1.0.dev0+1655.g1132aba3e'

pytest pandas/tests/io/test_clipboard.py

Problem description

Final three tests fail. Looks like the test is designed for Windows, I'm running a Mac. The test references PR#25040

EDIT: Just realized I'm actually running it in a Docker container. From Pyperclip documentation, looks like I need either gtk or PyQt4 (for Linux) or pbcopy and pbpaste (for Mac) installed. I suppose that should be included as a dependency in the Dockerfile?

@matteosantama matteosantama added Bug Needs Triage Issue that has not been reviewed by a pandas team member labels May 23, 2020
@bashtage bashtage removed the Needs Triage Issue that has not been reviewed by a pandas team member label Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants