Bump pytest from 7.3.1 to 7.3.2
Bumps pytest from 7.3.1 to 7.3.2.
Release notes
Sourced from pytest's releases.
7.3.2
pytest 7.3.2 (2023-06-10)
Bug Fixes
- #10169: Fix bug where very long option names could cause pytest to break with
OSError: [Errno 36] File name too long
on some systems.- #10894: Support for Python 3.12 (beta at the time of writing).
- #10987:
testpaths
{.interpreted-text role="confval"} is now honored to load rootconftests
.- #10999: The [monkeypatch]{.title-ref} [setitem]{.title-ref}/[delitem]{.title-ref} type annotations now allow [TypedDict]{.title-ref} arguments.
- #11028: Fixed bug in assertion rewriting where a variable assigned with the walrus operator could not be used later in a function call.
- #11054: Fixed
--last-failed
's "(skipped N files)" functionality for files inside of packages (directories with [__init__.py]{.title-ref} files).
Commits
-
9d47a39
Prepare release version 7.3.2 -
d66697e
Merge pull request #11094 from pytest-dev/backport-10894-to-7.3.x -
8e1bbe1
[7.3.x] Python 3.12 support -
d054a68
Merge pull request #11058 from pytest-dev/backport-11055-to-7.3.x -
30a1125
[7.3.x] cacheprovider: fix file-skipping feature for files in packages -
682fc81
Merge pull request #11057 from pytest-dev/backport-11041-to-7.3.x -
331bc1b
[7.3.x] 11028 - Fix warlus operator behavior when called by a function -
69689c6
[7.3.x] nonpython example now repr all exceptions (#11034) -
6c95cb6
[7.3.x] Spelling and grammar fixes (#11015) -
efcb81c
[7.3.x] Reference "Status of Python Versions" in backwards-compatibility poli... - Additional commits viewable in compare view