Closed pyup-bot closed 1 year ago
Merging #909 (5b05987) into main (5b7bfb3) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #909 +/- ##
=======================================
Coverage 93.91% 93.91%
=======================================
Files 26 26
Lines 1708 1708
=======================================
Hits 1604 1604
Misses 104 104
Flag | Coverage Δ | |
---|---|---|
unittests | 93.91% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Closing this in favor of #910
This PR updates pytest from 7.4.0 to 7.4.1.
Changelog
### 7.4.1 ``` ========================= Bug Fixes --------- - `10337 <https://github.com/pytest-dev/pytest/issues/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 <https://github.com/pytest-dev/pytest/issues/10702>`_: Fixed error assertion handling in :func:`pytest.approx` when ``None`` is an expected or received value when comparing dictionaries. - `10811 <https://github.com/pytest-dev/pytest/issues/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. ```Links
- PyPI: https://pypi.org/project/pytest - Changelog: https://data.safetycli.com/changelogs/pytest/ - Homepage: https://docs.pytest.org/en/latest/