summaryrefslogtreecommitdiff
path: root/dev-python/pycountry/pycountry-18.5.26.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pycountry/pycountry-18.5.26.ebuild')
-rw-r--r--dev-python/pycountry/pycountry-18.5.26.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pycountry/pycountry-18.5.26.ebuild b/dev-python/pycountry/pycountry-18.5.26.ebuild
index bf3621a2c760..7439d69b58ef 100644
--- a/dev-python/pycountry/pycountry-18.5.26.ebuild
+++ b/dev-python/pycountry/pycountry-18.5.26.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~sparc ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
@@ -26,6 +26,6 @@ python_test() {
if [[ ${EPYTHON} == pypy* ]]; then
sed -e 's:test_locales:_&:' -i pycountry/tests/test_general.py || die
fi
- pytest -vv || die
+ pytest -o cache_dir="${T}" -vv || die
popd > /dev/null || die
}