pypi pytest 7.3.2

latest releases: 8.2.1, 8.2.0, 8.1.2...
11 months ago

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 root conftests.
  • #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).

Don't miss a new pytest release

NewReleases is sending notifications on new releases.