From ffb7bb97e98a1ac6a1c1d6e43c27cd979c2a6542 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Fri, 13 Jan 2023 13:51:50 +0100 Subject: [PATCH] TST: mark copy_view test_switch_options test as single_cpu --- pandas/tests/copy_view/test_internals.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/tests/copy_view/test_internals.py b/pandas/tests/copy_view/test_internals.py index 7a2965f2e1c61..1938a1c58fe3d 100644 --- a/pandas/tests/copy_view/test_internals.py +++ b/pandas/tests/copy_view/test_internals.py @@ -65,6 +65,7 @@ def test_clear_parent(using_copy_on_write): assert subset._mgr.parent is None +@pytest.mark.single_cpu @td.skip_array_manager_invalid_test def test_switch_options(): # ensure we can switch the value of the option within one session