Bump pytest from 6.2.1 to 6.2.2 #170

Merged
hansegucker merged 1 commit from dependabot/pip/pytest-6.2.2 into dev 2021-02-23 09:26:23 +01:00
Owner

Created by: dependabot-preview[bot]

Bumps pytest from 6.2.1 to 6.2.2.

Release notes

Sourced from pytest's releases.

6.2.2

pytest 6.2.2 (2021-01-25)

Bug Fixes

  • #8152: Fixed "(<Skipped instance>)" being shown as a skip reason in the verbose test summary line when the reason is empty.
  • #8249: Fix the faulthandler plugin for occasions when running with twisted.logger and using pytest --capture=no.
Changelog

Sourced from pytest's changelog.

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)
*Created by: dependabot-preview[bot]* Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.1 to 6.2.2. <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>6.2.2</h2> <h1>pytest 6.2.2 (2021-01-25)</h1> <h2>Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/8152">#8152</a>: Fixed &quot;(&lt;Skipped instance&gt;)&quot; being shown as a skip reason in the verbose test summary line when the reason is empty.</li> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/8249">#8249</a>: Fix the <code>faulthandler</code> plugin for occasions when running with <code>twisted.logger</code> and using <code>pytest --capture=no</code>.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst">pytest's changelog</a>.</em></p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest/commit/b9c98762f597f624be58d791ea7bdee6cd517967"><code>b9c9876</code></a> Prepare release version 6.2.2</li> <li><a href="https://github.com/pytest-dev/pytest/commit/8003fd23b910271866d140aa346d144df8c766d4"><code>8003fd2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/8259">#8259</a> from nicoddemus/backport-8250</li> <li><a href="https://github.com/pytest-dev/pytest/commit/8d605b9b266e412634a654f58a00855402328a89"><code>8d605b9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/8250">#8250</a> from daq-tools/fix-twisted-capture</li> <li><a href="https://github.com/pytest-dev/pytest/commit/14e0c3e1052b5f5d081d0c8545edfa0222b251a5"><code>14e0c3e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/8225">#8225</a> from The-Compiler/training-update (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/8226">#8226</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/45facc16c8d2b11eaa068c8e3e826ff99dc1cfac"><code>45facc1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/8224">#8224</a> from nicoddemus/backport-8220</li> <li><a href="https://github.com/pytest-dev/pytest/commit/99fe887d7c3c697fdc2a0cef8262b33ba3b35499"><code>99fe887</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/8220">#8220</a> from xuhdev/module-doc</li> <li><a href="https://github.com/pytest-dev/pytest/commit/8dbf9dc1aaa43e1e103a4d005c7fd9cf41212e6e"><code>8dbf9dc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/8167">#8167</a> from nicoddemus/backport-8166</li> <li><a href="https://github.com/pytest-dev/pytest/commit/baaee2148dcecf8dc5f80c82e28c200b5c19298c"><code>baaee21</code></a> Add Changelog to setup.cfg (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/8166">#8166</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/f7d1ab870ffaeffbae457ba85034d9b101e8762f"><code>f7d1ab8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/8163">#8163</a> from bluetech/backport-8152</li> <li><a href="https://github.com/pytest-dev/pytest/commit/b8201c280e953eda793c5464e41c3622fbbe0379"><code>b8201c2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/8152">#8152</a> from bluetech/empty-skip</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest/compare/6.2.1...6.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=pytest&package-manager=pip&previous-version=6.2.1&new-version=6.2.2)](https://dependabot.com/compatibility-score/?dependency-name=pytest&package-manager=pip&previous-version=6.2.1&new-version=6.2.2) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aleksis/AlekSIS-App-Plank!170
No description provided.