You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2023/01/16 17:12:41 UTC

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1845: Bump pytest from 7.2.0 to 7.2.1

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

   Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 7.2.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest/releases">pytest's releases</a>.</em></p>
   <blockquote>
   <h2>7.2.1</h2>
   <h1>pytest 7.2.1 (2023-01-13)</h1>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10452">#10452</a>: Fix 'importlib.abc.TraversableResources' deprecation warning in Python 3.12.</li>
   <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10457">#10457</a>: If a test is skipped from inside a fixture, the test summary now shows the test location instead of the fixture location.</li>
   <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10506">#10506</a>: Fix bug where sometimes pytest would use the file system root directory as <code>rootdir &lt;rootdir&gt;</code>{.interpreted-text role=&quot;ref&quot;} on Windows.</li>
   <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10607">#10607</a>: Fix a race condition when creating junitxml reports, which could occur when multiple instances of pytest execute in parallel.</li>
   <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10641">#10641</a>: Fix a race condition when creating or updating the stepwise plugin's cache, which could occur when multiple xdist worker nodes try to simultaneously update the stepwise plugin's cache.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pytest-dev/pytest/commit/1ae778f13ec8350e224ae6a365f21cc0d83af018"><code>1ae778f</code></a> Prepare release version 7.2.1</li>
   <li><a href="https://github.com/pytest-dev/pytest/commit/cb07711846163e421ed603d4592454ad2a092ef1"><code>cb07711</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10656">#10656</a> from pytest-dev/backport-10641-to-7.2.x</li>
   <li><a href="https://github.com/pytest-dev/pytest/commit/944070259e65b06be54cca32cfea3cdd4df3f1ca"><code>9440702</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10657">#10657</a> from pytest-dev/backport-10640-to-7.2.x</li>
   <li><a href="https://github.com/pytest-dev/pytest/commit/e8055c16095f6481ded825eb60cb572f45cbc5fb"><code>e8055c1</code></a> [7.2.x] Fix regen tox environment</li>
   <li><a href="https://github.com/pytest-dev/pytest/commit/f22fbbf9f161e7e1d4cdf8c38bf04c57c43c1a09"><code>f22fbbf</code></a> [7.2.x] Dont update cache from xdist worker</li>
   <li><a href="https://github.com/pytest-dev/pytest/commit/211d08e9bca5461f48e1a4705a837bd9d21dc6e1"><code>211d08e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10638">#10638</a> from pytest-dev/backport-10607-to-7.2.x</li>
   <li><a href="https://github.com/pytest-dev/pytest/commit/a6f85a0e3eabb07f79959455485d3a31c8526d53"><code>a6f85a0</code></a> [7.2.x] Mitigate directory creation race condition</li>
   <li><a href="https://github.com/pytest-dev/pytest/commit/08d0dd06ac618a181bcb606b1e24ba08777dfdcd"><code>08d0dd0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10637">#10637</a> from pytest-dev/backport-10632-to-7.2.x</li>
   <li><a href="https://github.com/pytest-dev/pytest/commit/405fd151280eef099c5801e4671380236d9fba9e"><code>405fd15</code></a> [7.2.x] Fix tests pygments 2.14.0</li>
   <li><a href="https://github.com/pytest-dev/pytest/commit/c16315f5c30648b2a001ce3d8a12c858ec1e091a"><code>c16315f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10586">#10586</a> from nicoddemus/backport-10578</li>
   <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest/compare/7.2.0...7.2.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest&package-manager=pip&previous-version=7.2.0&new-version=7.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>


-- 
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: notifications-unsubscribe@libcloud.apache.org

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


[GitHub] [libcloud] asfgit merged pull request #1845: Bump pytest from 7.2.0 to 7.2.1

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


-- 
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: notifications-unsubscribe@libcloud.apache.org

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