Skip to content

Commit

Permalink
python3-pytest: upgrade 6.2.4 -> 6.2.5
Browse files Browse the repository at this point in the history
Drop pluggy-1.0 patch; fixed upstream

pytest 6.2.5 (2021-08-29)
  Trivial/Internal Changes
    #8494: Python 3.10 is now supported.
    #9040: Enable compatibility with pluggy 1.0 or later.

References:
  pytest-dev/pytest#8494
  pytest-dev/pytest#9040

(From OE-Core rev: 107de45d0ba45c1e891b2841de83fe56801b80fc)

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
  • Loading branch information
moto-timo authored and rpurdie committed Oct 14, 2021
1 parent e23ad59 commit 1adb08b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 67 deletions.

This file was deleted.

Expand Up @@ -5,8 +5,7 @@ DESCRIPTION = "The pytest framework makes it easy to write small tests, yet scal
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=81eb9f71d006c6b268cf4388e3c98f7b"

SRC_URI += "file://0001-Allow-pluggy-1.0.patch"
SRC_URI[sha256sum] = "50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b"
SRC_URI[sha256sum] = "131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89"

DEPENDS = "python3-setuptools-scm-native"

Expand Down

0 comments on commit 1adb08b

Please sign in to comment.