BradenM / micropy-cli

Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!
https://micropy-cli.readthedocs.io
MIT License
314 stars 25 forks source link

chore(deps): update dependency pytest-xdist to v3.3.1 #479

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest-xdist (changelog) 3.3.0 -> 3.3.1 age adoption passing confidence

Release Notes

pytest-dev/pytest-xdist ### [`v3.3.1`](https://togithub.com/pytest-dev/pytest-xdist/blob/HEAD/CHANGELOG.rst#pytest-xdist-331-2023-05-19) [Compare Source](https://togithub.com/pytest-dev/pytest-xdist/compare/v3.3.0...v3.3.1) \=============================== ## Bug Fixes - `#​907 `\_: Avoid remote calls during startup as `execnet` by default does not ensure remote affinity with the main thread and might accidentally schedule the pytest worker into a non-main thread, which breaks numerous frameworks, for example `asyncio`, `anyio`, `PyQt/PySide`, etc. A more safe correction will require thread affinity in `execnet` (`pytest-dev/execnet#​96 `\__).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (2ee6d8d) 91.85% compared to head (aa3f12a) 91.85%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #479 +/- ## ======================================= Coverage 91.85% 91.85% ======================================= Files 52 52 Lines 2811 2811 ======================================= Hits 2582 2582 Misses 229 229 ``` | Flag | Coverage Δ | | |---|---|---| | os-macOS-12 | `91.81% <ø> (ø)` | | | os-ubuntu-latest | `91.78% <ø> (-0.04%)` | :arrow_down: | | os-windows-latest | `91.74% <ø> (+0.18%)` | :arrow_up: | | py-3.10 | `91.67% <ø> (-0.18%)` | :arrow_down: | | py-3.11 | `91.81% <ø> (-0.04%)` | :arrow_down: | | py-3.8 | `91.77% <ø> (ø)` | | | py-3.9 | `91.81% <ø> (+0.17%)` | :arrow_up: | | unittests | `91.85% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.