diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-29 11:03:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-29 11:40:06 +0200 |
commit | 5835ea7cd1692f20611e7a519b0e49ff14a53c16 (patch) | |
tree | 1a0cb8adec8f89e1e9c42cd69646af04b3f6b894 /dev-python/httpbin | |
parent | dev-python/werkzeug: Add encoding patch from upstream bug tracker (diff) | |
download | gentoo-5835ea7cd1692f20611e7a519b0e49ff14a53c16.tar.gz gentoo-5835ea7cd1692f20611e7a519b0e49ff14a53c16.tar.bz2 gentoo-5835ea7cd1692f20611e7a519b0e49ff14a53c16.zip |
dev-python/httpbin: Skip more broken tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httpbin')
-rw-r--r-- | dev-python/httpbin/httpbin-0.7.0-r5.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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 } |