Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/path-py/
Date: Tue, 03 Jan 2017 21:32:57
Message-Id: 1483479171.3302e12bce2a91e927ed858e7f7297cf77e2e933.floppym@gentoo
1 commit: 3302e12bce2a91e927ed858e7f7297cf77e2e933
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 21:32:17 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 21:32:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3302e12b
7
8 dev-python/path-py: unset XDG_CONFIG_HOME for tests
9
10 Bug: https://bugs.gentoo.org/597696
11 Package-Manager: Portage-2.3.3_p13, Repoman-2.3.1_p6
12
13 dev-python/path-py/path-py-8.1.2.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/path-py/path-py-8.1.2.ebuild b/dev-python/path-py/path-py-8.1.2.ebuild
17 index ddc611c..2d36f62 100644
18 --- a/dev-python/path-py/path-py-8.1.2.ebuild
19 +++ b/dev-python/path-py/path-py-8.1.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -35,5 +35,7 @@ python_prepare_all() {
27 }
28
29 python_test() {
30 + # https://github.com/jaraco/path.py/issues/122
31 + unset XDG_CONFIG_HOME
32 esetup.py test
33 }