Skip to content

Commit

Permalink
Bump pytest-xdist from 3.2.0 to 3.2.1 (#1595)
Browse files Browse the repository at this point in the history
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from
3.2.0 to 3.2.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst">pytest-xdist's
changelog</a>.</em></p>
<blockquote>
<h1>pytest-xdist 3.2.1 (2023-03-12)</h1>
<h2>Bug Fixes</h2>
<ul>
<li><code>[#884](pytest-dev/pytest-xdist#884)
&lt;https://github.com/pytest-dev/pytest-xdist/issues/884&gt;</code>_:
Fixed hang in <code>worksteal</code> scheduler.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest-xdist/commit/b591be4868e5d85de5a98e72d6aa64f7dedbcb28"><code>b591be4</code></a>
Release 3.2.1</li>
<li><a
href="https://github.com/pytest-dev/pytest-xdist/commit/b6c195a56c3617e7d36fb95bc064e65716b1196f"><code>b6c195a</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest-xdist/issues/885">#885</a>
from amezin/steal-hang-fix</li>
<li><a
href="https://github.com/pytest-dev/pytest-xdist/commit/6abcdfc22ed64c699ac0fae8dc75d67b33dbffbe"><code>6abcdfc</code></a>
Fix hang caused by <code>steal</code> command with empty test queue</li>
<li><a
href="https://github.com/pytest-dev/pytest-xdist/commit/58fd7ccc052d8eabdc77d52ecf29bb67e2627969"><code>58fd7cc</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/pytest-dev/pytest-xdist/issues/881">#881</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest-xdist/commit/ba526fad5ac3132a1782971ee9617bf04d78fd54"><code>ba526fa</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest-xdist/issues/879">#879</a>
from pytest-dev/pre-commit-ci-update-config</li>
<li><a
href="https://github.com/pytest-dev/pytest-xdist/commit/efe674b2659fccbd31db39cac64d9681e1a0ce3c"><code>efe674b</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li><a
href="https://github.com/pytest-dev/pytest-xdist/commit/5d692a7d6318054ba4a75dae4c49ffba32200dff"><code>5d692a7</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest-xdist/issues/878">#878</a>
from akx/patch-1</li>
<li><a
href="https://github.com/pytest-dev/pytest-xdist/commit/5e795d88e7b390a36c33282d1415be5c66dcb92d"><code>5e795d8</code></a>
docs: Remove unused statement in one-log-per-worker example</li>
<li><a
href="https://github.com/pytest-dev/pytest-xdist/commit/2329d3454f7dc30e7b343b9a35d49fc0e9519c1a"><code>2329d34</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest-xdist/issues/875">#875</a>
from pytest-dev/release-3.2.0</li>
<li>See full diff in <a
href="https://github.com/pytest-dev/pytest-xdist/compare/v3.2.0...v3.2.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-xdist&package-manager=pip&previous-version=3.2.0&new-version=3.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 13, 2023
1 parent eef9da0 commit d297006
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pytest = "^7.2.2"
pytest-datadir = "^1.4.1"
pytest-mock = "^3.10.0"
pytest-timeout = "^2.1.0"
pytest-xdist = "^3.2.0"
pytest-xdist = "^3.2.1"
re-assert = "^1.1.0"
snakeviz = "^2.1.1"
starknet-devnet = "^0.4.5"
Expand Down

0 comments on commit d297006

Please sign in to comment.