Skip to content

CI: Clipboard Test Failures on Travis #29676

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
alimcmaster1 opened this issue Nov 17, 2019 · 3 comments · Fixed by #29712
Closed

CI: Clipboard Test Failures on Travis #29676

alimcmaster1 opened this issue Nov 17, 2019 · 3 comments · Fixed by #29712
Labels
CI Continuous Integration Unreliable Test Unit tests that occasionally fail
Milestone

Comments

@alimcmaster1
Copy link
Member

[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

@TomAugspurger
Copy link
Contributor

I'll try to look into this now.

@jreback
Copy link
Contributor

jreback commented Dec 27, 2019

@alimcmaster1 can you confirm everything working and if so close

@TomAugspurger TomAugspurger modified the milestones: 1.0, 1.1 Jan 8, 2020
@TomAugspurger
Copy link
Contributor

I think not a blocker for 1.0 (RC / final) but would be nice to have.

@jreback jreback modified the milestones: 1.1, 1.0.0 Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Unreliable Test Unit tests that occasionally fail
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants