Skip to content

Commit fe6dbf0

Browse files
committed
TST: added an xfail test for npinf entries with mysql
1 parent 550c110 commit fe6dbf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/test_sql.py

+1
Original file line numberDiff line numberDiff line change
@@ -1821,6 +1821,7 @@ def main(connectable):
18211821
def test_to_sql_with_negative_npinf(self, input):
18221822
# GH 34431
18231823

1824+
print(f"type(self.conn)={type(self.conn)}")
18241825
df = pd.DataFrame(input)
18251826
df.to_sql("foobar", self.conn, index=False)
18261827
try:

0 commit comments

Comments
 (0)