summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pytest-subtests_0.8.0.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-11-01 20:18:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-03 07:46:46 +0000
commit7254fe39ca9615fd0cf929ff689cd6bc1c3750d2 (patch)
tree98575ce5acb35ec76e4aad7ea69dbb7cd69325b9 /meta/recipes-devtools/python/python3-pytest-subtests_0.8.0.bb
parentcd17a8ac97c6c72e9758a75bb05abeb4714ee8e8 (diff)
downloadpoky-7254fe39ca9615fd0cf929ff689cd6bc1c3750d2.tar.gz
python3-pytest-subtests: upgrade 0.8.0 -> 0.9.0
https://github.com/pytest-dev/pytest-subtests/blob/main/CHANGELOG.rst#090-2022-10-28 0.9.0 (2022-10-28) * Python 3.11 is officially supported. * Dropped support for Python 3.6. (From OE-Core rev: 30f77f222f4929a7bf1eac34d4b3912167db4316) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pytest-subtests_0.8.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pytest-subtests_0.8.0.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-devtools/python/python3-pytest-subtests_0.8.0.bb b/meta/recipes-devtools/python/python3-pytest-subtests_0.8.0.bb
deleted file mode 100644
index b092912b32..0000000000
--- a/meta/recipes-devtools/python/python3-pytest-subtests_0.8.0.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1SUMMARY = "unittest subTest() support and subtests fixture."
2DESCRIPTION = "Adds support for TestCase.subTest.\
3New subtests fixture, providing similar functionality for pure pytest tests."
4HOMEPAGE = "https://github.com/pytest-dev/pytest-subtests"
5BUGTRACKER = "https://github.com/pytest-dev/pytest-subtests/issues"
6
7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=242b4e17fa287dcf7aef372f6bc3dcb1"
9
10SRC_URI[sha256sum] = "46eb376022e926950816ccc23502de3277adcc1396652ddb3328ce0289052c4d"
11
12inherit pypi setuptools3
13
14DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
15
16RDEPENDS:${PN} += " \
17 ${PYTHON_PN}-pytest \
18"
19
20BBCLASSEXTEND = "native nativesdk"