Skip to content

Update dependency pytest-xprocess to ^0.22.0 - autoclosed

Tine Wittler requested to merge renovate/pytest-xprocess-0.x into master

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

Compare Source

  • Python 3.10 is now officially supported
  • surrogateescape will now be used as error handling strategy for encode/decode operations. (#&#8203;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 to 0.21.0) can be enabled by setting persist_logs flag to False when calling XProcess.ensure. (#&#8203;122 <https://github.com/pytest-dev/pytest-xprocess/pull/122>_)
  • Fix resource warnings due to leaked internal file handles (#&#8203;121 <https://github.com/pytest-dev/pytest-xprocess/pull/121>_)
  • Ignore zombie processes which are erroneously considered alive with python 3.11 (#&#8203;117 <https://github.com/pytest-dev/pytest-xprocess/pull/118>_)

v0.21.0

Compare Source

  • Explicitly add py package as a dependency, fixing issue with pytest >= 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

Compare Source

  • Cleanup reminders will now only be printed for verbosity levels equal or greater than 1

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Tine Wittler

Merge request reports