SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python310-pytest-timeout-2.3.1-1.3.noarch.rpm :

* Sat Mar 16 2024 Dirk Müller - update to 2.3.1:
* Fixup some build errors, mostly README syntax which stopped twine from uploading.
* Fix debugger detection for recent VSCode, this compiles pydevd using cython which is now correctly detected.
* Switched to using Pytest\'s ``TerminalReporter`` instead of writing directly to ``sys.{stdout,stderr}``.
* This change also switches all output from ``sys.stderr`` to ``sys.stdout``.
* Pytest 7.0.0 is now the minimum supported version.
* Add ``--session-timeout`` option and ``session_timeout`` setting.
* Tue Nov 07 2023 Dirk Müller - update to 2.2.0:
* Update _validate_func_only to return None so it can utilize the environment
* Add --timeout-disable-debugger-detection flag
* 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.
* Fri Aug 19 2022 Ben Greiner - 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
* 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
 
ICM