diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-01-03 16:32:17 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-01-03 16:32:51 -0500 |
commit | 3302e12bce2a91e927ed858e7f7297cf77e2e933 (patch) | |
tree | 0daa1926295c33c0bef9d51f714ba28b46d4e05c /dev-python/path-py | |
parent | sci-calculators/wcalc: remove unused patch (diff) | |
download | gentoo-3302e12bce2a91e927ed858e7f7297cf77e2e933.tar.gz gentoo-3302e12bce2a91e927ed858e7f7297cf77e2e933.tar.bz2 gentoo-3302e12bce2a91e927ed858e7f7297cf77e2e933.zip |
dev-python/path-py: unset XDG_CONFIG_HOME for tests
Bug: https://bugs.gentoo.org/597696
Package-Manager: Portage-2.3.3_p13, Repoman-2.3.1_p6
Diffstat (limited to 'dev-python/path-py')
-rw-r--r-- | dev-python/path-py/path-py-8.1.2.ebuild | 4 |
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 } |