Skip to content
Snippets Groups Projects
Commit e40574f3 authored by Kevin Daudt's avatar Kevin Daudt :computer:
Browse files

community/py3-pytest-httpbin: skip broken test

A broken interaction between werkzeug and httpbin.

See: https://github.com/kevin1024/pytest-httpbin/issues/64
parent 55350879
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,8 @@ build() {
}
check() {
python3 -m pytest
# https://github.com/kevin1024/pytest-httpbin/issues/64
python3 -m pytest -k 'not test_redirect_location_is_https_for_secure_server'
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment