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 2F76F158094 for ; Wed, 7 Sep 2022 07:51:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6746E0AE5; Wed, 7 Sep 2022 07:51:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 AE82CE0AE5 for ; Wed, 7 Sep 2022 07:51:36 +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 D327F341214 for ; Wed, 7 Sep 2022 07:51:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C99AB5C8 for ; Wed, 7 Sep 2022 07:51:32 +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: <1662537011.d85569b696f2bde62ca67edacdf00952238193a6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-services/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild X-VCS-Directories: dev-python/pytest-services/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d85569b696f2bde62ca67edacdf00952238193a6 X-VCS-Branch: master Date: Wed, 7 Sep 2022 07:51:32 +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: d0c66ac2-a14e-45cc-8f9a-46a557940093 X-Archives-Hash: 399d05a7bf2bc5b11552d1a8dbf2fef6 commit: d85569b696f2bde62ca67edacdf00952238193a6 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 4 09:21:06 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 7 07:50:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85569b6 dev-python/pytest-services: Remove redundant -p no:xvfb Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild b/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild index f44d7562aadf..2736b77249da 100644 --- a/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild +++ b/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild @@ -44,7 +44,3 @@ PATCHES=( "${FILESDIR}/pytest-services-2.0.1-no-mysql.patch" "${FILESDIR}/pytest-services-2.0.1-lockdir.patch" ) - -python_test() { - epytest -p no:xvfb -}