Changelog for
python311-pytest-relaxed-2.0.2-1.3.noarch.rpm :
* Sat Apr 06 2024 Dirk Müller
- update to 2.0.2:
* :bug:`32` Fix dangling compatibility issues with pytest version 8.x. Thanks to Alex Gaynor for the patch!
* Wed May 31 2023 Dirk Müller - 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!
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Wed Jan 11 2023 Steve Kowalik - 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.- Removed six from BuildRequires, is no longer used.
* Tue Apr 12 2022 Ben Greiner - Enhance no-makeitem-method.patch to pytest-6.1-and-7.patch gh#bitprophet/pytest-relaxed#21
* Thu Mar 10 2022 Steve Kowalik - Add patch no-makeitem-method.patch:
* Support pytest > 6.1- No longer skip python310.
* Tue Dec 28 2021 Ben Greiner - Skip python310 -- gh#bitprophet/pytest-relaxed#12
* Wed Nov 17 2021 Steve Kowalik - Add missing BuildRequires on six.
* Tue Oct 13 2020 Benjamin Greiner - Upper limit pytest 6.1 -- gh#bitprophet/pytest-relaxed#12