Closed drothlis closed 2 years ago
Base: 98.49% // Head: 98.49% // No change to project coverage :thumbsup:
Coverage data is based on head (
411afa6
) compared to base (fb7ede3
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Since pytest 7.2.0 was released 2 weeks ago (2022-10-23), CI fails against
pytest-latest
:Pytest 7.2.0 dropped its dependency on the
py
package. We don't specifypy
explicitly as a dependency, so tests starting failing since the release of pytest 7.2.0.To drop this dependency, pytest vendored
py.io.TerminalWriter
into_pytest._io
in pytest commit 276405a03 (6.0.0rc1). We require pytest>=6.2, so we can import it from there.