You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/03/14 05:07:20 UTC

[GitHub] [beam] dependabot[bot] opened a new pull request, #25833: Update pytest-xdist requirement from <3,>=2.5.0 to >=2.5.0,<4 in /sdks/python

dependabot[bot] opened a new pull request, #25833:
URL: https://github.com/apache/beam/pull/25833

   Updates the requirements on [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) to permit the latest version.
   <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](https://github.com/pytest-dev/pytest-xdist/issues/884) &lt;https://github.com/pytest-dev/pytest-xdist/issues/884&gt;</code>_: Fixed hang in <code>worksteal</code> scheduler.</li>
   </ul>
   <h1>pytest-xdist 3.2.0 (2023-02-07)</h1>
   <h2>Improved Documentation</h2>
   <ul>
   <li><code>[#863](https://github.com/pytest-dev/pytest-xdist/issues/863) &lt;https://github.com/pytest-dev/pytest-xdist/issues/863&gt;</code>_: Document limitations for debugging due to standard I/O of workers not being forwarded. Also, mention remote debugging as a possible workaround.</li>
   </ul>
   <h2>Features</h2>
   <ul>
   <li>
   <p><code>[#855](https://github.com/pytest-dev/pytest-xdist/issues/855) &lt;https://github.com/pytest-dev/pytest-xdist/issues/855&gt;</code>_: Users can now configure <code>load</code> scheduling precision using <code>--maxschedchunk</code> command
   line option.</p>
   </li>
   <li>
   <p><code>[#858](https://github.com/pytest-dev/pytest-xdist/issues/858) &lt;https://github.com/pytest-dev/pytest-xdist/issues/858&gt;</code><em>: New <code>worksteal</code> scheduler, based on the idea of <code>work stealing &lt;https://en.wikipedia.org/wiki/Work_stealing&gt;</code></em>. It's similar to <code>load</code> scheduler, but it should handle tests with significantly differing duration better, and, at the same time, it should provide similar or better reuse of fixtures.</p>
   </li>
   </ul>
   <h2>Trivial Changes</h2>
   <ul>
   <li><code>[#870](https://github.com/pytest-dev/pytest-xdist/issues/870) &lt;https://github.com/pytest-dev/pytest-xdist/issues/870&gt;</code>_: Make the tests pass even when <code>$PYTEST_XDIST_AUTO_NUM_WORKERS</code> is set.</li>
   </ul>
   <h1>pytest-xdist 3.1.0 (2022-12-01)</h1>
   <h2>Features</h2>
   <ul>
   <li>
   <p><code>[#789](https://github.com/pytest-dev/pytest-xdist/issues/789) &lt;https://github.com/pytest-dev/pytest-xdist/issues/789&gt;</code>_: Users can now set a default distribution mode in their configuration file:</p>
   <p>.. code-block:: ini</p>
   <pre><code>[pytest]
   addopts = --dist loadscope
   </code></pre>
   </li>
   <li>
   <p><code>[#842](https://github.com/pytest-dev/pytest-xdist/issues/842) &lt;https://github.com/pytest-dev/pytest-xdist/issues/842&gt;</code>_: Python 3.11 is now officially supported.</p>
   </li>
   </ul>
   <p>Removals</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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><a href="https://github.com/pytest-dev/pytest-xdist/commit/5c065198e98df484d8193a5fba5480db541fac37"><code>5c06519</code></a> Release 3.2.0</li>
   <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest-xdist/compare/v2.5.0...v3.2.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] commented on pull request #25833: Update pytest-xdist requirement from <3,>=2.5.0 to >=2.5.0,<4 in /sdks/python

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #25833:
URL: https://github.com/apache/beam/pull/25833#issuecomment-1473896334

   R: @damccorm for final approval


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] codecov[bot] commented on pull request #25833: Update pytest-xdist requirement from <3,>=2.5.0 to >=2.5.0,<4 in /sdks/python

Posted by "codecov[bot] (via GitHub)" <gi...@apache.org>.
codecov[bot] commented on PR #25833:
URL: https://github.com/apache/beam/pull/25833#issuecomment-1467393900

   ## [Codecov](https://codecov.io/gh/apache/beam/pull/25833?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#25833](https://codecov.io/gh/apache/beam/pull/25833?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (ef51f6a) into [master](https://codecov.io/gh/apache/beam/commit/04c2de61e5dd840a4a5bbcb3b142ef39a11262ab?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (04c2de6) will **increase** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #25833   +/-   ##
   =======================================
     Coverage   72.71%   72.72%           
   =======================================
     Files         777      777           
     Lines      103083   103083           
   =======================================
   + Hits        74959    74965    +6     
   + Misses      26668    26662    -6     
     Partials     1456     1456           
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | python | `81.81% <ø> (+<0.01%)` | :arrow_up: |
   
   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=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   [see 9 files with indirect coverage changes](https://codecov.io/gh/apache/beam/pull/25833/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] commented on pull request #25833: Update pytest-xdist requirement from <3,>=2.5.0 to >=2.5.0,<4 in /sdks/python

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #25833:
URL: https://github.com/apache/beam/pull/25833#issuecomment-1467419656

   Assigning reviewers. If you would like to opt out of this review, comment `assign to next reviewer`:
   
   R: @AnandInguva for label python.
   
   Available commands:
   - `stop reviewer notifications` - opt out of the automated review tooling
   - `remind me after tests pass` - tag the comment author after tests pass
   - `waiting on author` - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)
   
   The PR bot will only process comments in the main thread (not review comments).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] damccorm merged pull request #25833: Update pytest-xdist requirement from <3,>=2.5.0 to >=2.5.0,<4 in /sdks/python

Posted by "damccorm (via GitHub)" <gi...@apache.org>.
damccorm merged PR #25833:
URL: https://github.com/apache/beam/pull/25833


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org