diff mbox series

[meta-python,3/4] python3-flaky: Add recipe

Message ID 20260707130500.888218-3-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/4] python3-filelock: Upgrade 3.29.4 -> 3.29.6 | expand

Commit Message

Leon Anavi July 7, 2026, 1:04 p.m. UTC
Add a new recipe for flaky, plugin for pytest that automatically
reruns flaky tests. It is required by pycurl tests.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../recipes-devtools/python/python3-flaky_3.8.1.bb  | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-flaky_3.8.1.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-flaky_3.8.1.bb b/meta-python/recipes-devtools/python/python3-flaky_3.8.1.bb
new file mode 100644
index 0000000000..bfe63607fc
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flaky_3.8.1.bb
@@ -0,0 +1,13 @@ 
+DESCRIPTION = "Plugin for pytest that automatically reruns flaky tests."
+HOMEPAGE = "https://github.com/box/flaky"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=55c52d858ecd501c970ad04d2c70ebc6"
+
+SRC_URI[sha256sum] = "47204a81ec905f3d5acfbd61daeabcada8f9d4031616d9bcb0618461729699f5"
+
+inherit pypi setuptools3
+
+RDEPENDS:${PN} += " \
+    python3-pytest \
+"