Skip to content

Commit de89a09

Browse files
author
MomIsBestFriend
committed
Fixed failed tests
1 parent 1e5dcba commit de89a09

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/tests/scalar/test_nat.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,10 +299,6 @@ def test_overlap_public_nat_methods(klass, expected):
299299
if klass is Timestamp and not compat.PY37:
300300
expected.remove("fromisoformat")
301301

302-
# "fromisocalendar" was introduced in 3.8
303-
if klass is Timestamp and not compat.PY38:
304-
expected.remove("fromisocalendar")
305-
306302
assert _get_overlap_public_nat_methods(klass) == expected
307303

308304

0 commit comments

Comments
 (0)