Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-httpbin/
Date: Thu, 07 Apr 2022 09:24:28
Message-Id: 1649323013.005870b53a1707d6121a967f6452fab20ff40777.mgorny@gentoo
1 commit: 005870b53a1707d6121a967f6452fab20ff40777
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 7 09:16:53 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 7 09:16:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=005870b5
7
8 dev-python/pytest-httpbin: Skip test failing due to rel. redirect
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 diff --git a/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild
16 index a77dced7b2a8..854ca09c2525 100644
17 --- a/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild
18 +++ b/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild
19 @@ -31,4 +31,8 @@ PATCHES=(
20 "${FILESDIR}"/pytest-httpbin-1.0.0-pypy3-hang.patch
21 )
22
23 +EPYTEST_DESELECT=(
24 + tests/test_server.py::test_redirect_location_is_https_for_secure_server
25 +)
26 +
27 distutils_enable_tests pytest