Changelog for
python310-pytest-timeout-2.0.2-qubes.2.10.noarch.rpm :
* Thu Jan 06 2022 Steve Kowalik
- 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.
* Thu Nov 05 2020 Marketa Machova - Update to 1.4.2
* Fix is_debugging function
* Mon Jun 29 2020 Marketa Calabkova - Update to 1.4.1
* Better detection of when we are debugging, thanks Mattwmaster58.
* Thu Jan 09 2020 Tomáš Chvátal - Update to 1.3.4:
* upstream moved to github
* support newer pytest releases- Drop merged patch pytest4.patch
* Tue Feb 12 2019 Tomáš Chvátal - Fix build with pytest4 from upstream:
* pytest4.patch
* Wed Nov 21 2018 Enno Gotthold - Version update to 1.3.3
* Fix support for pytest >= 3.10.
* Wed Sep 19 2018 Ondřej Súkup - version update to 1.3.2
* Fix deprecation warning on Python 3.6.
* Fix pytest 3.7.3 compatibility.
* Tue Jul 17 2018 scarabeusAATTopensuse.org- Version update to 1.3.0:
* Fixes for python3.7
* Various small fixes
* Sun Dec 03 2017 arunAATTgmx.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
* Wed Sep 06 2017 toddrme2178AATTgmail.com- Fix building