summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-hypothesis_6.14.3.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2021-07-18 19:12:54 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-19 13:34:26 +0100
commit68605c6170ec0b63df58be897eb0ec9a0850c0bb (patch)
treec4d003ac0f654e78a92ab62f92c2bca4f9d3f2d1 /meta/recipes-devtools/python/python3-hypothesis_6.14.3.bb
parent8c429e4109e9397a26fb632c1617d251098193bc (diff)
downloadpoky-68605c6170ec0b63df58be897eb0ec9a0850c0bb.tar.gz
python3-hypothesis: upgrade 6.14.1 -> 6.14.3
6.14.3 - 2021-07-18 This patch updates our autoformatting tools, improving our code style without any API changes. 6.14.2 - 2021-07-12 This patch ensures that we shorten tracebacks for tests which fail due to inconsistent data generation between runs (i.e. raise Flaky). (From OE-Core rev: 984cf4447a409c3ea8c02aca47ff63dfa6d33624) Signed-off-by: Tim Orling <timothy.t.orling@intel.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-hypothesis_6.14.3.bb')
-rw-r--r--meta/recipes-devtools/python/python3-hypothesis_6.14.3.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.14.3.bb b/meta/recipes-devtools/python/python3-hypothesis_6.14.3.bb
new file mode 100644
index 0000000000..83c9917a04
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.14.3.bb
@@ -0,0 +1,22 @@
1SUMMARY = "A library for property-based testing"
2HOMEPAGE = "https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python"
3LICENSE = "MPL-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4ee62c16ebd0f4f99d906f36b7de8c3c"
5
6PYPI_PACKAGE = "hypothesis"
7
8inherit pypi setuptools3
9
10SRC_URI[sha256sum] = "1c8776d9fc8c598cf1b93b99bd87976f9d9b589fc58843d85a30090700f14a8a"
11
12RDEPENDS_${PN} += " \
13 python3-attrs \
14 python3-compression \
15 python3-core \
16 python3-json \
17 python3-sortedcontainers \
18 python3-statistics \
19 python3-unittest \
20 "
21
22BBCLASSEXTEND = "native nativesdk"