commit:     a7ddbdc24003997a764679ae2ae8cccbe40e57a1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May  8 17:53:34 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May  8 17:53:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ddbdc2

dev-python/python-distutils-extra: Fix test failure due to LINGUAS

Closes: https://bugs.gentoo.org/720080
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/python-distutils-extra/python-distutils-extra-2.44-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/python-distutils-extra/python-distutils-extra-2.44-r1.ebuild 
b/dev-python/python-distutils-extra/python-distutils-extra-2.44-r1.ebuild
index 6d3706eae81..7780eccb55e 100644
--- a/dev-python/python-distutils-extra/python-distutils-extra-2.44-r1.ebuild
+++ b/dev-python/python-distutils-extra/python-distutils-extra-2.44-r1.ebuild
@@ -37,6 +37,6 @@ PATCHES=(
 )
 
 python_test() {
-       unset PYTHONDONTWRITEBYTECODE
+       unset LINGUAS PYTHONDONTWRITEBYTECODE
        "${EPYTHON}" test/auto.py -v || die "Tests fail with ${EPYTHON}"
 }

Reply via email to