We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c55011 commit ba96107Copy full SHA for ba96107
pandas/tests/extension/base/reduce.py
@@ -24,7 +24,7 @@ def test_reduce_series(self, data, all_numeric_reductions, skipna):
24
s = pd.Series(data)
25
26
# min/max with empty produce numpy warnings
27
- with warnings.catch_warnings(record=True):
+ with warnings.catch_warnings():
28
warnings.simplefilter("ignore", RuntimeWarning)
29
self.check_reduce(s, op_name, skipna)
30
0 commit comments