Skip to content

Commit 9ed011d

Browse files
committed
TST: remove yield warnings from test_windows.py
1 parent 8465049 commit 9ed011d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/test_window.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ def test_dtypes(self):
646646
f = self.funcs[f_name]
647647
d = self.data[d_name]
648648
exp = self.expects[d_name][f_name]
649-
yield self.check_dtypes, f, f_name, d, d_name, exp
649+
self.check_dtypes(f, f_name, d, d_name, exp)
650650

651651
def check_dtypes(self, f, f_name, d, d_name, exp):
652652
roll = d.rolling(window=self.window)

0 commit comments

Comments
 (0)