Skip to content

Commit

Permalink
improve todo item in tests
Browse files Browse the repository at this point in the history
Co-authored-by: fanninpm <fanninpm@miamioh.edu>
  • Loading branch information
bobby-palmer and fanninpm committed Jun 20, 2023
1 parent f4bf455 commit 12877f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_datetime.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

TESTS = 'test.datetimetester'

@unittest.skip("TODO: RUSTPYTHON")
@unittest.skip("TODO: RUSTPYTHON, incorrect datetime struct implementation in time.rs")
def load_tests(loader, tests, pattern):
try:
pure_tests = import_fresh_module(TESTS, fresh=['datetime', '_strptime'],
Expand Down

0 comments on commit 12877f9

Please sign in to comment.