Skip to content

Commit f15a65c

Browse files
TST: mark copy_view test_switch_options test as single_cpu (#50729)
1 parent 627bc40 commit f15a65c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/copy_view/test_internals.py

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def test_clear_parent(using_copy_on_write):
6565
assert subset._mgr.parent is None
6666

6767

68+
@pytest.mark.single_cpu
6869
@td.skip_array_manager_invalid_test
6970
def test_switch_options():
7071
# ensure we can switch the value of the option within one session

0 commit comments

Comments
 (0)