You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove dependency on py The `py.std` module is just an alias for the built in Python modules, so doesn't serve any purpose over importing them directly. `TerminalWriter` can instead be imported from Pytest directly via a private import, which means the `py` dependency can be removed. * Add entry to CHANGELOG
0 commit comments