From patchwork Tue Feb 15 19:49:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Bronder X-Patchwork-Id: 3623 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id F11AEC433EF for ; Tue, 15 Feb 2022 19:50:06 +0000 (UTC) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by mx.groups.io with SMTP id smtpd.web09.2167.1644954605342502292 for ; Tue, 15 Feb 2022 11:50:05 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@cold-front.org header.s=mesmtp header.b=mFM9MUdv; spf=pass (domain: cold-front.org, ip: 64.147.123.25, mailfrom: jsbronder@cold-front.org) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id F3DE83201DB0; Tue, 15 Feb 2022 14:50:03 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 15 Feb 2022 14:50:04 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cold-front.org; h=cc:cc:content-transfer-encoding:date:date:from:from :in-reply-to:message-id:mime-version:reply-to:sender:subject :subject:to:to; s=mesmtp; bh=virwDptus8MDJDQWFkAVl7w2ax6Q9vNdYcs GwAfj3DM=; b=mFM9MUdv01ID+M8wMXEby0qyuk/geA++spdfwVjDEMJ6LEj8YP5 Qcxkmx8StPgmfXzgxwTtrfDkqVyfC2nwNwcphtL7ZL2oGCL+P1ky4fmx8ZPPh3fg Vg/uvWLEXalTs3OAemr3RhTp9OLXRekpNntaQl43UVqPNQPZ7VcUG/gs= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding:date:date :from:from:in-reply-to:message-id:mime-version:reply-to:sender :subject:subject:to:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=virwDptus8MDJDQWFkAVl7w2ax6Q9 vNdYcsGwAfj3DM=; b=VZa0jzBeDT9QXHQsyAJFDDiB2yjUYPFxD6jtt2m/AWzQ2 eg4KEMJp3pbKi6zbbpQV0p+b2XPkJ36XEWZUDTVBiqRQNupYvrCtQwhW/Az29a4T as85S/qk8fh5rM4WeDjbC1UQguuQna47DPP67YxkGf+ZQF28W83r/K6y2WWfHegH fwaYjTOx3Y2Oo+m131YOO2gFu7Fc/nlMl1XRye2ygFpLDIcAE/IoYjjKikR+I2ro ayjvI6t5J7mNAiGfGvpZ0uWuEIVQLgumStvlX/xePm62EsZsWeiqyH8t6EQW49Me MCha1B4j5liEpAkNGcjeKfnSfOj9rNPGpCS1Zi52A== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrjeeggdduvdekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgggfestdekredtre dttdenucfhrhhomheplfhushhtihhnuceurhhonhguvghruceojhhssghrohhnuggvrhes tgholhguqdhfrhhonhhtrdhorhhgqeenucggtffrrghtthgvrhhnpeettdeghffhtdeivd fhkeeiffekleehteetgfeiuefhueffffehveevuefhieegtdenucffohhmrghinhepghhi thhhuhgsrdgtohhmnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilh hfrhhomhepjhhssghrohhnuggvrhestgholhguqdhfrhhonhhtrdhorhhg X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 15 Feb 2022 14:50:03 -0500 (EST) From: Justin Bronder To: openembedded-devel@lists.openembedded.org Cc: Justin Bronder Subject: [meta-oe][PATCH 1/2] python3-pytest-forked: add 1.4.0 Date: Tue, 15 Feb 2022 14:49:30 -0500 Message-Id: <20220215194931.1716-1-jsbronder@cold-front.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Feb 2022 19:50:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/95318 Adding as a dependency of python3-pytest-xdist (which allows parallel execution of pytest test cases). Signed-off-by: Justin Bronder --- .../python/python3-pytest-forked_1.4.0.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb diff --git a/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb b/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb new file mode 100644 index 0000000000..c6f352bc61 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb @@ -0,0 +1,15 @@ +SUMMARY = "run tests in isolated forked subprocesses" +HOMEPAGE = "https://github.com/pytest-dev/pytest-forked" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=772fcdaca14b378878d05c7d857e6c3e" + +SRC_URI[sha256sum] = "8b67587c8f98cbbadfdd804539ed5455b6ed03802203485dd2f53c1422d7440e" + +inherit pypi setuptools3 + +DEPENDS += "python3-setuptools-scm-native" + +RDEPENDS:${PN} += " \ + python3-py \ + python3-pytest \ +" From patchwork Tue Feb 15 19:49:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Bronder X-Patchwork-Id: 3624 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C3677C433F5 for ; Tue, 15 Feb 2022 19:50:08 +0000 (UTC) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by mx.groups.io with SMTP id smtpd.web08.2175.1644954607657565880 for ; Tue, 15 Feb 2022 11:50:07 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@cold-front.org header.s=mesmtp header.b=Ukia7Zb+; spf=pass (domain: cold-front.org, ip: 64.147.123.25, mailfrom: jsbronder@cold-front.org) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id DBF093201DBF; Tue, 15 Feb 2022 14:50:06 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 15 Feb 2022 14:50:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cold-front.org; h=cc:cc:content-transfer-encoding:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=mesmtp; bh=dySQm6FKMOP ulBtWl5iJI+Uu7B3Z2V2WL+QLym3MpKc=; b=Ukia7Zb+V0gdwVy0tuMwDc+gePr GcOYTQ1ikt3wqV8AyF5BzfsGM0ccmlqmLJh1mbJuQ+eW7EmPYGXLJAdgwa4mwGS1 tRsYvsUVWBV5nEz59VxRd1YV+aPQGCV8oqkORQ1yfOP8xETme8J9TpSIgAvSX7DO VpOvicB7NyM0GoQE= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding:date:date :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:sender:subject:subject:to:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=dySQm6 FKMOPulBtWl5iJI+Uu7B3Z2V2WL+QLym3MpKc=; b=l3M8n+YOzv3bTEKN2WSeU+ /2UGq7X9wVFeZw4C7wFYVEszaAdjfwC70MuQE9i+FHAk4ZE0jo3mn5vaQXh+ui6+ /GMAOl1PiJBAAXfQmYTTc8UVQHuCEFu+aDiIGWt3u49Y3B8snUfck8jz1J6GeLYN UU/U2BW5G8iWDxwD1/4rCDA7+nWDhcoXWFvCAwcPV40OnEoS3E0TkGw+6ySzeEkv JdKtf2lbxKq6q87pijQXpV3sBkdkZdI6VHIPk+DwShHbrRvl1cfsNYUzgwCT+BiH kDCqKA36gO6YoN1umrpNS2kTYcvNH//k2gKTU+opYCckMRfvD4g+3bpr3wper7pQ == X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrjeeggdduvdekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgjfhgggfestdekre dtredttdenucfhrhhomheplfhushhtihhnuceurhhonhguvghruceojhhssghrohhnuggv rhestgholhguqdhfrhhonhhtrdhorhhgqeenucggtffrrghtthgvrhhnpeehleetteejie eiteejueeufeduudelgfegffevieekveffleegiefgfeethefgkeenucffohhmrghinhep ghhithhhuhgsrdgtohhmnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrg hilhhfrhhomhepjhhssghrohhnuggvrhestgholhguqdhfrhhonhhtrdhorhhg X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 15 Feb 2022 14:50:06 -0500 (EST) From: Justin Bronder To: openembedded-devel@lists.openembedded.org Cc: Justin Bronder Subject: [meta-oe][PATCH 2/2] python3-pytest-xdist: add 2.5.0 Date: Tue, 15 Feb 2022 14:49:31 -0500 Message-Id: <20220215194931.1716-2-jsbronder@cold-front.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220215194931.1716-1-jsbronder@cold-front.org> References: <20220215194931.1716-1-jsbronder@cold-front.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Feb 2022 19:50:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/95319 Adding a pytest plugin that enables distributed testing and loop-on-failing modes. Signed-off-by: Justin Bronder --- .../python/python3-pytest-xdist_2.5.0.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pytest-xdist_2.5.0.bb diff --git a/meta-python/recipes-devtools/python/python3-pytest-xdist_2.5.0.bb b/meta-python/recipes-devtools/python/python3-pytest-xdist_2.5.0.bb new file mode 100644 index 0000000000..a10ac8cc49 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-xdist_2.5.0.bb @@ -0,0 +1,17 @@ +SUMMARY = "pytest xdist plugin for distributed testing and loop-on-failing modes" +HOMEPAGE = "https://github.com/pytest-dev/pytest-xdist" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=772fcdaca14b378878d05c7d857e6c3e" + +SRC_URI[sha256sum] = "4580deca3ff04ddb2ac53eba39d76cb5dd5edeac050cb6fbc768b0dd712b4edf" + +inherit pypi setuptools3 + +DEPENDS += "python3-setuptools-scm-native" + +# Note that the dependency on pytest-forked is scheduled to be dropped in 3.0 +RDEPENDS:${PN} += " \ + python3-execnet \ + python3-pytest \ + python3-pytest-forked \ +"