summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb
diff options
context:
space:
mode:
authorZhang Xiao <xiao.zhang@windriver.com>2026-04-27 07:00:57 +0000
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-05-15 09:18:23 +0530
commit21970fef899c2315de76ac714c5058c1b69e1a6f (patch)
treeafa3195416ce3a051cf8863b327fd9a8321d0b92 /meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb
parent9c27658068eb7ffdfce193cfb3be8ac9b93115d7 (diff)
downloadmeta-openembedded-21970fef899c2315de76ac714c5058c1b69e1a6f.tar.gz
python3-aspectlib: Fix pytest compatibility
Partially backport upstream commit to fix pytest compatibility issue. Fixes pytest errors e.g. | pytest.PytestRemovedIn9Warning: The (path: py.path.local) argument is deprecated, please use (collection_path: pathlib.Path) | see https://docs.pytest.org/en/latest/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-path | ERROR: Exit status is 1 Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com> (cherry picked from commit d389ed9e3342aadcca29a18340b4fe07924ad69e) Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb b/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb
index 854a14441c..7bfee7ff7a 100644
--- a/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb
@@ -8,6 +8,7 @@ HOMEPAGE = "https://github.com/ionelmc/python-aspectlib"
8LICENSE = "BSD-2-Clause" 8LICENSE = "BSD-2-Clause"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=80721ace117fd1f814049ecb81c6be76" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=80721ace117fd1f814049ecb81c6be76"
10 10
11SRC_URI += "file://0001-python3-aspectlib-backport-fix-for-selftest.patch"
11SRC_URI[sha256sum] = "a4b461b9da0b531aebcb93efcde3de808a72c60226dd8d902c467d13faf7ce92" 12SRC_URI[sha256sum] = "a4b461b9da0b531aebcb93efcde3de808a72c60226dd8d902c467d13faf7ce92"
12 13
13inherit ptest-python-pytest pypi setuptools3 14inherit ptest-python-pytest pypi setuptools3