summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/path-py/path-py-8.1.2.ebuild')
-rw-r--r--dev-python/path-py/path-py-8.1.2.ebuild4
1 files changed, 3 insertions, 1 deletions
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 ddc611c5e610..2d36f626b274 100644
--- 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-2015 Gentoo Foundation
+# Copyright 1999-2017 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
}