-
Notifications
You must be signed in to change notification settings - Fork 10
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
chore(dependencies): update dependency pytest to v7.2.2 #116
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/pytest-7.2.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/pytest-7.2.x
branch
from
January 17, 2023 00:55
bf8e03f
to
0af17d0
Compare
renovate
bot
force-pushed
the
renovate/pytest-7.2.x
branch
from
March 4, 2023 05:20
0af17d0
to
e43f015
Compare
renovate
bot
changed the title
chore(dependencies): update dependency pytest to v7.2.1
chore(dependencies): update dependency pytest to v7.2.2
Mar 4, 2023
renovate
bot
force-pushed
the
renovate/pytest-7.2.x
branch
from
March 11, 2023 15:57
e43f015
to
734a914
Compare
Kudos, SonarCloud Quality Gate passed! |
renovate
bot
force-pushed
the
renovate/pytest-7.2.x
branch
from
April 12, 2023 01:03
734a914
to
f4f7ae2
Compare
renovate
bot
force-pushed
the
renovate/pytest-7.2.x
branch
3 times, most recently
from
April 20, 2023 22:07
dba03c4
to
f39cca3
Compare
renovate
bot
force-pushed
the
renovate/pytest-7.2.x
branch
from
May 16, 2023 04:35
f39cca3
to
e8e0a8f
Compare
renovate
bot
force-pushed
the
renovate/pytest-7.2.x
branch
from
May 28, 2023 21:15
e8e0a8f
to
6bcc273
Compare
renovate
bot
force-pushed
the
renovate/pytest-7.2.x
branch
from
June 10, 2023 19:51
6bcc273
to
30853f7
Compare
renovate
bot
force-pushed
the
renovate/pytest-7.2.x
branch
2 times, most recently
from
July 15, 2023 15:27
b97b31e
to
d88942a
Compare
renovate
bot
force-pushed
the
renovate/pytest-7.2.x
branch
from
August 8, 2023 22:17
d88942a
to
58bfa61
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #116 +/- ##
=======================================
Coverage 90.82% 90.82%
=======================================
Files 1 1
Lines 109 109
=======================================
Hits 99 99
Misses 10 10 ☔ View full report in Codecov by Sentry. |
renovate
bot
force-pushed
the
renovate/pytest-7.2.x
branch
from
September 4, 2023 22:11
58bfa61
to
3136b4e
Compare
renovate
bot
force-pushed
the
renovate/pytest-7.2.x
branch
2 times, most recently
from
September 18, 2023 22:09
4044f9e
to
2694bdd
Compare
renovate
bot
force-pushed
the
renovate/pytest-7.2.x
branch
from
September 26, 2023 16:53
2694bdd
to
159d5f7
Compare
renovate
bot
force-pushed
the
renovate/pytest-7.2.x
branch
from
October 4, 2023 01:59
159d5f7
to
9be3cb3
Compare
Kudos, SonarCloud Quality Gate passed! |
renovate
bot
force-pushed
the
renovate/pytest-7.2.x
branch
from
December 6, 2023 16:49
9be3cb3
to
0d1ebd0
Compare
Kudos, SonarCloud Quality Gate passed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==7.2.0
->==7.2.2
Release Notes
pytest-dev/pytest (pytest)
v7.2.2
Compare Source
pytest 7.2.2 (2023-03-03)
Bug Fixes
pytest.approx
{.interpreted-text role="func"} handling of dictionaries containing one or more values of [0.0]{.title-ref}.teardown
would be called as part ofnose
teardown stage.--fixtures
and--help
are passed at the same time.pytest.raises
{.interpreted-text role="func"} to return a 'ContextManager' so that type-checkers could narrowpytest.raises(...) if ... else nullcontext()
down to 'ContextManager' rather than 'object'.Improved Documentation
about not collecting tests and not executing the rest of the module.
v7.2.1
Compare Source
pytest 7.2.1 (2023-01-13)
Bug Fixes
rootdir <rootdir>
{.interpreted-text role="ref"} on Windows.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.