From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- .../files/httpstat-1.2.1-gentoo-tests.patch | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dev-python/httpstat/files/httpstat-1.2.1-gentoo-tests.patch (limited to 'dev-python/httpstat/files/httpstat-1.2.1-gentoo-tests.patch') diff --git a/dev-python/httpstat/files/httpstat-1.2.1-gentoo-tests.patch b/dev-python/httpstat/files/httpstat-1.2.1-gentoo-tests.patch new file mode 100644 index 000000000000..2ce199a94b75 --- /dev/null +++ b/dev-python/httpstat/files/httpstat-1.2.1-gentoo-tests.patch @@ -0,0 +1,30 @@ +- Testscript doesn't need to run tests for multiple python implementations, + PM will take care of that. + +- Disabling test which requires specific locales. + +--- a/httpstat_test.sh ++++ b/httpstat_test.sh +@@ -19,8 +19,7 @@ function title() { + http_url="google.com" + https_url="https://http2.akamai.com" + +-for pybin in python python3; do +-#for pybin in python; do ++for pybin in python; do + echo + echo "# Test in $pybin" + +@@ -40,9 +39,9 @@ for pybin in python python3; do + main_silent $https_url + assert_exit 0 + +- title "comma decimal language (ru_RU)" +- LC_ALL=ru_RU main_silent $http_url +- assert_exit 0 ++ #title "comma decimal language (ru_RU)" ++ #LC_ALL=ru_RU main_silent $http_url ++ #assert_exit 0 + + title "HTTPSTAT_DEBUG" + HTTPSTAT_DEBUG=true main $http_url | grep -q 'HTTPSTAT_DEBUG=true' -- cgit v1.2.3