We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c0cd00 commit 1c0a118Copy full SHA for 1c0a118
pandas/tests/scalar/test_nat.py
@@ -326,9 +326,6 @@ def test_nat_doc_strings(compare):
326
"Ignore differences with Timestamp.isoformat() as they're intentional"
327
)
328
329
- if klass == Timedelta and method == "total_seconds":
330
- pytest.skip("Ignore difference")
331
-
332
if method == "to_numpy":
333
# GH#44460 can return either dt64 or td64 depending on dtype,
334
# different docstring is intentional
0 commit comments