`test_annotation_pytest_error` fails on `main` branch
amezin opened this issue · 1 comments
amezin commented
Failed: nomatch: '::error file=test_annotation_pytest_error\\.py,line=8::test_error.*'
and: ''
and: '::error file=test_annotation_pytest_error.py,line=1168::test_error%0A%0AFailed: Fixture "fixture" called directly. Fixtures are not meant to be called directly,%0Abut are created automatically when test functions request them as parameters.%0ASee https://docs.pytest.org/en/stable/explanation/fixtures.html for more information about fixtures, and%0Ahttps://docs.pytest.org/en/stable/deprecations.html#calling-fixtures-directly about how to update your code.'
remains unmatched: '::error file=test_annotation_pytest_error\\.py,line=8::test_error.*'
amezin commented
Not surprising, given that the code takes the file name from one source, and the line number from another source (and possibly a different file). Not sure how it's supposed to work.