5ae025908a
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-relaxed?expand=0&rev=19
76 lines
2.9 KiB
Plaintext
76 lines
2.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jan 10 06:33:49 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 12 19:41:01 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Enhance no-makeitem-method.patch to pytest-6.1-and-7.patch
|
|
gh#bitprophet/pytest-relaxed#21
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 10 06:05:48 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add patch no-makeitem-method.patch:
|
|
* Support pytest > 6.1
|
|
- No longer skip python310.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 28 20:34:06 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Skip python310 -- gh#bitprophet/pytest-relaxed#12
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 17 03:44:15 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add missing BuildRequires on six.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 13 10:33:07 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- Upper limit pytest 6.1 -- gh#bitprophet/pytest-relaxed#12
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 15 22:10:39 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- fix test failure by pytest-relaxed-pr10.patch
|
|
gh#bitprophet/pytest-relaxed#10
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 15 12:51:01 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Skip test test_tests_are_colorized_by_test_result as pytest 5.3
|
|
tweaked color output a bit
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 17 10:49:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.1.5:
|
|
* Fix compatibility with pytest versions 3.3 and above.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 14 15:30:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.1.4:
|
|
* Various tiny fixes in formating/metadata/etc.
|
|
- Drop patch python3_fix.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 15 19:16:52 UTC 2017 - mimi.vx@gmail.com
|
|
|
|
- initial commit
|
|
* added python3_fix.patch - nonascii characters in README
|