1750e2966a
- update to 2.0.2: * 🐛32 Fix dangling compatibility issues with pytest version 8.x. Thanks to Alex Gaynor for the patch!
Dirk Mueller2024-04-06 12:11:49 +00:00
dd5b1a1797
- update to 2.0.1: * Don't try loading Pytest fixture functions as if they were test functions. Classifying this as a bug even though it's a moderately sized change in behavior; it's vanishingly unlikely anybody was relying on this somehow!
Dirk Mueller2023-05-31 19:44:38 +00:00
8bdf5ad79a
- Update to 2.0.0: * Prior to version 2, we failed to correctly support true Pytest setup/teardown methods (i.e. setup_method and teardown_method) and these would not get copied to inner class scopes. This has been fixed. We still support old nose-style setup/teardown for now, despite them going away in Pytest 8. * Modernize codebase/project a bunch: + Dropped support for Python <3.6 (including 2.7) + Pytest support upgraded to support, and require, Pytest >=7. + Behavioral changes in Pytest internals have fixed a handful of sorta-bugs present in pytest-relaxed under Pytest versions 3 and 4. - Dropped patches pytest-6.1-and-7.patch, pytest-relaxed-pr10.patch: * No longer required.
Steve Kowalik2023-01-05 03:29:55 +00:00