- Fixes a weird corner case where an internal error could be generated by (1) having a session scope fixture fail in teardown and (2) having the last test in the session be skipped. Thanks asyash26 for reporting and creating reproduction steps. Resolves 170
2.5.1
Fixed
- Set a minimum pluggy version during type checking. Resolves 176, thanks d-ryzhykau
2.5.0
Changed/Added
- Add type hints, remove support for Python 3.8, resolves 163, thanks mfulgo