Skip to content

main/py3-pytest: upgrade to 7.1.3

Patrycja Rosa requested to merge ptrcnull/aports:py3-pytest into master

https://docs.pytest.org/en/latest/changelog.html

Bug Fixes

  • #10060: When running with --pdb, TestCase.tearDown is no longer called for tests when the class has been skipped via unittest.skip or pytest.mark.skip.

  • #10190: Invalid XML characters in setup or teardown error messages are now properly escaped for JUnit XML reports.

  • #10230: Ignore .py files created by pyproject.toml-based editable builds introduced in pip 21.3.

  • #3396: Doctests now respect the --import-mode flag.

  • #9514: Type-annotate FixtureRequest.param as Any as a stop gap measure until issue #8073 is fixed.

  • #9791: Fixed a path handling code in rewrite.py that seems to work fine, but was incorrect and fails in some systems.

  • #9917: Fixed string representation for pytest.approx() when used to compare tuples.

Merge request reports