We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9323e commit e6a927aCopy full SHA for e6a927a
pandas/tests/extension/test_arrow.py
@@ -640,7 +640,7 @@ def test_view(self, data):
640
class TestBaseMissing(base.BaseMissingTests):
641
def test_dropna_array(self, data_missing):
642
with tm.maybe_produces_warning(
643
- PerformanceWarning, pa_version_under7p0, check_stacklevel=False
+ PerformanceWarning, pa_version_under6p0, check_stacklevel=False
644
):
645
super().test_dropna_array(data_missing)
646
0 commit comments