We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627bc40 commit f15a65cCopy full SHA for f15a65c
pandas/tests/copy_view/test_internals.py
@@ -65,6 +65,7 @@ def test_clear_parent(using_copy_on_write):
65
assert subset._mgr.parent is None
66
67
68
+@pytest.mark.single_cpu
69
@td.skip_array_manager_invalid_test
70
def test_switch_options():
71
# ensure we can switch the value of the option within one session
0 commit comments