projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bec662c
)
dev-python/path-py: unset XDG_CONFIG_HOME for tests
author
Mike Gilbert
<floppym@gentoo.org>
Tue, 3 Jan 2017 21:32:17 +0000
(16:32 -0500)
committer
Mike Gilbert
<floppym@gentoo.org>
Tue, 3 Jan 2017 21:32:51 +0000
(16:32 -0500)
Bug: https://bugs.gentoo.org/597696
Package-Manager: Portage-2.3.3_p13, Repoman-2.3.1_p6
dev-python/path-py/path-py-8.1.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/path-py/path-py-8.1.2.ebuild
b/dev-python/path-py/path-py-8.1.2.ebuild
index ddc611c5e6106993bf0b489a3e6a80713776cfec..2d36f626b27498b4d7f07bbf4e16a349204d8db0 100644
(file)
--- a/
dev-python/path-py/path-py-8.1.2.ebuild
+++ b/
dev-python/path-py/path-py-8.1.2.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
7
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@
-35,5
+35,7
@@
python_prepare_all() {
}
python_test() {
+ # https://github.com/jaraco/path.py/issues/122
+ unset XDG_CONFIG_HOME
esetup.py test
}