From d24b5a2651d1e367e2f50e4c00fe96bea5a706a6 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Wed, 17 Oct 2018 09:55:06 +0200 Subject: fix issue #250 dropping of comment when seq within seq *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))* --- _test/test_issues.py | 1 - 1 file changed, 1 deletion(-) (limited to '_test') diff --git a/_test/test_issues.py b/_test/test_issues.py index 157021e..721f3fe 100644 --- a/_test/test_issues.py +++ b/_test/test_issues.py @@ -549,7 +549,6 @@ class TestIssues: """) yaml.round_trip(inp, outp=exp) # NOQA - @pytest.mark.xfail(strict=True, reason='bla bla', raises=AssertionError) def test_issue_250(self): inp = """ # 1. -- cgit v1.2.1