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/pyftpdlib/
Date: Wed, 07 Sep 2022 07:51:37
Message-Id: 1662537013.ea7df6456fb660d0fa9df1c507412d94af0fa2dc.mgorny@gentoo
1 commit: ea7df6456fb660d0fa9df1c507412d94af0fa2dc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 09:31:11 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 07:50:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea7df645
7
8 dev-python/pyftpdlib: Remove redundant -p no:xvfb
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild b/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild
16 index a3f60ad551f6..15015919c5d6 100644
17 --- a/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild
18 +++ b/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild
19 @@ -37,7 +37,7 @@ python_test() {
20 # so we need to run them separately and not pass any args to pytest
21 pytest ${PN}/test/test_misc.py || die "Tests failed with ${EPYTHON}"
22 # Some of these tests tend to fail
23 - local skipped_tests=(
24 + local EPYTEST_DESELECT=(
25 # Those tests are run separately
26 pyftpdlib/test/test_misc.py
27 # https://github.com/giampaolo/pyftpdlib/issues/471
28 @@ -70,7 +70,7 @@ python_test() {
29 local -x TZ=UTC+1
30 # Skips some shoddy tests plus increases timeouts
31 local -x TRAVIS=1
32 - epytest -p no:xvfb ${skipped_tests[@]/#/--deselect }
33 + epytest
34 }
35
36 python_install_all() {