Skip to content

Commit 8d7ff93

Browse files
authored
CI: fix PandasArray test (#39384)
1 parent 37b5800 commit 8d7ff93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas/tests/extension/test_numpy.py

+4
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,10 @@ def test_arith_series_with_scalar(self, data, all_arithmetic_operators):
313313
def test_arith_series_with_array(self, data, all_arithmetic_operators):
314314
super().test_arith_series_with_array(data, all_arithmetic_operators)
315315

316+
@skip_nested
317+
def test_arith_frame_with_scalar(self, data, all_arithmetic_operators):
318+
super().test_arith_frame_with_scalar(data, all_arithmetic_operators)
319+
316320

317321
class TestPrinting(BaseNumPyTests, base.BasePrintingTests):
318322
pass

0 commit comments

Comments
 (0)