summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-04 11:21:06 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-07 09:50:11 +0200
commitd85569b696f2bde62ca67edacdf00952238193a6 (patch)
treec641016da01f40a127361eda4dea452689bbd955 /dev-python/pytest-services
parentdev-python/fs: Remove redundant -p no:xvfb (diff)
downloadgentoo-d85569b696f2bde62ca67edacdf00952238193a6.tar.gz
gentoo-d85569b696f2bde62ca67edacdf00952238193a6.tar.bz2
gentoo-d85569b696f2bde62ca67edacdf00952238193a6.zip
dev-python/pytest-services: Remove redundant -p no:xvfb
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-services')
-rw-r--r--dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild4
1 files changed, 0 insertions, 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
-}