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.1.0
->==7.2.1
==9.0.9
->==9.1.2
==1.1.291
->==1.1.298
==7.2.1
->==7.2.2
==0.16.4
->==0.16.5
Release Notes
nedbat/coveragepy
v7.2.1
Compare Source
Fix: the PyPI page had broken links to documentation pages, but no longer
does, closing
issue 1566
_.Fix: public members of the coverage module are now properly indicated so that
mypy will find them, fixing
issue 1564
_... _issue 1564:https://github.com/nedbat/coveragepy/issues/15644
.. _issue 1566https://github.com/nedbat/coveragepy/issues/156666
.. _changes_7-2-0:
v7.2.0
Compare Source
Added a new setting
[report] exclude_also
to let you add more exclusionswithout overwriting the defaults. Thanks,
Alpha Chen <pull 1557_>
,closing
issue 1391
.Added a :meth:
.CoverageData.purge_files
method to remove recorded data fora particular file. Contributed by
Stephan Deibel <pull 1547_>
_.Fix: when reporting commands fail, they will no longer congratulate
themselves with messages like "Wrote XML report to file.xml" before spewing a
traceback about their failure.
Fix: arguments in the public API that name file paths now accept pathlib.Path
objects. This includes the
data_file
andconfig_file
arguments tothe Coverage constructor and the
basename
argument to CoverageData.Closes
issue 1552
_.Fix: In some embedded environments, an IndexError could occur on stop() when
the originating thread exits before completion. This is now fixed, thanks to
Russell Keith-Magee <pull 1543_>
, closingissue 1542
.Added a
py.typed
file to announce our type-hintedness. Thanks,KotlinIsland <pull 1550_>
_... _issue 1391:https://github.com/nedbat/coveragepy/issues/13911
.. _issue 1542https://github.com/nedbat/coveragepy/issues/154242
.. _pull 154https://github.com/nedbat/coveragepy/pull/1543543
.. _pull 15https://github.com/nedbat/coveragepy/pull/15471547
.. _pull 1https://github.com/nedbat/coveragepy/pull/1550/1550
.. _issue https://github.com/nedbat/coveragepy/issues/1552s/1552
.. _pullhttps://github.com/nedbat/coveragepy/pull/1557ll/1557
.. _changes_7-1-0:
squidfunk/mkdocs-material
v9.1.2
: mkdocs-material-9.1.2Compare Source
v9.1.1
: mkdocs-material-9.1.1Compare Source
v9.1.0
: mkdocs-material-9.1.0Compare Source
amd64
,arm64
andarm/v7
v9.0.15
: mkdocs-material-9.0.15Compare Source
v9.0.14
: mkdocs-material-9.0.14Compare Source
v9.0.13
: mkdocs-material-9.0.13Compare Source
content
partialv9.0.12
: mkdocs-material-9.0.12Compare Source
v9.0.11
: mkdocs-material-9.0.11Compare Source
rel=me
)v9.0.10
: mkdocs-material-9.0.10Compare Source
RobertCraigie/pyright-python
v1.1.298
Compare Source
v1.1.297
Compare Source
v1.1.296
Compare Source
This release adds support for offline usage after the first initial run to cache the installed package.
This release also changes how the root cache directory is resolved, it now follows this pattern:
PYRIGHT_PYTHON_CACHE_DIR
environment variableXDG_CACHE_HOME
environment variable~/.cache
v1.1.295
Compare Source
v1.1.294
Compare Source
v1.1.293
Compare Source
v1.1.292
Compare Source
pytest-dev/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.
ariebovenberg/slotscheck
v0.16.5
Compare Source
TypedDict
fromtyping_extensions
in Python versionswhere
typing
hasTypedDict
itself.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 becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.