We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[gw1] linux -- Python 3.6.6 /home/travis/miniconda3/envs/pandas-dev/bin/python data = '👍...' @pytest.mark.single @pytest.mark.clipboard @pytest.mark.skipif(not _DEPS_INSTALLED, reason="clipboard primitives not installed") @pytest.mark.parametrize("data", ["\U0001f44d...", "Ωœ∑´...", "abcd..."]) def test_raw_roundtrip(data): # PR #25040 wide unicode wasn't copied correctly on PY3 on windows clipboard_set(data) > assert data == clipboard_get() E AssertionError: assert '👍...' == '' E - 👍... pandas/tests/io/test_clipboard.py:264: AssertionError
Examples:
https://travis-ci.org/pandas-dev/pandas/jobs/613141276?utm_medium=notification&utm_source=github_status
https://travis-ci.org/pandas-dev/pandas/builds/613153224?utm_source=github_status&utm_medium=notification
Potentially related change: #28531
The text was updated successfully, but these errors were encountered:
I'll try to look into this now.
Sorry, something went wrong.
@alimcmaster1 can you confirm everything working and if so close
I think not a blocker for 1.0 (RC / final) but would be nice to have.
Successfully merging a pull request may close this issue.
Examples:
https://travis-ci.org/pandas-dev/pandas/jobs/613141276?utm_medium=notification&utm_source=github_status
https://travis-ci.org/pandas-dev/pandas/builds/613153224?utm_source=github_status&utm_medium=notification
Potentially related change:
#28531
The text was updated successfully, but these errors were encountered: