Skip to content

Commit 1c0a118

Browse files
committed
Revert "Fix test_nat_doc_strings"
This reverts commit 9d09658.
1 parent 6c0cd00 commit 1c0a118

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/tests/scalar/test_nat.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,6 @@ def test_nat_doc_strings(compare):
326326
"Ignore differences with Timestamp.isoformat() as they're intentional"
327327
)
328328

329-
if klass == Timedelta and method == "total_seconds":
330-
pytest.skip("Ignore difference")
331-
332329
if method == "to_numpy":
333330
# GH#44460 can return either dt64 or td64 depending on dtype,
334331
# different docstring is intentional

0 commit comments

Comments
 (0)