Skip to content

Commit

Permalink
single_cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshadrach committed Sep 18, 2023
1 parent d17d1bb commit 5618968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/internals/test_managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def test_series_creation():
tm.assert_series_equal(result, s_array)


@pytest.mark.single_cpu
@pytest.mark.parametrize("manager", ["block", "array"])
def test_array_manager_depr_env_var(manager):
# GH#55043
Expand Down

0 comments on commit 5618968

Please sign in to comment.