commit: 005870b53a1707d6121a967f6452fab20ff40777
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 7 09:16:53 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 7 09:16:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=005870b5
dev-python/pytest-httpbin: Skip test failing due to rel. redirect
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild | 4 ++++
1 file changed, 4 insertions(+)
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