You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'pytestpandas/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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: