Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
acb141ca
Commit
acb141ca
authored
8 months ago
by
Wenlong Zhang
Committed by
Celeste
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/py3-wsgiprox: skip failing test
#16260
parent
97129880
No related branches found
No related tags found
1 merge request
!68726
testing/py3-wsgiprox: skip failing test
Pipeline
#247356
passed
8 months ago
Stage: verify
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/py3-wsgiprox/APKBUILD
+2
-2
2 additions, 2 deletions
testing/py3-wsgiprox/APKBUILD
with
2 additions
and
2 deletions
testing/py3-wsgiprox/APKBUILD
+
2
−
2
View file @
acb141ca
...
...
@@ -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
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment