Skip to content

Commit a51507b

Browse files
author
Jace Browning
committed
Update ticket
1 parent 85f2716 commit a51507b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

tests/test_saving.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def with_comments_on_nested_lines(expect):
404404
"""
405405
)
406406

407-
@pytest.mark.xfail(reason="TODO: support comments on list items")
407+
@pytest.mark.xfail(reason="https://github.com/jacebrowning/datafiles/issues/171")
408408
def with_comments_on_list_items(expect):
409409
sample = SampleWithListOfDataclasses()
410410

@@ -424,10 +424,6 @@ def with_comments_on_list_items(expect):
424424
425425
- name: b # Item
426426
score: 2
427-
428-
# Section
429-
430-
# Footer
431427
""",
432428
)
433429

@@ -450,10 +446,6 @@ def with_comments_on_list_items(expect):
450446
451447
- name: c # Item
452448
score: 2
453-
454-
# Section
455-
456-
# Footer
457449
"""
458450
)
459451

0 commit comments

Comments
 (0)