dev-python/httpbin: Skip more broken tests

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-05-29 11:03:56 +02:00
parent 4ca6682d11
commit 5835ea7cd1

View File

@@ -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
}