]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3-pytest: upgrade 8.2.0 -> 8.2.1
authorTrevor Gamblin <tgamblin@baylibre.com>
Tue, 21 May 2024 17:04:38 +0000 (13:04 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 May 2024 10:25:27 +0000 (11:25 +0100)
commitc30dceacaa4c502bf52885e37ef049dc8839f211
tree064c01ef03050d316327aa88ae37d437fca94589
parent58ce774d6899e3bd7f3f67c81830caca7f596d70
python3-pytest: upgrade 8.2.0 -> 8.2.1

Changelog: https://docs.pytest.org/en/stable/changelog.html#pytest-8-2-1-2024-05-19

- Improvements
    #12334: Support for Python 3.13 (beta1 at the time of writing).
- Bug Fixes
    #12120: Fix PermissionError crashes arising from directories which are not
            selected on the command-line.
    #12191: Keyboard interrupts and system exits are now properly handled during
            the test collection.
    #12300: Fixed handling of ‘Function not implemented’ error under squashfuse_ll,
            which is a different way to say that the mountpoint is read-only.
    #12308: Fix a regression in pytest 8.2.0 where the permissions of
            automatically-created .pytest_cache directories became rwx------ instead
    of the expected rwxr-xr-x.
- Trivial/Internal Changes
    #12333: pytest releases are now attested using the recent Artifact Attestation
    <https://github.blog/2024-05-02-introducing-artifact-attestations-now-in-public-beta/>
    support from GitHub, allowing users to verify the provenance of pytest’s
    sdist and wheel artifacts.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-pytest_8.2.1.bb [moved from meta/recipes-devtools/python/python3-pytest_8.2.0.bb with 92% similarity]