Opened 4 months ago
Closed 4 months ago
#20739 closed enhancement (fixed)
pytest-8.3.4 (Python module)
Reported by: | Bruce Dubbs | Owned by: | zeckma |
---|---|---|---|
Priority: | normal | Milestone: | 12.3 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Change History (3)
comment:1 by , 4 months ago
comment:2 by , 4 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 4 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at d9a95e41556f3296073ebfb080e76c73dbb2e0f5.
Note:
See TracTickets
for help on using tickets.
From https://docs.pytest.org/en/stable/changelog.html#pytest-8-3-4-2024-12-01
Bug fixes
#12592
: FixedKeyError
crash when using--import-mode=importlib
in a directory layout where a directory contains a child directory with the same name.#12818
: Assertion rewriting now preserves the source ranges of the original instructions, making it play well with tools that deal with theAST
, like executing.#12849
: ANSI escape codes for colored output now handled correctly inpytest.fail()
withpytrace=False
.#9353
:pytest.approx()
now uses strict equality when given booleans.Improved documentation
#10558
: Fix ambiguousdocstring
ofpytest.Config.getoption()
.#10829
: Improve documentation on the current handling of the--basetemp
option and its lack of retention functionality (Temporary directory location and retention).#12866
: Improved cross-references concerning therecwarn
fixture.#12966
: Clarify@pytest.mark.filterwarnings
docs on filter precedence/order when using multiple@pytest.mark.filterwarnings
marks.Contributor-facing changes
#12497
: Fixed two failing pdb-related tests on Python 3.13.