Skip to content

Commit

Permalink
Backport PR pandas-dev#60701: TST(str dtype): Resolve xfail in test_v…
Browse files Browse the repository at this point in the history
…alue_counts.py
  • Loading branch information
rhshadrach authored and meeseeksmachine committed Jan 12, 2025
1 parent 8ef73d6 commit 6b5b548
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pandas/tests/frame/methods/test_value_counts.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import numpy as np
import pytest

from pandas._config import using_string_dtype

from pandas.compat import HAS_PYARROW

import pandas as pd
import pandas._testing as tm

Expand Down Expand Up @@ -136,9 +132,6 @@ def test_data_frame_value_counts_dropna_true(nulls_fixture):
tm.assert_series_equal(result, expected)


@pytest.mark.xfail(
using_string_dtype() and not HAS_PYARROW, reason="TODO(infer_string)", strict=False
)
def test_data_frame_value_counts_dropna_false(nulls_fixture):
# GH 41334
df = pd.DataFrame(
Expand Down

0 comments on commit 6b5b548

Please sign in to comment.