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/fs/
Date: Wed, 07 Sep 2022 07:51:36
Message-Id: 1662537011.1d9b87e30026aa1876cc37e8a7432532b91c6aff.mgorny@gentoo
1 commit: 1d9b87e30026aa1876cc37e8a7432532b91c6aff
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 08:40:53 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=1d9b87e3
7
8 dev-python/fs: Remove redundant -p no:xvfb
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/fs/fs-2.4.16.ebuild | 13 ++++---------
13 1 file changed, 4 insertions(+), 9 deletions(-)
14
15 diff --git a/dev-python/fs/fs-2.4.16.ebuild b/dev-python/fs/fs-2.4.16.ebuild
16 index 780dc3deb94f..e086bb3bb361 100644
17 --- a/dev-python/fs/fs-2.4.16.ebuild
18 +++ b/dev-python/fs/fs-2.4.16.ebuild
19 @@ -36,15 +36,10 @@ BDEPEND="
20 distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme dev-python/recommonmark
21 distutils_enable_tests pytest
22
23 -python_test() {
24 - local EPYTEST_IGNORE=(
25 - # TODO: fails at teardown due to unfreed resources
26 - tests/test_ftpfs.py
27 - )
28 -
29 - # pytest-xvfb causes test failures due to a zombie Xvfb process
30 - epytest -p no:xvfb
31 -}
32 +EPYTEST_IGNORE=(
33 + # TODO: fails at teardown due to unfreed resources
34 + tests/test_ftpfs.py
35 +)
36
37 pkg_postinst() {
38 optfeature "S3 support" dev-python/boto