diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-08 19:53:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-08 19:53:34 +0200 |
commit | a7ddbdc24003997a764679ae2ae8cccbe40e57a1 (patch) | |
tree | c1f65452c5c908bdf1dcbbe57044cb2cc1b045de /dev-python/python-distutils-extra | |
parent | dev-python/pipenv: 2020.4.1_beta1 (diff) | |
download | gentoo-a7ddbdc24003997a764679ae2ae8cccbe40e57a1.tar.gz gentoo-a7ddbdc24003997a764679ae2ae8cccbe40e57a1.tar.bz2 gentoo-a7ddbdc24003997a764679ae2ae8cccbe40e57a1.zip |
dev-python/python-distutils-extra: Fix test failure due to LINGUAS
Closes: https://bugs.gentoo.org/720080
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-distutils-extra')
-rw-r--r-- | dev-python/python-distutils-extra/python-distutils-extra-2.44-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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}" } |