Opened 14 months ago

Closed 14 months ago

Last modified 9 months ago

#17743 closed enhancement (fixed)

pytest-7.2.2

Reported by: Bruce Dubbs Owned by: blfs-book
Priority: normal Milestone: 12.0
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (5)

comment:1 by Bruce Dubbs, 14 months ago

Resolution: fixed
Status: newclosed

comment:2 by Bruce Dubbs, 14 months ago

Resolution: fixed
Status: closedreopened

comment:3 by Bruce Dubbs, 14 months ago

pytest 7.2.2 (2023-03-03)

Bug Fixes

  • Fixed pytest.approx{.interpreted-text role="func"} handling of dictionaries containing one or more values of [0.0]{.title-ref}.
  • Fixed crash if [--cache-show]{.title-ref} and [--help]{.title-ref} are passed at the same time.
  • Fixed bug where a fixture method named teardown would be called as part of nose teardown stage.
  • Fixed crash if --fixtures and --help are passed at the same time.
  • Fixed :pypytest.raises{.interpreted-text role="func"} to return a 'ContextManager' so that type-checkers could narrow pytest.raises(...) if ... else nullcontext() down to 'ContextManager' rather than 'object'.

Improved Documentation

  • Added [CI]{.title-ref} and [BUILD_NUMBER]{.title-ref} environment variables to the documentation.
  • Fixed entry-points declaration in the documentation example using Hatch.
  • Changed wording of the module level skip to be very explicit about not collecting tests and not executing the rest of the module.

comment:4 by Bruce Dubbs, 14 months ago

Resolution: fixed
Status: reopenedclosed

Fixed at commits

9fabaa4b6e Update to pytest-7.2.2 (Python module).
6e1b07447e Update to gtk+-3.24.37.
583f8c1c9b Update to pango-1.50.14.

comment:5 by Bruce Dubbs, 9 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.