-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Closed
Labels
CIContinuous IntegrationContinuous IntegrationUnreliable TestUnit tests that occasionally failUnit tests that occasionally fail
Milestone
Description
[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:
Potentially related change:
#28531
Metadata
Metadata
Assignees
Labels
CIContinuous IntegrationContinuous IntegrationUnreliable TestUnit tests that occasionally failUnit tests that occasionally fail