From: Michał Górny Date: Fri, 8 May 2020 17:53:34 +0000 (+0200) Subject: dev-python/python-distutils-extra: Fix test failure due to LINGUAS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a7ddbdc24003997a764679ae2ae8cccbe40e57a1;p=gentoo.git dev-python/python-distutils-extra: Fix test failure due to LINGUAS Closes: https://bugs.gentoo.org/720080 Signed-off-by: Michał Górny --- 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 6d3706eae81c..7780eccb55eb 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}" }