Skip to content

Commit ba96107

Browse files
committed
don't need record=True
1 parent 5c55011 commit ba96107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/extension/base/reduce.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_reduce_series(self, data, all_numeric_reductions, skipna):
2424
s = pd.Series(data)
2525

2626
# min/max with empty produce numpy warnings
27-
with warnings.catch_warnings(record=True):
27+
with warnings.catch_warnings():
2828
warnings.simplefilter("ignore", RuntimeWarning)
2929
self.check_reduce(s, op_name, skipna)
3030

0 commit comments

Comments
 (0)