mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
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
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user