mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 14:27:10 +02:00
testing/py3-wsgiprox: skip failing test
https://gitlab.alpinelinux.org/alpine/aports/-/issues/16260
This commit is contained in:
parent
9712988084
commit
acb141ca59
@ -2,7 +2,7 @@
|
||||
# Maintainer: Oleg Titov <oleg.titov@gmail.com>
|
||||
pkgname=py3-wsgiprox
|
||||
pkgver=1.5.2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Python WSGI Middleware for adding HTTP/S proxy support to any WSGI Application"
|
||||
url="https://github.com/webrecorder/wsgiprox"
|
||||
arch="noarch"
|
||||
@ -36,7 +36,7 @@ check() {
|
||||
# https://github.com/webrecorder/wsgiprox/issues/6
|
||||
.testenv/bin/python3 -m pytest \
|
||||
--doctest-modules ./wsgiprox --cov wsgiprox -v test/ \
|
||||
-k "not https and not test_chunked_force_http10_buffer and not test_error_proxy_unsupported"
|
||||
-k "not https and not test_chunked_force_http10_buffer and not test_error_proxy_unsupported and not test_download_pkcs12"
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user