commit: 5835ea7cd1692f20611e7a519b0e49ff14a53c16
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 09:03:56 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 29 09:40:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5835ea7c
dev-python/httpbin: Skip more broken tests
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/httpbin/httpbin-0.7.0-r5.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/httpbin/httpbin-0.7.0-r5.ebuild
b/dev-python/httpbin/httpbin-0.7.0-r5.ebuild
index 8025d864f504..035066c611c2 100644
--- a/dev-python/httpbin/httpbin-0.7.0-r5.ebuild
+++ b/dev-python/httpbin/httpbin-0.7.0-r5.ebuild
@@ -50,6 +50,10 @@ src_prepare() {
sed -e 's:test_redirect:_&:' \
-e 's:test_relative:_&:' \
-i test_httpbin.py || die
+ # broken
+ sed -e 's:test_digest_auth:_&:' \
+ -e 's:test_base64:_&:' \
+ -i test_httpbin.py || die
distutils-r1_src_prepare
}