From 005870b53a1707d6121a967f6452fab20ff40777 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 7 Apr 2022 11:16:53 +0200 Subject: dev-python/pytest-httpbin: Skip test failing due to rel. redirect MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev-python/pytest-httpbin') 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 -- cgit v1.2.3-65-gdbad