summaryrefslogtreecommitdiff
path: root/dev-python/httpstat/files
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [master] <gitlab@liguros.net>2021-01-17 23:35:33 +0000
committerLiguros - Gitlab CI/CD [master] <gitlab@liguros.net>2021-01-17 23:35:33 +0000
commit8e8120eabdd28020aa69c7a60505cce2edd20adc (patch)
tree061bf0acdc672720e0bc3a2d575f67d25aedb2d8 /dev-python/httpstat/files
parentc16790af2c9b4cbc38e565d4311252193ff85484 (diff)
downloadbaldeagleos-repo-21.1.2.tar.gz
baldeagleos-repo-21.1.2.tar.xz
baldeagleos-repo-21.1.2.zip
Updating liguros repo21.1.2
Diffstat (limited to 'dev-python/httpstat/files')
-rw-r--r--dev-python/httpstat/files/httpstat-1.2.1-gentoo-tests.patch30
1 files changed, 0 insertions, 30 deletions
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
deleted file mode 100644
index 2ce199a94b75..000000000000
--- a/dev-python/httpstat/files/httpstat-1.2.1-gentoo-tests.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-- 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'