2022-08-29 13:24:16 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 19 18:22:49 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- Update to 2.1.0
|
|
|
|
* Get terminal width from shutil instead of deprecated py, thanks
|
|
|
|
Andrew Svetlov.
|
|
|
|
* Add an API for extending ``pytest-timeout`` functionality
|
|
|
|
with third-party plugins, thanks Andrew Svetlov.
|
|
|
|
- Don't test with pytest-cov in Staging: Put Ring1 on coverage diet
|
|
|
|
|
2020-11-05 22:36:16 +01:00
|
|
|
-------------------------------------------------------------------
|
2022-01-06 02:40:39 +01:00
|
|
|
Thu Jan 6 01:39:29 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- Update to 2.0.2:
|
|
|
|
* Fix debugger detection on OSX, thanks Alexander Pacha.
|
|
|
|
* Fix Python 2 removal, thanks Nicusor Picatureanu.
|
|
|
|
* Increase pytest requirement to >=5.0.0. Thanks Dominic Davis-Foster.
|
|
|
|
* Use thread timeout method when plugin is not called from main thread
|
|
|
|
to avoid crash.
|
|
|
|
* Fix pycharm debugger detection so timeouts are not triggered during
|
|
|
|
debugger usage.
|
|
|
|
* Dropped support for Python 2, minimum pytest version upported is 5.0.0.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2020-11-05 22:36:16 +01:00
|
|
|
Thu Nov 5 14:37:31 UTC 2020 - Marketa Machova <mmachova@suse.com>
|
|
|
|
|
|
|
|
- Update to 1.4.2
|
|
|
|
* Fix is_debugging function
|
|
|
|
|
2020-06-29 14:33:26 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 29 12:15:28 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- Update to 1.4.1
|
|
|
|
* Better detection of when we are debugging, thanks Mattwmaster58.
|
|
|
|
|
2020-01-09 09:35:22 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 9 08:24:34 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 1.3.4:
|
|
|
|
* upstream moved to github
|
|
|
|
* support newer pytest releases
|
|
|
|
- Drop merged patch pytest4.patch
|
|
|
|
|
2019-02-12 16:46:13 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 12 15:43:02 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Fix build with pytest4 from upstream:
|
|
|
|
* pytest4.patch
|
|
|
|
|
2018-09-19 12:01:48 +02:00
|
|
|
-------------------------------------------------------------------
|
2018-11-21 15:37:12 +01:00
|
|
|
Wed Nov 21 14:20:15 UTC 2018 - Enno Gotthold <egotthold@suse.com>
|
|
|
|
|
|
|
|
- Version update to 1.3.3
|
|
|
|
* Fix support for pytest >= 3.10.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2018-09-19 12:01:48 +02:00
|
|
|
Wed Sep 19 09:59:42 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
|
|
|
|
- version update to 1.3.2
|
|
|
|
* Fix deprecation warning on Python 3.6.
|
|
|
|
* Fix pytest 3.7.3 compatibility.
|
|
|
|
|
2018-07-18 22:55:47 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 17 12:55:33 UTC 2018 - scarabeus@opensuse.org
|
|
|
|
|
|
|
|
- Version update to 1.3.0:
|
|
|
|
* Fixes for python3.7
|
|
|
|
* Various small fixes
|
|
|
|
|
2017-12-08 12:58:27 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 3 19:13:13 UTC 2017 - arun@gmx.de
|
|
|
|
|
|
|
|
- update to version 1.2.1:
|
|
|
|
* Fix for pytest 3.3, thanks Bruno Oliveira.
|
|
|
|
* Update supported python versions:
|
|
|
|
+ Add CPython 3.6.
|
|
|
|
+ Drop CPyhon 2.6 (as did pytest 3.3)
|
|
|
|
+ Drop CPyhon 3.3
|
|
|
|
+ Drop CPyhon 3.4
|
|
|
|
|
2017-09-26 21:14:18 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 6 18:09:04 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Fix building
|
|
|
|
|
2017-08-29 11:46:53 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 28 21:52:12 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Initial version
|