From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1ACB8158089 for ; Mon, 30 Oct 2023 03:14:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D97A2BC03B; Mon, 30 Oct 2023 03:14:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 119882BC03B for ; Mon, 30 Oct 2023 03:14:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBC49335CAF for ; Mon, 30 Oct 2023 03:14:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D95A212FD for ; Mon, 30 Oct 2023 03:14:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1698635663.a621e10e998eee127affb7bb2ba0da67aad751e7.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/tests/emerge/ X-VCS-Repository: proj/portage X-VCS-Files: lib/portage/tests/emerge/test_simple.py X-VCS-Directories: lib/portage/tests/emerge/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a621e10e998eee127affb7bb2ba0da67aad751e7 X-VCS-Branch: master Date: Mon, 30 Oct 2023 03:14:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a4b0950e-6e8b-4c45-a1a5-743420705f2e X-Archives-Hash: cae47d4d013c07bacb660479d99f37cd commit: a621e10e998eee127affb7bb2ba0da67aad751e7 Author: David Palao gmail com> AuthorDate: Fri Jul 7 14:58:00 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 30 03:14:23 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=a621e10e pytest: Add some markers: ft, unit and stress Add some markers: ft, unit and stress. And mark test_simple.test_simple_emerge with ft, such that those tests can be triggered with:: pytest -m ft Signed-off-by: David Palao gmail.com> Signed-off-by: Sam James gentoo.org> lib/portage/tests/emerge/test_simple.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/portage/tests/emerge/test_simple.py b/lib/portage/tests/emerge/test_simple.py index 700ddd9764..692c6a9cb4 100644 --- a/lib/portage/tests/emerge/test_simple.py +++ b/lib/portage/tests/emerge/test_simple.py @@ -3,6 +3,8 @@ import subprocess +import pytest + import portage from portage import os from portage.const import ( @@ -31,6 +33,7 @@ _METADATA_XML_FILES = ( ) +@pytest.mark.ft def test_simple_emerge(async_loop, playground, binhost, simple_command): async_loop.run_until_complete( asyncio.ensure_future(