Files
python-pytest-xprocess/python-pytest-xprocess.spec
Dirk Mueller da6d026e72 - update to 0.22.2:
* Python 3.10 is now officially supported
  * `surrogateescape` will now be used as error handling strategy
    for encode/decode operations.
  * Make log files persistency, added in `0.21.0`, optional,
    defaulting to True. The previous logging behavior (prior to
    `0.21.0`) can be enabled by setting `persist_logs` flag to
    `False` when calling `XProcess.ensure`.
  * Fix resource warnings due to leaked internal file handles
  * Ignore zombie processes which are erroneously considered
    alive with python 3.11

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-xprocess?expand=0&rev=7
2023-05-04 22:32:33 +00:00

2.1 KiB