Skip to content

Commit

Permalink
Update dependency pytest to v7.2.2 (#112)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pytest](https://docs.pytest.org/en/latest/)
([source](https://togithub.com/pytest-dev/pytest),
[changelog](https://docs.pytest.org/en/stable/changelog.html)) |
`==7.2.1` -> `==7.2.2` |
[![age](https://badges.renovateapi.com/packages/pypi/pytest/7.2.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/pytest/7.2.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/pytest/7.2.2/compatibility-slim/7.2.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/pytest/7.2.2/confidence-slim/7.2.1)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pytest-dev/pytest</summary>

###
[`v7.2.2`](https://togithub.com/pytest-dev/pytest/releases/tag/7.2.2)

[Compare
Source](https://togithub.com/pytest-dev/pytest/compare/7.2.1...7.2.2)

# pytest 7.2.2 (2023-03-03)

## Bug Fixes

- [#&#8203;10533](https://togithub.com/pytest-dev/pytest/issues/10533):
Fixed `pytest.approx`{.interpreted-text role="func"} handling of
dictionaries containing one or more values of \[0.0]{.title-ref}.
- [#&#8203;10592](https://togithub.com/pytest-dev/pytest/issues/10592):
Fixed crash if \[--cache-show]{.title-ref} and \[--help]{.title-ref} are
passed at the same time.
- [#&#8203;10597](https://togithub.com/pytest-dev/pytest/issues/10597):
Fixed bug where a fixture method named `teardown` would be called as
part of `nose` teardown stage.
- [#&#8203;10626](https://togithub.com/pytest-dev/pytest/issues/10626):
Fixed crash if `--fixtures` and `--help` are passed at the same time.
- [#&#8203;10660](https://togithub.com/pytest-dev/pytest/issues/10660):
Fixed :py`pytest.raises`{.interpreted-text role="func"} to return a
'ContextManager' so that type-checkers could narrow
`pytest.raises(...) if ... else nullcontext()` down to 'ContextManager'
rather than 'object'.

## Improved Documentation

- [#&#8203;10690](https://togithub.com/pytest-dev/pytest/issues/10690):
Added \[CI]{.title-ref} and \[BUILD_NUMBER]{.title-ref} environment
variables to the documentation.
- [#&#8203;10721](https://togithub.com/pytest-dev/pytest/issues/10721):
Fixed entry-points declaration in the documentation example using Hatch.
- [#&#8203;10753](https://togithub.com/pytest-dev/pytest/issues/10753):
Changed wording of the module level skip to be very explicit
    about not collecting tests and not executing the rest of the module.

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/allenporter/flux-local).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 11, 2023
1 parent cfe8a56 commit d240f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pdoc==13.0.0
pip==23.0.1
pre-commit==3.1.1
pydantic==1.10.6
pytest==7.2.1
pytest==7.2.2
pytest-asyncio==0.20.3
pytest-cov==4.0.0
pytest-golden==0.2.2
Expand Down

0 comments on commit d240f17

Please sign in to comment.