Skip to content

Commit 01241e6

Browse files
committed
TST: add regression test for nanosecond timedelta overflow
1 parent e75c348 commit 01241e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/scalar/timedelta/test_constructors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,4 +782,3 @@ def test_to_timedelta_overflow_raises():
782782
msg = "Cannot cast .* from ns to 'ns' without overflow"
783783
with pytest.raises(OutOfBoundsTimedelta, match=msg):
784784
pd.to_timedelta(10**20, unit="ns")
785-

0 commit comments

Comments
 (0)