Release 4.2.0: xfail spelling change breaks test suite #4705
Labels
good first issue
easy issue that is friendly to new contributor
type: docs
documentation improvement, missing or needing clarification
Hi friends! 👋
Upgrading to pytest 4.2.0 caused failures in the pytest-emoji testsuite, because
pytest_report_teststatus
now returnsXFAIL
instead ofxfail
for the verbose test report.I'm raising this here as our changelog did not warn about this change (#4667, #4668). I welcome the change for the sake of consistency with other test outcomes, but I'm afraid this might cause some confusion for plugin maintainers.
How do you feel about updating the changelog to warn about this change? I'm happy to submit a pull request for that, if you think it makes sense. 🤔
Here's a minimal testcase, which passes for 4.1.0 but fails for 4.2.0:
The text was updated successfully, but these errors were encountered: