summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-04-07 11:16:53 +0200
committerMichał Górny <mgorny@gentoo.org>2022-04-07 11:16:53 +0200
commit005870b53a1707d6121a967f6452fab20ff40777 (patch)
treecbd032e840a278fda982153d6697e9fbc085616a /dev-python/pytest-httpbin
parentdev-python/httpbin: Restore unnecessarily dropped keywords (diff)
downloadgentoo-005870b53a1707d6121a967f6452fab20ff40777.tar.gz
gentoo-005870b53a1707d6121a967f6452fab20ff40777.tar.bz2
gentoo-005870b53a1707d6121a967f6452fab20ff40777.zip
dev-python/pytest-httpbin: Skip test failing due to rel. redirect
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-httpbin')
-rw-r--r--dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild
index a77dced7b2a8..854ca09c2525 100644
--- a/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild
+++ b/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild
@@ -31,4 +31,8 @@ PATCHES=(
"${FILESDIR}"/pytest-httpbin-1.0.0-pypy3-hang.patch
)
+EPYTEST_DESELECT=(
+ tests/test_server.py::test_redirect_location_is_https_for_secure_server
+)
+
distutils_enable_tests pytest