소스 검색

Clarify xfails are for deprecated features

Tim Byrne 5 년 전
부모
커밋
0c7aec6dd7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/test_compat_alt.py

+ 1 - 1
test/test_compat_alt.py

@@ -153,7 +153,7 @@ def test_wild(request, runner, yadm_y, paths,
     if request.node.name in BROKEN_TEST_IDS:
         pytest.xfail(
             'This test is known to be broken. '
-            'This bug needs to be fixed.')
+            'This bug only affects deprecated features.')
 
     tst_class = 'testclass'