Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xvfb/
Date: Wed, 07 Sep 2022 07:51:36
Message-Id: 1662537009.2c49330f9b9c839d485639eb0b077915e059a5ad.mgorny@gentoo
1 commit: 2c49330f9b9c839d485639eb0b077915e059a5ad
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 08:20:00 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 07:50:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c49330f
7
8 dev-python/pytest-xvfb: Enable pytest-xvfb explicitly
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r2.ebuild | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 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
16 index c6df7830347a..b355f4bb403a 100644
17 --- a/dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r2.ebuild
18 +++ b/dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r2.ebuild
19 @@ -23,3 +23,7 @@ RDEPEND="
20 "
21
22 distutils_enable_tests pytest
23 +
24 +python_test() {
25 + epytest -p xvfb
26 +}