-
Notifications
You must be signed in to change notification settings - Fork 352
Closed
Description
I've noticed that the baseline tests on master are currently failing. They pass when pytest is pinned to <6.1. Logs are available here:
- fail: https://travis-ci.com/github/michael-k/pytest-django/builds/188604675
- pass: https://travis-ci.com/github/michael-k/pytest-django/builds/188608938
They are failing because '* 1 passed in*' does not match ======================== 1 passed, 2 warnings in 0.05s =========================. The change in the handling of internal warnings in pytest 6.1.0 might be the causing this, but I didn't investigate this further yet (changelog: https://docs.pytest.org/en/stable/changelog.html#improvements).
Metadata
Metadata
Assignees
Labels
No labels