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 2F537158095 for ; Wed, 7 Sep 2022 07:51:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6759AE0ABB; Wed, 7 Sep 2022 07:51:35 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3334BE0ABB for ; Wed, 7 Sep 2022 07:51:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24D5834120C for ; Wed, 7 Sep 2022 07:51:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C3235B1 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: <1662537009.2c49330f9b9c839d485639eb0b077915e059a5ad.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xvfb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r2.ebuild X-VCS-Directories: dev-python/pytest-xvfb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2c49330f9b9c839d485639eb0b077915e059a5ad 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: 191fc864-1bd9-4c5f-a0a8-92c1cd772e80 X-Archives-Hash: 0cfb72a9612349052c9e3b263b39eddc commit: 2c49330f9b9c839d485639eb0b077915e059a5ad Author: Michał Górny gentoo org> AuthorDate: Sun Sep 4 08:20:00 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 7 07:50:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c49330f dev-python/pytest-xvfb: Enable pytest-xvfb explicitly Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r2.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r2.ebuild b/dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r2.ebuild index c6df7830347a..b355f4bb403a 100644 --- a/dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r2.ebuild +++ b/dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r2.ebuild @@ -23,3 +23,7 @@ RDEPEND=" " distutils_enable_tests pytest + +python_test() { + epytest -p xvfb +}