Closed The-Compiler closed 2 years ago
Thanks!
Thank you for the quick merge! I assume you're planning to cut a new release after the currently open PRs are in?
Yep!
Thanks for the quick fix! I just discovered this error now and was investigating. And thanks for making the release so fast.
py._code has been moved to _pytest._code with pytest 2.9.0: https://docs.pytest.org/en/latest/changelog.html#id395
We still imported from py._code without actually depending from py. While this happened to work, it now breaks due to pytest dropping py: https://github.com/pytest-dev/pytest/pull/10396
Resulting in:
with the latest pytest main.