summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-connectivity/python-h2/python3-h2_4.3.0.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-connectivity/python-h2/python3-h2_4.3.0.bb b/meta-python/recipes-connectivity/python-h2/python3-h2_4.3.0.bb
index db181dc0b4..4034ffe7c1 100644
--- a/meta-python/recipes-connectivity/python-h2/python3-h2_4.3.0.bb
+++ b/meta-python/recipes-connectivity/python-h2/python3-h2_4.3.0.bb
@@ -10,3 +10,9 @@ inherit ptest-python-pytest pypi python_setuptools_build_meta
10 10
11RDEPENDS:${PN} += "python3-hpack python3-hyperframe" 11RDEPENDS:${PN} += "python3-hpack python3-hyperframe"
12RDEPENDS:${PN}-ptest += "python3-hypothesis" 12RDEPENDS:${PN}-ptest += "python3-hypothesis"
13
14do_install_ptest:append(){
15 # by defining CI envvar, hypothesis will use the CI-profile by default,
16 # and will not use tight execution deadlines (which times out easily on qemu without kvm)
17 sed -i 's/pytest/CI=1 pytest/' ${D}${PTEST_PATH}/run-ptest
18}