commit: d85569b696f2bde62ca67edacdf00952238193a6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 4 09:21:06 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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
-}