We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50272b2 + f15a65c commit 2b67280Copy full SHA for 2b67280
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