forked from pool/python-pytest-timeout
- 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-timeout?expand=0&rev=24
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 13:01:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 7 20:11:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user