summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2021-08-21 20:39:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-22 22:21:47 +0100
commit47b361bf915811b87b79f902778595455f676a69 (patch)
tree0e958a330dd899d3c142f0a00d10e8c832d0a6f0 /meta/conf
parent34f595c6b41de9c4be8b3fc73d5ee0a3e89f627c (diff)
downloadpoky-47b361bf915811b87b79f902778595455f676a69.tar.gz
python3-hypothesis: enable ptest
The upstream "fast" tests (tests/cover and tests/pytest) take over 5 minutes to run and do not run cleanly. They also add dependency on python3-pexpect and python3-ptyprocess (currently in meta-python). The tests are also not included in the pypi tarball, so it would require use of git fetcher and other invasive changes to the recipe, including dropping the pypi inherit. Instead, use two test suites from examples/ References: https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python/tests https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python/examples (From OE-Core rev: 1c7f6f444fdcb859a37d3b51a8d47260834d01db) Signed-off-by: Tim Orling <timothy.t.orling@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/ptest-packagelists.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index 3872bdc942..e0ae1dd971 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -48,6 +48,7 @@ PTESTS_FAST = "\
48 pango-ptest \ 48 pango-ptest \
49 parted-ptest \ 49 parted-ptest \
50 python3-atomicwrites-ptest \ 50 python3-atomicwrites-ptest \
51 python3-hypothesis-ptest \
51 python3-jinja2-ptest \ 52 python3-jinja2-ptest \
52 python3-markupsafe-ptest \ 53 python3-markupsafe-ptest \
53 python3-more-itertools-ptest \ 54 python3-more-itertools-ptest \