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-services/
Date: Wed, 07 Sep 2022 07:51:38
Message-Id: 1662537011.d85569b696f2bde62ca67edacdf00952238193a6.mgorny@gentoo
1 commit: d85569b696f2bde62ca67edacdf00952238193a6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 09:21:06 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 07:50:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85569b6
7
8 dev-python/pytest-services: Remove redundant -p no:xvfb
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild | 4 ----
13 1 file changed, 4 deletions(-)
14
15 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
16 index f44d7562aadf..2736b77249da 100644
17 --- a/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild
18 +++ b/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild
19 @@ -44,7 +44,3 @@ PATCHES=(
20 "${FILESDIR}/pytest-services-2.0.1-no-mysql.patch"
21 "${FILESDIR}/pytest-services-2.0.1-lockdir.patch"
22 )
23 -
24 -python_test() {
25 - epytest -p no:xvfb
26 -}