Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2021

Bumps pytest-cov from 2.10.1 to 2.11.1.

Changelog

Sourced from pytest-cov's changelog.

2.11.1 (2021-01-20)

  • Fixed support for newer setuptools (v42+). Contributed by Michał Górny in [#451](https://github.com/pytest-dev/pytest-cov/issues/451) <https://github.com/pytest-dev/pytest-cov/pull/451>_.

2.11.0 (2021-01-18)

  • Bumped minimum coverage requirement to 5.2.1. This prevents reporting issues. Contributed by Mateus Berardo de Souza Terra in [#433](https://github.com/pytest-dev/pytest-cov/issues/433) <https://github.com/pytest-dev/pytest-cov/pull/433>_.
  • Improved sample projects (from the examples <https://github.com/pytest-dev/pytest-cov/tree/master/examples>_ directory) to support running tox -e pyXY. Now the example configures a suffixed coverage data file, and that makes the cleanup environment unnecessary. Contributed by Ganden Schaffner in [#435](https://github.com/pytest-dev/pytest-cov/issues/435) <https://github.com/pytest-dev/pytest-cov/pull/435>_.
  • Removed the empty console_scripts entrypoint that confused some Gentoo build script. I didn't ask why it was so broken cause I didn't want to ruin my day. Contributed by Michał Górny in [#434](https://github.com/pytest-dev/pytest-cov/issues/434) <https://github.com/pytest-dev/pytest-cov/pull/434>_.
  • Fixed the missing coverage context <https://coverage.readthedocs.io/en/stable/contexts.html>_ when using subprocesses. Contributed by Bernát Gábor in [#443](https://github.com/pytest-dev/pytest-cov/issues/443) <https://github.com/pytest-dev/pytest-cov/pull/443>_.
  • Updated the config section in the docs. Contributed by Pamela McA'Nulty in [#429](https://github.com/pytest-dev/pytest-cov/issues/429) <https://github.com/pytest-dev/pytest-cov/pull/429>_.
  • Migrated CI to travis-ci.com (from .org).
Commits

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added autosquash dependencies Pull requests that update a dependency file labels Jan 21, 2021
@codecov
Copy link

codecov bot commented Jan 21, 2021

Codecov Report

Merging #5422 (288f062) into master (3014db4) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #5422   +/-   ##
=======================================
  Coverage   97.17%   97.17%           
=======================================
  Files          41       41           
  Lines        8742     8742           
  Branches     1402     1402           
=======================================
  Hits         8495     8495           
  Misses        129      129           
  Partials      118      118           
Flag Coverage Δ
unit 97.06% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3014db4...288f062. Read the comment docs.

@aio-libs-github-bot aio-libs-github-bot bot merged commit de950c2 into master Jan 21, 2021
@aio-libs-github-bot aio-libs-github-bot bot deleted the dependabot/pip/pytest-cov-2.11.1 branch January 21, 2021 13:34
alandtse pushed a commit to alandtse/aiohttp that referenced this pull request Feb 14, 2021
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.10.1 to 2.11.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst">pytest-cov's changelog</a>.</em></p>
<blockquote>
<h2>2.11.1 (2021-01-20)</h2>
<ul>
<li>Fixed support for newer setuptools (v42+).
Contributed by Michał Górny in <code>[aio-libs#451](pytest-dev/pytest-cov#451) &lt;https://github.com/pytest-dev/pytest-cov/pull/451&gt;</code>_.</li>
</ul>
<h2>2.11.0 (2021-01-18)</h2>
<ul>
<li>Bumped minimum coverage requirement to 5.2.1. This prevents reporting issues.
Contributed by Mateus Berardo de Souza Terra in <code>[aio-libs#433](pytest-dev/pytest-cov#433) &lt;https://github.com/pytest-dev/pytest-cov/pull/433&gt;</code>_.</li>
<li>Improved sample projects (from the <code>examples &lt;https://github.com/pytest-dev/pytest-cov/tree/master/examples&gt;</code>_
directory) to support running <code>tox -e pyXY</code>. Now the example configures a suffixed coverage data file,
and that makes the cleanup environment unnecessary.
Contributed by Ganden Schaffner in <code>[aio-libs#435](pytest-dev/pytest-cov#435) &lt;https://github.com/pytest-dev/pytest-cov/pull/435&gt;</code>_.</li>
<li>Removed the empty <code>console_scripts</code> entrypoint that confused some Gentoo build script.
I didn't ask why it was so broken cause I didn't want to ruin my day.
Contributed by Michał Górny in <code>[aio-libs#434](pytest-dev/pytest-cov#434) &lt;https://github.com/pytest-dev/pytest-cov/pull/434&gt;</code>_.</li>
<li>Fixed the missing <code>coverage context &lt;https://coverage.readthedocs.io/en/stable/contexts.html&gt;</code>_
when using subprocesses.
Contributed by Bernát Gábor in <code>[aio-libs#443](pytest-dev/pytest-cov#443) &lt;https://github.com/pytest-dev/pytest-cov/pull/443&gt;</code>_.</li>
<li>Updated the config section in the docs.
Contributed by Pamela McA'Nulty in <code>[aio-libs#429](pytest-dev/pytest-cov#429) &lt;https://github.com/pytest-dev/pytest-cov/pull/429&gt;</code>_.</li>
<li>Migrated CI to travis-ci.com (from .org).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/5e1913e013eb06d5bd1357695349d0a75fbf0503"><code>5e1913e</code></a> Bump version: 2.11.0 → 2.11.1</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/51f1f2b353ef388a00810f28f8682f891d699332"><code>51f1f2b</code></a> Update changelog.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/d39de1eea7a2d8451fa14cd45298caeead3bf2cc"><code>d39de1e</code></a> Fix custom commands with newer setuptools</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/b45388d0bf81465759412c6b977c6a1fc5201346"><code>b45388d</code></a> Bump version: 2.10.1 → 2.11.0</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/bd7e8506d7c0d85ac10f3569b8da3584b80bc67c"><code>bd7e850</code></a> Fix link name.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/5f935d5dc281b470687147b28f90b09dc887efc3"><code>5f935d5</code></a> Update changelog.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/d3c382a7e7e933e9602f5a5445d03f6dc5138da0"><code>d3c382a</code></a> Skip this on 3.8+</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/a2493d5f1825568b1f66ff033a49f28437560cad"><code>a2493d5</code></a> Skip this on 3.8+</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/25eed212085ce9a2d5383a6a4a2b360d0d514f89"><code>25eed21</code></a> Turns out there were some internal changes in the pytester plugin.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/42d7705b26c3fdbd74cd81a01b8fe0f213d16095"><code>42d7705</code></a> Oops.</li>
<li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest-cov/compare/v2.10.1...v2.11.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-cov&package-manager=pip&previous-version=2.10.1&new-version=2.11.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)
commonism pushed a commit to commonism/aiohttp that referenced this pull request Apr 27, 2021
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.10.1 to 2.11.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst">pytest-cov's changelog</a>.</em></p>
<blockquote>
<h2>2.11.1 (2021-01-20)</h2>
<ul>
<li>Fixed support for newer setuptools (v42+).
Contributed by Michał Górny in <code>[aio-libs#451](pytest-dev/pytest-cov#451) &lt;https://github.com/pytest-dev/pytest-cov/pull/451&gt;</code>_.</li>
</ul>
<h2>2.11.0 (2021-01-18)</h2>
<ul>
<li>Bumped minimum coverage requirement to 5.2.1. This prevents reporting issues.
Contributed by Mateus Berardo de Souza Terra in <code>[aio-libs#433](pytest-dev/pytest-cov#433) &lt;https://github.com/pytest-dev/pytest-cov/pull/433&gt;</code>_.</li>
<li>Improved sample projects (from the <code>examples &lt;https://github.com/pytest-dev/pytest-cov/tree/master/examples&gt;</code>_
directory) to support running <code>tox -e pyXY</code>. Now the example configures a suffixed coverage data file,
and that makes the cleanup environment unnecessary.
Contributed by Ganden Schaffner in <code>[aio-libs#435](pytest-dev/pytest-cov#435) &lt;https://github.com/pytest-dev/pytest-cov/pull/435&gt;</code>_.</li>
<li>Removed the empty <code>console_scripts</code> entrypoint that confused some Gentoo build script.
I didn't ask why it was so broken cause I didn't want to ruin my day.
Contributed by Michał Górny in <code>[aio-libs#434](pytest-dev/pytest-cov#434) &lt;https://github.com/pytest-dev/pytest-cov/pull/434&gt;</code>_.</li>
<li>Fixed the missing <code>coverage context &lt;https://coverage.readthedocs.io/en/stable/contexts.html&gt;</code>_
when using subprocesses.
Contributed by Bernát Gábor in <code>[aio-libs#443](pytest-dev/pytest-cov#443) &lt;https://github.com/pytest-dev/pytest-cov/pull/443&gt;</code>_.</li>
<li>Updated the config section in the docs.
Contributed by Pamela McA'Nulty in <code>[aio-libs#429](pytest-dev/pytest-cov#429) &lt;https://github.com/pytest-dev/pytest-cov/pull/429&gt;</code>_.</li>
<li>Migrated CI to travis-ci.com (from .org).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/5e1913e013eb06d5bd1357695349d0a75fbf0503"><code>5e1913e</code></a> Bump version: 2.11.0 → 2.11.1</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/51f1f2b353ef388a00810f28f8682f891d699332"><code>51f1f2b</code></a> Update changelog.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/d39de1eea7a2d8451fa14cd45298caeead3bf2cc"><code>d39de1e</code></a> Fix custom commands with newer setuptools</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/b45388d0bf81465759412c6b977c6a1fc5201346"><code>b45388d</code></a> Bump version: 2.10.1 → 2.11.0</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/bd7e8506d7c0d85ac10f3569b8da3584b80bc67c"><code>bd7e850</code></a> Fix link name.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/5f935d5dc281b470687147b28f90b09dc887efc3"><code>5f935d5</code></a> Update changelog.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/d3c382a7e7e933e9602f5a5445d03f6dc5138da0"><code>d3c382a</code></a> Skip this on 3.8+</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/a2493d5f1825568b1f66ff033a49f28437560cad"><code>a2493d5</code></a> Skip this on 3.8+</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/25eed212085ce9a2d5383a6a4a2b360d0d514f89"><code>25eed21</code></a> Turns out there were some internal changes in the pytester plugin.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/42d7705b26c3fdbd74cd81a01b8fe0f213d16095"><code>42d7705</code></a> Oops.</li>
<li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest-cov/compare/v2.10.1...v2.11.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-cov&package-manager=pip&previous-version=2.10.1&new-version=2.11.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)
commonism pushed a commit to commonism/aiohttp that referenced this pull request Apr 27, 2021
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.10.1 to 2.11.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst">pytest-cov's changelog</a>.</em></p>
<blockquote>
<h2>2.11.1 (2021-01-20)</h2>
<ul>
<li>Fixed support for newer setuptools (v42+).
Contributed by Michał Górny in <code>[aio-libs#451](pytest-dev/pytest-cov#451) &lt;https://github.com/pytest-dev/pytest-cov/pull/451&gt;</code>_.</li>
</ul>
<h2>2.11.0 (2021-01-18)</h2>
<ul>
<li>Bumped minimum coverage requirement to 5.2.1. This prevents reporting issues.
Contributed by Mateus Berardo de Souza Terra in <code>[aio-libs#433](pytest-dev/pytest-cov#433) &lt;https://github.com/pytest-dev/pytest-cov/pull/433&gt;</code>_.</li>
<li>Improved sample projects (from the <code>examples &lt;https://github.com/pytest-dev/pytest-cov/tree/master/examples&gt;</code>_
directory) to support running <code>tox -e pyXY</code>. Now the example configures a suffixed coverage data file,
and that makes the cleanup environment unnecessary.
Contributed by Ganden Schaffner in <code>[aio-libs#435](pytest-dev/pytest-cov#435) &lt;https://github.com/pytest-dev/pytest-cov/pull/435&gt;</code>_.</li>
<li>Removed the empty <code>console_scripts</code> entrypoint that confused some Gentoo build script.
I didn't ask why it was so broken cause I didn't want to ruin my day.
Contributed by Michał Górny in <code>[aio-libs#434](pytest-dev/pytest-cov#434) &lt;https://github.com/pytest-dev/pytest-cov/pull/434&gt;</code>_.</li>
<li>Fixed the missing <code>coverage context &lt;https://coverage.readthedocs.io/en/stable/contexts.html&gt;</code>_
when using subprocesses.
Contributed by Bernát Gábor in <code>[aio-libs#443](pytest-dev/pytest-cov#443) &lt;https://github.com/pytest-dev/pytest-cov/pull/443&gt;</code>_.</li>
<li>Updated the config section in the docs.
Contributed by Pamela McA'Nulty in <code>[aio-libs#429](pytest-dev/pytest-cov#429) &lt;https://github.com/pytest-dev/pytest-cov/pull/429&gt;</code>_.</li>
<li>Migrated CI to travis-ci.com (from .org).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/5e1913e013eb06d5bd1357695349d0a75fbf0503"><code>5e1913e</code></a> Bump version: 2.11.0 → 2.11.1</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/51f1f2b353ef388a00810f28f8682f891d699332"><code>51f1f2b</code></a> Update changelog.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/d39de1eea7a2d8451fa14cd45298caeead3bf2cc"><code>d39de1e</code></a> Fix custom commands with newer setuptools</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/b45388d0bf81465759412c6b977c6a1fc5201346"><code>b45388d</code></a> Bump version: 2.10.1 → 2.11.0</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/bd7e8506d7c0d85ac10f3569b8da3584b80bc67c"><code>bd7e850</code></a> Fix link name.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/5f935d5dc281b470687147b28f90b09dc887efc3"><code>5f935d5</code></a> Update changelog.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/d3c382a7e7e933e9602f5a5445d03f6dc5138da0"><code>d3c382a</code></a> Skip this on 3.8+</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/a2493d5f1825568b1f66ff033a49f28437560cad"><code>a2493d5</code></a> Skip this on 3.8+</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/25eed212085ce9a2d5383a6a4a2b360d0d514f89"><code>25eed21</code></a> Turns out there were some internal changes in the pytester plugin.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/42d7705b26c3fdbd74cd81a01b8fe0f213d16095"><code>42d7705</code></a> Oops.</li>
<li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest-cov/compare/v2.10.1...v2.11.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-cov&package-manager=pip&previous-version=2.10.1&new-version=2.11.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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosquash dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants