brechtm / rinohtype

The Python document processor
http://www.mos6581.org/rinohtype
GNU Affero General Public License v3.0
504 stars 61 forks source link

Bump pytest-assume from 2.4.2 to 2.4.3 #273

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps pytest-assume from 2.4.2 to 2.4.3.

Release notes

Sourced from pytest-assume's releases.

v2.4.3 - Plugin Interactions

Major change:

  • Add tryfirst=True to pytest_runtest_call hook, so downstream/upstream plugin hooks work with it correctly. Noteably, this fixes Captured log calls.
Commits
  • 75bd82a Merge pull request #50 from astraw38/bump_version
  • b7eeeeb Bump version to 2.4.3
  • a3eba87 Merge pull request #49 from Sup3rGeo/hotfix/reporting_sections
  • 611fdaf Updated with simplified test.
  • 299aaa6 Implementation with tryfirst
  • bc82ea1 Test case added
  • 8566f4d Added pyfunc_call hook back, still compatible with unittests
  • See full diff in compare view


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)
codecov[bot] commented 3 years ago

Codecov Report

Merging #273 (c947721) into master (9e69924) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #273   +/-   ##
=======================================
  Coverage   73.75%   73.75%           
=======================================
  Files          90       90           
  Lines       14294    14294           
  Branches     1971     1971           
=======================================
  Hits        10543    10543           
  Misses       3377     3377           
  Partials      374      374           
Flag Coverage Δ
3.10.0-alpha 73.68% <ø> (ø)
3.6 73.19% <ø> (ø)
3.7 73.19% <ø> (ø)
3.8 73.66% <ø> (ø)
3.9 73.67% <ø> (ø)
Linux 73.68% <ø> (ø)
Windows 73.55% <ø> (ø)
macOS 73.56% <ø> (-0.02%) :arrow_down:
pypy-3.6 73.23% <ø> (ø)
pypy-3.7 73.23% <ø> (ø)
regression-3.10 72.03% <ø> (ø)
regression-3.6 71.49% <ø> (ø)
regression-3.7 71.49% <ø> (ø)
regression-3.8 72.00% <ø> (ø)
regression-3.9 72.01% <ø> (ø)
regression-pypy3 71.53% <ø> (ø)
unit-3.10 47.07% <ø> (ø)
unit-3.6 45.95% <ø> (ø)
unit-3.7 45.95% <ø> (ø)
unit-3.8 47.09% <ø> (ø)
unit-3.9 47.09% <ø> (ø)
unit-pypy3 45.97% <ø> (ø)

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 9e69924...c947721. Read the comment docs.