8000 CI/DOC: fix clipboard on travis by saurav2608 · Pull Request #26103 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

CI/DOC: fix clipboard on travis #26103

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

Merged
merged 15 commits into from
May 16, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try extra prints
  • Loading branch information
jorisvandenbossche committed May 16, 2019
commit a5b3edd3db4035c2b08e711e41af7ec5a1ee8202
2 changes: 2 additions & 0 deletions pandas/tests/io/test_clipboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
print("running clipboard tests")
except (PyperclipException, RuntimeError):
_DEPS_INSTALLED = 0
print("NOT running clipboard tests")


def build_kwargs(sep, excel):
Expand Down Expand Up @@ -131,6 +132,7 @@ def check_round_trip_frame(self, data, excel=None, sep=None,

# Test that default arguments copy as tab delimited
def test_round_trip_frame(self, df):
print("running clipboard tests")
self.check_round_trip_frame(df)

# Test that explicit delimiters are respected
Expand Down
0