From ef338dc7d01513c9ee13cb82bddfe20629dc916e Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 11 Feb 2019 11:35:49 +0100 Subject: [PATCH] tests.yml now installs also glibc-all-langpacks Install all locales to not skip test_locale tests. --- tests/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests.yml b/tests/tests.yml index d796909..a31cb8b 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -16,3 +16,4 @@ - virtualenv - python3-tox - python2-devel + - glibc-all-langpacks # for locale tests