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/04 17:17:53 UTC

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1835: Bump coverage from 7.0.1 to 7.0.3

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

   Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.0.1 to 7.0.3.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">coverage's changelog</a>.</em></p>
   <blockquote>
   <h2>Version 7.0.3 — 2023-01-03</h2>
   <ul>
   <li>Fix: when using pytest-cov or pytest-xdist, or perhaps both, the combining
   step could fail with <code>assert row is not None</code> using 7.0.2.  This was due to
   a race condition that has always been possible and is still possible. In
   7.0.1 and before, the error was silently swallowed by the combining code.
   Now it will produce a message &quot;Couldn't combine data file&quot; and ignore the
   data file as it used to do before 7.0.2.  Closes <code>issue 1522</code>_.</li>
   </ul>
   <p>.. _issue 1522: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1522">nedbat/coveragepy#1522</a></p>
   <p>.. _changes_7-0-2:</p>
   <h2>Version 7.0.2 — 2023-01-02</h2>
   <ul>
   <li>
   <p>Fix: when using the <code>[run] relative_files = True</code> setting, a relative
   <code>[paths]</code> pattern was still being made absolute.  This is now fixed,
   closing <code>issue 1519</code>_.</p>
   </li>
   <li>
   <p>Fix: if Python doesn't provide tomllib, then TOML configuration files can
   only be read if coverage.py is installed with the <code>[toml]</code> extra.
   Coverage.py will raise an error if TOML support is not installed when it sees
   your settings are in a .toml file. But it didn't understand that
   <code>[tools.coverage]</code> was a valid section header, so the error wasn't reported
   if you used that header, and settings were silently ignored.  This is now
   fixed, closing <code>issue 1516</code>_.</p>
   </li>
   <li>
   <p>Fix: adjusted how decorators are traced on PyPy 7.3.10, fixing <code>issue 1515</code>_.</p>
   </li>
   <li>
   <p>Fix: the <code>coverage lcov</code> report did not properly implement the
   <code>--fail-under=MIN</code> option.  This has been fixed.</p>
   </li>
   <li>
   <p>Refactor: added many type annotations, including a number of refactorings.
   This should not affect outward behavior, but they were a bit invasive in some
   places, so keep your eyes peeled for oddities.</p>
   </li>
   <li>
   <p>Refactor: removed the vestigial and long untested support for Jython and
   IronPython.</p>
   </li>
   </ul>
   <p>.. _issue 1515: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1515">nedbat/coveragepy#1515</a>
   .. _issue 1516: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1516">nedbat/coveragepy#1516</a>
   .. _issue 1519: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1519">nedbat/coveragepy#1519</a></p>
   <p>.. _changes_7-0-1:</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/nedbat/coveragepy/commit/2ff9098b41f3dfa4fdb4345028948ee6436d9d85"><code>2ff9098</code></a> docs: prep for 7.0.3</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/1f34d8b095d8e7c9d3276f1fc768a5d83d9e2aff"><code>1f34d8b</code></a> fix: race condition on data file shouldn't break combining. <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1522">#1522</a></li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/85170bf147c93f88c9d1580de3eb53da01082f18"><code>85170bf</code></a> build: two-step combines for speed</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/1605f07f9ab32a01debf5baffdba2831815c5919"><code>1605f07</code></a> mypy: misc.py, test_misc.py</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/4f3ccf213d813bb57775b2643b8bae5e08cbbbd0"><code>4f3ccf2</code></a> refactor: a better way to have maybe-importable third-party modules</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/98301ed240a141592573c2ed239e006d42a26161"><code>98301ed</code></a> mypy: test_config.py, test_context.py</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/9d2e1b055cf7ed02eba725b86d476c24a718178d"><code>9d2e1b0</code></a> mypy: test_concurrency.py, test_python.py</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/c3ee30c1cfd133f1e36a4a8992b531a0dc7ec5a9"><code>c3ee30c</code></a> refactor(test): use tmp_path instead of tmpdir</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/0b05b45e342813b34d906e840e253a06b37133ae"><code>0b05b45</code></a> mypy: test_annotate.py test_arcs.py test_collector.py</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/2090f79d4a0447f4d3744ea957fcebd951f0b843"><code>2090f79</code></a> style: better</li>
   <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.0.1...7.0.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=coverage&package-manager=pip&previous-version=7.0.1&new-version=7.0.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] dependabot[bot] commented on pull request #1835: Bump coverage from 7.0.1 to 7.0.3

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

   Superseded by #1840.


-- 
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] closed pull request #1835: Bump coverage from 7.0.1 to 7.0.3

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #1835: Bump coverage from 7.0.1 to 7.0.3
URL: https://github.com/apache/libcloud/pull/1835


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