Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyftpdlib/
Date: Sat, 14 Jul 2018 14:52:58
Message-Id: 1531579662.fd04e3905eecd20ea4f2defd7638563ca0e48eac.sbraz@gentoo
1 commit: fd04e3905eecd20ea4f2defd7638563ca0e48eac
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 14 14:47:42 2018 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 14 14:47:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd04e390
7
8 dev-python/pyftpdlib: don't load the relaxed pytest plugin
9
10 Closes: https://bugs.gentoo.org/661082
11 Package-Manager: Portage-2.3.42, Repoman-2.3.9
12
13 dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild b/dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild
17 index 119b0c25534..42917afc6ff 100644
18 --- a/dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild
19 +++ b/dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild
20 @@ -64,8 +64,9 @@ python_test() {
21 test_nlst
22 )
23 skipped_tests=${skipped_tests[@]/%/ or}
24 + # Don't load the relaxed plugin, see https://bugs.gentoo.org/661082
25 py.test --ignore ${PN}/test/test_misc.py -k "not (${skipped_tests% or})" \
26 - || die "Tests failed with ${EPYTHON}"
27 + -p no:relaxed || die "Tests failed with ${EPYTHON}"
28 }
29
30 python_install_all() {