Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency pytest to v7.4.3 #219

Merged
merged 1 commit into from
Nov 16, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest (source, changelog) 7.4.0 -> 7.4.3 age adoption passing confidence

Release Notes

pytest-dev/pytest (pytest)

v7.4.3: pytest 7.4.3 (2023-10-24)

Compare Source

Bug Fixes

  • #​10447: Markers are now considered in the reverse mro order to ensure base class markers are considered first -- this resolves a regression.

  • #​11239: Fixed := in asserts impacting unrelated test cases.

  • #​11439: Handled an edge case where :data:sys.stderr might already be closed when :ref:faulthandler is tearing down.

v7.4.2: pytest 7.4.2 (2023-09-07)

Compare Source

Bug Fixes
  • #​11237: Fix doctest collection of functools.cached_property objects.

  • #​11306: Fixed bug using --importmode=importlib which would cause package __init__.py files to be imported more than once in some cases.

  • #​11367: Fixed bug where user_properties where not being saved in the JUnit XML file if a fixture failed during teardown.

  • #​11394: Fixed crash when parsing long command line arguments that might be interpreted as files.

Improved Documentation
  • #​11391: Improved disclaimer on pytest plugin reference page to better indicate this is an automated, non-curated listing.

v7.4.1: pytest 7.4.1 (2023-09-02)

Compare Source

Bug Fixes

  • #​10337: Fixed bug where fake intermediate modules generated by --import-mode=importlib would not include the
    child modules as attributes of the parent modules.

  • #​10702: Fixed error assertion handling in pytest.approx when None is an expected or received value when comparing dictionaries.

  • #​10811: Fixed issue when using --import-mode=importlib together with --doctest-modules that caused modules
    to be imported more than once, causing problems with modules that have import side effects.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency pytest to v7.4.1 Update dependency pytest to v7.4.2 Sep 7, 2023
@renovate renovate bot force-pushed the renovate/pytest-7.x-lockfile branch from ee80dd9 to be4011a Compare September 7, 2023 20:06
@renovate renovate bot changed the title Update dependency pytest to v7.4.2 Update dependency pytest to v7.4.3 Oct 24, 2023
@renovate renovate bot force-pushed the renovate/pytest-7.x-lockfile branch from be4011a to df31489 Compare October 24, 2023 19:40
@renovate renovate bot force-pushed the renovate/pytest-7.x-lockfile branch from df31489 to 6c14c50 Compare November 16, 2023 08:19
Copy link

codecov bot commented Nov 16, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (177db29) 75.47% compared to head (8ba26a5) 75.47%.
Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #219   +/-   ##
========================================
  Coverage    75.47%   75.47%           
========================================
  Files           16       16           
  Lines         1097     1097           
  Branches       161      161           
========================================
  Hits           828      828           
  Misses         233      233           
  Partials        36       36           
Flag Coverage Δ
unit 75.47% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/pytest-7.x-lockfile branch from 6c14c50 to a059f0e Compare November 16, 2023 08:36
@renovate renovate bot force-pushed the renovate/pytest-7.x-lockfile branch from a059f0e to 8ba26a5 Compare November 16, 2023 08:55
@shadycuz shadycuz merged commit 8b1bac2 into develop Nov 16, 2023
6 checks passed
@shadycuz shadycuz deleted the renovate/pytest-7.x-lockfile branch November 16, 2023 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant