diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-04 11:21:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-07 09:50:11 +0200 |
commit | d85569b696f2bde62ca67edacdf00952238193a6 (patch) | |
tree | c641016da01f40a127361eda4dea452689bbd955 /dev-python/pytest-services | |
parent | dev-python/fs: Remove redundant -p no:xvfb (diff) | |
download | gentoo-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.ebuild | 4 |
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 -} |