Closed The-Compiler closed 2 years ago
There's also this CI failure seen in https://github.com/pytest-dev/pytest-bdd/pull/570#issuecomment-1301953329:
INTERNALERROR> tw = py.io.TerminalWriter()
INTERNALERROR> AttributeError: module 'py' has no attribute 'io'
pytest 7.2.0 (2022-10-23) release notes say:
#10396: pytest no longer depends on the
py
library. pytest provides a vendored copy ofpy.error
andpy.path
modules but will use thepy
library if it is installed. If you need otherpy.*
modules, continue to install the deprecatedpy
library separately, otherwise it can usually be removed as a dependency.
There's also this CI failure seen in #570 (comment):
Fixed in #571.
Right, I’ll make a release by the end of the weekend, thanks for notifying us
pytest_bdd 6.1.0 just released
Running pytest-bdd with pytest 7.2 (released a week ago) leads to:
This was fixed by @nicoddemus a few months ago:
549
but it looks like 689b6a9385c3622759e5e3387d21ef0f673fe2ad hasn't made it into a release so far?