Skip to content

Commit 7870255

Browse files
committed
Unmark test_strftime_trailing_percent expectedFailure on Windows
1 parent d158dc9 commit 7870255

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/datetimetester.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,6 @@ def test_strftime(self):
15191519
# bpo-41260: The parameter was named "fmt" in the pure python impl.
15201520
t.strftime(format="%f")
15211521

1522-
@unittest.expectedFailureIf(sys.platform == "win32", "TODO: RUSTPYTHON; chrono fallback on Windows")
15231522
def test_strftime_trailing_percent(self):
15241523
# bpo-35066: Make sure trailing '%' doesn't cause datetime's strftime to
15251524
# complain. Different libcs have different handling of trailing

0 commit comments

Comments
 (0)