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 2022/09/02 15:23:44 UTC

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1750: Bump pytest from 7.0.1 to 7.1.3

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

   Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.1 to 7.1.3.
   <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.1.3</h2>
   <h1>pytest 7.1.3 (2022-08-31)</h1>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10060">#10060</a>: When running with <code>--pdb</code>, <code>TestCase.tearDown</code> is no longer called for tests when the <em>class</em> has been skipped via <code>unittest.skip</code> or <code>pytest.mark.skip</code>.</li>
   <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10190">#10190</a>: Invalid XML characters in setup or teardown error messages are now properly escaped for JUnit XML reports.</li>
   <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10230">#10230</a>: Ignore <code>.py</code> files created by <code>pyproject.toml</code>-based editable builds introduced in <a href="https://pip.pypa.io/en/stable/news/#v21-3">pip 21.3</a>.</li>
   <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/3396">#3396</a>: Doctests now respect the <code>--import-mode</code> flag.</li>
   <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9514">#9514</a>: Type-annotate <code>FixtureRequest.param</code> as <code>Any</code> as a stop gap measure until <code>8073</code>{.interpreted-text role=&quot;issue&quot;} is fixed.</li>
   <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9791">#9791</a>: Fixed a path handling code in <code>rewrite.py</code> that seems to work fine, but was incorrect and fails in some systems.</li>
   <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9917">#9917</a>: Fixed string representation for <code>pytest.approx</code>{.interpreted-text role=&quot;func&quot;} when used to compare tuples.</li>
   </ul>
   <h2>Improved Documentation</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9937">#9937</a>: Explicit note that <code>tmpdir</code>{.interpreted-text role=&quot;fixture&quot;} fixture is discouraged in favour of <code>tmp_path</code>{.interpreted-text role=&quot;fixture&quot;}.</li>
   </ul>
   <h2>Trivial/Internal Changes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10114">#10114</a>: Replace <a href="https://github.com/untitaker/python-atomicwrites">atomicwrites</a> dependency on windows with [os.replace]{.title-ref}.</li>
   </ul>
   <h2>7.1.2</h2>
   <h1>pytest 7.1.2 (2022-04-23)</h1>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9726">#9726</a>: An unnecessary <code>numpy</code> import inside <code>pytest.approx</code>{.interpreted-text role=&quot;func&quot;} was removed.</li>
   <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9820">#9820</a>: Fix comparison of <code>dataclasses</code> with <code>InitVar</code>.</li>
   <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9869">#9869</a>: Increase <code>stacklevel</code> for the <code>NODE_CTOR_FSPATH_ARG</code> deprecation to point to the
   user's code, not pytest.</li>
   <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9871">#9871</a>: Fix a bizarre (and fortunately rare) bug where the [temp_path]{.title-ref} fixture could raise
   an internal error while attempting to get the current user's username.</li>
   </ul>
   <h2>7.1.1</h2>
   <h1>pytest 7.1.1 (2022-03-17)</h1>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9767">#9767</a>: Fixed a regression in pytest 7.1.0 where some conftest.py files outside of the source tree (e.g. in the [site-packages]{.title-ref} directory) were not picked up.</li>
   </ul>
   <h2>7.1.0</h2>
   <p>pytest 7.1.0 (2022-03-13)</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pytest-dev/pytest/commit/4645bcd44915c2fd6043b101626e5bf1a983ac07"><code>4645bcd</code></a> Remove incorrect output in how-to/fixtures.rst</li>
   <li><a href="https://github.com/pytest-dev/pytest/commit/fadfb4f3463bc828535f86682300907a30f240e9"><code>fadfb4f</code></a> Prepare release version 7.1.3</li>
   <li><a href="https://github.com/pytest-dev/pytest/commit/ab96ea88e829af05e1491c30214b924c9553697b"><code>ab96ea8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10258">#10258</a> from pytest-dev/backport-10252-to-7.1.x</li>
   <li><a href="https://github.com/pytest-dev/pytest/commit/fc0e024b118fa63e84637bd5c9242b2b382e58fd"><code>fc0e024</code></a> [7.1.x] Fix regendoc</li>
   <li><a href="https://github.com/pytest-dev/pytest/commit/8f5088f4126b61ff76ac9809d5eb27cdbc31f07b"><code>8f5088f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10249">#10249</a> from pytest-dev/backport-10231-to-7.1.x</li>
   <li><a href="https://github.com/pytest-dev/pytest/commit/aae93d6127c43a7f9036556ba7482019d389e21d"><code>aae93d6</code></a> Ignore type-errors related to attr.asdict</li>
   <li><a href="https://github.com/pytest-dev/pytest/commit/71b79fcda5313624544ae501a2045186c1c72244"><code>71b79fc</code></a> [7.1.x] Ignore editable installation modules</li>
   <li><a href="https://github.com/pytest-dev/pytest/commit/89f7518cb131579608387936c55f96cd4d3e9d3f"><code>89f7518</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10222">#10222</a> from pytest-dev/backport-10171-to-7.1.x</li>
   <li><a href="https://github.com/pytest-dev/pytest/commit/88fc45bd57d217a9dc6f53e419c94d28e2d5392f"><code>88fc45b</code></a> [7.1.x] Update fixtures.rst w/ finalizer order</li>
   <li><a href="https://github.com/pytest-dev/pytest/commit/d0b53d6ba7b41dcb200a35af5f5733f591cd929b"><code>d0b53d6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10221">#10221</a> from pytest-dev/backport-10217-to-7.1.x</li>
   <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest/compare/7.0.1...7.1.3">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.0.1&new-version=7.1.3)](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] codecov-commenter commented on pull request #1750: Bump pytest from 7.0.1 to 7.1.3

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #1750:
URL: https://github.com/apache/libcloud/pull/1750#issuecomment-1235638097

   # [Codecov](https://codecov.io/gh/apache/libcloud/pull/1750?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 [#1750](https://codecov.io/gh/apache/libcloud/pull/1750?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (8476aa0) into [trunk](https://codecov.io/gh/apache/libcloud/commit/7f9041dc9035a5607f32025aa0319b0f3b888dbc?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (7f9041d) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/libcloud/pull/1750/graphs/tree.svg?width=650&height=150&src=pr&token=PYoduksh69&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/libcloud/pull/1750?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@           Coverage Diff           @@
   ##            trunk    #1750   +/-   ##
   =======================================
     Coverage   83.29%   83.29%           
   =======================================
     Files         400      400           
     Lines       87770    87770           
     Branches     9331     9331           
   =======================================
     Hits        73104    73104           
     Misses      11486    11486           
     Partials     3180     3180           
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/libcloud/pull/1750?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/libcloud/pull/1750?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [7f9041d...8476aa0](https://codecov.io/gh/apache/libcloud/pull/1750?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?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: notifications-unsubscribe@libcloud.apache.org

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


[GitHub] [libcloud] dependabot[bot] commented on pull request #1750: Bump pytest from 7.0.1 to 7.1.3

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #1750:
URL: https://github.com/apache/libcloud/pull/1750#issuecomment-1235791384

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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] Kami commented on pull request #1750: Bump pytest from 7.0.1 to 7.1.3

Posted by GitBox <gi...@apache.org>.
Kami commented on PR #1750:
URL: https://github.com/apache/libcloud/pull/1750#issuecomment-1235791348

   Can't upgrade since we still support Python 3.6.


-- 
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] Kami closed pull request #1750: Bump pytest from 7.0.1 to 7.1.3

Posted by GitBox <gi...@apache.org>.
Kami closed pull request #1750: Bump pytest from 7.0.1 to 7.1.3
URL: https://github.com/apache/libcloud/pull/1750


-- 
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