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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B664A158099 for ; Sun, 26 Nov 2023 19:08:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F00DD2BC074; Sun, 26 Nov 2023 19:08:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8E7C2BC074 for ; Sun, 26 Nov 2023 19:08:31 +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 E9182340A5D for ; Sun, 26 Nov 2023 19:08:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BDCF998 for ; Sun, 26 Nov 2023 19:08:29 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1701025706.adb5c6aacbdd8b3d9a0dbfa9c1a3e14c06a6588d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-salt-factories/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc28.ebuild X-VCS-Directories: dev-python/pytest-salt-factories/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: adb5c6aacbdd8b3d9a0dbfa9c1a3e14c06a6588d X-VCS-Branch: master Date: Sun, 26 Nov 2023 19:08:29 +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: de2bdd50-9312-48b1-ac76-4b5a13e2cc88 X-Archives-Hash: 38c9ef20aaf879e9eab8ae54f3783e01 commit: adb5c6aacbdd8b3d9a0dbfa9c1a3e14c06a6588d Author: Michał Górny gentoo org> AuthorDate: Sun Nov 26 19:08:13 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 26 19:08:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb5c6aa dev-python/pytest-salt-factories: Fix tests Premature push, sorry about that. Signed-off-by: Michał Górny gentoo.org> .../pytest-salt-factories/pytest-salt-factories-1.0.0_rc28.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc28.ebuild b/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc28.ebuild index 0d2b31cca6d5..bf71441f4e49 100644 --- a/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc28.ebuild +++ b/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc28.ebuild @@ -59,6 +59,7 @@ python_test() { local EPYTEST_DESELECT=( tests/integration/factories/daemons/ssh/test_salt_ssh.py::test_salt_ssh tests/integration/factories/daemons/sshd/test_sshd.py::test_connect + tests/scenarios/examples/test_echoext.py::test_echoext ) local ret tempdir x @@ -77,7 +78,7 @@ python_test() { PYTEST_PLUGINS+=,saltfactories.plugins.${x} done - nonfatal epytest --no-sys-stats -x + nonfatal epytest --no-sys-stats ret=${?} rm -rf "${tempdir}" || die