Update dependency pytest-xprocess to ^0.22.0 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
pytest-xprocess | dev-dependencies | minor |
^0.19.0 -> ^0.22.0
|
Release Notes
pytest-dev/pytest-xprocess
v0.22.2
- Python 3.10 is now officially supported
-
surrogateescape
will now be used as error handling strategy for encode/decode operations. (#​127 <https://github.com/pytest-dev/pytest-xprocess/pull/127>
) - Make log files persistency, added in
0.21.0
, optional, defaulting to True. The previous logging behavior (prior to0.21.0
) can be enabled by settingpersist_logs
flag toFalse
when callingXProcess.ensure
. (#​122 <https://github.com/pytest-dev/pytest-xprocess/pull/122>
_) - Fix resource warnings due to leaked internal file handles (
#​121 <https://github.com/pytest-dev/pytest-xprocess/pull/121>
_) - Ignore zombie processes which are erroneously considered alive with python 3.11
(
#​117 <https://github.com/pytest-dev/pytest-xprocess/pull/118>
_)
v0.21.0
- Explicitly add
py
package as a dependency, fixing issue withpytest
>= 7.2.0 - Process log files will not be overwritten for each new process anymore, making it easier to debug issues that occurred in the middle of failed test runs
v0.20.0
- Cleanup reminders will now only be printed for verbosity levels equal or greater than 1
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Tine Wittler